Package org.netbeans.jemmy.operators
Class JSpinnerOperator
- 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.JSpinnerOperator
-
- All Implemented Interfaces:
Outputable,Timeoutable
- Direct Known Subclasses:
JSpinnerOperator.DateSpinnerOperator,JSpinnerOperator.ListSpinnerOperator,JSpinnerOperator.NumberSpinnerOperator
public class JSpinnerOperator extends JComponentOperator implements Timeoutable, Outputable
Provides methods to work withjavax.swing.JSpinnercomponent- Author:
- Alexandre Iline (alexandre.iline@sun.com)
- See Also:
JSpinnerOperator.NumberSpinnerOperator,JSpinnerOperator.ListSpinnerOperator,JSpinnerOperator.DateSpinnerOperator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJSpinnerOperator.DateScrollAdjusterAScrollAdjusterto be used forJSpinnercomponent havingSpinnerDateModelmodel.classJSpinnerOperator.DateSpinnerOperatorProvides some specific functionality forJSpinnercomponents havingSpinnerDateModelmodel.static classJSpinnerOperator.ExactScrollAdjusterClass for a scrolling of a spinner having unknown model type.static classJSpinnerOperator.JSpinnerByTextFinderAllows to find component by text.static classJSpinnerOperator.JSpinnerFinderChecks component type.static classJSpinnerOperator.ListScrollAdjusterAScrollAdjusterto be used forJSpinnercomponent havingSpinnerListModelmodel.classJSpinnerOperator.ListSpinnerOperatorProvides some specific functionality forJSpinnercomponents havingSpinnerListModelmodel.static classJSpinnerOperator.NumberScrollAdjusterAScrollAdjusterto be used forJSpinnercomponent havingSpinnerNumberModelmodel.classJSpinnerOperator.NumberSpinnerOperatorProvides some specific functionality forJSpinnercomponents havingSpinnerNumberModelmodel.static classJSpinnerOperator.ObjectScrollAdjusterAbstract class for a scrolling of a spinner having unknown model type.static classJSpinnerOperator.SpinnerModelExceptionException is thown whenever spinner model is threated wrong.static classJSpinnerOperator.ToStringScrollAdjusterClass for a scrolling of a spinner having unknown model type.-
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.StringVALUE_DPROPIdentifier for a "value" 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 JSpinnerOperator(javax.swing.JSpinner b)Constructor.JSpinnerOperator(ContainerOperator cont)Constructor.JSpinnerOperator(ContainerOperator cont, int index)Constructor.JSpinnerOperator(ContainerOperator cont, java.lang.String text)Constructs a JSpinnerOperator object.JSpinnerOperator(ContainerOperator cont, java.lang.String text, int index)Constructs a JSpinnerOperator object.JSpinnerOperator(ContainerOperator cont, ComponentChooser chooser)Constructs a JSpinnerOperator object.JSpinnerOperator(ContainerOperator cont, ComponentChooser chooser, int index)Constructs a JSpinnerOperator object.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChangeListener(javax.swing.event.ChangeListener changeListener)MapsJSpinner.addChangeListener(ChangeListener)through queuestatic voidcheckModel(JSpinnerOperator oper, java.lang.Class modelClass)Checks operator's model type.voidcommitEdit()MapsJSpinner.commitEdit()through queuestatic javax.swing.JSpinnerfindJSpinner(java.awt.Container cont)Searches 0'th JSpinner in container.static javax.swing.JSpinnerfindJSpinner(java.awt.Container cont, int index)Searches JSpinner in container.static javax.swing.JSpinnerfindJSpinner(java.awt.Container cont, ComponentChooser chooser)Searches 0'th JSpinner in container.static javax.swing.JSpinnerfindJSpinner(java.awt.Container cont, ComponentChooser chooser, int index)Searches JSpinner in container.javax.swing.event.ChangeListener[]getChangeListeners()MapsJSpinner.getChangeListeners()through queueJSpinnerOperator.DateSpinnerOperatorgetDateSpinner()Returns an instance ofDateSpinnerOperatoroperator, the operator used forJSpinnerhavingSpinnerDateModelmodel.JButtonOperatorgetDecreaseOperator()Returns an operator for a button used for value decreasing.java.util.HashtablegetDump()Returns information about component.javax.swing.JComponentgetEditor()MapsJSpinner.getEditor()through queueJButtonOperatorgetIncreaseOperator()Returns an operator for a button used for value increasing.JSpinnerOperator.ListSpinnerOperatorgetListSpinner()Returns an instance ofListSpinnerOperatoroperator, the operator used forJSpinnerhavingSpinnerListModelmodel.java.lang.ObjectgetMaximum()Returns a maximal value.java.lang.ObjectgetMinimum()Returns a minimal value.javax.swing.SpinnerModelgetModel()MapsJSpinner.getModel()through queuejava.lang.ObjectgetNextValue()MapsJSpinner.getNextValue()through queueJSpinnerOperator.NumberSpinnerOperatorgetNumberSpinner()Returns an instance ofNumberSpinnerOperatoroperator, the operator used forJSpinnerhavingSpinnerNumberModelmodel.TestOutgetOutput()Returns print output streams or writers.java.lang.ObjectgetPreviousValue()MapsJSpinner.getPreviousValue()through queueTimeoutsgetTimeouts()Return current timeouts.javax.swing.plaf.SpinnerUIgetUI()MapsJSpinner.getUI()through queuejava.lang.ObjectgetValue()MapsJSpinner.getValue()through queuevoidremoveChangeListener(javax.swing.event.ChangeListener changeListener)MapsJSpinner.removeChangeListener(ChangeListener)through queuevoidscrollTo(ScrollAdjuster adj)Scrolls to reach a condition specified byScrollAdjustervoidscrollToMaximum()Scrolls to maximum value.voidscrollToMinimum()Scrolls to minimum value.voidscrollToObject(java.lang.Object value, int direction)Scrolls to exact match of a spinner value to the specified value.voidscrollToString(java.lang.String pattern, int direction)Scrolls to matching ofgetValue().toString()with the pattern.voidscrollToString(java.lang.String pattern, Operator.StringComparator comparator, int direction)Scrolls to matching ofgetValue().toString() with the pattern.voidsetEditor(javax.swing.JComponent jComponent)MapsJSpinner.setEditor(JComponent)through queuevoidsetModel(javax.swing.SpinnerModel spinnerModel)MapsJSpinner.setModel(SpinnerModel)through queuevoidsetOutput(TestOut out)Defines print output streams or writers.voidsetTimeouts(Timeouts timeouts)Defines current timeouts.voidsetUI(javax.swing.plaf.SpinnerUI spinnerUI)MapsJSpinner.setUI(SpinnerUI)through queuevoidsetValue(java.lang.Object object)MapsJSpinner.setValue(Object)through queuestatic javax.swing.JSpinnerwaitJSpinner(java.awt.Container cont)Waits 0'th JSpinner in container.static javax.swing.JSpinnerwaitJSpinner(java.awt.Container cont, int index)Waits JSpinner in container.static javax.swing.JSpinnerwaitJSpinner(java.awt.Container cont, ComponentChooser chooser)Waits 0'th JSpinner in container.static javax.swing.JSpinnerwaitJSpinner(java.awt.Container cont, ComponentChooser chooser, int index)Waits JSpinner 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, copyEnvironment, 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
-
VALUE_DPROP
public static final java.lang.String VALUE_DPROP
Identifier for a "value" property.- See Also:
getDump(), Constant Field Values
-
-
Constructor Detail
-
JSpinnerOperator
public JSpinnerOperator(javax.swing.JSpinner b)
Constructor.- Parameters:
b- JSpinner component.
-
JSpinnerOperator
public JSpinnerOperator(ContainerOperator cont, ComponentChooser chooser, int index)
Constructs a JSpinnerOperator object.- Parameters:
cont- a containerchooser- a component chooser specifying searching criteria.index- an index between appropriate ones.- Throws:
TimeoutExpiredException
-
JSpinnerOperator
public JSpinnerOperator(ContainerOperator cont, ComponentChooser chooser)
Constructs a JSpinnerOperator object.- Parameters:
cont- a containerchooser- a component chooser specifying searching criteria.- Throws:
TimeoutExpiredException
-
JSpinnerOperator
public JSpinnerOperator(ContainerOperator cont, java.lang.String text, int index)
Constructs a JSpinnerOperator object.- Parameters:
cont- The operator for a container containing the sought for button.text- toString() representation of the current spinner value.index- Ordinal component index. The first component hasindex0.- Throws:
TimeoutExpiredException
-
JSpinnerOperator
public JSpinnerOperator(ContainerOperator cont, java.lang.String text)
Constructs a JSpinnerOperator object.- Parameters:
cont- The operator for a container containing the sought for button.text- toString() representation of the current spinner value.- Throws:
TimeoutExpiredException
-
JSpinnerOperator
public JSpinnerOperator(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
-
JSpinnerOperator
public JSpinnerOperator(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
-
findJSpinner
public static javax.swing.JSpinner findJSpinner(java.awt.Container cont, ComponentChooser chooser, int index)Searches JSpinner in container.- Parameters:
cont- Container to search component in.chooser- org.netbeans.jemmy.ComponentChooser implementation.index- Ordinal component index.- Returns:
- JSpinner instance or null if component was not found.
-
findJSpinner
public static javax.swing.JSpinner findJSpinner(java.awt.Container cont, ComponentChooser chooser)Searches 0'th JSpinner in container.- Parameters:
cont- Container to search component in.chooser- org.netbeans.jemmy.ComponentChooser implementation.- Returns:
- JSpinner instance or null if component was not found.
-
findJSpinner
public static javax.swing.JSpinner findJSpinner(java.awt.Container cont, int index)Searches JSpinner in container.- Parameters:
cont- Container to search component in.index- Ordinal component index.- Returns:
- JSpinner instance or null if component was not found.
-
findJSpinner
public static javax.swing.JSpinner findJSpinner(java.awt.Container cont)
Searches 0'th JSpinner in container.- Parameters:
cont- Container to search component in.- Returns:
- JSpinner instance or null if component was not found.
-
waitJSpinner
public static javax.swing.JSpinner waitJSpinner(java.awt.Container cont, ComponentChooser chooser, int index)Waits JSpinner in container.- Parameters:
cont- Container to search component in.chooser- org.netbeans.jemmy.ComponentChooser implementation.index- Ordinal component index.- Returns:
- JSpinner instance or null if component was not displayed.
- Throws:
TimeoutExpiredException
-
waitJSpinner
public static javax.swing.JSpinner waitJSpinner(java.awt.Container cont, ComponentChooser chooser)Waits 0'th JSpinner in container.- Parameters:
cont- Container to search component in.chooser- org.netbeans.jemmy.ComponentChooser implementation.- Returns:
- JSpinner instance or null if component was not displayed.
- Throws:
TimeoutExpiredException
-
waitJSpinner
public static javax.swing.JSpinner waitJSpinner(java.awt.Container cont, int index)Waits JSpinner in container.- Parameters:
cont- Container to search component in.index- Ordinal component index.- Returns:
- JSpinner instance or null if component was not displayed.
- Throws:
TimeoutExpiredException
-
waitJSpinner
public static javax.swing.JSpinner waitJSpinner(java.awt.Container cont)
Waits 0'th JSpinner in container.- Parameters:
cont- Container to search component in.- Returns:
- JSpinner instance or null if component was not displayed.
- Throws:
TimeoutExpiredException
-
checkModel
public static void checkModel(JSpinnerOperator oper, java.lang.Class modelClass)
Checks operator's model type.- Parameters:
oper- an operator to check modelmodelClass- a model class.- Throws:
JSpinnerOperator.SpinnerModelException- if an operator's model is not an instance of specified class.
-
setOutput
public void setOutput(TestOut out)
Description copied from interface:OutputableDefines print output streams or writers.- Specified by:
setOutputin interfaceOutputable- Overrides:
setOutputin classJComponentOperator- Parameters:
out- Identify the streams or writers used for print output.- See Also:
Outputable.getOutput()
-
getOutput
public TestOut getOutput()
Description copied from interface:OutputableReturns print output streams or writers.- Specified by:
getOutputin interfaceOutputable- Overrides:
getOutputin 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:TimeoutableDefines current timeouts.- Specified by:
setTimeoutsin interfaceTimeoutable- Overrides:
setTimeoutsin classJComponentOperator- Parameters:
timeouts- A collection of timeout assignments.- See Also:
Timeoutable.getTimeouts()
-
getTimeouts
public Timeouts getTimeouts()
Description copied from interface:TimeoutableReturn current timeouts.- Specified by:
getTimeoutsin interfaceTimeoutable- Overrides:
getTimeoutsin classJComponentOperator- Returns:
- the collection of current timeout assignments.
- See Also:
Timeoutable.setTimeouts(org.netbeans.jemmy.Timeouts)
-
getNumberSpinner
public JSpinnerOperator.NumberSpinnerOperator getNumberSpinner()
Returns an instance ofNumberSpinnerOperatoroperator, the operator used forJSpinnerhavingSpinnerNumberModelmodel.- Returns:
- a
NumberSpinnerOperatorcreated for the sameJSpinneras this operator. - Throws:
JSpinnerOperator.SpinnerModelException- if an operator's model is not an instance ofSpinnerNumberModel
-
getListSpinner
public JSpinnerOperator.ListSpinnerOperator getListSpinner()
Returns an instance ofListSpinnerOperatoroperator, the operator used forJSpinnerhavingSpinnerListModelmodel.- Returns:
- a
ListSpinnerOperatorcreated for the sameJSpinneras this operator. - Throws:
JSpinnerOperator.SpinnerModelException- if an operator's model is not an instance ofSpinnerListModel
-
getDateSpinner
public JSpinnerOperator.DateSpinnerOperator getDateSpinner()
Returns an instance ofDateSpinnerOperatoroperator, the operator used forJSpinnerhavingSpinnerDateModelmodel.- Returns:
- a
DateSpinnerOperatorcreated for the sameJSpinneras this operator. - Throws:
JSpinnerOperator.SpinnerModelException- if an operator's model is not an instance ofSpinnerDateModel
-
scrollTo
public void scrollTo(ScrollAdjuster adj)
Scrolls to reach a condition specified byScrollAdjuster- Parameters:
adj- scrolling criteria.
-
scrollToMaximum
public void scrollToMaximum()
Scrolls to maximum value.- Throws:
JSpinnerOperator.SpinnerModelException- if an operator's model does not have a maximum value.
-
scrollToMinimum
public void scrollToMinimum()
Scrolls to minimum value.- Throws:
JSpinnerOperator.SpinnerModelException- if an operator's model does not have a minimum value.
-
scrollToObject
public void scrollToObject(java.lang.Object value, int direction)Scrolls to exact match of a spinner value to the specified value.- Parameters:
value- an value to scroll to.direction- a scrolling direction - one ofScrollAdjuster.*_SCROLL_DIRECTIONfields.
-
scrollToString
public void scrollToString(java.lang.String pattern, Operator.StringComparator comparator, int direction)Scrolls to matching ofgetValue().toString() with the pattern.- Parameters:
pattern- a pattern to compare withcomparator- a string comparision criteriadirection- a scrolling direction - one ofScrollAdjuster.*_SCROLL_DIRECTIONfields.
-
scrollToString
public void scrollToString(java.lang.String pattern, int direction)Scrolls to matching ofgetValue().toString()with the pattern. UsesStringComparatorassigned to the operator.- Parameters:
pattern- a pattern to compare withdirection- a scrolling direction - one ofScrollAdjuster.*_SCROLL_DIRECTIONfields.
-
getIncreaseOperator
public JButtonOperator getIncreaseOperator()
Returns an operator for a button used for value increasing.- Returns:
- an operator for a first
JButtoninside this spinner.
-
getDecreaseOperator
public JButtonOperator getDecreaseOperator()
Returns an operator for a button used for value decreasing.- Returns:
- an operator for a second
JButtoninside this spinner.
-
getMinimum
public java.lang.Object getMinimum()
Returns a minimal value. Returns null if model is not one of the following:javax.swing.SpinnerDateModel,javax.swing.SpinnerListModel,javax.swing.SpinnerNumberModel. Also, returns null if the model does not have a minimal value.- Returns:
- a minimal value.
-
getMaximum
public java.lang.Object getMaximum()
Returns a maximal value. Returns null if model is not one of the following:javax.swing.SpinnerDateModel,javax.swing.SpinnerListModel,javax.swing.SpinnerNumberModel. Also, returns null if the model does not have a maximal value.- Returns:
- a maximal value.
-
getDump
public java.util.Hashtable getDump()
Description copied from class:ComponentOperatorReturns information about component.- Overrides:
getDumpin classJComponentOperator- Returns:
- a Hashtable containing name-value pairs.
-
getValue
public java.lang.Object getValue()
MapsJSpinner.getValue()through queue
-
setValue
public void setValue(java.lang.Object object)
MapsJSpinner.setValue(Object)through queue
-
getUI
public javax.swing.plaf.SpinnerUI getUI()
MapsJSpinner.getUI()through queue
-
setUI
public void setUI(javax.swing.plaf.SpinnerUI spinnerUI)
MapsJSpinner.setUI(SpinnerUI)through queue
-
setModel
public void setModel(javax.swing.SpinnerModel spinnerModel)
MapsJSpinner.setModel(SpinnerModel)through queue
-
getModel
public javax.swing.SpinnerModel getModel()
MapsJSpinner.getModel()through queue
-
getNextValue
public java.lang.Object getNextValue()
MapsJSpinner.getNextValue()through queue
-
addChangeListener
public void addChangeListener(javax.swing.event.ChangeListener changeListener)
MapsJSpinner.addChangeListener(ChangeListener)through queue
-
removeChangeListener
public void removeChangeListener(javax.swing.event.ChangeListener changeListener)
MapsJSpinner.removeChangeListener(ChangeListener)through queue
-
getChangeListeners
public javax.swing.event.ChangeListener[] getChangeListeners()
MapsJSpinner.getChangeListeners()through queue
-
getPreviousValue
public java.lang.Object getPreviousValue()
MapsJSpinner.getPreviousValue()through queue
-
setEditor
public void setEditor(javax.swing.JComponent jComponent)
MapsJSpinner.setEditor(JComponent)through queue
-
getEditor
public javax.swing.JComponent getEditor()
MapsJSpinner.getEditor()through queue
-
commitEdit
public void commitEdit()
MapsJSpinner.commitEdit()through queue
-
-