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
public class JComponentOperator extends ContainerOperator implements Timeoutable, Outputable
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:
Timeouts
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JComponentOperator.JComponentByTipFinder
Allows to find component by tooltip.static class
JComponentOperator.JComponentFinder
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
Fields Modifier and Type Field Description static String
A11Y_DATA
static String
A11Y_DESCRIPTION_DPROP
static String
A11Y_NAME_DPROP
static String
TOOLTIP_TEXT_DPROP
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
Constructors Constructor Description JComponentOperator(JComponent b)
Constructor.JComponentOperator(ContainerOperator cont)
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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAncestorListener(AncestorListener ancestorListener)
MapsJComponent.addAncestorListener(AncestorListener)
through queuevoid
addVetoableChangeListener(VetoableChangeListener vetoableChangeListener)
MapsJComponent.addVetoableChangeListener(VetoableChangeListener)
through queuevoid
computeVisibleRect(Rectangle rectangle)
MapsJComponent.computeVisibleRect(Rectangle)
through queueJToolTip
createToolTip()
MapsJComponent.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 queueAccessibleContext
getAccessibleContext()
MapsJComponent.getAccessibleContext()
through queueActionListener
getActionForKeyStroke(KeyStroke keyStroke)
MapsJComponent.getActionForKeyStroke(KeyStroke)
through queueboolean
getAutoscrolls()
MapsJComponent.getAutoscrolls()
through queueBorder
getBorder()
MapsJComponent.getBorder()
through queueint
getCenterXForClick()
Return the x coordinate which should be used for mouse operations by default.int
getCenterYForClick()
Return the y coordinate which should be used for mouse operations by default.Object
getClientProperty(Object object)
MapsJComponent.getClientProperty(Object)
through queueint
getConditionForKeyStroke(KeyStroke keyStroke)
MapsJComponent.getConditionForKeyStroke(KeyStroke)
through queueint
getDebugGraphicsOptions()
MapsJComponent.getDebugGraphicsOptions()
through queueHashtable
getDump()
Returns information about component.Insets
getInsets(Insets insets)
MapsJComponent.getInsets(Insets)
through queueComponent
getNextFocusableComponent()
MapsJComponent.getNextFocusableComponent()
through queueTestOut
getOutput()
Returns print output streams or writers.KeyStroke[]
getRegisteredKeyStrokes()
MapsJComponent.getRegisteredKeyStrokes()
through queueJRootPane
getRootPane()
MapsJComponent.getRootPane()
through queueTimeouts
getTimeouts()
Return current timeouts.Point
getToolTipLocation(MouseEvent mouseEvent)
MapsJComponent.getToolTipLocation(MouseEvent)
through queueString
getToolTipText()
MapsJComponent.getToolTipText()
through queueString
getToolTipText(MouseEvent mouseEvent)
MapsJComponent.getToolTipText(MouseEvent)
through queueContainer
getTopLevelAncestor()
MapsJComponent.getTopLevelAncestor()
through queueString
getUIClassID()
MapsJComponent.getUIClassID()
through queueRectangle
getVisibleRect()
MapsJComponent.getVisibleRect()
through queueContainerOperator
getWindowContainerOperator()
Looks for a first window-like container.void
grabFocus()
MapsJComponent.grabFocus()
through queueboolean
isFocusCycleRoot()
MapsJComponent.isFocusCycleRoot()
through queueboolean
isManagingFocus()
MapsJComponent.isManagingFocus()
through queueboolean
isOptimizedDrawingEnabled()
MapsJComponent.isOptimizedDrawingEnabled()
through queueboolean
isPaintingTile()
MapsJComponent.isPaintingTile()
through queueboolean
isRequestFocusEnabled()
MapsJComponent.isRequestFocusEnabled()
through queueboolean
isValidateRoot()
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
repaint(Rectangle rectangle)
MapsJComponent.repaint(Rectangle)
through queueboolean
requestDefaultFocus()
MapsJComponent.requestDefaultFocus()
through queuevoid
resetKeyboardActions()
MapsJComponent.resetKeyboardActions()
through queuevoid
revalidate()
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
setBorder(Border border)
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
setOutput(TestOut out)
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 queueJToolTip
showToolTip()
Showes 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.JToolTip
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
-
TOOLTIP_TEXT_DPROP
public static final String TOOLTIP_TEXT_DPROP
Identifier for a "tooltip text" property.- See Also:
getDump()
, Constant Field Values
-
A11Y_DATA
public static final String A11Y_DATA
- See Also:
- Constant Field Values
-
A11Y_NAME_DPROP
public static final String A11Y_NAME_DPROP
- See Also:
- Constant Field Values
-
A11Y_DESCRIPTION_DPROP
public static final String A11Y_DESCRIPTION_DPROP
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JComponentOperator
public JComponentOperator(JComponent b)
Constructor.- Parameters:
b
- a component
-
JComponentOperator
public JComponentOperator(ContainerOperator cont, ComponentChooser chooser, int index)
Constructs a JComponentOperator object.- Parameters:
cont
- a containerchooser
- a component chooser specifying searching criteria.index
- an index between appropriate ones.
-
JComponentOperator
public JComponentOperator(ContainerOperator cont, ComponentChooser chooser)
Constructs a JComponentOperator object.- Parameters:
cont
- a containerchooser
- a component chooser specifying searching criteria.
-
JComponentOperator
public JComponentOperator(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
-
JComponentOperator
public JComponentOperator(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
-
findJComponent
public static JComponent findJComponent(Container cont, ComponentChooser chooser, int index)
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
public static JComponent findJComponent(Container cont, ComponentChooser chooser)
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:
Operator.isCaptionEqual(String, String, boolean, boolean)
-
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:
Operator.isCaptionEqual(String, String, boolean, boolean)
-
waitJComponent
public static JComponent waitJComponent(Container cont, ComponentChooser chooser, int index)
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
public static JComponent waitJComponent(Container cont, ComponentChooser chooser)
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:
Operator.isCaptionEqual(String, String, boolean, boolean)
-
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:
Operator.isCaptionEqual(String, String, boolean, boolean)
-
setTimeouts
public void setTimeouts(Timeouts timeouts)
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:
Timeoutable.getTimeouts()
-
getTimeouts
public Timeouts 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:
Timeoutable.setTimeouts(org.netbeans.jemmy.Timeouts)
-
setOutput
public void setOutput(TestOut out)
Description copied from interface:Outputable
Defines print output streams or writers.- Specified by:
setOutput
in interfaceOutputable
- Overrides:
setOutput
in classContainerOperator
- Parameters:
out
- Identify the streams or writers used for print output.- See Also:
Outputable.getOutput()
-
getOutput
public TestOut getOutput()
Description copied from interface:Outputable
Returns print output streams or writers.- Specified by:
getOutput
in interfaceOutputable
- Overrides:
getOutput
in classContainerOperator
- Returns:
- an object that contains references to objects for printing to output and err streams.
- See Also:
Outputable.setOutput(org.netbeans.jemmy.TestOut)
-
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
public JToolTip showToolTip()
Showes tool tip.- Returns:
- JToolTip component.
- Throws:
TimeoutExpiredException
-
waitToolTip
public JToolTip waitToolTip()
-
getWindowContainerOperator
public ContainerOperator getWindowContainerOperator()
Looks for a first window-like container.- Returns:
- either WindowOperator of JInternalFrameOperator
-
getDump
public Hashtable getDump()
Description copied from class:ComponentOperator
Returns information about component.- Overrides:
getDump
in classComponentOperator
- Returns:
- a Hashtable containing name-value pairs.
-
addAncestorListener
public void addAncestorListener(AncestorListener ancestorListener)
MapsJComponent.addAncestorListener(AncestorListener)
through queue
-
addVetoableChangeListener
public void addVetoableChangeListener(VetoableChangeListener vetoableChangeListener)
MapsJComponent.addVetoableChangeListener(VetoableChangeListener)
through queue
-
computeVisibleRect
public void computeVisibleRect(Rectangle rectangle)
MapsJComponent.computeVisibleRect(Rectangle)
through queue
-
createToolTip
public JToolTip createToolTip()
MapsJComponent.createToolTip()
through queue
-
firePropertyChange
public void firePropertyChange(String string, byte b, byte b1)
MapsJComponent.firePropertyChange(String, byte, byte)
through queue
-
firePropertyChange
public void firePropertyChange(String string, char c, char c1)
MapsJComponent.firePropertyChange(String, char, char)
through queue
-
firePropertyChange
public void firePropertyChange(String string, double d, double d1)
MapsJComponent.firePropertyChange(String, double, double)
through queue
-
firePropertyChange
public void firePropertyChange(String string, float f, float f1)
MapsJComponent.firePropertyChange(String, float, float)
through queue
-
firePropertyChange
public void firePropertyChange(String string, int i, int i1)
MapsJComponent.firePropertyChange(String, int, int)
through queue
-
firePropertyChange
public void firePropertyChange(String string, long l, long l1)
MapsJComponent.firePropertyChange(String, long, long)
through queue
-
firePropertyChange
public void firePropertyChange(String string, short s, short s1)
MapsJComponent.firePropertyChange(String, short, short)
through queue
-
firePropertyChange
public void firePropertyChange(String string, boolean b, boolean b1)
MapsJComponent.firePropertyChange(String, boolean, boolean)
through queue
-
getAccessibleContext
public AccessibleContext getAccessibleContext()
MapsJComponent.getAccessibleContext()
through queue
-
getActionForKeyStroke
public ActionListener getActionForKeyStroke(KeyStroke keyStroke)
MapsJComponent.getActionForKeyStroke(KeyStroke)
through queue
-
getAutoscrolls
public boolean getAutoscrolls()
MapsJComponent.getAutoscrolls()
through queue
-
getBorder
public Border getBorder()
MapsJComponent.getBorder()
through queue
-
getClientProperty
public Object getClientProperty(Object object)
MapsJComponent.getClientProperty(Object)
through queue
-
getConditionForKeyStroke
public int getConditionForKeyStroke(KeyStroke keyStroke)
MapsJComponent.getConditionForKeyStroke(KeyStroke)
through queue
-
getDebugGraphicsOptions
public int getDebugGraphicsOptions()
MapsJComponent.getDebugGraphicsOptions()
through queue
-
getNextFocusableComponent
public Component getNextFocusableComponent()
MapsJComponent.getNextFocusableComponent()
through queue
-
getRegisteredKeyStrokes
public KeyStroke[] getRegisteredKeyStrokes()
MapsJComponent.getRegisteredKeyStrokes()
through queue
-
getRootPane
public JRootPane getRootPane()
MapsJComponent.getRootPane()
through queue
-
getToolTipLocation
public Point getToolTipLocation(MouseEvent mouseEvent)
MapsJComponent.getToolTipLocation(MouseEvent)
through queue
-
getToolTipText
public String getToolTipText()
MapsJComponent.getToolTipText()
through queue
-
getToolTipText
public String getToolTipText(MouseEvent mouseEvent)
MapsJComponent.getToolTipText(MouseEvent)
through queue
-
getTopLevelAncestor
public Container getTopLevelAncestor()
MapsJComponent.getTopLevelAncestor()
through queue
-
getUIClassID
public String getUIClassID()
MapsJComponent.getUIClassID()
through queue
-
getVisibleRect
public Rectangle 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
public void paintImmediately(Rectangle rectangle)
MapsJComponent.paintImmediately(Rectangle)
through queue
-
putClientProperty
public void putClientProperty(Object object, Object object1)
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
public void registerKeyboardAction(ActionListener actionListener, KeyStroke keyStroke, int i)
MapsJComponent.registerKeyboardAction(ActionListener, KeyStroke, int)
through queue
-
removeAncestorListener
public void removeAncestorListener(AncestorListener ancestorListener)
MapsJComponent.removeAncestorListener(AncestorListener)
through queue
-
removeVetoableChangeListener
public void removeVetoableChangeListener(VetoableChangeListener vetoableChangeListener)
MapsJComponent.removeVetoableChangeListener(VetoableChangeListener)
through queue
-
repaint
public void repaint(Rectangle rectangle)
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
public void scrollRectToVisible(Rectangle rectangle)
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
public void setBorder(Border border)
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
public void setMaximumSize(Dimension dimension)
MapsJComponent.setMaximumSize(Dimension)
through queue
-
setMinimumSize
public void setMinimumSize(Dimension dimension)
MapsJComponent.setMinimumSize(Dimension)
through queue
-
setNextFocusableComponent
public void setNextFocusableComponent(Component component)
MapsJComponent.setNextFocusableComponent(Component)
through queue
-
setOpaque
public void setOpaque(boolean b)
MapsJComponent.setOpaque(boolean)
through queue
-
setPreferredSize
public void setPreferredSize(Dimension dimension)
MapsJComponent.setPreferredSize(Dimension)
through queue
-
setRequestFocusEnabled
public void setRequestFocusEnabled(boolean b)
MapsJComponent.setRequestFocusEnabled(boolean)
through queue
-
setToolTipText
public void setToolTipText(String string)
MapsJComponent.setToolTipText(String)
through queue
-
unregisterKeyboardAction
public void unregisterKeyboardAction(KeyStroke keyStroke)
MapsJComponent.unregisterKeyboardAction(KeyStroke)
through queue
-
updateUI
public void updateUI()
MapsJComponent.updateUI()
through queue
-
-