ElegantJ Trees Java API Specification v1.1
A B C D E F G H I J K L M N O P R S T U V W

C

CANCEL - Static variable in class com.elegantj.editors.PropertyDialog
 
CONTAINS - Static variable in class com.elegantj.awt.tree.AWTTree
Search with
CheckboxAWTTreeCellEditor - class com.elegantj.awt.tree.CheckboxAWTTreeCellEditor.
CheckboxAWTTreeCellEditor is the awt checkbox provides the cell editor for the AWTTree which implements the AWTTreeCellEditor
CheckboxAWTTreeCellEditor() - Constructor for class com.elegantj.awt.tree.CheckboxAWTTreeCellEditor
Default constructor for the CheckboxAWTTreeCellEditor
CheckboxAWTTreeCellRenderer - class com.elegantj.awt.tree.CheckboxAWTTreeCellRenderer.
CheckboxAWTTreeCellRenderer is the awt button which provides the cell renderer for the AWTTree which Implements AWTTreeCellRenderer
CheckboxAWTTreeCellRenderer() - Constructor for class com.elegantj.awt.tree.CheckboxAWTTreeCellRenderer
Constructs the CheckboxAWTTreeCellRenderer
CheckboxObject - class com.elegantj.awt.tree.CheckboxObject.
CheckboxObject for the passing value between CheckboxTreeCellEditor and CheckboxTreeCellRenderer
CheckboxObject() - Constructor for class com.elegantj.awt.tree.CheckboxObject
 
CheckboxObject(boolean, String) - Constructor for class com.elegantj.awt.tree.CheckboxObject
Constructs the CheckboxObject
ChoiceAWTTreeCellEditor - class com.elegantj.awt.tree.ChoiceAWTTreeCellEditor.
ChoiceAWTTreeCellEditor is the awt choice provides the cell editor for the AWTTree which implements the AWTTreeCellEditor
ChoiceAWTTreeCellEditor() - Constructor for class com.elegantj.awt.tree.ChoiceAWTTreeCellEditor
Default constructor for the ChoiceAWTTreeCellEditor
ChoiceAWTTreeCellRenderer - class com.elegantj.awt.tree.ChoiceAWTTreeCellRenderer.
ChoiceAWTTreeCellRenderer is the awt button which provides the cell renderer for the AWTTree which Implements AWTTreeCellRenderer
ChoiceAWTTreeCellRenderer() - Constructor for class com.elegantj.awt.tree.ChoiceAWTTreeCellRenderer
Constructs the ChoiceAWTTreeCellRenderer
ChoiceObject - class com.elegantj.awt.tree.ChoiceObject.
Object which is used for the passing object between the ChoiceAWTTreeCellEditor and ChoiceAWTTreeCellRenderer
ChoiceObject() - Constructor for class com.elegantj.awt.tree.ChoiceObject
Constructs the ChoiceObject
ChoiceObject(Vector, String) - Constructor for class com.elegantj.awt.tree.ChoiceObject
Constructs the ChoiceObject with specified items and selected item
CursorEditor - class com.elegantj.editors.CursorEditor.
This class provides the editor for Cursor.
CursorEditor() - Constructor for class com.elegantj.editors.CursorEditor
Default constructor.
c1 - Variable in class com.elegantj.awt.tree.AWTTree
 
cancel() - Method in class com.elegantj.editors.PropertyDialog
 
cancelEditing() - Method in class com.elegantj.awt.tree.AWTTree
Cancels the editing of the tree if currently it is editing
centerBoth(Graphics, Rectangle, String) - Static method in class com.elegantj.editors.TextCenterer
 
centerHorz(Graphics, Rectangle, String) - Static method in class com.elegantj.editors.TextCenterer
 
centerNone(Graphics, Rectangle, String) - Static method in class com.elegantj.editors.TextCenterer
 
centerText(Graphics, Rectangle, String, boolean, boolean) - Static method in class com.elegantj.editors.TextCenterer
 
centerVert(Graphics, Rectangle, String) - Static method in class com.elegantj.editors.TextCenterer
 
checkVisibility(AWTTreeNode) - Method in class com.elegantj.awt.tree.AWTTreePopupMenu
Checks the popup menu visibility
childIndices - Variable in class com.elegantj.awt.tree.AWTTreeEvent
The indexes of the child
children - Variable in class com.elegantj.awt.tree.AWTTreeEvent
The childrens nodes array
children - Variable in class com.elegantj.awt.tree.AWTTreeNode
 
children() - Method in class com.elegantj.awt.tree.AWTTreeNode
Returns the Enumeration of the childrens
clearBackgroundNonSelectionColors() - Method in class com.elegantj.awt.tree.AWTTree
Clears the all the background non selection colors, if exists This method clears background non selection color for the whole tree and all the level wise background non selection colors after invoking this method, the background non selection color of the nodes, only depends on the cell renderer
clearBackgroundSelectionColors() - Method in class com.elegantj.awt.tree.AWTTree
Clears the all the background selection colors, if exists This method clears background selection color for the whole tree and all the level wise background selection colors after invoking this method, the background selection color of the nodes, only depends on the cell renderer
clearBorderSelectionColors() - Method in class com.elegantj.awt.tree.AWTTree
Clears the all the border selection colors, if exists This method clears border selection color for the whole tree and all the level wise border selection colors after invoking this method, the border selection color of the nodes, only depends on the cell renderer
clearCollapsedImageIcons() - Method in class com.elegantj.awt.tree.AWTTree
Clears the all the collapsed image icons, if exists This method clears collapsed image icons for the whole tree and all the level wise collapsed image icons after invoking this method, the collapsed image icons of the nodes, only depends on the cell renderer
clearExpandedImageIcons() - Method in class com.elegantj.awt.tree.AWTTree
Clears the all the expanded image icons, if exists This method clears expanded image icons for the whole tree and all the level wise expanded image icons after invoking this method, the expanded image icons of the nodes, only depends on the cell renderer
clearLeafImageIcons() - Method in class com.elegantj.awt.tree.AWTTree
Clears the all the leaf image icons, if exists This method clears leaf image icons for the whole tree and all the level wise leaf image icons after invoking this method, the leaf image icons of the nodes, only depends on the cell renderer
clearLevelWiseCellEditors() - Method in class com.elegantj.awt.tree.AWTTree
Clears the level wise cell editors, if exists This method clears all the level wise cell editors which have been set with setCellEditorAt method
clearLevelWiseCellRenderers() - Method in class com.elegantj.awt.tree.AWTTree
Clears the level wise cell renderers, if exists This method clears all the level wise cell renderers which have been set with setCellRendererAt method
clearSelection() - Method in class com.elegantj.awt.tree.AWTTree
Clears the selection of the tree
clearTextNonSelectionColors() - Method in class com.elegantj.awt.tree.AWTTree
Clears the all the text non selection colors, if exists This method clears text non selection color for the whole tree and all the level wise text non selection colors after invoking this method, the text non selection color of the nodes, only depends on the cell renderer
clearTextSelectionColors() - Method in class com.elegantj.awt.tree.AWTTree
Clears the all the text selection colors, if exists This method clears text selection color for the whole tree and all the level wise text selection colors after invoking this method, the text selection color of the nodes, only depends on the cell renderer
clickCountToStartEditing - Variable in class com.elegantj.awt.tree.AWTTree
click count to start editing
clone() - Method in class com.elegantj.awt.tree.AWTTreeNode
Overridden to make clone public.
collapseAll() - Method in class com.elegantj.awt.tree.AWTTree
Collapse all the nodes of the tree
com.elegantj.awt.tree - package com.elegantj.awt.tree
A package contains the AWT tree component which contains the hierarichal data.
contains(AWTTreeNode, String) - Method in class com.elegantj.awt.tree.AWTTree
Checks whether the node with text sNode is child of the treeNode or not
convertTreeDataToString(AWTTreeNode) - Static method in class com.elegantj.awt.tree.AWTTree
Converts a tree data to the string array
createAWTTreePopupMenu(AWTTree) - Method in class com.elegantj.awt.tree.AWTTree
Creates the AWTTreePopupMenu
createCancelButton() - Method in class com.elegantj.editors.PropertyDialog
 
createCancelButton(String) - Method in class com.elegantj.editors.PropertyDialog
 
createCancelJButton() - Method in class com.elegantj.editors.PropertyDialog
 
createCancelJButton(String) - Method in class com.elegantj.editors.PropertyDialog
 
createNode(Object) - Method in class com.elegantj.awt.tree.AWTTree
Method which creates the node from specified userObject
createNode(String[]) - Static method in class com.elegantj.awt.tree.AWTTree
Creates the AWTTreeNode from the specified string array The array contains the data for the string with TAB for the specify level i.e.
createOKButton() - Method in class com.elegantj.editors.PropertyDialog
 
createOKButton(String) - Method in class com.elegantj.editors.PropertyDialog
 
createOKJButton() - Method in class com.elegantj.editors.PropertyDialog
 
createOKJButton(String) - Method in class com.elegantj.editors.PropertyDialog
 
createUniqueChildNode(AWTTreeNode) - Method in class com.elegantj.awt.tree.AWTTree
Returns the unique child node created for the given parent node

ElegantJ Trees Java API Specification v1.1
A B C D E F G H I J K L M N O P R S T U V W
Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.