Method Summary |
|
public void | addTreeExpansionListener(TreeExpansionListener tel) |
public void | addTreeWillExpandListener(TreeWillExpandListener tel) |
public void | bindDataModel() |
public void | collapseNode(TreePath treePath) |
public void | collapseNode(ItsNatTreeCellUI nodeInfo) |
public void | collapsePath(TreePath path) |
public ItsNatComponentUI | createDefaultItsNatComponentUI() |
public ItsNatTreeUI | createDefaultItsNatTreeUI() |
public Object | createDefaultModelInternal() |
public Node | createDefaultNode() |
public Object | createDefaultStructure() |
public TreeModel | createDefaultTreeModel() |
public void | enableEventListeners() |
public void | expandCollapseNode(ItsNatTreeCellUI treeCellUI, boolean expand) |
public void | expandNode(TreePath treePath) |
public void | expandNode(ItsNatTreeCellUI nodeInfo) |
public void | expandPath(TreePath path) |
public DefaultRowMapperImpl | getDefaultRowMapper() |
public TreePath | getEditingPath() |
public int | getEditingRow() |
public String | getEditorActivatorEvent() |
public ItsNatTreeCellEditor | getItsNatTreeCellEditor() |
public ItsNatTreeCellRenderer | getItsNatTreeCellRenderer() |
public ItsNatTreeStructure | getItsNatTreeStructure() |
public ItsNatTreeUI | getItsNatTreeUI() |
public TreePath | getLastPath() |
public TreePath | getLastPathSubTree(TreePath path) |
public TreePath | getNextPath(TreePath path) |
public TreePath | getNextPath(TreePath path, boolean childIncluded) |
public TreePath | getNextSiblingPath(TreePath path) |
protected ParamTransport[] | getParamTransports(String type) |
public TreePath | getPreviousPath(TreePath path) |
public TreePath | getPreviousSiblingPath(TreePath path) |
public int | getRowCount() |
public int | getRowCountSubTree(TreePath path) |
public int | getRowForPath(TreePath path) |
public RowMapper | getRowMapper() |
public int[] | getRowsForPaths(TreePath[] path) |
public Class | getStructureClass() |
public int | getToggleClickCount() |
public TreeCellEditorProcessor | getTreeCellEditorProcessor() |
public TreeExpansionListener[] | getTreeExpansionListeners() |
public TreeModel | getTreeModel() |
public int | getTreeNodeCount() |
public int | getTreeNodeCount(Object node) |
public TreePath | getTreePathForRow(int row) |
public TreeSelectionModel | getTreeSelectionModel() |
public TreeSelectionModelMgrImpl | getTreeSelectionModelMgr() |
public TreeWillExpandListener[] | getTreeWillExpandListeners() |
public boolean | hasTreeExpansionListeners() |
public boolean | hasTreeWillExpandListeners() |
public void | init() |
public boolean | isEditing() |
public boolean | isExpandedNode(TreePath treePath) |
public boolean | isExpandsSelectedPaths() |
public boolean | isRootless() |
public boolean | isTreeTable() |
public boolean | mustToggleExpansionStateNode(String evtType) |
public void | processDOMEvent(Event evt) |
public void | removeRootInternal() |
public void | removeTreeExpansionListener(TreeExpansionListener tel) |
public void | removeTreeWillExpandListener(TreeWillExpandListener tel) |
public void | selectTreeNode(ItsNatTreeCellUI nodeInfo, Event evt) |
public void | setDefaultModels() |
public void | setEditorActivatorEvent(String editorActivatorEvent) |
public void | setExpandsSelectedPaths(boolean newValue) |
public void | setItsNatTreeCellEditor(ItsNatTreeCellEditor cellEditor) |
public void | setItsNatTreeCellRenderer(ItsNatTreeCellRenderer renderer) |
public void | setToggleClickCount(int toggleClickCount) |
public void | setTreeModel(TreeModel dataModel) |
public void | setTreeSelectionModel(TreeSelectionModel selectionModel) |
public void | startEditingAtPath(TreePath path) |
public void | startEditingAtRow(int row) |
public void | syncUIWithDataModel() |
public void | syncWithDataModel() |
public TreePath | toTreePath(int i, TreePath parentPath) |
public void | toggleExpansionStateNode(TreePath treePath) |
public void | toggleExpansionStateNode(ItsNatTreeCellUI nodeInfo) |
public void | treeNodesChanged(TreeModelEvent e) |
public void | treeNodesInserted(TreeModelEvent e) |
public void | treeNodesRemoved(TreeModelEvent e) |
public void | treeStructureChanged(TreeModelEvent e) |
public void | unbindDataModel() |
public void | unbindModels() |
public void | unsetTreeSelectionModel() |