public class JTreeOperator extends JComponentOperator implements Timeoutable, Outputable
Timeouts
Modifier and Type | Class and Description |
---|---|
static class |
JTreeOperator.JTreeByItemFinder
Allows to find component by node text.
|
static class |
JTreeOperator.JTreeFinder
Checks component type.
|
class |
JTreeOperator.NoSuchPathException
Can be throught during item selecting if list does not have
item requested.
|
static interface |
JTreeOperator.TreePathChooser
Specifies criteria for path searching.
|
static interface |
JTreeOperator.TreeRowChooser
Iterface to choose tree row.
|
JComponentOperator.JComponentByTipFinder, JComponentOperator.JComponentFinder
ContainerOperator.ContainerFinder
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
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NODE_PREFIX_DPROP
Identifier for a "node" properties.
|
static java.lang.String |
ROOT_DPROP
Identifier for a "root" property.
|
static java.lang.String |
SELECTION_FIRST_DPROP
Identifier for a "first selected" property.
|
static java.lang.String |
SELECTION_LAST_DPROP
Identifier for a "last selected" property.
|
A11Y_DATA, A11Y_DESCRIPTION_DPROP, A11Y_NAME_DPROP, TOOLTIP_TEXT_DPROP
HEIGHT_DPROP, IS_SHOWING_DPROP, IS_VISIBLE_DPROP, NAME_DPROP, WIDTH_DPROP, X_DPROP, Y_DPROP
CLASS_DPROP, TO_STRING_DPROP
Constructor and Description |
---|
JTreeOperator(ContainerOperator cont)
Constructor.
|
JTreeOperator(ContainerOperator cont,
ComponentChooser chooser)
Constructs a JTreeOperator object.
|
JTreeOperator(ContainerOperator cont,
ComponentChooser chooser,
int index)
Constructs a JTreeOperator object.
|
JTreeOperator(ContainerOperator cont,
int index)
Constructor.
|
JTreeOperator(ContainerOperator cont,
java.lang.String text)
Constructor.
|
JTreeOperator(ContainerOperator cont,
java.lang.String text,
int index)
Constructor.
|
JTreeOperator(ContainerOperator cont,
java.lang.String text,
int row,
int index)
Constructor.
|
JTreeOperator(javax.swing.JTree b)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addSelectionInterval(int i,
int i1)
Maps
JTree.addSelectionInterval(int, int) through queue |
void |
addSelectionPath(javax.swing.tree.TreePath treePath)
Maps
JTree.addSelectionPath(TreePath) through queue |
void |
addSelectionPaths(javax.swing.tree.TreePath[] treePath)
Maps
JTree.addSelectionPaths(TreePath[]) through queue |
void |
addSelectionRow(int i)
Maps
JTree.addSelectionRow(int) through queue |
void |
addSelectionRows(int[] i)
Maps
JTree.addSelectionRows(int[]) through queue |
void |
addTreeExpansionListener(javax.swing.event.TreeExpansionListener treeExpansionListener)
Maps
JTree.addTreeExpansionListener(TreeExpansionListener) through queue |
void |
addTreeSelectionListener(javax.swing.event.TreeSelectionListener treeSelectionListener)
Maps
JTree.addTreeSelectionListener(TreeSelectionListener) through queue |
void |
addTreeWillExpandListener(javax.swing.event.TreeWillExpandListener treeWillExpandListener)
Maps
JTree.addTreeWillExpandListener(TreeWillExpandListener) through queue |
javax.swing.JPopupMenu |
callPopupOnPath(javax.swing.tree.TreePath path)
Calls popup on the specified path.
|
javax.swing.JPopupMenu |
callPopupOnPath(javax.swing.tree.TreePath path,
int mouseButton)
Calls popup on the specified path.
|
javax.swing.JPopupMenu |
callPopupOnPaths(javax.swing.tree.TreePath[] paths)
Calls popup on the specified pathes.
|
javax.swing.JPopupMenu |
callPopupOnPaths(javax.swing.tree.TreePath[] paths,
int mouseButton)
Calls popup on the specified pathes.
|
void |
cancelEditing()
Maps
JTree.cancelEditing() through queue |
void |
changePathObject(javax.swing.tree.TreePath path,
java.lang.Object newValue)
Changes last path component using getCellEditor() editor.
|
void |
changePathText(javax.swing.tree.TreePath path,
java.lang.String newNodeText)
Deprecated.
Use changePathObject(TreePath, Object) instead.
|
java.lang.Object |
chooseSubnode(java.lang.Object parent,
java.lang.String text) |
java.lang.Object |
chooseSubnode(java.lang.Object parent,
java.lang.String text,
int index) |
java.lang.Object |
chooseSubnode(java.lang.Object parent,
java.lang.String text,
int index,
Operator.StringComparator comparator) |
java.lang.Object |
chooseSubnode(java.lang.Object parent,
java.lang.String text,
Operator.StringComparator comparator) |
void |
clearSelection()
Maps
JTree.clearSelection() through queue |
void |
clickForEdit(javax.swing.tree.TreePath path)
Turns path to the editing mode.
|
void |
clickOnPath(javax.swing.tree.TreePath path)
Clicks on the node.
|
void |
clickOnPath(javax.swing.tree.TreePath path,
int clickCount)
Clicks on the node.
|
void |
clickOnPath(javax.swing.tree.TreePath path,
int clickCount,
int mouseButton)
Clicks on the node.
|
void |
clickOnPath(javax.swing.tree.TreePath path,
int clickCount,
int mouseButton,
int modifiers)
Clicks on the node.
|
void |
collapsePath(javax.swing.tree.TreePath treePath)
Maps
JTree.collapsePath(TreePath) through queue |
void |
collapseRow(int i)
Maps
JTree.collapseRow(int) through queue |
java.lang.String |
convertValueToText(java.lang.Object object,
boolean b,
boolean b1,
boolean b2,
int i,
boolean b3)
Maps
JTree.convertValueToText(Object, boolean, boolean, boolean, int, boolean) through queue |
void |
copyEnvironment(Operator anotherOperator)
Copies all environment (output, timeouts,
visualizer) from another operator.
|
void |
doCollapsePath(javax.swing.tree.TreePath path)
Ensures that the node identified by the specified path is collapsed and viewable.
|
void |
doCollapseRow(int row)
Ensures that the node in the specified row is collapsed.
|
void |
doExpandPath(javax.swing.tree.TreePath path)
Expands path.
|
void |
doExpandRow(int row)
Expands path on row.
|
void |
doMakeVisible(javax.swing.tree.TreePath path)
Ensures that the node identified by path is currently viewable.
|
void |
expandPath(javax.swing.tree.TreePath treePath)
Maps
JTree.expandPath(TreePath) through queue |
void |
expandRow(int i)
Maps
JTree.expandRow(int) through queue |
static javax.swing.JTree |
findJTree(java.awt.Container cont,
ComponentChooser chooser)
Searches 0'th JTree in container.
|
static javax.swing.JTree |
findJTree(java.awt.Container cont,
ComponentChooser chooser,
int index)
Searches JTree in container.
|
static javax.swing.JTree |
findJTree(java.awt.Container cont,
java.lang.String text,
boolean ce,
boolean ccs,
int rowIndex)
Searches JTree by item.
|
static javax.swing.JTree |
findJTree(java.awt.Container cont,
java.lang.String text,
boolean ce,
boolean ccs,
int rowIndex,
int index)
Searches JTree by item.
|
javax.swing.tree.TreePath |
findPath(JTreeOperator.TreePathChooser chooser)
Searches path in tree.
|
javax.swing.tree.TreePath |
findPath(java.lang.String path)
Searches path in tree.
|
javax.swing.tree.TreePath |
findPath(java.lang.String[] names)
Searches path in tree.
|
javax.swing.tree.TreePath |
findPath(java.lang.String[] names,
boolean ce,
boolean ccs)
Deprecated.
Use findPath(String[]) or findCellRow(String[], StringComparator)
|
javax.swing.tree.TreePath |
findPath(java.lang.String[] names,
int[] indexes)
Searches path in tree.
|
javax.swing.tree.TreePath |
findPath(java.lang.String[] names,
int[] indexes,
boolean ce,
boolean ccs)
Deprecated.
Use findPath(String[], int[]) or findCellRow(String[], int[], StringComparator)
|
javax.swing.tree.TreePath |
findPath(java.lang.String[] names,
int[] indexes,
Operator.StringComparator comparator)
Searches path in tree.
|
javax.swing.tree.TreePath |
findPath(java.lang.String[] names,
Operator.StringComparator comparator)
Searches path in tree.
|
javax.swing.tree.TreePath |
findPath(java.lang.String path,
Operator.StringComparator comparator)
Searches path in tree.
|
javax.swing.tree.TreePath |
findPath(java.lang.String path,
java.lang.String delim)
Searches path in tree.
|
javax.swing.tree.TreePath |
findPath(java.lang.String path,
java.lang.String delim,
boolean ce,
boolean ccs)
Deprecated.
Use findPath(String, String) or findCellRow(String, String, StringComparator)
|
javax.swing.tree.TreePath |
findPath(java.lang.String path,
java.lang.String delim,
Operator.StringComparator comparator)
Searches path in tree.
|
javax.swing.tree.TreePath |
findPath(java.lang.String path,
java.lang.String indexes,
java.lang.String delim)
Searches path in tree.
|
javax.swing.tree.TreePath |
findPath(java.lang.String path,
java.lang.String indexes,
java.lang.String delim,
boolean ce,
boolean ccs)
Deprecated.
Use findPath(String, String, String) or findCellRow(String, String, String, StringComparator)
|
javax.swing.tree.TreePath |
findPath(java.lang.String path,
java.lang.String indexes,
java.lang.String delim,
Operator.StringComparator comparator)
Searches path in tree.
|
int |
findRow(ComponentChooser chooser)
Searches a row by rendered component.
|
int |
findRow(ComponentChooser chooser,
int index)
Searches index'th row by rendered component.
|
int |
findRow(JTreeOperator.TreeRowChooser chooser)
Searches a row by row chooser.
|
int |
findRow(JTreeOperator.TreeRowChooser chooser,
int index)
Searches index'th row by row chooser.
|
int |
findRow(java.lang.String item)
Searches a row by substring.
|
int |
findRow(java.lang.String item,
boolean ce,
boolean cc)
Deprecated.
Use findRow(String) or findRow(String, StringComparator)
|
int |
findRow(java.lang.String item,
boolean ce,
boolean cc,
int index)
Deprecated.
Use findRow(String, int) or findRow(String, StringComparator, int)
|
int |
findRow(java.lang.String item,
int index)
Searches index'th row by substring.
|
int |
findRow(java.lang.String item,
Operator.StringComparator comparator)
Searches a row by substring.
|
int |
findRow(java.lang.String item,
Operator.StringComparator comparator,
int index)
Searches index'th row by substring.
|
void |
fireTreeCollapsed(javax.swing.tree.TreePath treePath)
Maps
JTree.fireTreeCollapsed(TreePath) through queue |
void |
fireTreeExpanded(javax.swing.tree.TreePath treePath)
Maps
JTree.fireTreeExpanded(TreePath) through queue |
void |
fireTreeWillCollapse(javax.swing.tree.TreePath treePath)
Maps
JTree.fireTreeWillCollapse(TreePath) through queue |
void |
fireTreeWillExpand(javax.swing.tree.TreePath treePath)
Maps
JTree.fireTreeWillExpand(TreePath) through queue |
javax.swing.tree.TreeCellEditor |
getCellEditor()
Maps
JTree.getCellEditor() through queue |
javax.swing.tree.TreeCellRenderer |
getCellRenderer()
Maps
JTree.getCellRenderer() through queue |
java.lang.Object |
getChild(java.lang.Object node,
int index)
Returns node child.
|
int |
getChildCount(java.lang.Object node)
Returns number of child.
|
int |
getChildCount(javax.swing.tree.TreePath path)
Returns number of child.
|
javax.swing.tree.TreePath |
getChildPath(javax.swing.tree.TreePath path,
int index)
Constructs new path from a path and index's subnode of it last node.
|
javax.swing.tree.TreePath[] |
getChildPaths(javax.swing.tree.TreePath path)
Constructs new paths from a path and all subnodes of it last node.
|
java.lang.Object[] |
getChildren(java.lang.Object node)
Returns node children.
|
javax.swing.tree.TreePath |
getClosestPathForLocation(int i,
int i1)
Maps
JTree.getClosestPathForLocation(int, int) through queue |
int |
getClosestRowForLocation(int i,
int i1)
Maps
JTree.getClosestRowForLocation(int, int) through queue |
java.util.Hashtable |
getDump()
Returns information about component.
|
javax.swing.tree.TreePath |
getEditingPath()
Maps
JTree.getEditingPath() through queue |
java.util.Enumeration |
getExpandedDescendants(javax.swing.tree.TreePath treePath)
Maps
JTree.getExpandedDescendants(TreePath) through queue |
boolean |
getInvokesStopCellEditing()
Maps
JTree.getInvokesStopCellEditing() through queue |
java.lang.Object |
getLastSelectedPathComponent()
Maps
JTree.getLastSelectedPathComponent() through queue |
javax.swing.tree.TreePath |
getLeadSelectionPath()
Maps
JTree.getLeadSelectionPath() through queue |
int |
getLeadSelectionRow()
Maps
JTree.getLeadSelectionRow() through queue |
int |
getMaxSelectionRow()
Maps
JTree.getMaxSelectionRow() through queue |
int |
getMinSelectionRow()
Maps
JTree.getMinSelectionRow() through queue |
javax.swing.tree.TreeModel |
getModel()
Maps
JTree.getModel() through queue |
TestOut |
getOutput()
Returns print output streams or writers.
|
java.awt.Rectangle |
getPathBounds(javax.swing.tree.TreePath treePath)
Maps
JTree.getPathBounds(TreePath) through queue |
javax.swing.tree.TreePath |
getPathForLocation(int i,
int i1)
Maps
JTree.getPathForLocation(int, int) through queue |
javax.swing.tree.TreePath |
getPathForRow(int i)
Maps
JTree.getPathForRow(int) through queue |
java.awt.Point |
getPointToClick(int row)
Retuns points which can be used to click on path.
|
java.awt.Point |
getPointToClick(javax.swing.tree.TreePath path)
Retuns points which can be used to click on path.
|
java.awt.Dimension |
getPreferredScrollableViewportSize()
Maps
JTree.getPreferredScrollableViewportSize() through queue |
java.awt.Component |
getRenderedComponent(javax.swing.tree.TreePath path)
Ask renderer for component to be displayed.
|
java.awt.Component |
getRenderedComponent(javax.swing.tree.TreePath path,
boolean isSelected,
boolean isExpanded,
boolean cellHasFocus)
Ask renderer for component to be displayed.
|
java.lang.Object |
getRoot()
Returns the root of the tree.
|
java.awt.Rectangle |
getRowBounds(int i)
Maps
JTree.getRowBounds(int) through queue |
int |
getRowCount()
Maps
JTree.getRowCount() through queue |
int |
getRowForLocation(int i,
int i1)
Maps
JTree.getRowForLocation(int, int) through queue |
int |
getRowForPath(javax.swing.tree.TreePath treePath)
Maps
JTree.getRowForPath(TreePath) through queue |
int |
getRowHeight()
Maps
JTree.getRowHeight() through queue |
int |
getScrollableBlockIncrement(java.awt.Rectangle rectangle,
int i,
int i1)
Maps
JTree.getScrollableBlockIncrement(Rectangle, int, int) through queue |
boolean |
getScrollableTracksViewportHeight()
Maps
JTree.getScrollableTracksViewportHeight() through queue |
boolean |
getScrollableTracksViewportWidth()
Maps
JTree.getScrollableTracksViewportWidth() through queue |
int |
getScrollableUnitIncrement(java.awt.Rectangle rectangle,
int i,
int i1)
Maps
JTree.getScrollableUnitIncrement(Rectangle, int, int) through queue |
boolean |
getScrollsOnExpand()
Maps
JTree.getScrollsOnExpand() through queue |
int |
getSelectionCount()
Maps
JTree.getSelectionCount() through queue |
javax.swing.tree.TreeSelectionModel |
getSelectionModel()
Maps
JTree.getSelectionModel() through queue |
javax.swing.tree.TreePath |
getSelectionPath()
Maps
JTree.getSelectionPath() through queue |
javax.swing.tree.TreePath[] |
getSelectionPaths()
Maps
JTree.getSelectionPaths() through queue |
int[] |
getSelectionRows()
Maps
JTree.getSelectionRows() through queue |
boolean |
getShowsRootHandles()
Maps
JTree.getShowsRootHandles() through queue |
Timeouts |
getTimeouts()
Return current timeouts.
|
javax.swing.plaf.TreeUI |
getUI()
Maps
JTree.getUI() through queue |
int |
getVisibleRowCount()
Maps
JTree.getVisibleRowCount() through queue |
boolean |
hasBeenExpanded(javax.swing.tree.TreePath treePath)
Maps
JTree.hasBeenExpanded(TreePath) through queue |
boolean |
isCollapsed(int i)
Maps
JTree.isCollapsed(int) through queue |
boolean |
isCollapsed(javax.swing.tree.TreePath treePath)
Maps
JTree.isCollapsed(TreePath) through queue |
boolean |
isEditable()
Maps
JTree.isEditable() through queue |
boolean |
isEditing()
Maps
JTree.isEditing() through queue |
boolean |
isExpanded(int i)
Maps
JTree.isExpanded(int) through queue |
boolean |
isExpanded(javax.swing.tree.TreePath treePath)
Maps
JTree.isExpanded(TreePath) through queue |
boolean |
isFixedRowHeight()
Maps
JTree.isFixedRowHeight() through queue |
boolean |
isLargeModel()
Maps
JTree.isLargeModel() through queue |
boolean |
isPathEditable(javax.swing.tree.TreePath treePath)
Maps
JTree.isPathEditable(TreePath) through queue |
boolean |
isPathSelected(javax.swing.tree.TreePath treePath)
Maps
JTree.isPathSelected(TreePath) through queue |
boolean |
isRootVisible()
Maps
JTree.isRootVisible() through queue |
boolean |
isRowSelected(int i)
Maps
JTree.isRowSelected(int) through queue |
boolean |
isSelectionEmpty()
Maps
JTree.isSelectionEmpty() through queue |
boolean |
isVisible(javax.swing.tree.TreePath treePath)
Maps
JTree.isVisible(TreePath) through queue |
void |
makeVisible(javax.swing.tree.TreePath treePath)
Maps
JTree.makeVisible(TreePath) through queue |
void |
removeSelectionInterval(int i,
int i1)
Maps
JTree.removeSelectionInterval(int, int) through queue |
void |
removeSelectionPath(javax.swing.tree.TreePath treePath)
Maps
JTree.removeSelectionPath(TreePath) through queue |
void |
removeSelectionPaths(javax.swing.tree.TreePath[] treePath)
Maps
JTree.removeSelectionPaths(TreePath[]) through queue |
void |
removeSelectionRow(int i)
Maps
JTree.removeSelectionRow(int) through queue |
void |
removeSelectionRows(int[] i)
Maps
JTree.removeSelectionRows(int[]) through queue |
void |
removeTreeExpansionListener(javax.swing.event.TreeExpansionListener treeExpansionListener)
Maps
JTree.removeTreeExpansionListener(TreeExpansionListener) through queue |
void |
removeTreeSelectionListener(javax.swing.event.TreeSelectionListener treeSelectionListener)
Maps
JTree.removeTreeSelectionListener(TreeSelectionListener) through queue |
void |
removeTreeWillExpandListener(javax.swing.event.TreeWillExpandListener treeWillExpandListener)
Maps
JTree.removeTreeWillExpandListener(TreeWillExpandListener) through queue |
void |
scrollPathToVisible(javax.swing.tree.TreePath treePath)
Maps
JTree.scrollPathToVisible(TreePath) through queue |
void |
scrollRowToVisible(int i)
Maps
JTree.scrollRowToVisible(int) through queue |
void |
scrollToPath(javax.swing.tree.TreePath path)
Scrolls to a path if the tree is on a JScrollPane component.
|
void |
scrollToRow(int row)
Scrolls to a row if the tree is on a JScrollPane component.
|
void |
selectPath(javax.swing.tree.TreePath path)
Selects the path.
|
void |
selectPaths(javax.swing.tree.TreePath[] paths)
Selects some pathes.
|
void |
selectRow(int row)
Selects the node in the specified row.
|
void |
setCellEditor(javax.swing.tree.TreeCellEditor treeCellEditor)
Maps
JTree.setCellEditor(TreeCellEditor) through queue |
void |
setCellRenderer(javax.swing.tree.TreeCellRenderer treeCellRenderer)
Maps
JTree.setCellRenderer(TreeCellRenderer) through queue |
void |
setEditable(boolean b)
Maps
JTree.setEditable(boolean) through queue |
void |
setInvokesStopCellEditing(boolean b)
Maps
JTree.setInvokesStopCellEditing(boolean) through queue |
void |
setLargeModel(boolean b)
Maps
JTree.setLargeModel(boolean) through queue |
void |
setModel(javax.swing.tree.TreeModel treeModel)
Maps
JTree.setModel(TreeModel) through queue |
void |
setOutput(TestOut out)
Defines print output streams or writers.
|
void |
setRootVisible(boolean b)
Maps
JTree.setRootVisible(boolean) through queue |
void |
setRowHeight(int i)
Maps
JTree.setRowHeight(int) through queue |
void |
setScrollsOnExpand(boolean b)
Maps
JTree.setScrollsOnExpand(boolean) through queue |
void |
setSelectionInterval(int i,
int i1)
Maps
JTree.setSelectionInterval(int, int) through queue |
void |
setSelectionModel(javax.swing.tree.TreeSelectionModel treeSelectionModel)
Maps
JTree.setSelectionModel(TreeSelectionModel) through queue |
void |
setSelectionPath(javax.swing.tree.TreePath treePath)
Maps
JTree.setSelectionPath(TreePath) through queue |
void |
setSelectionPaths(javax.swing.tree.TreePath[] treePath)
Maps
JTree.setSelectionPaths(TreePath[]) through queue |
void |
setSelectionRow(int i)
Maps
JTree.setSelectionRow(int) through queue |
void |
setSelectionRows(int[] i)
Maps
JTree.setSelectionRows(int[]) through queue |
void |
setShowsRootHandles(boolean b)
Maps
JTree.setShowsRootHandles(boolean) through queue |
void |
setTimeouts(Timeouts times)
Defines current timeouts.
|
void |
setUI(javax.swing.plaf.TreeUI treeUI)
Maps
JTree.setUI(TreeUI) through queue |
void |
setVisibleRowCount(int i)
Maps
JTree.setVisibleRowCount(int) through queue |
void |
startEditingAtPath(javax.swing.tree.TreePath treePath)
Maps
JTree.startEditingAtPath(TreePath) through queue |
boolean |
stopEditing()
Maps
JTree.stopEditing() through queue |
void |
treeDidChange()
Maps
JTree.treeDidChange() through queue |
void |
waitCollapsed(int row)
Waits row to be collapsed.
|
void |
waitCollapsed(javax.swing.tree.TreePath path)
Waits path to be collapsed.
|
void |
waitExpanded(int row)
Waits row to be expanded.
|
void |
waitExpanded(javax.swing.tree.TreePath path)
Waits path to be expanded.
|
static javax.swing.JTree |
waitJTree(java.awt.Container cont,
ComponentChooser chooser)
Waits 0'th JTree in container.
|
static javax.swing.JTree |
waitJTree(java.awt.Container cont,
ComponentChooser chooser,
int index)
Waits JTree in container.
|
static javax.swing.JTree |
waitJTree(java.awt.Container cont,
java.lang.String text,
boolean ce,
boolean ccs,
int rowIndex)
Waits JTree by item.
|
static javax.swing.JTree |
waitJTree(java.awt.Container cont,
java.lang.String text,
boolean ce,
boolean ccs,
int rowIndex,
int index)
Waits JTree by item.
|
void |
waitRow(java.lang.String rowText,
int row)
Wat for text in certain row.
|
void |
waitSelected(int row)
Waits row to be selected.
|
void |
waitSelected(int[] rows)
Waits rows to be selected.
|
void |
waitSelected(javax.swing.tree.TreePath path)
Waits path to be selected.
|
void |
waitSelected(javax.swing.tree.TreePath[] paths)
Waits some paths to be selected.
|
void |
waitVisible(javax.swing.tree.TreePath path)
Waits path to be visible.
|
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
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
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
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
public static final java.lang.String ROOT_DPROP
getDump()
,
Constant Field Valuespublic static final java.lang.String NODE_PREFIX_DPROP
getDump()
,
Constant Field Valuespublic static final java.lang.String SELECTION_FIRST_DPROP
getDump()
,
Constant Field Valuespublic static final java.lang.String SELECTION_LAST_DPROP
getDump()
,
Constant Field Valuespublic JTreeOperator(javax.swing.JTree b)
b
- a componentpublic JTreeOperator(ContainerOperator cont, ComponentChooser chooser, int index)
cont
- a containerchooser
- a component chooser specifying searching criteria.index
- an index between appropriate ones.public JTreeOperator(ContainerOperator cont, ComponentChooser chooser)
cont
- a containerchooser
- a component chooser specifying searching criteria.public JTreeOperator(ContainerOperator cont, java.lang.String text, int row, int index)
cont
- a containertext
- Text of a row which is currently selected.row
- a row index to check text in. If equals to -1, selected row is checked.index
- Ordinal component index.TimeoutExpiredException
Operator.isCaptionEqual(String, String, boolean, boolean)
public JTreeOperator(ContainerOperator cont, java.lang.String text, int index)
cont
- a containertext
- Text of a row which is currently selected.index
- Ordinal component index.TimeoutExpiredException
Operator.isCaptionEqual(String, String, boolean, boolean)
public JTreeOperator(ContainerOperator cont, java.lang.String text)
cont
- a containertext
- Text of a row which is currently selected.TimeoutExpiredException
Operator.isCaptionEqual(String, String, boolean, boolean)
public JTreeOperator(ContainerOperator cont, int index)
cont
- a containerindex
- Ordinal component index.TimeoutExpiredException
public JTreeOperator(ContainerOperator cont)
cont
- a containerTimeoutExpiredException
public static javax.swing.JTree findJTree(java.awt.Container cont, ComponentChooser chooser, int index)
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.index
- Ordinal component index.public static javax.swing.JTree findJTree(java.awt.Container cont, ComponentChooser chooser)
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.public static javax.swing.JTree findJTree(java.awt.Container cont, java.lang.String text, boolean ce, boolean ccs, int rowIndex, int index)
cont
- Container to search component in.text
- Item text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.rowIndex
- Index of row to compare text. If -1, selected row is checked.index
- Ordinal component index.Operator.isCaptionEqual(String, String, boolean, boolean)
public static javax.swing.JTree findJTree(java.awt.Container cont, java.lang.String text, boolean ce, boolean ccs, int rowIndex)
cont
- Container to search component in.text
- Item text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.rowIndex
- Index of row to compare text. If -1, selected row is checked.Operator.isCaptionEqual(String, String, boolean, boolean)
public static javax.swing.JTree waitJTree(java.awt.Container cont, ComponentChooser chooser, int index)
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.index
- Ordinal component index.TimeoutExpiredException
public static javax.swing.JTree waitJTree(java.awt.Container cont, ComponentChooser chooser)
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.TimeoutExpiredException
public static javax.swing.JTree waitJTree(java.awt.Container cont, java.lang.String text, boolean ce, boolean ccs, int rowIndex, int index)
cont
- Container to search component in.text
- Item text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.rowIndex
- Index of row to compare text. If -1, selected row is checked.index
- Ordinal component index.TimeoutExpiredException
Operator.isCaptionEqual(String, String, boolean, boolean)
public static javax.swing.JTree waitJTree(java.awt.Container cont, java.lang.String text, boolean ce, boolean ccs, int rowIndex)
cont
- Container to search component in.text
- Item text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.rowIndex
- Index of row to compare text. If -1, selected row is checked.TimeoutExpiredException
Operator.isCaptionEqual(String, String, boolean, boolean)
public void setTimeouts(Timeouts times)
Timeoutable
setTimeouts
in interface Timeoutable
setTimeouts
in class JComponentOperator
times
- A collection of timeout assignments.Timeoutable.getTimeouts()
public Timeouts getTimeouts()
Timeoutable
getTimeouts
in interface Timeoutable
getTimeouts
in class JComponentOperator
Timeoutable.setTimeouts(org.netbeans.jemmy.Timeouts)
public void setOutput(TestOut out)
Outputable
setOutput
in interface Outputable
setOutput
in class JComponentOperator
out
- Identify the streams or writers used for print output.Outputable.getOutput()
public TestOut getOutput()
Outputable
getOutput
in interface Outputable
getOutput
in class JComponentOperator
Outputable.setOutput(org.netbeans.jemmy.TestOut)
public void copyEnvironment(Operator anotherOperator)
Operator
copyEnvironment
in class ComponentOperator
anotherOperator
- an operator to copy the environment to.public void doExpandPath(javax.swing.tree.TreePath path)
path
- a path to be expanded.TimeoutExpiredException
public void doExpandRow(int row)
row
- a row index to be expanded.TimeoutExpiredException
public void doMakeVisible(javax.swing.tree.TreePath path)
path
- a path to be made visible.TimeoutExpiredException
public int getChildCount(java.lang.Object node)
node
- a node to count children of.public java.lang.Object[] getChildren(java.lang.Object node)
node
- a node to get children of.public java.lang.Object getChild(java.lang.Object node, int index)
node
- a node to get a child of.index
- a child index.public int getChildCount(javax.swing.tree.TreePath path)
path
- a path indicating a node to count children of.public javax.swing.tree.TreePath getChildPath(javax.swing.tree.TreePath path, int index)
path
- a path indicating a node to get a child of.index
- a child node index.public javax.swing.tree.TreePath[] getChildPaths(javax.swing.tree.TreePath path)
path
- a path indicating a node to get children of.public java.lang.Object getRoot()
TimeoutExpiredException
public javax.swing.tree.TreePath findPath(JTreeOperator.TreePathChooser chooser)
chooser
- TreePathChooser implementation.TimeoutExpiredException
JTreeOperator.TreePathChooser
,
findPath(org.netbeans.jemmy.operators.JTreeOperator.TreePathChooser)
public int findRow(JTreeOperator.TreeRowChooser chooser, int index)
chooser
- a path searching criteria.index
- a child index.JTreeOperator.TreeRowChooser
public int findRow(JTreeOperator.TreeRowChooser chooser)
chooser
- a path searching criteria.JTreeOperator.TreeRowChooser
public int findRow(java.lang.String item, Operator.StringComparator comparator, int index)
item
- Substring.comparator
- a string comparision algorithmindex
- an ordinal row index between ones matching the criteriapublic int findRow(java.lang.String item, boolean ce, boolean cc, int index)
item
- Substring.ce
- Compare exactlycc
- Compare case sensitivelly.index
- an ordinal row index between ones matching the criteriapublic int findRow(java.lang.String item, int index)
item
- Substring.index
- an ordinal row index between ones matching the criteriapublic int findRow(java.lang.String item, Operator.StringComparator comparator)
item
- Substring.comparator
- a string comparision algorithmpublic int findRow(java.lang.String item, boolean ce, boolean cc)
item
- Substring.ce
- Compare exactlycc
- Compare case sensitivelly.public int findRow(java.lang.String item)
item
- Substring.public int findRow(ComponentChooser chooser, int index)
chooser
- Component checking object.index
- an ordinal row index between ones matching the criteriapublic int findRow(ComponentChooser chooser)
chooser
- Component checking object.public javax.swing.tree.TreePath findPath(java.lang.String[] names, int[] indexes, Operator.StringComparator comparator)
root +-+node | +--subnode +-+node | +--subnode | +--subnode ... String[] names = {"node", "subnode"};TreePath path = findPath(names, indexes, true, true);
int[] indexes = {1, 0};
names
- Node texts array.indexes
- Nodes indexes.comparator
- a string comparision algorithmTimeoutExpiredException
Operator.isCaptionEqual(String, String, boolean, boolean)
,
findPath(org.netbeans.jemmy.operators.JTreeOperator.TreePathChooser)
public javax.swing.tree.TreePath findPath(java.lang.String[] names, int[] indexes, boolean ce, boolean ccs)
root +-+node | +--subnode +-+node | +--subnode | +--subnode ... String[] names = {"node", "subnode"};TreePath path = findPath(names, indexes, true, true);
int[] indexes = {1, 0};
names
- Node texts array.indexes
- Nodes indexes.ce
- Compare exactly.ccs
- Compare case sensitively.TimeoutExpiredException
Operator.isCaptionEqual(String, String, boolean, boolean)
,
findPath(org.netbeans.jemmy.operators.JTreeOperator.TreePathChooser)
public javax.swing.tree.TreePath findPath(java.lang.String[] names, int[] indexes)
names
- Node texts array.indexes
- Nodes indexes.TimeoutExpiredException
findPath(org.netbeans.jemmy.operators.JTreeOperator.TreePathChooser)
public javax.swing.tree.TreePath findPath(java.lang.String[] names, Operator.StringComparator comparator)
names
- Node texts array.comparator
- a string comparision algorithmTimeoutExpiredException
Operator.isCaptionEqual(String, String, boolean, boolean)
,
findPath(org.netbeans.jemmy.operators.JTreeOperator.TreePathChooser)
public javax.swing.tree.TreePath findPath(java.lang.String[] names, boolean ce, boolean ccs)
names
- Node texts array.ce
- Compare exactly.ccs
- Compare case sensitively.TimeoutExpiredException
Operator.isCaptionEqual(String, String, boolean, boolean)
,
findPath(org.netbeans.jemmy.operators.JTreeOperator.TreePathChooser)
public javax.swing.tree.TreePath findPath(java.lang.String[] names)
names
- Node texts array.TimeoutExpiredException
Operator.isCaptionEqual(String, String, boolean, boolean)
,
findPath(org.netbeans.jemmy.operators.JTreeOperator.TreePathChooser)
public javax.swing.tree.TreePath findPath(java.lang.String path, java.lang.String indexes, java.lang.String delim, Operator.StringComparator comparator)
path
- String representing tree path.
Path components should be devided by "delim" parameter.indexes
- String representing indexes to search path components.
Indexes should be devided by "delim" parameter.delim
- Path components delimiter.comparator
- a string comparision algorithmTimeoutExpiredException
Operator.isCaptionEqual(String, String, boolean, boolean)
,
findPath(org.netbeans.jemmy.operators.JTreeOperator.TreePathChooser)
public javax.swing.tree.TreePath findPath(java.lang.String path, java.lang.String indexes, java.lang.String delim, boolean ce, boolean ccs)
path
- String representing tree path.
Path components should be devided by "delim" parameter.indexes
- String representing indexes to search path components.
Indexes should be devided by "delim" parameter.delim
- Path components delimiter.ce
- Compare exactly.ccs
- Compare case sensitively.TimeoutExpiredException
Operator.isCaptionEqual(String, String, boolean, boolean)
,
findPath(org.netbeans.jemmy.operators.JTreeOperator.TreePathChooser)
public javax.swing.tree.TreePath findPath(java.lang.String path, java.lang.String indexes, java.lang.String delim)
path
- String representing tree path.
Path components should be devided by "delim" parameter.indexes
- String representing indexes to search path components.
Indexes should be devided by "delim" parameter.delim
- Path components delimiter.TimeoutExpiredException
findPath(org.netbeans.jemmy.operators.JTreeOperator.TreePathChooser)
public javax.swing.tree.TreePath findPath(java.lang.String path, java.lang.String delim, Operator.StringComparator comparator)
path
- String representing tree path.
Path components should be devided by "delim" parameter.delim
- Path components delimiter.comparator
- a string comparision algorithmTimeoutExpiredException
Operator.isCaptionEqual(String, String, boolean, boolean)
,
findPath(org.netbeans.jemmy.operators.JTreeOperator.TreePathChooser)
public javax.swing.tree.TreePath findPath(java.lang.String path, Operator.StringComparator comparator)
path
- String representing tree path.comparator
- a string comparision algorithmTimeoutExpiredException
Operator.isCaptionEqual(String, String, boolean, boolean)
,
findPath(org.netbeans.jemmy.operators.JTreeOperator.TreePathChooser)
public javax.swing.tree.TreePath findPath(java.lang.String path, java.lang.String delim, boolean ce, boolean ccs)
path
- String representing tree path.
Path components should be devided by "delim" parameter.delim
- Path components delimiter.ce
- Compare exactly.ccs
- Compare case sensitively.TimeoutExpiredException
Operator.isCaptionEqual(String, String, boolean, boolean)
,
findPath(org.netbeans.jemmy.operators.JTreeOperator.TreePathChooser)
public javax.swing.tree.TreePath findPath(java.lang.String path, java.lang.String delim)
path
- String representing tree path.
Path components should be devided by "delim" parameter.delim
- Path components delimiter.TimeoutExpiredException
findPath(org.netbeans.jemmy.operators.JTreeOperator.TreePathChooser)
public javax.swing.tree.TreePath findPath(java.lang.String path)
path
- String representing tree path.TimeoutExpiredException
findPath(org.netbeans.jemmy.operators.JTreeOperator.TreePathChooser)
public void doCollapsePath(javax.swing.tree.TreePath path)
path
- a path to collapse.TimeoutExpiredException
public void doCollapseRow(int row)
row
- a row index to collapse.TimeoutExpiredException
public void selectPath(javax.swing.tree.TreePath path)
path
- a path to select.public void selectRow(int row)
row
- an index of row to select.public void selectPaths(javax.swing.tree.TreePath[] paths)
paths
- a paths to select.public java.awt.Point getPointToClick(javax.swing.tree.TreePath path)
path
- a tree path to click on.public java.awt.Point getPointToClick(int row)
row
- a row index to click on.public void clickOnPath(javax.swing.tree.TreePath path, int clickCount, int mouseButton, int modifiers)
path
- a path to click on.clickCount
- a number of clicksmouseButton
- InputEvent.BUTTON1/2/3_MASK valuemodifiers
- Combination of InputEvent.*_MASK valuesTimeoutExpiredException
public void clickOnPath(javax.swing.tree.TreePath path, int clickCount, int mouseButton)
path
- a path to click on.clickCount
- a number of clicksmouseButton
- InputEvent.BUTTON1/2/3_MASK valueTimeoutExpiredException
public void clickOnPath(javax.swing.tree.TreePath path, int clickCount)
path
- a path to click on.clickCount
- a number of clicksTimeoutExpiredException
public void clickOnPath(javax.swing.tree.TreePath path)
path
- a path to click on.TimeoutExpiredException
public javax.swing.JPopupMenu callPopupOnPaths(javax.swing.tree.TreePath[] paths, int mouseButton)
paths
- an array of paths to select before invoking popup on one of themmouseButton
- a mouse button tused to call popup.TimeoutExpiredException
public javax.swing.JPopupMenu callPopupOnPaths(javax.swing.tree.TreePath[] paths)
paths
- an array of paths to select before invoking popup on one of themTimeoutExpiredException
public javax.swing.JPopupMenu callPopupOnPath(javax.swing.tree.TreePath path, int mouseButton)
path
- a path to invoking popup on.mouseButton
- a mouse button tused to call popup.TimeoutExpiredException
public javax.swing.JPopupMenu callPopupOnPath(javax.swing.tree.TreePath path)
path
- a path to invoking popup on.TimeoutExpiredException
public void scrollToPath(javax.swing.tree.TreePath path)
path
- a tree path to scroll to.public void scrollToRow(int row)
row
- a row index to scroll to.public void clickForEdit(javax.swing.tree.TreePath path)
path
- a tree path to click on.TimeoutExpiredException
public java.awt.Component getRenderedComponent(javax.swing.tree.TreePath path, boolean isSelected, boolean isExpanded, boolean cellHasFocus)
path
- a path indicating the rendered node.isSelected
- True if the specified cell is selected.isExpanded
- True if the specified cell is expanded.cellHasFocus
- True if the specified cell has the focus.public java.awt.Component getRenderedComponent(javax.swing.tree.TreePath path)
path
- a path indicating the rendered node.public void changePathText(javax.swing.tree.TreePath path, java.lang.String newNodeText)
path
- a path indicating the node to change value for.newNodeText
- a new node valueTimeoutExpiredException
changePathObject(TreePath, Object)
public void changePathObject(javax.swing.tree.TreePath path, java.lang.Object newValue)
path
- a path indicating the node to change value for.newValue
- a new node valueTimeoutExpiredException
public void waitExpanded(javax.swing.tree.TreePath path)
path
- a path to wait expanded.public void waitExpanded(int row)
row
- a row index to wait expanded.public void waitCollapsed(javax.swing.tree.TreePath path)
path
- a path to wait collapsed.public void waitCollapsed(int row)
row
- a row index to wait collapsed.public void waitVisible(javax.swing.tree.TreePath path)
path
- a path to wait visible.public void waitSelected(javax.swing.tree.TreePath[] paths)
paths
- an array of paths to be selected.public void waitSelected(javax.swing.tree.TreePath path)
path
- a tree path to be selected.public void waitSelected(int[] rows)
rows
- an indices of rows to be selected.public void waitSelected(int row)
row
- an index of a row to be selected.public void waitRow(java.lang.String rowText, int row)
rowText
- Text to be compared with row text be getComparator()
comparator.row
- Row index. If -1, selected one is checked.public java.lang.Object chooseSubnode(java.lang.Object parent, java.lang.String text, int index, Operator.StringComparator comparator)
public java.lang.Object chooseSubnode(java.lang.Object parent, java.lang.String text, Operator.StringComparator comparator)
public java.lang.Object chooseSubnode(java.lang.Object parent, java.lang.String text, int index)
public java.lang.Object chooseSubnode(java.lang.Object parent, java.lang.String text)
public java.util.Hashtable getDump()
getDump
in class JComponentOperator
public void addSelectionInterval(int i, int i1)
JTree.addSelectionInterval(int, int)
through queuepublic void addSelectionPath(javax.swing.tree.TreePath treePath)
JTree.addSelectionPath(TreePath)
through queuepublic void addSelectionPaths(javax.swing.tree.TreePath[] treePath)
JTree.addSelectionPaths(TreePath[])
through queuepublic void addSelectionRow(int i)
JTree.addSelectionRow(int)
through queuepublic void addSelectionRows(int[] i)
JTree.addSelectionRows(int[])
through queuepublic void addTreeExpansionListener(javax.swing.event.TreeExpansionListener treeExpansionListener)
JTree.addTreeExpansionListener(TreeExpansionListener)
through queuepublic void addTreeSelectionListener(javax.swing.event.TreeSelectionListener treeSelectionListener)
JTree.addTreeSelectionListener(TreeSelectionListener)
through queuepublic void addTreeWillExpandListener(javax.swing.event.TreeWillExpandListener treeWillExpandListener)
JTree.addTreeWillExpandListener(TreeWillExpandListener)
through queuepublic void cancelEditing()
JTree.cancelEditing()
through queuepublic void clearSelection()
JTree.clearSelection()
through queuepublic void collapsePath(javax.swing.tree.TreePath treePath)
JTree.collapsePath(TreePath)
through queuepublic void collapseRow(int i)
JTree.collapseRow(int)
through queuepublic java.lang.String convertValueToText(java.lang.Object object, boolean b, boolean b1, boolean b2, int i, boolean b3)
JTree.convertValueToText(Object, boolean, boolean, boolean, int, boolean)
through queuepublic void expandPath(javax.swing.tree.TreePath treePath)
JTree.expandPath(TreePath)
through queuepublic void expandRow(int i)
JTree.expandRow(int)
through queuepublic void fireTreeCollapsed(javax.swing.tree.TreePath treePath)
JTree.fireTreeCollapsed(TreePath)
through queuepublic void fireTreeExpanded(javax.swing.tree.TreePath treePath)
JTree.fireTreeExpanded(TreePath)
through queuepublic void fireTreeWillCollapse(javax.swing.tree.TreePath treePath)
JTree.fireTreeWillCollapse(TreePath)
through queuepublic void fireTreeWillExpand(javax.swing.tree.TreePath treePath)
JTree.fireTreeWillExpand(TreePath)
through queuepublic javax.swing.tree.TreeCellEditor getCellEditor()
JTree.getCellEditor()
through queuepublic javax.swing.tree.TreeCellRenderer getCellRenderer()
JTree.getCellRenderer()
through queuepublic javax.swing.tree.TreePath getClosestPathForLocation(int i, int i1)
JTree.getClosestPathForLocation(int, int)
through queuepublic int getClosestRowForLocation(int i, int i1)
JTree.getClosestRowForLocation(int, int)
through queuepublic javax.swing.tree.TreePath getEditingPath()
JTree.getEditingPath()
through queuepublic java.util.Enumeration getExpandedDescendants(javax.swing.tree.TreePath treePath)
JTree.getExpandedDescendants(TreePath)
through queuepublic boolean getInvokesStopCellEditing()
JTree.getInvokesStopCellEditing()
through queuepublic java.lang.Object getLastSelectedPathComponent()
JTree.getLastSelectedPathComponent()
through queuepublic javax.swing.tree.TreePath getLeadSelectionPath()
JTree.getLeadSelectionPath()
through queuepublic int getLeadSelectionRow()
JTree.getLeadSelectionRow()
through queuepublic int getMaxSelectionRow()
JTree.getMaxSelectionRow()
through queuepublic int getMinSelectionRow()
JTree.getMinSelectionRow()
through queuepublic javax.swing.tree.TreeModel getModel()
JTree.getModel()
through queuepublic java.awt.Rectangle getPathBounds(javax.swing.tree.TreePath treePath)
JTree.getPathBounds(TreePath)
through queuepublic javax.swing.tree.TreePath getPathForLocation(int i, int i1)
JTree.getPathForLocation(int, int)
through queuepublic javax.swing.tree.TreePath getPathForRow(int i)
JTree.getPathForRow(int)
through queuepublic java.awt.Dimension getPreferredScrollableViewportSize()
JTree.getPreferredScrollableViewportSize()
through queuepublic java.awt.Rectangle getRowBounds(int i)
JTree.getRowBounds(int)
through queuepublic int getRowCount()
JTree.getRowCount()
through queuepublic int getRowForLocation(int i, int i1)
JTree.getRowForLocation(int, int)
through queuepublic int getRowForPath(javax.swing.tree.TreePath treePath)
JTree.getRowForPath(TreePath)
through queuepublic int getRowHeight()
JTree.getRowHeight()
through queuepublic int getScrollableBlockIncrement(java.awt.Rectangle rectangle, int i, int i1)
JTree.getScrollableBlockIncrement(Rectangle, int, int)
through queuepublic boolean getScrollableTracksViewportHeight()
JTree.getScrollableTracksViewportHeight()
through queuepublic boolean getScrollableTracksViewportWidth()
JTree.getScrollableTracksViewportWidth()
through queuepublic int getScrollableUnitIncrement(java.awt.Rectangle rectangle, int i, int i1)
JTree.getScrollableUnitIncrement(Rectangle, int, int)
through queuepublic boolean getScrollsOnExpand()
JTree.getScrollsOnExpand()
through queuepublic int getSelectionCount()
JTree.getSelectionCount()
through queuepublic javax.swing.tree.TreeSelectionModel getSelectionModel()
JTree.getSelectionModel()
through queuepublic javax.swing.tree.TreePath getSelectionPath()
JTree.getSelectionPath()
through queuepublic javax.swing.tree.TreePath[] getSelectionPaths()
JTree.getSelectionPaths()
through queuepublic int[] getSelectionRows()
JTree.getSelectionRows()
through queuepublic boolean getShowsRootHandles()
JTree.getShowsRootHandles()
through queuepublic javax.swing.plaf.TreeUI getUI()
JTree.getUI()
through queuepublic int getVisibleRowCount()
JTree.getVisibleRowCount()
through queuepublic boolean hasBeenExpanded(javax.swing.tree.TreePath treePath)
JTree.hasBeenExpanded(TreePath)
through queuepublic boolean isCollapsed(int i)
JTree.isCollapsed(int)
through queuepublic boolean isCollapsed(javax.swing.tree.TreePath treePath)
JTree.isCollapsed(TreePath)
through queuepublic boolean isEditable()
JTree.isEditable()
through queuepublic boolean isEditing()
JTree.isEditing()
through queuepublic boolean isExpanded(int i)
JTree.isExpanded(int)
through queuepublic boolean isExpanded(javax.swing.tree.TreePath treePath)
JTree.isExpanded(TreePath)
through queuepublic boolean isFixedRowHeight()
JTree.isFixedRowHeight()
through queuepublic boolean isLargeModel()
JTree.isLargeModel()
through queuepublic boolean isPathEditable(javax.swing.tree.TreePath treePath)
JTree.isPathEditable(TreePath)
through queuepublic boolean isPathSelected(javax.swing.tree.TreePath treePath)
JTree.isPathSelected(TreePath)
through queuepublic boolean isRootVisible()
JTree.isRootVisible()
through queuepublic boolean isRowSelected(int i)
JTree.isRowSelected(int)
through queuepublic boolean isSelectionEmpty()
JTree.isSelectionEmpty()
through queuepublic boolean isVisible(javax.swing.tree.TreePath treePath)
JTree.isVisible(TreePath)
through queuepublic void makeVisible(javax.swing.tree.TreePath treePath)
JTree.makeVisible(TreePath)
through queuepublic void removeSelectionInterval(int i, int i1)
JTree.removeSelectionInterval(int, int)
through queuepublic void removeSelectionPath(javax.swing.tree.TreePath treePath)
JTree.removeSelectionPath(TreePath)
through queuepublic void removeSelectionPaths(javax.swing.tree.TreePath[] treePath)
JTree.removeSelectionPaths(TreePath[])
through queuepublic void removeSelectionRow(int i)
JTree.removeSelectionRow(int)
through queuepublic void removeSelectionRows(int[] i)
JTree.removeSelectionRows(int[])
through queuepublic void removeTreeExpansionListener(javax.swing.event.TreeExpansionListener treeExpansionListener)
JTree.removeTreeExpansionListener(TreeExpansionListener)
through queuepublic void removeTreeSelectionListener(javax.swing.event.TreeSelectionListener treeSelectionListener)
JTree.removeTreeSelectionListener(TreeSelectionListener)
through queuepublic void removeTreeWillExpandListener(javax.swing.event.TreeWillExpandListener treeWillExpandListener)
JTree.removeTreeWillExpandListener(TreeWillExpandListener)
through queuepublic void scrollPathToVisible(javax.swing.tree.TreePath treePath)
JTree.scrollPathToVisible(TreePath)
through queuepublic void scrollRowToVisible(int i)
JTree.scrollRowToVisible(int)
through queuepublic void setCellEditor(javax.swing.tree.TreeCellEditor treeCellEditor)
JTree.setCellEditor(TreeCellEditor)
through queuepublic void setCellRenderer(javax.swing.tree.TreeCellRenderer treeCellRenderer)
JTree.setCellRenderer(TreeCellRenderer)
through queuepublic void setEditable(boolean b)
JTree.setEditable(boolean)
through queuepublic void setInvokesStopCellEditing(boolean b)
JTree.setInvokesStopCellEditing(boolean)
through queuepublic void setLargeModel(boolean b)
JTree.setLargeModel(boolean)
through queuepublic void setModel(javax.swing.tree.TreeModel treeModel)
JTree.setModel(TreeModel)
through queuepublic void setRootVisible(boolean b)
JTree.setRootVisible(boolean)
through queuepublic void setRowHeight(int i)
JTree.setRowHeight(int)
through queuepublic void setScrollsOnExpand(boolean b)
JTree.setScrollsOnExpand(boolean)
through queuepublic void setSelectionInterval(int i, int i1)
JTree.setSelectionInterval(int, int)
through queuepublic void setSelectionModel(javax.swing.tree.TreeSelectionModel treeSelectionModel)
JTree.setSelectionModel(TreeSelectionModel)
through queuepublic void setSelectionPath(javax.swing.tree.TreePath treePath)
JTree.setSelectionPath(TreePath)
through queuepublic void setSelectionPaths(javax.swing.tree.TreePath[] treePath)
JTree.setSelectionPaths(TreePath[])
through queuepublic void setSelectionRow(int i)
JTree.setSelectionRow(int)
through queuepublic void setSelectionRows(int[] i)
JTree.setSelectionRows(int[])
through queuepublic void setShowsRootHandles(boolean b)
JTree.setShowsRootHandles(boolean)
through queuepublic void setUI(javax.swing.plaf.TreeUI treeUI)
JTree.setUI(TreeUI)
through queuepublic void setVisibleRowCount(int i)
JTree.setVisibleRowCount(int)
through queuepublic void startEditingAtPath(javax.swing.tree.TreePath treePath)
JTree.startEditingAtPath(TreePath)
through queuepublic boolean stopEditing()
JTree.stopEditing()
through queuepublic void treeDidChange()
JTree.treeDidChange()
through queue