ElegantJ Trees Java API Specification v1.1

Serialized Form


Package com.elegantj.awt.tree

Class com.elegantj.awt.tree.AWTTree extends java.awt.Panel implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Implementation of the Externalizable


writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Implementation of the Externalizable

Class com.elegantj.awt.tree.AWTTreeCellEditEvent extends java.util.EventObject implements Serializable

Serialized Fields

node

AWTTreeNode node

value

java.lang.Object value

Class com.elegantj.awt.tree.AWTTreeEvent extends java.util.EventObject implements Serializable

Serialized Fields

path

AWTTreeNode[] path
The path of the node


childIndices

int[] childIndices
The indexes of the child


children

AWTTreeNode[] children
The childrens nodes array

Class com.elegantj.awt.tree.AWTTreeExpansionEvent extends java.util.EventObject implements Serializable

Serialized Fields

path

AWTTreeNode[] path

Class com.elegantj.awt.tree.AWTTreeNode extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialization support


writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Serialization support

Serialized Fields

parent

AWTTreeNode parent

children

java.util.Vector children

allowsChildren

boolean allowsChildren

isExpanded

boolean isExpanded

isSelected

boolean isSelected

Class com.elegantj.awt.tree.AWTTreePanel extends java.awt.Panel implements Serializable

Serialized Fields

tree

AWTTree tree
tree - AWTTree


maxWidth

int maxWidth

offscreenTreeImage

java.awt.Image offscreenTreeImage

offscreenTreeGraphics

java.awt.Graphics offscreenTreeGraphics

Class com.elegantj.awt.tree.AWTTreePopupMenu extends java.awt.PopupMenu implements Serializable

Serialized Fields

tree

AWTTree tree

addChildMenuItem

java.awt.MenuItem addChildMenuItem

insertMenuItem

java.awt.MenuItem insertMenuItem

removeMenuItem

java.awt.MenuItem removeMenuItem

editMenuItem

java.awt.MenuItem editMenuItem

Class com.elegantj.awt.tree.AWTTreeSelectionEvent extends java.util.EventObject implements Serializable

Serialized Fields

selectedNodes

java.util.Vector selectedNodes

Class com.elegantj.awt.tree.ButtonAWTTreeCellEditor extends java.awt.Button implements Serializable

Serialized Fields

tree

AWTTree tree

Class com.elegantj.awt.tree.ButtonAWTTreeCellRenderer extends java.awt.Button implements Serializable

Serialized Fields

selected

boolean selected

hasFocus

boolean hasFocus

textSelectionColor

java.awt.Color textSelectionColor

textNonSelectionColor

java.awt.Color textNonSelectionColor

backgroundSelectionColor

java.awt.Color backgroundSelectionColor

backgroundNonSelectionColor

java.awt.Color backgroundNonSelectionColor

borderSelectionColor

java.awt.Color borderSelectionColor

node

AWTTreeNode node

Class com.elegantj.awt.tree.CheckboxAWTTreeCellEditor extends java.awt.Checkbox implements Serializable

Serialized Fields

tree

AWTTree tree

Class com.elegantj.awt.tree.CheckboxAWTTreeCellRenderer extends java.awt.Checkbox implements Serializable

Serialized Fields

CHECKBOX_IMAGE_WIDTH

int CHECKBOX_IMAGE_WIDTH

CHECKBOX_IMAGE_HEIGHT

int CHECKBOX_IMAGE_HEIGHT

tree

AWTTree tree

selected

boolean selected

hasFocus

boolean hasFocus

textSelectionColor

java.awt.Color textSelectionColor

textNonSelectionColor

java.awt.Color textNonSelectionColor

backgroundSelectionColor

java.awt.Color backgroundSelectionColor

backgroundNonSelectionColor

java.awt.Color backgroundNonSelectionColor

borderSelectionColor

java.awt.Color borderSelectionColor

node

AWTTreeNode node

Class com.elegantj.awt.tree.CheckboxObject extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException,
                          java.awt.IllegalComponentStateException
Implementation of the Externalizable

Class com.elegantj.awt.tree.ChoiceAWTTreeCellEditor extends java.awt.Choice implements Serializable

Serialized Fields

tree

AWTTree tree

Class com.elegantj.awt.tree.ChoiceAWTTreeCellRenderer extends java.awt.Choice implements Serializable

Serialized Fields

CHOICE_IMAGE_WIDTH

int CHOICE_IMAGE_WIDTH

selected

boolean selected

hasFocus

boolean hasFocus

textSelectionColor

java.awt.Color textSelectionColor

textNonSelectionColor

java.awt.Color textNonSelectionColor

backgroundSelectionColor

java.awt.Color backgroundSelectionColor

backgroundNonSelectionColor

java.awt.Color backgroundNonSelectionColor

borderSelectionColor

java.awt.Color borderSelectionColor

node

AWTTreeNode node

tree

AWTTree tree

Class com.elegantj.awt.tree.DefaultAWTTreeCellEditor extends java.awt.TextField implements Serializable

Serialized Fields

tree

AWTTree tree

Class com.elegantj.awt.tree.DefaultAWTTreeCellRenderer extends java.awt.Label implements Serializable

Serialized Fields

selected

boolean selected

hasFocus

boolean hasFocus

textSelectionColor

java.awt.Color textSelectionColor

textNonSelectionColor

java.awt.Color textNonSelectionColor

backgroundSelectionColor

java.awt.Color backgroundSelectionColor

backgroundNonSelectionColor

java.awt.Color backgroundNonSelectionColor

borderSelectionColor

java.awt.Color borderSelectionColor

node

AWTTreeNode node

Class com.elegantj.awt.tree.JLabelTreeCellRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

selected

boolean selected

hasFocus

boolean hasFocus

textSelectionColor

java.awt.Color textSelectionColor

textNonSelectionColor

java.awt.Color textNonSelectionColor

backgroundSelectionColor

java.awt.Color backgroundSelectionColor

backgroundNonSelectionColor

java.awt.Color backgroundNonSelectionColor

borderSelectionColor

java.awt.Color borderSelectionColor

node

AWTTreeNode node

Class com.elegantj.awt.tree.LabelAWTTreeCellEditor extends java.awt.Label implements Serializable

Serialized Fields

tree

AWTTree tree

Class com.elegantj.awt.tree.SearchPanel extends java.awt.Panel implements Serializable

Serialized Fields

tree

AWTTree tree
The tree


choiceContainer

java.awt.Panel choiceContainer

searchFromLabel

java.awt.Label searchFromLabel

searchFromChoice

java.awt.Choice searchFromChoice

searchWithLabel

java.awt.Label searchWithLabel

searchWithChoice

java.awt.Choice searchWithChoice

searchOnLevelLabel

java.awt.Label searchOnLevelLabel

searchOnLevelChoice

java.awt.Choice searchOnLevelChoice

searchButton

java.awt.Button searchButton

caseSensitiveCheckbox

java.awt.Checkbox caseSensitiveCheckbox

searchTextField

java.awt.TextField searchTextField

textFieldButtonPanel

java.awt.Panel textFieldButtonPanel

buttonPanel

java.awt.Panel buttonPanel

Class com.elegantj.awt.tree.TextAreaAWTTreeCellEditor extends java.awt.TextArea implements Serializable

Serialized Fields

tree

AWTTree tree

Class com.elegantj.awt.tree.TextAreaAWTTreeCellRenderer extends java.awt.TextArea implements Serializable

Serialized Fields

selected

boolean selected

hasFocus

boolean hasFocus

textSelectionColor

java.awt.Color textSelectionColor

textNonSelectionColor

java.awt.Color textNonSelectionColor

backgroundSelectionColor

java.awt.Color backgroundSelectionColor

backgroundNonSelectionColor

java.awt.Color backgroundNonSelectionColor

borderSelectionColor

java.awt.Color borderSelectionColor

node

AWTTreeNode node


Class com.elegantj.editors.AWTBorder extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Implementation of the readExternal


writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Implementation of the writeExternal


Class com.elegantj.editors.AWTBorderEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

borderColorEditor

java.beans.PropertyEditor borderColorEditor

borderTypeLabel

javax.swing.JLabel borderTypeLabel

borderWidthLabel

javax.swing.JLabel borderWidthLabel

borderColorLabel

javax.swing.JLabel borderColorLabel

borderTypeComboBox

javax.swing.JComboBox borderTypeComboBox

borderWidthComboBox

javax.swing.JComboBox borderWidthComboBox

borderColorButton

javax.swing.JButton borderColorButton

m_propertyChange

java.beans.PropertyChangeSupport m_propertyChange

sPoint

java.lang.String sPoint

sNone

java.lang.String sNone

sSimple

java.lang.String sSimple

sRaised

java.lang.String sRaised

sLowered

java.lang.String sLowered


Class com.elegantj.editors.ExtVector extends java.util.Vector implements Serializable


Class com.elegantj.editors.IntegerEditorInvalidArraysException extends java.lang.Exception implements Serializable


Class com.elegantj.editors.PropertyDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

m_nExitStatus

int m_nExitStatus

m_bDisposeOnExit

boolean m_bDisposeOnExit

doneButton

javax.swing.JButton doneButton

body

java.awt.Component body


ElegantJ Trees Java API Specification v1.1

Submit a bug or feature

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