KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > JSlider

javax.swing
Class JSlider

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by javax.swing.JComponent
              extended by javax.swing.JSlider
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants
See Also:
Top Examples, Source Code, XMLEncoder

public void addChangeListener(ChangeListener l)
See Also:
removeChangeListener(javax.swing.event.ChangeListener), fireStateChanged()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected transient ChangeEvent changeEvent
See Also:
fireStateChanged()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected ChangeListener changeListener
See Also:
createChangeListener(), addChangeListener(javax.swing.event.ChangeListener)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected ChangeListener createChangeListener()
See Also:
fireStateChanged()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Hashtable createStandardLabels(int increment)
See Also:
setLabelTable(java.util.Dictionary)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Hashtable createStandardLabels(int increment,
                                      int start)
See Also:
setLabelTable(java.util.Dictionary), IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void fireStateChanged()
See Also:
EventListenerList, addChangeListener(javax.swing.event.ChangeListener)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AccessibleContext getAccessibleContext()
See Also:
JComponent, Accessible
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ChangeListener[] getChangeListeners()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getExtent()
See Also:
setExtent(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getInverted()
See Also:
setInverted(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Dictionary getLabelTable()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getMajorTickSpacing()
See Also:
setMajorTickSpacing(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getMaximum()
See Also:
setMaximum(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getMinimum()
See Also:
setMinimum(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getMinorTickSpacing()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BoundedRangeModel getModel()
See Also:
setModel(javax.swing.BoundedRangeModel)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getOrientation()
See Also:
setOrientation(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getPaintLabels()
See Also:
setPaintLabels(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getPaintTicks()
See Also:
setPaintTicks(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getPaintTrack()
See Also:
setPaintTrack(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getSnapToTicks()
See Also:
setSnapToTicks(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SliderUI getUI()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getUIClassID()
See Also:
UIDefaults.getUI(javax.swing.JComponent), JComponent
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getValue()
See Also:
setValue(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getValueIsAdjusting()
See Also:
setValueIsAdjusting(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JSlider()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JSlider(int orientation)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JSlider(int min,
               int max)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JSlider(int min,
               int max,
               int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JSlider(int orientation,
               int min,
               int max,
               int value)
See Also:
setValue(int), setMaximum(int), setMinimum(int), setOrientation(int), IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JSlider(BoundedRangeModel brm)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int majorTickSpacing
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int minorTickSpacing
See Also:
setMinorTickSpacing(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int orientation
See Also:
setOrientation(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String paramString()
See Also:
JComponent
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeChangeListener(ChangeListener l)
See Also:
addChangeListener(javax.swing.event.ChangeListener), fireStateChanged()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setExtent(int extent)
See Also:
getExtent()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setInverted(boolean b)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setLabelTable(Dictionary labels)
See Also:
getLabelTable(), createStandardLabels(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setMajorTickSpacing(int n)
See Also:
getMajorTickSpacing()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setMaximum(int maximum)
See Also:
getMaximum()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setMinimum(int minimum)
See Also:
getMinimum()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setMinorTickSpacing(int n)
See Also:
getMinorTickSpacing()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setModel(BoundedRangeModel newModel)
See Also:
getModel()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setOrientation(int orientation)
See Also:
getOrientation(), IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setPaintLabels(boolean b)
See Also:
getPaintLabels()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setPaintTicks(boolean b)
See Also:
getPaintTicks()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setPaintTrack(boolean b)
See Also:
getPaintTrack()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setSnapToTicks(boolean b)
See Also:
getSnapToTicks()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setUI(SliderUI ui)
See Also:
UIDefaults.getUI(javax.swing.JComponent)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setValue(int n)
See Also:
getValue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setValueIsAdjusting(boolean b)
See Also:
getValueIsAdjusting()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected BoundedRangeModel sliderModel
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected boolean snapToTicks
See Also:
setSnapToTicks(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void updateLabelUIs()
See Also:
JComponent.updateUI()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void updateUI()
See Also:
JComponent
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags