edu.columbia.cs.cgui.rjfc.swing
Interface RJSlider

All Superinterfaces:
RComponent, RContainer, Remote, RJComponent
All Known Implementing Classes:
RJSliderImpl

public interface RJSlider
extends RJComponent


Fields inherited from interface edu.columbia.cs.cgui.rjfc.swing.RJComponent
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
 
Fields inherited from interface edu.columbia.cs.cgui.rjfc.awt.RComponent
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Method Summary
 void addChangeListener(RChangeListener lvar0)
           
 Hashtable createStandardLabels(int incrementvar0)
           
 Hashtable createStandardLabels(int incrementvar0, int startvar1)
           
 AccessibleContext getAccessibleContext()
           
 int getExtent()
           
 boolean getInverted()
           
 Dictionary getLabelTable()
           
 int getMajorTickSpacing()
           
 int getMaximum()
           
 int getMinimum()
           
 int getMinorTickSpacing()
           
 BoundedRangeModel getModel()
           
 int getOrientation()
           
 boolean getPaintLabels()
           
 boolean getPaintTicks()
           
 boolean getPaintTrack()
           
 boolean getSnapToTicks()
           
 RSliderUI getUI()
           
 String getUIClassID()
           
 int getValue()
           
 boolean getValueIsAdjusting()
           
 void removeChangeListener(RChangeListener lvar0)
           
 void setExtent(int extentvar0)
           
 void setInverted(boolean bvar0)
           
 void setLabelTable(Dictionary labelsvar0)
           
 void setMajorTickSpacing(int nvar0)
           
 void setMaximum(int maximumvar0)
           
 void setMinimum(int minimumvar0)
           
 void setMinorTickSpacing(int nvar0)
           
 void setModel(BoundedRangeModel newModelvar0)
           
 void setOrientation(int orientationvar0)
           
 void setPaintLabels(boolean bvar0)
           
 void setPaintTicks(boolean bvar0)
           
 void setPaintTrack(boolean bvar0)
           
 void setSnapToTicks(boolean bvar0)
           
 void setUI(RSliderUI uivar0)
           
 void setValue(int nvar0)
           
 void setValueIsAdjusting(boolean bvar0)
           
 void updateUI()
           
 
Methods inherited from interface edu.columbia.cs.cgui.rjfc.swing.RJComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAutoscrolls, getBorder, getBounds, getClientProperty, getConditionForKeyStroke, getDebugGraphicsOptions, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getVerifyInputWhenFocusTarget, getVisibleRect, getWidth, getX, getY, grabFocus, hasFocus, hide, isDoubleBuffered, isFocusCycleRoot, isFocusTraversable, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintImmediately, paintImmediately, print, printAll, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
 
Methods inherited from interface edu.columbia.cs.cgui.rjfc.awt.RContainer
add, add, add, add, add, addContainerListener, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getLayout, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, remove, remove, removeAll, removeContainerListener, setLayout, validate
 
Methods inherited from interface edu.columbia.cs.cgui.rjfc.awt.RComponent
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, bounds, checkImage, checkImage, contains, createImage, createImage, dispatchEvent, enable, enableInputMethods, getBackground, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getInputContext, getInputMethodRequests, getLocale, getLocation, getLocationOnScreen, getName, getParent, getPeer, getRJFCWrappedData, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, imageUpdate, inside, isDisplayable, isEnabled, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setData, setDropTarget, setHash, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, transferFocus
 

Method Detail

getUI

public RSliderUI getUI()
                throws RemoteException

setUI

public void setUI(RSliderUI uivar0)
           throws RemoteException

updateUI

public void updateUI()
              throws RemoteException
Specified by:
updateUI in interface RJComponent

getUIClassID

public String getUIClassID()
                    throws RemoteException
Specified by:
getUIClassID in interface RJComponent

addChangeListener

public void addChangeListener(RChangeListener lvar0)
                       throws RemoteException

removeChangeListener

public void removeChangeListener(RChangeListener lvar0)
                          throws RemoteException

getModel

public BoundedRangeModel getModel()
                           throws RemoteException

setModel

public void setModel(BoundedRangeModel newModelvar0)
              throws RemoteException

getValue

public int getValue()
             throws RemoteException

setValue

public void setValue(int nvar0)
              throws RemoteException

getMinimum

public int getMinimum()
               throws RemoteException

setMinimum

public void setMinimum(int minimumvar0)
                throws RemoteException

getMaximum

public int getMaximum()
               throws RemoteException

setMaximum

public void setMaximum(int maximumvar0)
                throws RemoteException

getValueIsAdjusting

public boolean getValueIsAdjusting()
                            throws RemoteException

setValueIsAdjusting

public void setValueIsAdjusting(boolean bvar0)
                         throws RemoteException

getExtent

public int getExtent()
              throws RemoteException

setExtent

public void setExtent(int extentvar0)
               throws RemoteException

getOrientation

public int getOrientation()
                   throws RemoteException

setOrientation

public void setOrientation(int orientationvar0)
                    throws RemoteException

getLabelTable

public Dictionary getLabelTable()
                         throws RemoteException

setLabelTable

public void setLabelTable(Dictionary labelsvar0)
                   throws RemoteException

createStandardLabels

public Hashtable createStandardLabels(int incrementvar0)
                               throws RemoteException

createStandardLabels

public Hashtable createStandardLabels(int incrementvar0,
                                      int startvar1)
                               throws RemoteException

getInverted

public boolean getInverted()
                    throws RemoteException

setInverted

public void setInverted(boolean bvar0)
                 throws RemoteException

getMajorTickSpacing

public int getMajorTickSpacing()
                        throws RemoteException

setMajorTickSpacing

public void setMajorTickSpacing(int nvar0)
                         throws RemoteException

getMinorTickSpacing

public int getMinorTickSpacing()
                        throws RemoteException

setMinorTickSpacing

public void setMinorTickSpacing(int nvar0)
                         throws RemoteException

getSnapToTicks

public boolean getSnapToTicks()
                       throws RemoteException

setSnapToTicks

public void setSnapToTicks(boolean bvar0)
                    throws RemoteException

getPaintTicks

public boolean getPaintTicks()
                      throws RemoteException

setPaintTicks

public void setPaintTicks(boolean bvar0)
                   throws RemoteException

getPaintTrack

public boolean getPaintTrack()
                      throws RemoteException

setPaintTrack

public void setPaintTrack(boolean bvar0)
                   throws RemoteException

getPaintLabels

public boolean getPaintLabels()
                       throws RemoteException

setPaintLabels

public void setPaintLabels(boolean bvar0)
                    throws RemoteException

getAccessibleContext

public AccessibleContext getAccessibleContext()
                                       throws RemoteException
Specified by:
getAccessibleContext in interface RJComponent