Package org.netbeans.jemmy.operators
Class JComboBoxOperator
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.JComboBoxOperator
- All Implemented Interfaces:
Outputable
,Timeoutable
Timeouts used:
JComboBoxOperator.BeforeSelectingTimeout - time to sleep after list opened and before item selected
JComboBoxOperator.WaitListTimeout - time to wait list opened
ComponentOperator.WaitComponentTimeout - time to wait component displayed
ComponentOperator.WaitComponentEnabledTimeout - time to wait component enabled
ComponentOperator.WaitStateTimeout - time to wait for item to be selected
AbstractButtonOperator.PushButtonTimeout - time between combo button pressing and releasing
ComponentOperator.MouseClickTimeout - time between mouse pressing and releasing during item selecting
JTextComponentOperator.PushKeyTimeout - time between key pressing and releasing during text typing
JTextComponentOperator.BetweenKeysTimeout - time to sleep between two chars typing
JTextComponentOperator.ChangeCaretPositionTimeout - maximum time to chenge caret position
JTextComponentOperator.TypeTextTimeout - maximum time to type text
.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Allows to find component by an item.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 "item" property values.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
ConstructorsConstructorDescriptionConstructs a JComboBoxOperator object.Constructor.JComboBoxOperator
(ContainerOperator cont, int index) Constructor.JComboBoxOperator
(ContainerOperator cont, String text) Constructor.JComboBoxOperator
(ContainerOperator cont, String text, int index) Constructor.JComboBoxOperator
(ContainerOperator cont, ComponentChooser chooser) Constructs a JComboBoxOperator object.JComboBoxOperator
(ContainerOperator cont, ComponentChooser chooser, int index) Constructs a JComboBoxOperator object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
actionPerformed
(ActionEvent actionEvent) MapsJComboBox.actionPerformed(ActionEvent)
through queuevoid
addActionListener
(ActionListener actionListener) MapsJComboBox.addActionListener(ActionListener)
through queuevoid
MapsJComboBox.addItem(Object)
through queuevoid
addItemListener
(ItemListener itemListener) MapsJComboBox.addItemListener(ItemListener)
through queuevoid
Clears text in the editable combobox using left-arrow and delete keys.void
configureEditor
(ComboBoxEditor comboBoxEditor, Object object) MapsJComboBox.configureEditor(ComboBoxEditor, Object)
through queuevoid
contentsChanged
(ListDataEvent listDataEvent) MapsJComboBox.contentsChanged(ListDataEvent)
through queuevoid
copyEnvironment
(Operator anotherOperator) Copies all environment (output, timeouts, visualizer) from another operator.void
Requests a focus, clears text, types new one and pushes Enter.int
findItemIndex
(String item, Operator.StringComparator comparator) Finds an item between list items.Searches JButton inside component.static JComboBox
findJComboBox
(Container cont, String text, boolean ce, boolean ccs, int itemIndex) Searches JComboBox by item.static JComboBox
findJComboBox
(Container cont, String text, boolean ce, boolean ccs, int itemIndex, int index) Searches JComboBox by item.static JComboBox
findJComboBox
(Container cont, ComponentChooser chooser) Searches 0'th JComboBox in container.static JComboBox
findJComboBox
(Container cont, ComponentChooser chooser, int index) Searches JComboBox in container.Searches JTextField inside component.MapsJComboBox.getActionCommand()
through queueCreates an operator for button returned byfindJButton()
method.getDump()
Returns information about component.MapsJComboBox.getEditor()
through queuegetItemAt
(int i) MapsJComboBox.getItemAt(int)
through queueint
MapsJComboBox.getItemCount()
through queueMapsJComboBox.getKeySelectionManager()
through queueint
MapsJComboBox.getMaximumRowCount()
through queuegetModel()
MapsJComboBox.getModel()
through queueReturns print output streams or writers.MapsJComboBox.getRenderer()
through queueint
MapsJComboBox.getSelectedIndex()
through queueMapsJComboBox.getSelectedItem()
through queueObject[]
MapsJComboBox.getSelectedObjects()
through queueCreates an operator for button returned byfindJTextField()
method.Return current timeouts.getUI()
MapsJComboBox.getUI()
through queuevoid
MapsJComboBox.hidePopup()
through queuevoid
insertItemAt
(Object object, int i) MapsJComboBox.insertItemAt(Object, int)
through queuevoid
intervalAdded
(ListDataEvent listDataEvent) MapsJComboBox.intervalAdded(ListDataEvent)
through queuevoid
intervalRemoved
(ListDataEvent listDataEvent) MapsJComboBox.intervalRemoved(ListDataEvent)
through queueboolean
MapsJComboBox.isEditable()
through queueboolean
MapsJComboBox.isLightWeightPopupEnabled()
through queueboolean
MapsJComboBox.isPopupVisible()
through queuevoid
processKeyEvent
(KeyEvent keyEvent) MapsJComboBox.processKeyEvent(KeyEvent)
through queuevoid
Push combobox's button to expand or collapse combobox.void
removeActionListener
(ActionListener actionListener) MapsJComboBox.removeActionListener(ActionListener)
through queuevoid
MapsJComboBox.removeAllItems()
through queuevoid
removeItem
(Object object) MapsJComboBox.removeItem(Object)
through queuevoid
removeItemAt
(int i) MapsJComboBox.removeItemAt(int)
through queuevoid
removeItemListener
(ItemListener itemListener) MapsJComboBox.removeItemListener(ItemListener)
through queuevoid
selectItem
(int index) Selects combobox item.void
selectItem
(String item) Selects combobox item.void
selectItem
(String item, boolean ce, boolean cc) Deprecated.Use selectItem(String) or selectItem(String, StringComparator)void
selectItem
(String item, Operator.StringComparator comparator) Selects an item by text.boolean
selectWithKeyChar
(char c) MapsJComboBox.selectWithKeyChar(char)
through queuevoid
setActionCommand
(String string) MapsJComboBox.setActionCommand(String)
through queuevoid
setEditable
(boolean b) MapsJComboBox.setEditable(boolean)
through queuevoid
setEditor
(ComboBoxEditor comboBoxEditor) MapsJComboBox.setEditor(ComboBoxEditor)
through queuevoid
setKeySelectionManager
(JComboBox.KeySelectionManager keySelectionManager) MapsJComboBox.setKeySelectionManager(KeySelectionManager)
through queuevoid
setLightWeightPopupEnabled
(boolean b) MapsJComboBox.setLightWeightPopupEnabled(boolean)
through queuevoid
setMaximumRowCount
(int i) MapsJComboBox.setMaximumRowCount(int)
through queuevoid
setModel
(ComboBoxModel comboBoxModel) MapsJComboBox.setModel(ComboBoxModel)
through queuevoid
Defines print output streams or writers.void
setPopupVisible
(boolean b) MapsJComboBox.setPopupVisible(boolean)
through queuevoid
setRenderer
(ListCellRenderer listCellRenderer) MapsJComboBox.setRenderer(ListCellRenderer)
through queuevoid
setSelectedIndex
(int i) MapsJComboBox.setSelectedIndex(int)
through queuevoid
setSelectedItem
(Object object) MapsJComboBox.setSelectedItem(Object)
through queuevoid
setTimeouts
(Timeouts timeouts) Defines current timeouts.void
setUI
(ComboBoxUI comboBoxUI) MapsJComboBox.setUI(ComboBoxUI)
through queuevoid
MapsJComboBox.showPopup()
through queuevoid
Types text in the editable combobox.int
waitItem
(int itemIndex) Waits for an item of given index available between list items.int
waitItem
(String item, Operator.StringComparator comparator) Waits for an item available between list items.void
waitItemSelected
(int index) Waits for item to be selected.void
waitItemSelected
(String item) Waits for item to be selected.static JComboBox
waitJComboBox
(Container cont, String text, boolean ce, boolean ccs, int itemIndex) Waits JComboBox by item.static JComboBox
waitJComboBox
(Container cont, String text, boolean ce, boolean ccs, int itemIndex, int index) Waits JComboBox by item.static JComboBox
waitJComboBox
(Container cont, ComponentChooser chooser) Waits 0'th JComboBox in container.static JComboBox
waitJComboBox
(Container cont, ComponentChooser chooser, int index) Waits JComboBox in container.waitList()
Waits combobox's list to be displayed.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:
-
ITEM_PREFIX_DPROP
Identifier for a "item" property values.- See Also:
-
-
Constructor Details
-
JComboBoxOperator
Constructs a JComboBoxOperator object.- Parameters:
b
- a component
-
JComboBoxOperator
Constructs a JComboBoxOperator object.- Parameters:
cont
- a containerchooser
- a component chooser specifying searching criteria.index
- an index between appropriate ones.
-
JComboBoxOperator
Constructs a JComboBoxOperator object.- Parameters:
cont
- a containerchooser
- a component chooser specifying searching criteria.
-
JComboBoxOperator
Constructor. Waits component in container first. Uses cont's timeout and output for waiting and to init operator.- Parameters:
cont
- a containertext
- Text of item which is currently selected.index
- Ordinal component index.- See Also:
-
JComboBoxOperator
Constructor. Waits component in container first. Uses cont's timeout and output for waiting and to init operator.- Parameters:
cont
- a containertext
- Text of item which is currently selected.- See Also:
-
JComboBoxOperator
Constructor. Waits component in container first. Uses cont's timeout and output for waiting and to init operator.- Parameters:
cont
- a containerindex
- Ordinal component index.
-
JComboBoxOperator
Constructor. Waits component in container first. Uses cont's timeout and output for waiting and to init operator.- Parameters:
cont
- a container
-
-
Method Details
-
findJComboBox
Searches JComboBox in container.- Parameters:
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.index
- Ordinal component index.- Returns:
- JComboBox instance or null if component was not found.
-
findJComboBox
Searches 0'th JComboBox in container.- Parameters:
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.- Returns:
- JComboBox instance or null if component was not found.
-
findJComboBox
public static JComboBox findJComboBox(Container cont, String text, boolean ce, boolean ccs, int itemIndex, int index) Searches JComboBox by item.- Parameters:
cont
- Container to search component in.text
- Item text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.itemIndex
- Index of item to compare text. If -1, selected item is checked.index
- Ordinal component index.- Returns:
- JComboBox instance or null if component was not found.
- See Also:
-
findJComboBox
public static JComboBox findJComboBox(Container cont, String text, boolean ce, boolean ccs, int itemIndex) Searches JComboBox by item.- Parameters:
cont
- Container to search component in.text
- Item text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.itemIndex
- Index of item to compare text. If -1, selected item is checked.- Returns:
- JComboBox instance or null if component was not found.
- See Also:
-
waitJComboBox
Waits JComboBox in container.- Parameters:
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.index
- Ordinal component index.- Returns:
- JComboBox instance or null if component was not found.
-
waitJComboBox
Waits 0'th JComboBox in container.- Parameters:
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.- Returns:
- JComboBox instance or null if component was not found.
-
waitJComboBox
public static JComboBox waitJComboBox(Container cont, String text, boolean ce, boolean ccs, int itemIndex, int index) Waits JComboBox by item.- Parameters:
cont
- Container to search component in.text
- Item text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.itemIndex
- Index of item to compare text. If -1, selected item is checked.index
- Ordinal component index.- Returns:
- JComboBox instance or null if component was not found.
- See Also:
-
waitJComboBox
public static JComboBox waitJComboBox(Container cont, String text, boolean ce, boolean ccs, int itemIndex) Waits JComboBox by item.- Parameters:
cont
- Container to search component in.text
- Item text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.itemIndex
- Index of item to compare text. If -1, selected item is checked.- Returns:
- JComboBox instance or null if component was not found.
- 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:
output
- 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.
-
findJButton
Searches JButton inside component.- Returns:
- JButton which is used to expand this JComboBox.
-
findJTextField
Searches JTextField inside component.- Returns:
- JTextField if JComboBox is editable, null otherwise.
-
getButton
Creates an operator for button returned byfindJButton()
method.- Returns:
- new JButtonOperator instance.
-
getTextField
Creates an operator for button returned byfindJTextField()
method.- Returns:
- new JTextField instance.
-
waitList
Waits combobox's list to be displayed.- Returns:
- JList object if it was displayed in JComboBoxOperator.WaitListTimeout millisecont, null otherwise.
-
pushComboButton
public void pushComboButton()Push combobox's button to expand or collapse combobox. -
findItemIndex
Finds an item between list items.- Parameters:
item
- a text pattern.comparator
- a searching criteria.- Returns:
- an item index.
-
waitItem
Waits for an item available between list items.- Parameters:
item
- a text pattern.comparator
- a searching criteria.- Returns:
- an item index or throws TimeoutExpiredException if item not found.
-
waitItem
public int waitItem(int itemIndex) Waits for an item of given index available between list items.- Parameters:
itemIndex
- index of desired item- Returns:
- an item index or throws TimeoutExpiredException if item not found.
-
selectItem
Selects an item by text.- Parameters:
item
- a text pattern.comparator
- a searching criteria.
-
selectItem
Deprecated.Use selectItem(String) or selectItem(String, StringComparator)Selects combobox item.- Parameters:
item
- Item text.ce
- Compare exactly.cc
- Compare case sensitivelly.- See Also:
-
selectItem
Selects combobox item. Uses StringComparator assigned to this object.- Parameters:
item
- Item text.
-
selectItem
public void selectItem(int index) Selects combobox item. If verification mode is on, checks that right item has been selected.- Parameters:
index
- Item index.
-
typeText
Types text in the editable combobox. If combobox has no focus, does simple mouse click on it first.- Parameters:
text
- text to type.
-
clearText
public void clearText()Clears text in the editable combobox using left-arrow and delete keys. If combobox has no focus, does simple mouse click on it first. -
enterText
Requests a focus, clears text, types new one and pushes Enter.- Parameters:
text
- New text value. Shouln't include final '\n'.
-
waitItemSelected
public void waitItemSelected(int index) Waits for item to be selected.- Parameters:
index
- Item index.
-
waitItemSelected
Waits for item to be selected. Uses getComparator() comparator.- Parameters:
item
- wait an item to be selected.
-
getDump
Returns information about component.- Overrides:
getDump
in classJComponentOperator
- Returns:
- a Hashtable containing name-value pairs.
-
actionPerformed
MapsJComboBox.actionPerformed(ActionEvent)
through queue -
addActionListener
MapsJComboBox.addActionListener(ActionListener)
through queue -
addItem
MapsJComboBox.addItem(Object)
through queue -
addItemListener
MapsJComboBox.addItemListener(ItemListener)
through queue -
configureEditor
MapsJComboBox.configureEditor(ComboBoxEditor, Object)
through queue -
contentsChanged
MapsJComboBox.contentsChanged(ListDataEvent)
through queue -
getActionCommand
MapsJComboBox.getActionCommand()
through queue -
getEditor
MapsJComboBox.getEditor()
through queue -
getItemAt
MapsJComboBox.getItemAt(int)
through queue -
getItemCount
public int getItemCount()MapsJComboBox.getItemCount()
through queue -
getKeySelectionManager
MapsJComboBox.getKeySelectionManager()
through queue -
getMaximumRowCount
public int getMaximumRowCount()MapsJComboBox.getMaximumRowCount()
through queue -
getModel
MapsJComboBox.getModel()
through queue -
getRenderer
MapsJComboBox.getRenderer()
through queue -
getSelectedIndex
public int getSelectedIndex()MapsJComboBox.getSelectedIndex()
through queue -
getSelectedItem
MapsJComboBox.getSelectedItem()
through queue -
getSelectedObjects
MapsJComboBox.getSelectedObjects()
through queue -
getUI
MapsJComboBox.getUI()
through queue -
hidePopup
public void hidePopup()MapsJComboBox.hidePopup()
through queue -
insertItemAt
MapsJComboBox.insertItemAt(Object, int)
through queue -
intervalAdded
MapsJComboBox.intervalAdded(ListDataEvent)
through queue -
intervalRemoved
MapsJComboBox.intervalRemoved(ListDataEvent)
through queue -
isEditable
public boolean isEditable()MapsJComboBox.isEditable()
through queue -
isLightWeightPopupEnabled
public boolean isLightWeightPopupEnabled()MapsJComboBox.isLightWeightPopupEnabled()
through queue -
isPopupVisible
public boolean isPopupVisible()MapsJComboBox.isPopupVisible()
through queue -
processKeyEvent
MapsJComboBox.processKeyEvent(KeyEvent)
through queue -
removeActionListener
MapsJComboBox.removeActionListener(ActionListener)
through queue -
removeAllItems
public void removeAllItems()MapsJComboBox.removeAllItems()
through queue -
removeItem
MapsJComboBox.removeItem(Object)
through queue -
removeItemAt
public void removeItemAt(int i) MapsJComboBox.removeItemAt(int)
through queue -
removeItemListener
MapsJComboBox.removeItemListener(ItemListener)
through queue -
selectWithKeyChar
public boolean selectWithKeyChar(char c) MapsJComboBox.selectWithKeyChar(char)
through queue -
setActionCommand
MapsJComboBox.setActionCommand(String)
through queue -
setEditable
public void setEditable(boolean b) MapsJComboBox.setEditable(boolean)
through queue -
setEditor
MapsJComboBox.setEditor(ComboBoxEditor)
through queue -
setKeySelectionManager
MapsJComboBox.setKeySelectionManager(KeySelectionManager)
through queue -
setLightWeightPopupEnabled
public void setLightWeightPopupEnabled(boolean b) MapsJComboBox.setLightWeightPopupEnabled(boolean)
through queue -
setMaximumRowCount
public void setMaximumRowCount(int i) MapsJComboBox.setMaximumRowCount(int)
through queue -
setModel
MapsJComboBox.setModel(ComboBoxModel)
through queue -
setPopupVisible
public void setPopupVisible(boolean b) MapsJComboBox.setPopupVisible(boolean)
through queue -
setRenderer
MapsJComboBox.setRenderer(ListCellRenderer)
through queue -
setSelectedIndex
public void setSelectedIndex(int i) MapsJComboBox.setSelectedIndex(int)
through queue -
setSelectedItem
MapsJComboBox.setSelectedItem(Object)
through queue -
setUI
MapsJComboBox.setUI(ComboBoxUI)
through queue -
showPopup
public void showPopup()MapsJComboBox.showPopup()
through queue
-