Package org.netbeans.jemmy.operators
Class JScrollBarOperator
- java.lang.Object
-
- org.netbeans.jemmy.operators.Operator
-
- org.netbeans.jemmy.operators.ComponentOperator
-
- org.netbeans.jemmy.operators.ContainerOperator
-
- org.netbeans.jemmy.operators.JComponentOperator
-
- org.netbeans.jemmy.operators.JScrollBarOperator
-
- All Implemented Interfaces:
Outputable
,Timeoutable
public class JScrollBarOperator extends JComponentOperator implements Timeoutable, Outputable
Operator is supposed to be used to operate with an instance of javax.swing.JScrollBar class.
Timeouts used:
JScrollBarOperator.OneScrollClickTimeout - time for one scroll click
JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling
JScrollBarOperator.BeforeDropTimeout - to sleep before drop JScrollBarOperator.DragAndDropScrollingDelta - to sleep before drag steps ComponentOperator.WaitComponentTimeout - time to wait component displayed
.- Author:
- Alexandre Iline (alexandre.iline@sun.com)
- See Also:
Timeouts
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JScrollBarOperator.JScrollBarFinder
Checks component type.static interface
JScrollBarOperator.ScrollChecker
Interface can be used to define some kind of complicated scrolling rules.-
Nested classes/interfaces inherited from class org.netbeans.jemmy.operators.JComponentOperator
JComponentOperator.JComponentByTipFinder, JComponentOperator.JComponentFinder
-
Nested classes/interfaces inherited from class org.netbeans.jemmy.operators.ContainerOperator
ContainerOperator.ContainerFinder
-
Nested classes/interfaces inherited from class org.netbeans.jemmy.operators.Operator
Operator.ComponentVisualizer, Operator.DefaultPathParser, Operator.DefaultStringComparator, Operator.Finder, Operator.MapAction, Operator.MapBooleanAction, Operator.MapByteAction, Operator.MapCharacterAction, Operator.MapDoubleAction, Operator.MapFloatAction, Operator.MapIntegerAction, Operator.MapLongAction, Operator.MapVoidAction, Operator.NoBlockingAction, Operator.PathParser, Operator.StringComparator
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
HORIZONTAL_ORIENTATION_DPROP_VALUE
Identifier for a "HORIZONTAL" value of "orientation" property.static java.lang.String
MAXIMUM_DPROP
Identifier for a "maximum" property.static java.lang.String
MINIMUM_DPROP
Identifier for a "minimum" property.static java.lang.String
ORIENTATION_DPROP
Identifier for a "orientation" property.static java.lang.String
VALUE_DPROP
Identifier for a "value" property.static java.lang.String
VERTICAL_ORIENTATION_DPROP_VALUE
Identifier for a "VERTICAL" value of "orientation" property.-
Fields inherited from class org.netbeans.jemmy.operators.JComponentOperator
A11Y_DATA, A11Y_DESCRIPTION_DPROP, A11Y_NAME_DPROP, TOOLTIP_TEXT_DPROP
-
Fields inherited from class org.netbeans.jemmy.operators.ComponentOperator
HEIGHT_DPROP, IS_SHOWING_DPROP, IS_VISIBLE_DPROP, NAME_DPROP, WIDTH_DPROP, X_DPROP, Y_DPROP
-
Fields inherited from class org.netbeans.jemmy.operators.Operator
CLASS_DPROP, TO_STRING_DPROP
-
-
Constructor Summary
Constructors Constructor Description JScrollBarOperator(javax.swing.JScrollBar b)
Constructor.JScrollBarOperator(ContainerOperator cont)
Constructor.JScrollBarOperator(ContainerOperator cont, int index)
Constructor.JScrollBarOperator(ContainerOperator cont, ComponentChooser chooser)
Constructs a JScrollBarOperator object.JScrollBarOperator(ContainerOperator cont, ComponentChooser chooser, int index)
Constructs a JScrollBarOperator object.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addAdjustmentListener(java.awt.event.AdjustmentListener adjustmentListener)
MapsJScrollBar.addAdjustmentListener(AdjustmentListener)
through queuevoid
copyEnvironment(Operator anotherOperator)
Copies all environment (output, timeouts, visualizer) from another operator.static javax.swing.JScrollBar
findJScrollBar(java.awt.Container cont)
Searches 0'th JScrollBar in container.static javax.swing.JScrollBar
findJScrollBar(java.awt.Container cont, int index)
Searches JScrollBar in container.static javax.swing.JScrollBar
findJScrollBar(java.awt.Container cont, ComponentChooser chooser)
Searches 0'th JScrollBar in container.static javax.swing.JScrollBar
findJScrollBar(java.awt.Container cont, ComponentChooser chooser, int index)
Searches JScrollBar in container.int
getBlockIncrement()
MapsJScrollBar.getBlockIncrement()
through queueint
getBlockIncrement(int i)
MapsJScrollBar.getBlockIncrement(int)
through queueJButtonOperator
getDecreaseButton()
Returns a button responsible for value decreasing.java.util.Hashtable
getDump()
Returns information about component.JButtonOperator
getIncreaseButton()
Returns a button responsible for value increasing.int
getMaximum()
MapsJScrollBar.getMaximum()
through queueint
getMinimum()
MapsJScrollBar.getMinimum()
through queuejavax.swing.BoundedRangeModel
getModel()
MapsJScrollBar.getModel()
through queueint
getOrientation()
MapsJScrollBar.getOrientation()
through queueTestOut
getOutput()
Returns print output streams or writers.Timeouts
getTimeouts()
Return current timeouts.javax.swing.plaf.ScrollBarUI
getUI()
MapsJScrollBar.getUI()
through queueint
getUnitIncrement()
MapsJScrollBar.getUnitIncrement()
through queueint
getUnitIncrement(int i)
MapsJScrollBar.getUnitIncrement(int)
through queueint
getValue()
MapsJScrollBar.getValue()
through queueboolean
getValueIsAdjusting()
MapsJScrollBar.getValueIsAdjusting()
through queueint
getVisibleAmount()
MapsJScrollBar.getVisibleAmount()
through queuevoid
removeAdjustmentListener(java.awt.event.AdjustmentListener adjustmentListener)
MapsJScrollBar.removeAdjustmentListener(AdjustmentListener)
through queuevoid
scroll(boolean increase)
Deprecated.All scrolling is done through a ScrollDriver registered to this operator type.void
scrollTo(ScrollAdjuster adj)
Scrolls scrollbar to the position defined by a ScrollAdjuster implementation.void
scrollTo(JScrollBarOperator.ScrollChecker checker)
Scrolls scrollbar to the position defined by a ScrollChecker implementation.void
scrollTo(Waitable w, java.lang.Object waiterParam, boolean increase)
Scrolls scrollbar to the position defined by w parameter.void
scrollToMaximum()
Scrolls to maximum value.void
scrollToMinimum()
Scrolls to minimum value.void
scrollToValue(double proportionalValue)
Scrolls scroll bar to necessary proportional value.void
scrollToValue(int value)
Scrolls scroll bar to necessary value.void
setBlockIncrement(int i)
MapsJScrollBar.setBlockIncrement(int)
through queuevoid
setMaximum(int i)
MapsJScrollBar.setMaximum(int)
through queuevoid
setMinimum(int i)
MapsJScrollBar.setMinimum(int)
through queuevoid
setModel(javax.swing.BoundedRangeModel boundedRangeModel)
MapsJScrollBar.setModel(BoundedRangeModel)
through queuevoid
setOrientation(int i)
MapsJScrollBar.setOrientation(int)
through queuevoid
setOutput(TestOut out)
Defines print output streams or writers.void
setTimeouts(Timeouts timeouts)
Defines current timeouts.void
setUnitIncrement(int i)
MapsJScrollBar.setUnitIncrement(int)
through queuevoid
setValue(int i)
MapsJScrollBar.setValue(int)
through queuevoid
setValueIsAdjusting(boolean b)
MapsJScrollBar.setValueIsAdjusting(boolean)
through queuevoid
setValues(int i, int i1, int i2, int i3)
MapsJScrollBar.setValues(int, int, int, int)
through queuevoid
setVisibleAmount(int i)
MapsJScrollBar.setVisibleAmount(int)
through queuestatic javax.swing.JScrollBar
waitJScrollBar(java.awt.Container cont)
Waits 0'th JScrollBar in container.static javax.swing.JScrollBar
waitJScrollBar(java.awt.Container cont, int index)
Waits JScrollBar in container.static javax.swing.JScrollBar
waitJScrollBar(java.awt.Container cont, ComponentChooser chooser)
Waits 0'th JScrollBar in container.static javax.swing.JScrollBar
waitJScrollBar(java.awt.Container cont, ComponentChooser chooser, int index)
Waits JScrollBar in container.-
Methods inherited from class org.netbeans.jemmy.operators.JComponentOperator
addAncestorListener, addVetoableChangeListener, computeVisibleRect, createToolTip, findJComponent, findJComponent, findJComponent, findJComponent, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getAccessibleContext, getActionForKeyStroke, getAutoscrolls, getBorder, getCenterXForClick, getCenterYForClick, getClientProperty, getConditionForKeyStroke, getDebugGraphicsOptions, getInsets, getNextFocusableComponent, getRegisteredKeyStrokes, getRootPane, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getUIClassID, getVisibleRect, getWindowContainerOperator, grabFocus, isFocusCycleRoot, isManagingFocus, isOptimizedDrawingEnabled, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paintImmediately, paintImmediately, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeVetoableChangeListener, repaint, requestDefaultFocus, resetKeyboardActions, revalidate, scrollRectToVisible, setAlignmentX, setAlignmentY, setAutoscrolls, setBorder, setDebugGraphicsOptions, setDoubleBuffered, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, showToolTip, unregisterKeyboardAction, updateUI, waitJComponent, waitJComponent, waitJComponent, waitJComponent, waitToolTip
-
Methods inherited from class org.netbeans.jemmy.operators.ContainerOperator
add, add, add, add, add, addContainerListener, createSubOperator, createSubOperator, findComponentAt, findComponentAt, findContainer, findContainer, findContainer, findContainer, findContainerUnder, findContainerUnder, findSubComponent, findSubComponent, getComponent, getComponentCount, getComponents, getInsets, getLayout, isAncestorOf, paintComponents, printComponents, remove, remove, removeAll, removeContainerListener, setLayout, waitContainer, waitContainer, waitContainer, waitContainer, waitSubComponent, waitSubComponent
-
Methods inherited from class org.netbeans.jemmy.operators.ComponentOperator
activateWindow, add, addComponentListener, addFocusListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, checkImage, checkImage, clickForPopup, clickForPopup, clickForPopup, clickForPopup, clickMouse, clickMouse, clickMouse, clickMouse, clickMouse, clickMouse, clickMouse, contains, contains, createImage, createImage, dispatchEvent, doLayout, dragMouse, dragMouse, dragMouse, dragNDrop, dragNDrop, dragNDrop, enableInputMethods, enterMouse, exitMouse, findComponent, findComponent, getAlignmentX, getAlignmentY, getBackground, getBounds, getBounds, getCenterX, getCenterY, getColorModel, getComponentAt, getComponentAt, getComponentOrientation, getContainer, getContainers, getCursor, getDropTarget, getEventDispatcher, getFocus, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getInputContext, getInputMethodRequests, getLocale, getLocation, getLocation, getLocationOnScreen, getMaximumSize, getMinimumSize, getName, getParent, getPreferredSize, getSize, getSize, getSource, getToolkit, getTreeLock, getWidth, getWindow, getX, getY, hasFocus, imageUpdate, invalidate, isDisplayable, isDoubleBuffered, isEnabled, isFocusTraversable, isLightweight, isOpaque, isShowing, isValid, isVisible, list, list, list, list, list, makeComponentVisible, moveMouse, paint, paintAll, prepareImage, prepareImage, pressKey, pressKey, pressMouse, pressMouse, print, printAll, pushKey, pushKey, releaseKey, releaseKey, releaseMouse, releaseMouse, remove, removeComponentListener, removeFocusListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFont, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, transferFocus, typeKey, typeKey, typeKey, update, validate, waitComponent, waitComponent, waitComponent, waitComponent, waitComponentEnabled, waitComponentShowing, waitComponentVisible, waitHasFocus, wtComponentEnabled
-
Methods inherited from class org.netbeans.jemmy.operators.Operator
addOperatorPackage, addToDump, addToDump, createOperator, getCharBindingMap, getCharKey, getCharModifiers, getCharsKeys, getCharsKeys, getCharsModifiers, getCharsModifiers, getComparator, getDefaultComponentVisualizer, getDefaultMouseButton, getDefaultPathParser, getDefaultStringComparator, getDefaultVerification, getEnvironmentOperator, getParentPath, getParentPath, getPathParser, getPopupMouseButton, getProperties, getQueueTool, getVerification, getVisualizer, isCaptionEqual, isCaptionEqual, isCaptionEqual, lockQueue, parseString, parseString, printDump, produceNoBlocking, produceNoBlocking, produceTimeRestricted, produceTimeRestricted, runMapping, runMapping, runMapping, runMapping, runMapping, runMapping, runMapping, runMapping, runMapping, setCharBindingMap, setComparator, setDefaultComponentVisualizer, setDefaultPathParser, setDefaultStringComparator, setDefaultVerification, setPathParser, setProperties, setVerification, setVisualizer, toStringSource, unlockAndThrow, unlockQueue, waitState
-
-
-
-
Field Detail
-
MINIMUM_DPROP
public static final java.lang.String MINIMUM_DPROP
Identifier for a "minimum" property.- See Also:
getDump()
, Constant Field Values
-
MAXIMUM_DPROP
public static final java.lang.String MAXIMUM_DPROP
Identifier for a "maximum" property.- See Also:
getDump()
, Constant Field Values
-
VALUE_DPROP
public static final java.lang.String VALUE_DPROP
Identifier for a "value" property.- See Also:
getDump()
, Constant Field Values
-
ORIENTATION_DPROP
public static final java.lang.String ORIENTATION_DPROP
Identifier for a "orientation" property.- See Also:
getDump()
, Constant Field Values
-
HORIZONTAL_ORIENTATION_DPROP_VALUE
public static final java.lang.String HORIZONTAL_ORIENTATION_DPROP_VALUE
Identifier for a "HORIZONTAL" value of "orientation" property.- See Also:
getDump()
, Constant Field Values
-
VERTICAL_ORIENTATION_DPROP_VALUE
public static final java.lang.String VERTICAL_ORIENTATION_DPROP_VALUE
Identifier for a "VERTICAL" value of "orientation" property.- See Also:
getDump()
, Constant Field Values
-
-
Constructor Detail
-
JScrollBarOperator
public JScrollBarOperator(javax.swing.JScrollBar b)
Constructor.- Parameters:
b
- JScrollBar component.
-
JScrollBarOperator
public JScrollBarOperator(ContainerOperator cont, ComponentChooser chooser, int index)
Constructs a JScrollBarOperator object.- Parameters:
cont
- a containerchooser
- a component chooser specifying searching criteria.index
- an index between appropriate ones.
-
JScrollBarOperator
public JScrollBarOperator(ContainerOperator cont, ComponentChooser chooser)
Constructs a JScrollBarOperator object.- Parameters:
cont
- a containerchooser
- a component chooser specifying searching criteria.
-
JScrollBarOperator
public JScrollBarOperator(ContainerOperator cont, int index)
Constructor. Waits component in container first. Uses cont's timeout and output for waiting and to init operator.- Parameters:
cont
- Operator pointing a container to search component in.index
- Ordinal component index.- Throws:
TimeoutExpiredException
-
JScrollBarOperator
public JScrollBarOperator(ContainerOperator cont)
Constructor. Waits component in container first. Uses cont's timeout and output for waiting and to init operator.- Parameters:
cont
- Operator pointing a container to search component in.- Throws:
TimeoutExpiredException
-
-
Method Detail
-
findJScrollBar
public static javax.swing.JScrollBar findJScrollBar(java.awt.Container cont, ComponentChooser chooser, int index)
Searches JScrollBar in container.- Parameters:
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.index
- Ordinal component index.- Returns:
- JScrollBar instance or null if component was not found.
-
findJScrollBar
public static javax.swing.JScrollBar findJScrollBar(java.awt.Container cont, ComponentChooser chooser)
Searches 0'th JScrollBar in container.- Parameters:
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.- Returns:
- JScrollBar instance or null if component was not found.
-
findJScrollBar
public static javax.swing.JScrollBar findJScrollBar(java.awt.Container cont, int index)
Searches JScrollBar in container.- Parameters:
cont
- Container to search component in.index
- Ordinal component index.- Returns:
- JScrollBar instance or null if component was not found.
-
findJScrollBar
public static javax.swing.JScrollBar findJScrollBar(java.awt.Container cont)
Searches 0'th JScrollBar in container.- Parameters:
cont
- Container to search component in.- Returns:
- JScrollBar instance or null if component was not found.
-
waitJScrollBar
public static javax.swing.JScrollBar waitJScrollBar(java.awt.Container cont, ComponentChooser chooser, int index)
Waits JScrollBar in container.- Parameters:
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.index
- Ordinal component index.- Returns:
- JScrollBar instance or null if component was not displayed.
- Throws:
TimeoutExpiredException
-
waitJScrollBar
public static javax.swing.JScrollBar waitJScrollBar(java.awt.Container cont, ComponentChooser chooser)
Waits 0'th JScrollBar in container.- Parameters:
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.- Returns:
- JScrollBar instance or null if component was not displayed.
- Throws:
TimeoutExpiredException
-
waitJScrollBar
public static javax.swing.JScrollBar waitJScrollBar(java.awt.Container cont, int index)
Waits JScrollBar in container.- Parameters:
cont
- Container to search component in.index
- Ordinal component index.- Returns:
- JScrollBar instance or null if component was not displayed.
- Throws:
TimeoutExpiredException
-
waitJScrollBar
public static javax.swing.JScrollBar waitJScrollBar(java.awt.Container cont)
Waits 0'th JScrollBar in container.- Parameters:
cont
- Container to search component in.- Returns:
- JScrollBar instance or null if component was not displayed.
- Throws:
TimeoutExpiredException
-
setOutput
public void setOutput(TestOut out)
Description copied from interface:Outputable
Defines print output streams or writers.- Specified by:
setOutput
in interfaceOutputable
- Overrides:
setOutput
in classJComponentOperator
- Parameters:
out
- Identify the streams or writers used for print output.- See Also:
Outputable.getOutput()
-
getOutput
public TestOut getOutput()
Description copied from interface:Outputable
Returns print output streams or writers.- Specified by:
getOutput
in interfaceOutputable
- Overrides:
getOutput
in classJComponentOperator
- Returns:
- an object that contains references to objects for printing to output and err streams.
- See Also:
Outputable.setOutput(org.netbeans.jemmy.TestOut)
-
setTimeouts
public void setTimeouts(Timeouts timeouts)
Description copied from interface:Timeoutable
Defines current timeouts.- Specified by:
setTimeouts
in interfaceTimeoutable
- Overrides:
setTimeouts
in classJComponentOperator
- Parameters:
timeouts
- A collection of timeout assignments.- See Also:
Timeoutable.getTimeouts()
-
getTimeouts
public Timeouts getTimeouts()
Description copied from interface:Timeoutable
Return current timeouts.- Specified by:
getTimeouts
in interfaceTimeoutable
- Overrides:
getTimeouts
in classJComponentOperator
- Returns:
- the collection of current timeout assignments.
- See Also:
Timeoutable.setTimeouts(org.netbeans.jemmy.Timeouts)
-
copyEnvironment
public void copyEnvironment(Operator anotherOperator)
Description copied from class:Operator
Copies all environment (output, timeouts, visualizer) from another operator.- Overrides:
copyEnvironment
in classComponentOperator
- Parameters:
anotherOperator
- an operator to copy the environment to.
-
scroll
public void scroll(boolean increase)
Deprecated.All scrolling is done through a ScrollDriver registered to this operator type.Does simple scroll click.- Parameters:
increase
- a scrolling direction.- Throws:
TimeoutExpiredException
-
scrollTo
public void scrollTo(Waitable w, java.lang.Object waiterParam, boolean increase)
Scrolls scrollbar to the position defined by w parameter. Uses ScrollDriver registered to this operator type.- Parameters:
w
- Scrolling is stopped when w.actionProduced(waiterParam) != nullwaiterParam
- a waiting parameter.increase
- a scrolling direction.- Throws:
TimeoutExpiredException
- See Also:
scrollTo(JScrollBarOperator.ScrollChecker)
-
scrollTo
public void scrollTo(JScrollBarOperator.ScrollChecker checker)
Scrolls scrollbar to the position defined by a ScrollChecker implementation.- Parameters:
checker
- ScrollChecker implementation defining scrolling direction, and so on.- Throws:
TimeoutExpiredException
- See Also:
JScrollBarOperator.ScrollChecker
-
scrollTo
public void scrollTo(ScrollAdjuster adj)
Scrolls scrollbar to the position defined by a ScrollAdjuster implementation.- Parameters:
adj
- defines scrolling direction, and so on.- Throws:
TimeoutExpiredException
-
scrollToValue
public void scrollToValue(int value)
Scrolls scroll bar to necessary value.- Parameters:
value
- Scroll bar value to scroll to.- Throws:
TimeoutExpiredException
-
scrollToValue
public void scrollToValue(double proportionalValue)
Scrolls scroll bar to necessary proportional value.- Parameters:
proportionalValue
- Proportional scroll to. Must be >= 0 and <= 1.- Throws:
TimeoutExpiredException
-
scrollToMinimum
public void scrollToMinimum()
Scrolls to minimum value.- Throws:
TimeoutExpiredException
-
scrollToMaximum
public void scrollToMaximum()
Scrolls to maximum value.- Throws:
TimeoutExpiredException
-
getDecreaseButton
public JButtonOperator getDecreaseButton()
Returns a button responsible for value decreasing.- Returns:
- an operator for the decrease button.
-
getIncreaseButton
public JButtonOperator getIncreaseButton()
Returns a button responsible for value increasing.- Returns:
- an operator for the increase button.
-
getDump
public java.util.Hashtable getDump()
Description copied from class:ComponentOperator
Returns information about component.- Overrides:
getDump
in classJComponentOperator
- Returns:
- a Hashtable containing name-value pairs.
-
addAdjustmentListener
public void addAdjustmentListener(java.awt.event.AdjustmentListener adjustmentListener)
MapsJScrollBar.addAdjustmentListener(AdjustmentListener)
through queue
-
getBlockIncrement
public int getBlockIncrement()
MapsJScrollBar.getBlockIncrement()
through queue
-
getBlockIncrement
public int getBlockIncrement(int i)
MapsJScrollBar.getBlockIncrement(int)
through queue
-
getMaximum
public int getMaximum()
MapsJScrollBar.getMaximum()
through queue
-
getMinimum
public int getMinimum()
MapsJScrollBar.getMinimum()
through queue
-
getModel
public javax.swing.BoundedRangeModel getModel()
MapsJScrollBar.getModel()
through queue
-
getOrientation
public int getOrientation()
MapsJScrollBar.getOrientation()
through queue
-
getUI
public javax.swing.plaf.ScrollBarUI getUI()
MapsJScrollBar.getUI()
through queue
-
getUnitIncrement
public int getUnitIncrement()
MapsJScrollBar.getUnitIncrement()
through queue
-
getUnitIncrement
public int getUnitIncrement(int i)
MapsJScrollBar.getUnitIncrement(int)
through queue
-
getValue
public int getValue()
MapsJScrollBar.getValue()
through queue
-
getValueIsAdjusting
public boolean getValueIsAdjusting()
MapsJScrollBar.getValueIsAdjusting()
through queue
-
getVisibleAmount
public int getVisibleAmount()
MapsJScrollBar.getVisibleAmount()
through queue
-
removeAdjustmentListener
public void removeAdjustmentListener(java.awt.event.AdjustmentListener adjustmentListener)
MapsJScrollBar.removeAdjustmentListener(AdjustmentListener)
through queue
-
setBlockIncrement
public void setBlockIncrement(int i)
MapsJScrollBar.setBlockIncrement(int)
through queue
-
setMaximum
public void setMaximum(int i)
MapsJScrollBar.setMaximum(int)
through queue
-
setMinimum
public void setMinimum(int i)
MapsJScrollBar.setMinimum(int)
through queue
-
setModel
public void setModel(javax.swing.BoundedRangeModel boundedRangeModel)
MapsJScrollBar.setModel(BoundedRangeModel)
through queue
-
setOrientation
public void setOrientation(int i)
MapsJScrollBar.setOrientation(int)
through queue
-
setUnitIncrement
public void setUnitIncrement(int i)
MapsJScrollBar.setUnitIncrement(int)
through queue
-
setValue
public void setValue(int i)
MapsJScrollBar.setValue(int)
through queue
-
setValueIsAdjusting
public void setValueIsAdjusting(boolean b)
MapsJScrollBar.setValueIsAdjusting(boolean)
through queue
-
setValues
public void setValues(int i, int i1, int i2, int i3)
MapsJScrollBar.setValues(int, int, int, int)
through queue
-
setVisibleAmount
public void setVisibleAmount(int i)
MapsJScrollBar.setVisibleAmount(int)
through queue
-
-