Package org.netbeans.jemmy.operators
Class JComponentOperator
java.lang.Object
org.netbeans.jemmy.operators.Operator
org.netbeans.jemmy.operators.ComponentOperator
org.netbeans.jemmy.operators.ContainerOperator
org.netbeans.jemmy.operators.JComponentOperator
- All Implemented Interfaces:
Outputable
,Timeoutable
- Direct Known Subclasses:
AbstractButtonOperator
,JColorChooserOperator
,JComboBoxOperator
,JFileChooserOperator
,JInternalFrameOperator
,JInternalFrameOperator.JDesktopIconOperator
,JLabelOperator
,JListOperator
,JMenuBarOperator
,JPopupMenuOperator
,JProgressBarOperator
,JScrollBarOperator
,JScrollPaneOperator
,JSliderOperator
,JSpinnerOperator
,JSplitPaneOperator
,JTabbedPaneOperator
,JTableHeaderOperator
,JTableOperator
,JTextComponentOperator
,JTreeOperator
Timeouts used:
JComponentOperator.WaitToolTipTimeout - time to wait tool tip displayed
JComponentOperator.ShowToolTipTimeout - time to show tool tip
ComponentOperator.WaitComponentTimeout - time to wait component displayed
.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Allows to find component by tooltip.static class
Checks component type.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
static final String
static final String
static final String
Identifier for a "tooltip text" property.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.JComponentOperator
(ContainerOperator cont, int index) Constructor.JComponentOperator
(ContainerOperator cont, ComponentChooser chooser) Constructs a JComponentOperator object.JComponentOperator
(ContainerOperator cont, ComponentChooser chooser, int index) Constructs a JComponentOperator object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAncestorListener
(AncestorListener ancestorListener) MapsJComponent.addAncestorListener(AncestorListener)
through queuevoid
addVetoableChangeListener
(VetoableChangeListener vetoableChangeListener) MapsJComponent.addVetoableChangeListener(VetoableChangeListener)
through queuevoid
computeVisibleRect
(Rectangle rectangle) MapsJComponent.computeVisibleRect(Rectangle)
through queueMapsJComponent.createToolTip()
through queuestatic JComponent
findJComponent
(Container cont, String toolTipText, boolean ce, boolean ccs) Searches JComponent by tooltip text.static JComponent
findJComponent
(Container cont, String toolTipText, boolean ce, boolean ccs, int index) Searches JComponent by tooltip text.static JComponent
findJComponent
(Container cont, ComponentChooser chooser) Searches 0'th JComponent in container.static JComponent
findJComponent
(Container cont, ComponentChooser chooser, int index) Searches JComponent in container.void
firePropertyChange
(String string, boolean b, boolean b1) MapsJComponent.firePropertyChange(String, boolean, boolean)
through queuevoid
firePropertyChange
(String string, byte b, byte b1) MapsJComponent.firePropertyChange(String, byte, byte)
through queuevoid
firePropertyChange
(String string, char c, char c1) MapsJComponent.firePropertyChange(String, char, char)
through queuevoid
firePropertyChange
(String string, double d, double d1) MapsJComponent.firePropertyChange(String, double, double)
through queuevoid
firePropertyChange
(String string, float f, float f1) MapsJComponent.firePropertyChange(String, float, float)
through queuevoid
firePropertyChange
(String string, int i, int i1) MapsJComponent.firePropertyChange(String, int, int)
through queuevoid
firePropertyChange
(String string, long l, long l1) MapsJComponent.firePropertyChange(String, long, long)
through queuevoid
firePropertyChange
(String string, short s, short s1) MapsJComponent.firePropertyChange(String, short, short)
through queueMapsJComponent.getAccessibleContext()
through queuegetActionForKeyStroke
(KeyStroke keyStroke) MapsJComponent.getActionForKeyStroke(KeyStroke)
through queueboolean
MapsJComponent.getAutoscrolls()
through queueMapsJComponent.getBorder()
through queueint
Return the x coordinate which should be used for mouse operations by default.int
Return the y coordinate which should be used for mouse operations by default.getClientProperty
(Object object) MapsJComponent.getClientProperty(Object)
through queueint
getConditionForKeyStroke
(KeyStroke keyStroke) MapsJComponent.getConditionForKeyStroke(KeyStroke)
through queueint
MapsJComponent.getDebugGraphicsOptions()
through queuegetDump()
Returns information about component.MapsJComponent.getInsets(Insets)
through queueMapsJComponent.getNextFocusableComponent()
through queueReturns print output streams or writers.MapsJComponent.getRegisteredKeyStrokes()
through queueMapsJComponent.getRootPane()
through queueReturn current timeouts.getToolTipLocation
(MouseEvent mouseEvent) MapsJComponent.getToolTipLocation(MouseEvent)
through queueMapsJComponent.getToolTipText()
through queuegetToolTipText
(MouseEvent mouseEvent) MapsJComponent.getToolTipText(MouseEvent)
through queueMapsJComponent.getTopLevelAncestor()
through queueMapsJComponent.getUIClassID()
through queueMapsJComponent.getVisibleRect()
through queueLooks for a first window-like container.void
MapsJComponent.grabFocus()
through queueboolean
MapsJComponent.isFocusCycleRoot()
through queueboolean
MapsJComponent.isManagingFocus()
through queueboolean
MapsJComponent.isOptimizedDrawingEnabled()
through queueboolean
MapsJComponent.isPaintingTile()
through queueboolean
MapsJComponent.isRequestFocusEnabled()
through queueboolean
MapsJComponent.isValidateRoot()
through queuevoid
paintImmediately
(int i, int i1, int i2, int i3) MapsJComponent.paintImmediately(int, int, int, int)
through queuevoid
paintImmediately
(Rectangle rectangle) MapsJComponent.paintImmediately(Rectangle)
through queuevoid
putClientProperty
(Object object, Object object1) MapsJComponent.putClientProperty(Object, Object)
through queuevoid
registerKeyboardAction
(ActionListener actionListener, String string, KeyStroke keyStroke, int i) MapsJComponent.registerKeyboardAction(ActionListener, String, KeyStroke, int)
through queuevoid
registerKeyboardAction
(ActionListener actionListener, KeyStroke keyStroke, int i) MapsJComponent.registerKeyboardAction(ActionListener, KeyStroke, int)
through queuevoid
removeAncestorListener
(AncestorListener ancestorListener) MapsJComponent.removeAncestorListener(AncestorListener)
through queuevoid
removeVetoableChangeListener
(VetoableChangeListener vetoableChangeListener) MapsJComponent.removeVetoableChangeListener(VetoableChangeListener)
through queuevoid
MapsJComponent.repaint(Rectangle)
through queueboolean
MapsJComponent.requestDefaultFocus()
through queuevoid
MapsJComponent.resetKeyboardActions()
through queuevoid
MapsJComponent.revalidate()
through queuevoid
scrollRectToVisible
(Rectangle rectangle) MapsJComponent.scrollRectToVisible(Rectangle)
through queuevoid
setAlignmentX
(float f) MapsJComponent.setAlignmentX(float)
through queuevoid
setAlignmentY
(float f) MapsJComponent.setAlignmentY(float)
through queuevoid
setAutoscrolls
(boolean b) MapsJComponent.setAutoscrolls(boolean)
through queuevoid
MapsJComponent.setBorder(Border)
through queuevoid
setDebugGraphicsOptions
(int i) MapsJComponent.setDebugGraphicsOptions(int)
through queuevoid
setDoubleBuffered
(boolean b) MapsJComponent.setDoubleBuffered(boolean)
through queuevoid
setMaximumSize
(Dimension dimension) MapsJComponent.setMaximumSize(Dimension)
through queuevoid
setMinimumSize
(Dimension dimension) MapsJComponent.setMinimumSize(Dimension)
through queuevoid
setNextFocusableComponent
(Component component) MapsJComponent.setNextFocusableComponent(Component)
through queuevoid
setOpaque
(boolean b) MapsJComponent.setOpaque(boolean)
through queuevoid
Defines print output streams or writers.void
setPreferredSize
(Dimension dimension) MapsJComponent.setPreferredSize(Dimension)
through queuevoid
setRequestFocusEnabled
(boolean b) MapsJComponent.setRequestFocusEnabled(boolean)
through queuevoid
setTimeouts
(Timeouts timeouts) Defines current timeouts.void
setToolTipText
(String string) MapsJComponent.setToolTipText(String)
through queueShowes tool tip.void
unregisterKeyboardAction
(KeyStroke keyStroke) MapsJComponent.unregisterKeyboardAction(KeyStroke)
through queuevoid
updateUI()
MapsJComponent.updateUI()
through queuestatic JComponent
waitJComponent
(Container cont, String toolTipText, boolean ce, boolean ccs) Waits JComponent by tooltip text.static JComponent
waitJComponent
(Container cont, String toolTipText, boolean ce, boolean ccs, int index) Waits JComponent by tooltip text.static JComponent
waitJComponent
(Container cont, ComponentChooser chooser) Waits 0'th JComponent in container.static JComponent
waitJComponent
(Container cont, ComponentChooser chooser, int index) Waits JComponent in container.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 Details
-
TOOLTIP_TEXT_DPROP
Identifier for a "tooltip text" property.- See Also:
-
A11Y_DATA
- See Also:
-
A11Y_NAME_DPROP
- See Also:
-
A11Y_DESCRIPTION_DPROP
- See Also:
-
-
Constructor Details
-
JComponentOperator
Constructor.- Parameters:
b
- a component
-
JComponentOperator
Constructs a JComponentOperator object.- Parameters:
cont
- a containerchooser
- a component chooser specifying searching criteria.index
- an index between appropriate ones.
-
JComponentOperator
Constructs a JComponentOperator object.- Parameters:
cont
- a containerchooser
- a component chooser specifying searching criteria.
-
JComponentOperator
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
-
JComponentOperator
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 Details
-
findJComponent
Searches JComponent in container.- Parameters:
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.index
- Ordinal component index.- Returns:
- JComponent instance or null if component was not found.
-
findJComponent
Searches 0'th JComponent in container.- Parameters:
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.- Returns:
- JComponent instance or null if component was not found.
-
findJComponent
public static JComponent findJComponent(Container cont, String toolTipText, boolean ce, boolean ccs, int index) Searches JComponent by tooltip text.- Parameters:
cont
- Container to search component in.toolTipText
- Tooltip text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.index
- Ordinal component index.- Returns:
- JComponent instance or null if component was not found.
- See Also:
-
findJComponent
public static JComponent findJComponent(Container cont, String toolTipText, boolean ce, boolean ccs) Searches JComponent by tooltip text.- Parameters:
cont
- Container to search component in.toolTipText
- Tooltip text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.- Returns:
- JComponent instance or null if component was not found.
- See Also:
-
waitJComponent
Waits JComponent in container.- Parameters:
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.index
- Ordinal component index.- Returns:
- JComponent instance or null if component was not found.
- Throws:
TimeoutExpiredException
-
waitJComponent
Waits 0'th JComponent in container.- Parameters:
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.- Returns:
- JComponent instance or null if component was not found.
- Throws:
TimeoutExpiredException
-
waitJComponent
public static JComponent waitJComponent(Container cont, String toolTipText, boolean ce, boolean ccs, int index) Waits JComponent by tooltip text.- Parameters:
cont
- Container to search component in.toolTipText
- Tooltip text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.index
- Ordinal component index.- Returns:
- JComponent instance or null if component was not found.
- Throws:
TimeoutExpiredException
- See Also:
-
waitJComponent
public static JComponent waitJComponent(Container cont, String toolTipText, boolean ce, boolean ccs) Waits JComponent by tooltip text.- Parameters:
cont
- Container to search component in.toolTipText
- Tooltip text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.- Returns:
- JComponent instance or null if component was not found.
- Throws:
TimeoutExpiredException
- See Also:
-
setTimeouts
Description copied from interface:Timeoutable
Defines current timeouts.- Specified by:
setTimeouts
in interfaceTimeoutable
- Overrides:
setTimeouts
in classContainerOperator
- 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 classContainerOperator
- 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 classContainerOperator
- 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 classContainerOperator
- Returns:
- an object that contains references to objects for printing to output and err streams.
- See Also:
-
getCenterXForClick
public int getCenterXForClick()Description copied from class:ComponentOperator
Return the x coordinate which should be used for mouse operations by default.- Overrides:
getCenterXForClick
in classComponentOperator
- Returns:
- the center x coordinate of the visible component part.
-
getCenterYForClick
public int getCenterYForClick()Description copied from class:ComponentOperator
Return the y coordinate which should be used for mouse operations by default.- Overrides:
getCenterYForClick
in classComponentOperator
- Returns:
- the center y coordinate of the visible component part.
-
showToolTip
Showes tool tip.- Returns:
- JToolTip component.
- Throws:
TimeoutExpiredException
-
waitToolTip
-
getWindowContainerOperator
Looks for a first window-like container.- Returns:
- either WindowOperator of JInternalFrameOperator
-
getDump
Description copied from class:ComponentOperator
Returns information about component.- Overrides:
getDump
in classComponentOperator
- Returns:
- a Hashtable containing name-value pairs.
-
addAncestorListener
MapsJComponent.addAncestorListener(AncestorListener)
through queue -
addVetoableChangeListener
MapsJComponent.addVetoableChangeListener(VetoableChangeListener)
through queue -
computeVisibleRect
MapsJComponent.computeVisibleRect(Rectangle)
through queue -
createToolTip
MapsJComponent.createToolTip()
through queue -
firePropertyChange
MapsJComponent.firePropertyChange(String, byte, byte)
through queue -
firePropertyChange
MapsJComponent.firePropertyChange(String, char, char)
through queue -
firePropertyChange
MapsJComponent.firePropertyChange(String, double, double)
through queue -
firePropertyChange
MapsJComponent.firePropertyChange(String, float, float)
through queue -
firePropertyChange
MapsJComponent.firePropertyChange(String, int, int)
through queue -
firePropertyChange
MapsJComponent.firePropertyChange(String, long, long)
through queue -
firePropertyChange
MapsJComponent.firePropertyChange(String, short, short)
through queue -
firePropertyChange
MapsJComponent.firePropertyChange(String, boolean, boolean)
through queue -
getAccessibleContext
MapsJComponent.getAccessibleContext()
through queue -
getActionForKeyStroke
MapsJComponent.getActionForKeyStroke(KeyStroke)
through queue -
getAutoscrolls
public boolean getAutoscrolls()MapsJComponent.getAutoscrolls()
through queue -
getBorder
MapsJComponent.getBorder()
through queue -
getClientProperty
MapsJComponent.getClientProperty(Object)
through queue -
getConditionForKeyStroke
MapsJComponent.getConditionForKeyStroke(KeyStroke)
through queue -
getDebugGraphicsOptions
public int getDebugGraphicsOptions()MapsJComponent.getDebugGraphicsOptions()
through queue -
getInsets
MapsJComponent.getInsets(Insets)
through queue -
getNextFocusableComponent
MapsJComponent.getNextFocusableComponent()
through queue -
getRegisteredKeyStrokes
MapsJComponent.getRegisteredKeyStrokes()
through queue -
getRootPane
MapsJComponent.getRootPane()
through queue -
getToolTipLocation
MapsJComponent.getToolTipLocation(MouseEvent)
through queue -
getToolTipText
MapsJComponent.getToolTipText()
through queue -
getToolTipText
MapsJComponent.getToolTipText(MouseEvent)
through queue -
getTopLevelAncestor
MapsJComponent.getTopLevelAncestor()
through queue -
getUIClassID
MapsJComponent.getUIClassID()
through queue -
getVisibleRect
MapsJComponent.getVisibleRect()
through queue -
grabFocus
public void grabFocus()MapsJComponent.grabFocus()
through queue -
isFocusCycleRoot
public boolean isFocusCycleRoot()MapsJComponent.isFocusCycleRoot()
through queue -
isManagingFocus
public boolean isManagingFocus()MapsJComponent.isManagingFocus()
through queue -
isOptimizedDrawingEnabled
public boolean isOptimizedDrawingEnabled()MapsJComponent.isOptimizedDrawingEnabled()
through queue -
isPaintingTile
public boolean isPaintingTile()MapsJComponent.isPaintingTile()
through queue -
isRequestFocusEnabled
public boolean isRequestFocusEnabled()MapsJComponent.isRequestFocusEnabled()
through queue -
isValidateRoot
public boolean isValidateRoot()MapsJComponent.isValidateRoot()
through queue -
paintImmediately
public void paintImmediately(int i, int i1, int i2, int i3) MapsJComponent.paintImmediately(int, int, int, int)
through queue -
paintImmediately
MapsJComponent.paintImmediately(Rectangle)
through queue -
putClientProperty
MapsJComponent.putClientProperty(Object, Object)
through queue -
registerKeyboardAction
public void registerKeyboardAction(ActionListener actionListener, String string, KeyStroke keyStroke, int i) MapsJComponent.registerKeyboardAction(ActionListener, String, KeyStroke, int)
through queue -
registerKeyboardAction
MapsJComponent.registerKeyboardAction(ActionListener, KeyStroke, int)
through queue -
removeAncestorListener
MapsJComponent.removeAncestorListener(AncestorListener)
through queue -
removeVetoableChangeListener
MapsJComponent.removeVetoableChangeListener(VetoableChangeListener)
through queue -
repaint
MapsJComponent.repaint(Rectangle)
through queue -
requestDefaultFocus
public boolean requestDefaultFocus()MapsJComponent.requestDefaultFocus()
through queue -
resetKeyboardActions
public void resetKeyboardActions()MapsJComponent.resetKeyboardActions()
through queue -
revalidate
public void revalidate()MapsJComponent.revalidate()
through queue -
scrollRectToVisible
MapsJComponent.scrollRectToVisible(Rectangle)
through queue -
setAlignmentX
public void setAlignmentX(float f) MapsJComponent.setAlignmentX(float)
through queue -
setAlignmentY
public void setAlignmentY(float f) MapsJComponent.setAlignmentY(float)
through queue -
setAutoscrolls
public void setAutoscrolls(boolean b) MapsJComponent.setAutoscrolls(boolean)
through queue -
setBorder
MapsJComponent.setBorder(Border)
through queue -
setDebugGraphicsOptions
public void setDebugGraphicsOptions(int i) MapsJComponent.setDebugGraphicsOptions(int)
through queue -
setDoubleBuffered
public void setDoubleBuffered(boolean b) MapsJComponent.setDoubleBuffered(boolean)
through queue -
setMaximumSize
MapsJComponent.setMaximumSize(Dimension)
through queue -
setMinimumSize
MapsJComponent.setMinimumSize(Dimension)
through queue -
setNextFocusableComponent
MapsJComponent.setNextFocusableComponent(Component)
through queue -
setOpaque
public void setOpaque(boolean b) MapsJComponent.setOpaque(boolean)
through queue -
setPreferredSize
MapsJComponent.setPreferredSize(Dimension)
through queue -
setRequestFocusEnabled
public void setRequestFocusEnabled(boolean b) MapsJComponent.setRequestFocusEnabled(boolean)
through queue -
setToolTipText
MapsJComponent.setToolTipText(String)
through queue -
unregisterKeyboardAction
MapsJComponent.unregisterKeyboardAction(KeyStroke)
through queue -
updateUI
public void updateUI()MapsJComponent.updateUI()
through queue
-