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 classAllows to find component by tooltip.static classChecks component type.Nested classes/interfaces inherited from class ContainerOperator
ContainerOperator.ContainerFinderNested classes/interfaces inherited from class 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 Stringstatic final Stringstatic final Stringstatic final StringIdentifier for a "tooltip text" property.Fields inherited from class ComponentOperator
HEIGHT_DPROP, IS_SHOWING_DPROP, IS_VISIBLE_DPROP, NAME_DPROP, WIDTH_DPROP, X_DPROP, Y_DPROPFields inherited from class 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 TypeMethodDescriptionvoidaddAncestorListener(AncestorListener ancestorListener) MapsJComponent.addAncestorListener(AncestorListener)through queuevoidaddVetoableChangeListener(VetoableChangeListener vetoableChangeListener) MapsJComponent.addVetoableChangeListener(VetoableChangeListener)through queuevoidcomputeVisibleRect(Rectangle rectangle) MapsJComponent.computeVisibleRect(Rectangle)through queueMapsJComponent.createToolTip()through queuestatic JComponentfindJComponent(Container cont, String toolTipText, boolean ce, boolean ccs) Searches JComponent by tooltip text.static JComponentfindJComponent(Container cont, String toolTipText, boolean ce, boolean ccs, int index) Searches JComponent by tooltip text.static JComponentfindJComponent(Container cont, ComponentChooser chooser) Searches 0'th JComponent in container.static JComponentfindJComponent(Container cont, ComponentChooser chooser, int index) Searches JComponent in container.voidfirePropertyChange(String string, boolean b, boolean b1) MapsJComponent.firePropertyChange(String, boolean, boolean)through queuevoidfirePropertyChange(String string, byte b, byte b1) MapsJComponent.firePropertyChange(String, byte, byte)through queuevoidfirePropertyChange(String string, char c, char c1) MapsJComponent.firePropertyChange(String, char, char)through queuevoidfirePropertyChange(String string, double d, double d1) MapsJComponent.firePropertyChange(String, double, double)through queuevoidfirePropertyChange(String string, float f, float f1) MapsJComponent.firePropertyChange(String, float, float)through queuevoidfirePropertyChange(String string, int i, int i1) MapsJComponent.firePropertyChange(String, int, int)through queuevoidfirePropertyChange(String string, long l, long l1) MapsJComponent.firePropertyChange(String, long, long)through queuevoidfirePropertyChange(String string, short s, short s1) MapsJComponent.firePropertyChange(String, short, short)through queueMapsJComponent.getAccessibleContext()through queuegetActionForKeyStroke(KeyStroke keyStroke) MapsJComponent.getActionForKeyStroke(KeyStroke)through queuebooleanMapsJComponent.getAutoscrolls()through queueMapsJComponent.getBorder()through queueintReturn the x coordinate which should be used for mouse operations by default.intReturn the y coordinate which should be used for mouse operations by default.getClientProperty(Object object) MapsJComponent.getClientProperty(Object)through queueintgetConditionForKeyStroke(KeyStroke keyStroke) MapsJComponent.getConditionForKeyStroke(KeyStroke)through queueintMapsJComponent.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.voidMapsJComponent.grabFocus()through queuebooleanMapsJComponent.isFocusCycleRoot()through queuebooleanMapsJComponent.isManagingFocus()through queuebooleanMapsJComponent.isOptimizedDrawingEnabled()through queuebooleanMapsJComponent.isPaintingTile()through queuebooleanMapsJComponent.isRequestFocusEnabled()through queuebooleanMapsJComponent.isValidateRoot()through queuevoidpaintImmediately(int i, int i1, int i2, int i3) MapsJComponent.paintImmediately(int, int, int, int)through queuevoidpaintImmediately(Rectangle rectangle) MapsJComponent.paintImmediately(Rectangle)through queuevoidputClientProperty(Object object, Object object1) MapsJComponent.putClientProperty(Object, Object)through queuevoidregisterKeyboardAction(ActionListener actionListener, String string, KeyStroke keyStroke, int i) MapsJComponent.registerKeyboardAction(ActionListener, String, KeyStroke, int)through queuevoidregisterKeyboardAction(ActionListener actionListener, KeyStroke keyStroke, int i) MapsJComponent.registerKeyboardAction(ActionListener, KeyStroke, int)through queuevoidremoveAncestorListener(AncestorListener ancestorListener) MapsJComponent.removeAncestorListener(AncestorListener)through queuevoidremoveVetoableChangeListener(VetoableChangeListener vetoableChangeListener) MapsJComponent.removeVetoableChangeListener(VetoableChangeListener)through queuevoidMapsJComponent.repaint(Rectangle)through queuebooleanMapsJComponent.requestDefaultFocus()through queuevoidMapsJComponent.resetKeyboardActions()through queuevoidMapsJComponent.revalidate()through queuevoidscrollRectToVisible(Rectangle rectangle) MapsJComponent.scrollRectToVisible(Rectangle)through queuevoidsetAlignmentX(float f) MapsJComponent.setAlignmentX(float)through queuevoidsetAlignmentY(float f) MapsJComponent.setAlignmentY(float)through queuevoidsetAutoscrolls(boolean b) MapsJComponent.setAutoscrolls(boolean)through queuevoidMapsJComponent.setBorder(Border)through queuevoidsetDebugGraphicsOptions(int i) MapsJComponent.setDebugGraphicsOptions(int)through queuevoidsetDoubleBuffered(boolean b) MapsJComponent.setDoubleBuffered(boolean)through queuevoidsetMaximumSize(Dimension dimension) MapsJComponent.setMaximumSize(Dimension)through queuevoidsetMinimumSize(Dimension dimension) MapsJComponent.setMinimumSize(Dimension)through queuevoidsetNextFocusableComponent(Component component) MapsJComponent.setNextFocusableComponent(Component)through queuevoidsetOpaque(boolean b) MapsJComponent.setOpaque(boolean)through queuevoid/////////////////////////////////////////////////////voidsetPreferredSize(Dimension dimension) MapsJComponent.setPreferredSize(Dimension)through queuevoidsetRequestFocusEnabled(boolean b) MapsJComponent.setRequestFocusEnabled(boolean)through queuevoidsetTimeouts(Timeouts timeouts) Defines current timeouts.voidsetToolTipText(String string) MapsJComponent.setToolTipText(String)through queueShowes tool tip.voidunregisterKeyboardAction(KeyStroke keyStroke) MapsJComponent.unregisterKeyboardAction(KeyStroke)through queuevoidupdateUI()MapsJComponent.updateUI()through queuestatic JComponentwaitJComponent(Container cont, String toolTipText, boolean ce, boolean ccs) Waits JComponent by tooltip text.static JComponentwaitJComponent(Container cont, String toolTipText, boolean ce, boolean ccs, int index) Waits JComponent by tooltip text.static JComponentwaitJComponent(Container cont, ComponentChooser chooser) Waits 0'th JComponent in container.static JComponentwaitJComponent(Container cont, ComponentChooser chooser, int index) Waits JComponent in container.Methods inherited from class 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, waitSubComponentMethods inherited from class 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, wtComponentEnabledMethods inherited from class 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
-
A11Y_DATA
- See Also:
-
A11Y_NAME_DPROP
- See Also:
-
A11Y_DESCRIPTION_DPROP
- See Also:
-
-
Constructor Details
-
JComponentOperator
-
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:TimeoutableDefines current timeouts.- Specified by:
setTimeoutsin interfaceTimeoutable- Overrides:
setTimeoutsin classContainerOperator- Parameters:
timeouts- A collection of timeout assignments.- See Also:
-
getTimeouts
Description copied from interface:TimeoutableReturn current timeouts.- Specified by:
getTimeoutsin interfaceTimeoutable- Overrides:
getTimeoutsin classContainerOperator- Returns:
- the collection of current timeout assignments.
- See Also:
-
setOutput
Description copied from class:ComponentOperator/////////////////////////////////////////////////////- Specified by:
setOutputin interfaceOutputable- Overrides:
setOutputin classContainerOperator- Parameters:
out- Identify the streams or writers used for print output.- See Also:
-
getOutput
Description copied from interface:OutputableReturns print output streams or writers.- Specified by:
getOutputin interfaceOutputable- Overrides:
getOutputin 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:ComponentOperatorReturn the x coordinate which should be used for mouse operations by default.- Overrides:
getCenterXForClickin classComponentOperator- Returns:
- the center x coordinate of the visible component part.
-
getCenterYForClick
public int getCenterYForClick()Description copied from class:ComponentOperatorReturn the y coordinate which should be used for mouse operations by default.- Overrides:
getCenterYForClickin 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:ComponentOperatorReturns information about component.- Overrides:
getDumpin 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
-
getConditionForKeyStroke
MapsJComponent.getConditionForKeyStroke(KeyStroke)through queue -
getDebugGraphicsOptions
public int getDebugGraphicsOptions()MapsJComponent.getDebugGraphicsOptions()through queue -
getInsets
-
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
-
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
-