| java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.TreeUI javax.swing.plaf.basic.BasicTreeUI
All known Subclasses: javax.swing.plaf.metal.MetalTreeUI,
Inner Class :public class KeyHandler extends KeyAdapter | |
Inner Class :public class TreeCancelEditingAction extends AbstractAction | |
Method Summary | |
public void | cancelEditing(JTree tree) | protected void | checkForClickInExpandControl(TreePath path, int mouseX, int mouseY) | protected void | completeEditing() | protected void | completeEditing(boolean messageStop, boolean messageCancel, boolean messageTree) | protected void | completeUIInstall() | protected void | completeUIUninstall() | protected void | configureLayoutCache() | protected CellEditorListener | createCellEditorListener() | protected CellRendererPane | createCellRendererPane() | protected ComponentListener | createComponentListener() | protected TreeCellEditor | createDefaultCellEditor() | protected TreeCellRenderer | createDefaultCellRenderer() | protected FocusListener | createFocusListener() | protected KeyListener | createKeyListener() | protected AbstractLayoutCache | createLayoutCache() | protected MouseListener | createMouseListener() | protected AbstractLayoutCache.NodeDimensions | createNodeDimensions() | protected PropertyChangeListener | createPropertyChangeListener() | protected PropertyChangeListener | createSelectionModelPropertyChangeListener() | protected TreeExpansionListener | createTreeExpansionListener() | protected TreeModelListener | createTreeModelListener() | protected TreeSelectionListener | createTreeSelectionListener() | public static ComponentUI | createUI(JComponent c) | protected void | drawCentered(Component c, Graphics g, Icon icon, int x, int y) | protected void | drawDashedHorizontalLine(Graphics g, int y, int x1, int x2) | protected void | drawDashedVerticalLine(Graphics g, int x, int y1, int y2) | protected void | ensureRowsAreVisible(int beginRow, int endRow) | protected TreeCellEditor | getCellEditor() | protected TreeCellRenderer | getCellRenderer() | public TreePath | getClosestPathForLocation(JTree tree, int x, int y) | public Icon | getCollapsedIcon() | public TreePath | getEditingPath(JTree tree) | public Icon | getExpandedIcon() | protected Color | getHashColor() | protected int | getHorizontalLegBuffer() | protected TreePath | getLastChildPath(TreePath parent) | public int | getLeftChildIndent() | public Dimension | getMaximumSize(JComponent c) | public Dimension | getMinimumSize(JComponent c) | protected TreeModel | getModel() | public Rectangle | getPathBounds(JTree tree, TreePath path) | public TreePath | getPathForRow(JTree tree, int row) | public Dimension | getPreferredMinSize() | public Dimension | getPreferredSize(JComponent c) | public Dimension | getPreferredSize(JComponent c, boolean checkConsistancy) | public int | getRightChildIndent() | public int | getRowCount(JTree tree) | public int | getRowForPath(JTree tree, TreePath path) | protected int | getRowHeight() | protected int | getRowX(int row, int depth) | protected TreeSelectionModel | getSelectionModel() | protected boolean | getShowsRootHandles() | protected int | getVerticalLegBuffer() | protected void | handleExpandControlClick(TreePath path, int mouseX, int mouseY) | protected void | installComponents() | protected void | installDefaults() | protected void | installKeyboardActions() | protected void | installListeners() | public void | installUI(JComponent c) | protected boolean | isEditable() | public boolean | isEditing(JTree tree) | protected boolean | isLargeModel() | protected boolean | isLeaf(int row) | protected boolean | isLocationInExpandControl(TreePath path, int mouseX, int mouseY) | protected boolean | isMultiSelectEvent(MouseEvent event) | protected boolean | isRootVisible() | protected boolean | isToggleEvent(MouseEvent event) | protected boolean | isToggleSelectionEvent(MouseEvent event) | public void | paint(Graphics g, JComponent c) | protected void | paintExpandControl(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) | protected void | paintHorizontalLine(Graphics g, JComponent c, int y, int left, int right) | protected void | paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) | protected void | paintRow(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) | protected void | paintVerticalLine(Graphics g, JComponent c, int x, int top, int bottom) | protected void | paintVerticalPartOfLeg(Graphics g, Rectangle clipBounds, Insets insets, TreePath path) | protected void | pathWasCollapsed(TreePath path) | protected void | pathWasExpanded(TreePath path) | protected void | prepareForUIInstall() | protected void | prepareForUIUninstall() | protected void | selectPathForEvent(TreePath path, MouseEvent event) | protected void | setCellEditor(TreeCellEditor editor) | protected void | setCellRenderer(TreeCellRenderer renderer) | public void | setCollapsedIcon(Icon newIcon) | protected void | setEditable(boolean editable) | public void | setExpandedIcon(Icon newIcon) | protected void | setHashColor(Color color) | protected void | setLargeModel(boolean b) | public void | setLeftChildIndent(int newIndent) | protected void | setModel(TreeModel model) | public void | setPreferredMinSize(Dimension newSize) | public void | setRightChildIndent(int newIndent) | protected void | setRootVisible(boolean visible) | protected void | setRowHeight(int rowHeight) | protected void | setSelectionModel(TreeSelectionModel newSelectionModel) | protected void | setShowsRootHandles(boolean showRoot) | protected boolean | shouldPaintExpandControl(TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf) | protected boolean | startEditing(TreePath path, MouseEvent event) | public void | startEditingAtPath(JTree tree, TreePath path) | public boolean | stopEditing(JTree tree) | protected void | toggleExpandState(TreePath path) | protected void | uninstallComponents() | protected void | uninstallDefaults() | protected void | uninstallKeyboardActions() | protected void | uninstallListeners() | public void | uninstallUI(JComponent c) | protected void | updateCachedPreferredSize() | protected void | updateCellEditor() | protected void | updateDepthOffset() | protected void | updateExpandedDescendants(TreePath path) | protected void | updateLayoutCacheExpandedNodes() | protected void | updateRenderer() | protected void | updateSize() |
collapsedIcon | protected transient Icon collapsedIcon(Code) | | |
createdCellEditor | protected boolean createdCellEditor(Code) | | |
createdRenderer | protected boolean createdRenderer(Code) | | |
depthOffset | protected int depthOffset(Code) | | |
editingRow | protected int editingRow(Code) | | |
editorHasDifferentSize | protected boolean editorHasDifferentSize(Code) | | |
expandedIcon | protected transient Icon expandedIcon(Code) | | |
largeModel | protected boolean largeModel(Code) | | |
lastSelectedRow | protected int lastSelectedRow(Code) | | |
leftChildIndent | protected int leftChildIndent(Code) | | |
rightChildIndent | protected int rightChildIndent(Code) | | |
stopEditingInCompleteEditing | protected boolean stopEditingInCompleteEditing(Code) | | |
totalChildIndent | protected int totalChildIndent(Code) | | |
validCachedPreferredSize | protected boolean validCachedPreferredSize(Code) | | |
cancelEditing | public void cancelEditing(JTree tree)(Code) | | |
checkForClickInExpandControl | protected void checkForClickInExpandControl(TreePath path, int mouseX, int mouseY)(Code) | | |
completeEditing | protected void completeEditing()(Code) | | |
completeEditing | protected void completeEditing(boolean messageStop, boolean messageCancel, boolean messageTree)(Code) | | |
completeUIInstall | protected void completeUIInstall()(Code) | | |
completeUIUninstall | protected void completeUIUninstall()(Code) | | |
configureLayoutCache | protected void configureLayoutCache()(Code) | | |
drawDashedHorizontalLine | protected void drawDashedHorizontalLine(Graphics g, int y, int x1, int x2)(Code) | | |
drawDashedVerticalLine | protected void drawDashedVerticalLine(Graphics g, int x, int y1, int y2)(Code) | | |
ensureRowsAreVisible | protected void ensureRowsAreVisible(int beginRow, int endRow)(Code) | | |
getClosestPathForLocation | public TreePath getClosestPathForLocation(JTree tree, int x, int y)(Code) | | |
getCollapsedIcon | public Icon getCollapsedIcon()(Code) | | |
getExpandedIcon | public Icon getExpandedIcon()(Code) | | |
getHorizontalLegBuffer | protected int getHorizontalLegBuffer()(Code) | | |
getLeftChildIndent | public int getLeftChildIndent()(Code) | | |
getRightChildIndent | public int getRightChildIndent()(Code) | | |
getRowHeight | protected int getRowHeight()(Code) | | |
getRowX | protected int getRowX(int row, int depth)(Code) | | |
getShowsRootHandles | protected boolean getShowsRootHandles()(Code) | | |
getVerticalLegBuffer | protected int getVerticalLegBuffer()(Code) | | |
handleExpandControlClick | protected void handleExpandControlClick(TreePath path, int mouseX, int mouseY)(Code) | | |
installComponents | protected void installComponents()(Code) | | |
installDefaults | protected void installDefaults()(Code) | | |
installKeyboardActions | protected void installKeyboardActions()(Code) | | |
installListeners | protected void installListeners()(Code) | | |
isEditable | protected boolean isEditable()(Code) | | |
isLargeModel | protected boolean isLargeModel()(Code) | | |
isLeaf | protected boolean isLeaf(int row)(Code) | | |
isLocationInExpandControl | protected boolean isLocationInExpandControl(TreePath path, int mouseX, int mouseY)(Code) | | |
isRootVisible | protected boolean isRootVisible()(Code) | | |
isToggleSelectionEvent | protected boolean isToggleSelectionEvent(MouseEvent event)(Code) | | |
prepareForUIInstall | protected void prepareForUIInstall()(Code) | | |
prepareForUIUninstall | protected void prepareForUIUninstall()(Code) | | |
setCollapsedIcon | public void setCollapsedIcon(Icon newIcon)(Code) | | |
setEditable | protected void setEditable(boolean editable)(Code) | | |
setExpandedIcon | public void setExpandedIcon(Icon newIcon)(Code) | | |
setHashColor | protected void setHashColor(Color color)(Code) | | |
setLargeModel | protected void setLargeModel(boolean b)(Code) | | |
setLeftChildIndent | public void setLeftChildIndent(int newIndent)(Code) | | |
setPreferredMinSize | public void setPreferredMinSize(Dimension newSize)(Code) | | |
setRightChildIndent | public void setRightChildIndent(int newIndent)(Code) | | |
setRootVisible | protected void setRootVisible(boolean visible)(Code) | | |
setRowHeight | protected void setRowHeight(int rowHeight)(Code) | | |
setShowsRootHandles | protected void setShowsRootHandles(boolean showRoot)(Code) | | |
shouldPaintExpandControl | protected boolean shouldPaintExpandControl(TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf)(Code) | | |
stopEditing | public boolean stopEditing(JTree tree)(Code) | | |
toggleExpandState | protected void toggleExpandState(TreePath path)(Code) | | |
uninstallComponents | protected void uninstallComponents()(Code) | | |
uninstallDefaults | protected void uninstallDefaults()(Code) | | |
uninstallKeyboardActions | protected void uninstallKeyboardActions()(Code) | | |
uninstallListeners | protected void uninstallListeners()(Code) | | |
updateCachedPreferredSize | protected void updateCachedPreferredSize()(Code) | | |
updateCellEditor | protected void updateCellEditor()(Code) | | |
updateDepthOffset | protected void updateDepthOffset()(Code) | | |
updateExpandedDescendants | protected void updateExpandedDescendants(TreePath path)(Code) | | |
updateLayoutCacheExpandedNodes | protected void updateLayoutCacheExpandedNodes()(Code) | | |
updateRenderer | protected void updateRenderer()(Code) | | |
updateSize | protected void updateSize()(Code) | | |
|
|