Package org.netbeans.jemmy.operators
Class AbstractButtonOperator
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.AbstractButtonOperator
- All Implemented Interfaces:
Outputable
,Timeoutable
- Direct Known Subclasses:
JButtonOperator
,JMenuItemOperator
,JToggleButtonOperator
Timeouts used:
AbstractButtonOperator.PushButtonTimeout - time between button pressing and releasing
ComponentOperator.WaitComponentTimeout - time to wait button displayed
ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled
ComponentOperator.WaitStateTimeout - time to wait for text
.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Allows to find component by text.static class
Checks component 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
FieldsModifier and TypeFieldDescriptionstatic final String
Identifier for a selected text property.static final String
Identifier for a text 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
ConstructorsConstructorDescriptionConstructor.Constructor.AbstractButtonOperator
(ContainerOperator cont, int index) Constructor.AbstractButtonOperator
(ContainerOperator cont, String text) Constructor.AbstractButtonOperator
(ContainerOperator cont, String text, int index) Constructor.AbstractButtonOperator
(ContainerOperator cont, ComponentChooser chooser) Constructs an AbstractButtonOperator object.AbstractButtonOperator
(ContainerOperator cont, ComponentChooser chooser, int index) Constructs an AbstractButtonOperator object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addActionListener
(ActionListener actionListener) MapsAbstractButton.addActionListener(ActionListener)
through queuevoid
addChangeListener
(ChangeListener changeListener) MapsAbstractButton.addChangeListener(ChangeListener)
through queuevoid
addItemListener
(ItemListener itemListener) MapsAbstractButton.addItemListener(ItemListener)
through queuevoid
changeSelection
(boolean selected) Changes selection if necessary.void
changeSelectionNoBlock
(boolean selected) RunschangeSelection(boolean)
method in a separate thread.void
copyEnvironment
(Operator anotherOperator) Copies all environment (output, timeouts, visualizer) from another operator.void
doClick()
MapsAbstractButton.doClick()
through queuevoid
doClick
(int i) MapsAbstractButton.doClick(int)
through queuestatic AbstractButton
findAbstractButton
(Container cont, String text, boolean ce, boolean ccs) Searches AbstractButton by text.static AbstractButton
findAbstractButton
(Container cont, String text, boolean ce, boolean ccs, int index) Searches AbstractButton by text.static AbstractButton
findAbstractButton
(Container cont, ComponentChooser chooser) Searches for the first AbstractButton in a container.static AbstractButton
findAbstractButton
(Container cont, ComponentChooser chooser, int index) Searches AbstractButton in a container.MapsAbstractButton.getActionCommand()
through queueMapsAbstractButton.getDisabledIcon()
through queueMapsAbstractButton.getDisabledSelectedIcon()
through queuegetDump()
Returns information about component.int
MapsAbstractButton.getHorizontalAlignment()
through queueint
MapsAbstractButton.getHorizontalTextPosition()
through queuegetIcon()
MapsAbstractButton.getIcon()
through queueMapsAbstractButton.getMargin()
through queueint
MapsAbstractButton.getMnemonic()
through queuegetModel()
MapsAbstractButton.getModel()
through queueReturns print output streams or writers.MapsAbstractButton.getPressedIcon()
through queueMapsAbstractButton.getRolloverIcon()
through queueMapsAbstractButton.getRolloverSelectedIcon()
through queueMapsAbstractButton.getSelectedIcon()
through queueObject[]
MapsAbstractButton.getSelectedObjects()
through queuegetText()
MapsAbstractButton.getText()
through queueReturn current timeouts.getUI()
MapsAbstractButton.getUI()
through queueint
MapsAbstractButton.getVerticalAlignment()
through queueint
MapsAbstractButton.getVerticalTextPosition()
through queueboolean
MapsAbstractButton.isBorderPainted()
through queueboolean
MapsAbstractButton.isContentAreaFilled()
through queueboolean
MapsAbstractButton.isFocusPainted()
through queueboolean
MapsAbstractButton.isRolloverEnabled()
through queueboolean
MapsAbstractButton.isSelected()
through queuevoid
press()
Press the button by mouse.void
push()
Pushs the button using a ButtonDriver registered for this operator.void
Runspush()
method in a separate thread.void
release()
Releases the button by mouse.void
removeActionListener
(ActionListener actionListener) MapsAbstractButton.removeActionListener(ActionListener)
through queuevoid
removeChangeListener
(ChangeListener changeListener) MapsAbstractButton.removeChangeListener(ChangeListener)
through queuevoid
removeItemListener
(ItemListener itemListener) MapsAbstractButton.removeItemListener(ItemListener)
through queuevoid
setActionCommand
(String string) MapsAbstractButton.setActionCommand(String)
through queuevoid
setBorderPainted
(boolean b) MapsAbstractButton.setBorderPainted(boolean)
through queuevoid
setContentAreaFilled
(boolean b) MapsAbstractButton.setContentAreaFilled(boolean)
through queuevoid
setDisabledIcon
(Icon icon) MapsAbstractButton.setDisabledIcon(Icon)
through queuevoid
setDisabledSelectedIcon
(Icon icon) MapsAbstractButton.setDisabledSelectedIcon(Icon)
through queuevoid
setFocusPainted
(boolean b) MapsAbstractButton.setFocusPainted(boolean)
through queuevoid
setHorizontalAlignment
(int i) MapsAbstractButton.setHorizontalAlignment(int)
through queuevoid
setHorizontalTextPosition
(int i) MapsAbstractButton.setHorizontalTextPosition(int)
through queuevoid
MapsAbstractButton.setIcon(Icon)
through queuevoid
MapsAbstractButton.setMargin(Insets)
through queuevoid
setMnemonic
(char c) MapsAbstractButton.setMnemonic(char)
through queuevoid
setMnemonic
(int i) MapsAbstractButton.setMnemonic(int)
through queuevoid
setModel
(ButtonModel buttonModel) MapsAbstractButton.setModel(ButtonModel)
through queuevoid
Defines print output streams or writers.void
setPressedIcon
(Icon icon) MapsAbstractButton.setPressedIcon(Icon)
through queuevoid
setRolloverEnabled
(boolean b) MapsAbstractButton.setRolloverEnabled(boolean)
through queuevoid
setRolloverIcon
(Icon icon) MapsAbstractButton.setRolloverIcon(Icon)
through queuevoid
setRolloverSelectedIcon
(Icon icon) MapsAbstractButton.setRolloverSelectedIcon(Icon)
through queuevoid
setSelected
(boolean b) MapsAbstractButton.setSelected(boolean)
through queuevoid
setSelectedIcon
(Icon icon) MapsAbstractButton.setSelectedIcon(Icon)
through queuevoid
MapsAbstractButton.setText(String)
through queuevoid
setTimeouts
(Timeouts timeouts) Defines current timeouts.void
MapsAbstractButton.setUI(ButtonUI)
through queuevoid
setVerticalAlignment
(int i) MapsAbstractButton.setVerticalAlignment(int)
through queuevoid
setVerticalTextPosition
(int i) MapsAbstractButton.setVerticalTextPosition(int)
through queuestatic AbstractButton
waitAbstractButton
(Container cont, String text, boolean ce, boolean ccs) Waits AbstractButton by text.static AbstractButton
waitAbstractButton
(Container cont, String text, boolean ce, boolean ccs, int index) Waits AbstractButton by text.static AbstractButton
waitAbstractButton
(Container cont, ComponentChooser chooser) Waits 0'th AbstractButton in container.static AbstractButton
waitAbstractButton
(Container cont, ComponentChooser chooser, int index) Waits AbstractButton in container.void
waitSelected
(boolean selected) Waits for button to be selected.void
Waits for text.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 Details
-
TEXT_DPROP
Identifier for a text property.- See Also:
-
IS_SELECTED_DPROP
Identifier for a selected text property.- See Also:
-
-
Constructor Details
-
AbstractButtonOperator
Constructor.- Parameters:
b
- Thejava.awt.AbstractButton
managed by this instance.
-
AbstractButtonOperator
Constructs an AbstractButtonOperator object.- Parameters:
cont
- containerchooser
- a component chooser specifying searching criteria.index
- an index between appropriate ones.
-
AbstractButtonOperator
Constructs an AbstractButtonOperator object.- Parameters:
cont
- containerchooser
- a component chooser specifying searching criteria.
-
AbstractButtonOperator
Constructor. Waits for a component in a container to show. The component is identified as theindex+1
'thjavax.swing.AbstractButton
that shows, lies below the container in the display containment hierarchy, and that has the desired text. Uses cont's timeout and output for waiting and to init this operator.- Parameters:
cont
- The operator for a container containing the sought for button.text
- Button text.index
- Ordinal component index. The first component hasindex
0.- Throws:
TimeoutExpiredException
- See Also:
-
AbstractButtonOperator
Constructor. Waits for a component in a container to show. The component is identified as the firstjavax.swing.AbstractButton
that shows, lies below the container in the display containment hierarchy, and that has the desired text. Uses cont's timeout and output for waiting and to init this operator.- Parameters:
cont
- The operator for a container containing the sought for button.text
- Button text.- Throws:
TimeoutExpiredException
- See Also:
-
AbstractButtonOperator
Constructor. Waits component in container first. Uses cont's timeout and output for waiting and to init operator.- Parameters:
cont
- The operator for a container containing the sought for button.index
- Ordinal component index.- Throws:
TimeoutExpiredException
- See Also:
-
AbstractButtonOperator
Constructor. Waits component in container first. Uses cont's timeout and output for waiting and to init operator.- Parameters:
cont
- The operator for a container containing the sought for button.- Throws:
TimeoutExpiredException
- See Also:
-
-
Method Details
-
findAbstractButton
public static AbstractButton findAbstractButton(Container cont, ComponentChooser chooser, int index) Searches AbstractButton in a container.- Parameters:
cont
- Container in which to search for the component. The container lies above the component in the display containment hierarchy. The containment need not be direct.chooser
- org.netbeans.jemmy.ComponentChooser implementation, defining and applying search criteria.index
- Ordinal component index. The firstindex
is 0.- Returns:
- AbstractButton instance or null if component was not found.
-
findAbstractButton
Searches for the first AbstractButton in a container.- Parameters:
cont
- Container in which to search for the component. The container lies above the component in the display containment hierarchy. The containment need not be direct.chooser
- org.netbeans.jemmy.ComponentChooser implementation, defining and applying search criteria.- Returns:
- AbstractButton instance or null if component was not found.
-
findAbstractButton
public static AbstractButton findAbstractButton(Container cont, String text, boolean ce, boolean ccs, int index) Searches AbstractButton by text.- Parameters:
cont
- Container to search component in.text
- Button text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.index
- Ordinal component index.- Returns:
- AbstractButton instance or null if component was not found.
- See Also:
-
findAbstractButton
public static AbstractButton findAbstractButton(Container cont, String text, boolean ce, boolean ccs) Searches AbstractButton by text.- Parameters:
cont
- Container to search component in.text
- Button text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.- Returns:
- AbstractButton instance or null if component was not found.
- See Also:
-
waitAbstractButton
public static AbstractButton waitAbstractButton(Container cont, ComponentChooser chooser, int index) Waits AbstractButton in container.- Parameters:
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.index
- Ordinal component index.- Returns:
- AbstractButton instance.
- Throws:
TimeoutExpiredException
-
waitAbstractButton
Waits 0'th AbstractButton in container.- Parameters:
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.- Returns:
- AbstractButton instance.
- Throws:
TimeoutExpiredException
-
waitAbstractButton
public static AbstractButton waitAbstractButton(Container cont, String text, boolean ce, boolean ccs, int index) Waits AbstractButton by text.- Parameters:
cont
- Container to search component in.text
- Button text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.index
- Ordinal component index.- Returns:
- AbstractButton instance.
- Throws:
TimeoutExpiredException
- See Also:
-
waitAbstractButton
public static AbstractButton waitAbstractButton(Container cont, String text, boolean ce, boolean ccs) Waits AbstractButton by text.- Parameters:
cont
- Container to search component in.text
- Button text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.- Returns:
- AbstractButton instance.
- Throws:
TimeoutExpiredException
- See Also:
-
setTimeouts
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:
-
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:
-
setOutput
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:
-
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:
-
copyEnvironment
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.
-
push
public void push()Pushs the button using a ButtonDriver registered for this operator. -
pushNoBlock
public void pushNoBlock()Runspush()
method in a separate thread. -
changeSelection
public void changeSelection(boolean selected) Changes selection if necessary. Usespush()
method in order to do so.- Parameters:
selected
- a button selection.
-
changeSelectionNoBlock
public void changeSelectionNoBlock(boolean selected) RunschangeSelection(boolean)
method in a separate thread.- Parameters:
selected
- a button selection.
-
press
public void press()Press the button by mouse.- Throws:
TimeoutExpiredException
-
release
public void release()Releases the button by mouse.- Throws:
TimeoutExpiredException
-
waitSelected
public void waitSelected(boolean selected) Waits for button to be selected.- Parameters:
selected
- a button selection.
-
waitText
Waits for text. Uses getComparator() comparator.- Parameters:
text
- Text to wait for.
-
getDump
Returns information about component.- Overrides:
getDump
in classJComponentOperator
- Returns:
- a Hashtable containing name-value pairs.
-
addActionListener
MapsAbstractButton.addActionListener(ActionListener)
through queue -
addChangeListener
MapsAbstractButton.addChangeListener(ChangeListener)
through queue -
addItemListener
MapsAbstractButton.addItemListener(ItemListener)
through queue -
doClick
public void doClick()MapsAbstractButton.doClick()
through queue -
doClick
public void doClick(int i) MapsAbstractButton.doClick(int)
through queue -
getActionCommand
MapsAbstractButton.getActionCommand()
through queue -
getDisabledIcon
MapsAbstractButton.getDisabledIcon()
through queue -
getDisabledSelectedIcon
MapsAbstractButton.getDisabledSelectedIcon()
through queue -
getHorizontalAlignment
public int getHorizontalAlignment()MapsAbstractButton.getHorizontalAlignment()
through queue -
getHorizontalTextPosition
public int getHorizontalTextPosition()MapsAbstractButton.getHorizontalTextPosition()
through queue -
getIcon
MapsAbstractButton.getIcon()
through queue -
getMargin
MapsAbstractButton.getMargin()
through queue -
getMnemonic
public int getMnemonic()MapsAbstractButton.getMnemonic()
through queue -
getModel
MapsAbstractButton.getModel()
through queue -
getPressedIcon
MapsAbstractButton.getPressedIcon()
through queue -
getRolloverIcon
MapsAbstractButton.getRolloverIcon()
through queue -
getRolloverSelectedIcon
MapsAbstractButton.getRolloverSelectedIcon()
through queue -
getSelectedIcon
MapsAbstractButton.getSelectedIcon()
through queue -
getSelectedObjects
MapsAbstractButton.getSelectedObjects()
through queue -
getText
MapsAbstractButton.getText()
through queue -
getUI
MapsAbstractButton.getUI()
through queue -
getVerticalAlignment
public int getVerticalAlignment()MapsAbstractButton.getVerticalAlignment()
through queue -
getVerticalTextPosition
public int getVerticalTextPosition()MapsAbstractButton.getVerticalTextPosition()
through queue -
isBorderPainted
public boolean isBorderPainted()MapsAbstractButton.isBorderPainted()
through queue -
isContentAreaFilled
public boolean isContentAreaFilled()MapsAbstractButton.isContentAreaFilled()
through queue -
isFocusPainted
public boolean isFocusPainted()MapsAbstractButton.isFocusPainted()
through queue -
isRolloverEnabled
public boolean isRolloverEnabled()MapsAbstractButton.isRolloverEnabled()
through queue -
isSelected
public boolean isSelected()MapsAbstractButton.isSelected()
through queue -
removeActionListener
MapsAbstractButton.removeActionListener(ActionListener)
through queue -
removeChangeListener
MapsAbstractButton.removeChangeListener(ChangeListener)
through queue -
removeItemListener
MapsAbstractButton.removeItemListener(ItemListener)
through queue -
setActionCommand
MapsAbstractButton.setActionCommand(String)
through queue -
setBorderPainted
public void setBorderPainted(boolean b) MapsAbstractButton.setBorderPainted(boolean)
through queue -
setContentAreaFilled
public void setContentAreaFilled(boolean b) MapsAbstractButton.setContentAreaFilled(boolean)
through queue -
setDisabledIcon
MapsAbstractButton.setDisabledIcon(Icon)
through queue -
setDisabledSelectedIcon
MapsAbstractButton.setDisabledSelectedIcon(Icon)
through queue -
setFocusPainted
public void setFocusPainted(boolean b) MapsAbstractButton.setFocusPainted(boolean)
through queue -
setHorizontalAlignment
public void setHorizontalAlignment(int i) MapsAbstractButton.setHorizontalAlignment(int)
through queue -
setHorizontalTextPosition
public void setHorizontalTextPosition(int i) MapsAbstractButton.setHorizontalTextPosition(int)
through queue -
setIcon
MapsAbstractButton.setIcon(Icon)
through queue -
setMargin
MapsAbstractButton.setMargin(Insets)
through queue -
setMnemonic
public void setMnemonic(char c) MapsAbstractButton.setMnemonic(char)
through queue -
setMnemonic
public void setMnemonic(int i) MapsAbstractButton.setMnemonic(int)
through queue -
setModel
MapsAbstractButton.setModel(ButtonModel)
through queue -
setPressedIcon
MapsAbstractButton.setPressedIcon(Icon)
through queue -
setRolloverEnabled
public void setRolloverEnabled(boolean b) MapsAbstractButton.setRolloverEnabled(boolean)
through queue -
setRolloverIcon
MapsAbstractButton.setRolloverIcon(Icon)
through queue -
setRolloverSelectedIcon
MapsAbstractButton.setRolloverSelectedIcon(Icon)
through queue -
setSelected
public void setSelected(boolean b) MapsAbstractButton.setSelected(boolean)
through queue -
setSelectedIcon
MapsAbstractButton.setSelectedIcon(Icon)
through queue -
setText
MapsAbstractButton.setText(String)
through queue -
setUI
MapsAbstractButton.setUI(ButtonUI)
through queue -
setVerticalAlignment
public void setVerticalAlignment(int i) MapsAbstractButton.setVerticalAlignment(int)
through queue -
setVerticalTextPosition
public void setVerticalTextPosition(int i) MapsAbstractButton.setVerticalTextPosition(int)
through queue
-