Index of all Fields and Methods
All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

a. Variable in class de.unikl.AWTNode.LinePoints
add(Component). Method in class de.unikl.AWTNode.cfContainer
Adds the specified component to this container.
add(Component). Method in class de.unikl.AWTNode.NodeContainer
Adds Component to the tree.
add(Component, int). Method in class de.unikl.AWTNode.cfContainer
Adds the specified component to this container at the given position.
add(Component, int). Method in class de.unikl.AWTNode.NodeContainer
Adds Component as "stdNode" to the NodeConatainer
add(String, Component). Method in class de.unikl.AWTNode.cfContainer
Adds the specified component to this container.
add(String, Component). Method in class de.unikl.AWTNode.NodeContainer
Adds Component under the specified classification.
addActionListener(ActionListener). Method in class de.unikl.AWTNode.AWTNode
Adds the specified action listener to receive action events from this button.
addElement(Point, Point). Method in class de.unikl.AWTNode.ConnectionLinePoints
adds a new Line to the Object Note: Lines are stored in the coordinate space of the Container, or Component to which this Object belongs to.
addItemListener(ItemListener). Method in class de.unikl.AWTNode.pmCheckbox
Adds the specified item listener to recieve item events from this checkbox.
addLayoutComponent(String, Component). Method in class de.unikl.AWTNode.FileNodeLayout
Adds the specified component to the layout.
AWTNode(). Constructor for class de.unikl.AWTNode.AWTNode
AWTNode(Component). Constructor for class de.unikl.AWTNode.AWTNode
Constructs a new AWTtree with a component as its graphical representation

B

b. Variable in class de.unikl.AWTNode.LinePoints

C

cfContainer(). Constructor for class de.unikl.AWTNode.cfContainer
Constructs a new [c]lassi[f]ied Container, with an empty identifier list.
countSons(). Method in class de.unikl.AWTNode.AWTNode
returns the number ob sons in the AWTNode

E

elementAt(int). Method in class de.unikl.AWTNode.ConnectionLinePoints
return the LinePoints Object at the given index position

F

FileNodeLayout(). Constructor for class de.unikl.AWTNode.FileNodeLayout
Constructs a new FileNodeLayout with standard-spacing
FileNodeLayout(int, int, int, int). Constructor for class de.unikl.AWTNode.FileNodeLayout
Constructs a new FileNodeLayout with the specified gap values

G

getCheckComponent(). Method in class de.unikl.AWTNode.NodeContainer
returns the Check Component
getComponentCount(String). Method in class de.unikl.AWTNode.cfContainer
This method return the number of Components which have the specified filter String as idetifier
getComponents(String). Method in class de.unikl.AWTNode.cfContainer
With this method you have a set-oriented Funktion to access all Components which match the specific Filter expression
getConnectionLinePoints(). Method in class de.unikl.AWTNode.NodeContainer
usually only used by the NodeLayout Managers, when the layout the "ConnectionLine" between the Nodes of the tree
getDescription(). Method in class de.unikl.AWTNode.NodeContainer
returns the description Component
getIdentifier(Component). Method in class de.unikl.AWTNode.cfContainer
returns the identifer of the Component (as String) or null, if Component does not belong to the Container!
getIndex(Component). Method in class de.unikl.AWTNode.cfContainer
returns the position of the component in the container
getKey(). Method in class de.unikl.AWTNode.AWTNode
returns the key-Component of this node
getLineCount(). Method in class de.unikl.AWTNode.ConnectionLinePoints
returns the number of currentLines-Elements in this Object
getPaint(). Method in class de.unikl.AWTNode.pmCheckbox
getRescan(). Method in class de.unikl.AWTNode.RescanNode
indicates wheter we call when a NodeContainer is "opened"
getRoot(). Method in class de.unikl.AWTNode.NodeContainer
getRootCheck(). Method in class de.unikl.AWTNode.NodeContainer
returns whether we draw a Checkbox in front of the root-Node or not
getSelectedObjects(). Method in class de.unikl.AWTNode.pmCheckbox
Returns the an array (length 1) containing the checkbox label or null if the checkbox is not selected.
getSonNodeContainer(pmCheckbox). Method in class de.unikl.AWTNode.NodeContainer
returns the correspondig NodeContainer for the given Checkbox.
getSons(). Method in class de.unikl.AWTNode.AWTNode
returns all the sons of this AWTNode sons are simple Components as well as AWTNodes...
getState(). Method in class de.unikl.AWTNode.NodeContainer
getState(). Method in class de.unikl.AWTNode.pmCheckbox
Returns the boolean state of the Checkbox.

H

hideSons(). Method in class de.unikl.AWTNode.NodeContainer

I

insert(Component). Method in class de.unikl.AWTNode.AWTNode
Inserts a son to this Node A son may be an ordinary Component or an AWTNode.
isContained(Component). Method in class de.unikl.AWTNode.cfContainer
returns true if the Component is already in the Container, otherwise false
isPainted(). Method in class de.unikl.AWTNode.ConnectionLinePoints
returns whether the Object is painted in the paint method or not.
itemStateChanged(ItemEvent). Method in class de.unikl.AWTNode.NodeContainer
we implement the Standard behavior if a checkBox is clicked

L

layoutContainer(Container). Method in class de.unikl.AWTNode.FileNodeLayout
Lays out the container.

M

minimumLayoutSize(Container). Method in class de.unikl.AWTNode.FileNodeLayout
Returns the minimum dimensions needed to layout the components contained in the specified target container.
mouseClicked(MouseEvent). Method in class de.unikl.AWTNode.pmCheckbox
The mouse click on a pmCheckbox ist mapped to an ItemEvent
mouseEntered(MouseEvent). Method in class de.unikl.AWTNode.pmCheckbox
no functionality behind
mouseExited(MouseEvent). Method in class de.unikl.AWTNode.pmCheckbox
no functionality behind
mousePressed(MouseEvent). Method in class de.unikl.AWTNode.pmCheckbox
no functionality behind
mouseReleased(MouseEvent). Method in class de.unikl.AWTNode.pmCheckbox
no functionality behind

N

NodeContainer(Component). Constructor for class de.unikl.AWTNode.NodeContainer
Constructs a NodeContainer with a description-Component.

P

paint(Graphics). Method in class de.unikl.AWTNode.ConnectionLinePoints
Paints the object.
paint(Graphics). Method in class de.unikl.AWTNode.NodeContainer
PAINTS THE CONNECTION-LINE.The ConnectioLine is stored as a Structure of Points.
paint(Graphics). Method in class de.unikl.AWTNode.pmCheckbox
paints the checkbox corresponding to the state: true =+, false = - Note: if getPaint() == false, nothing is drawn at all!
preferredLayoutSize(Container). Method in class de.unikl.AWTNode.FileNodeLayout
Returns the preferred dimensions for this layout given the components in the specified target container.
processActionEvent(ActionEvent). Method in class de.unikl.AWTNode.AWTNode
Processes action events occurring on this button by dispatching them to any registered ActionListener objects.
processEvent(AWTEvent). Method in class de.unikl.AWTNode.AWTNode
Processes events on this button.
processEvent(AWTEvent). Method in class de.unikl.AWTNode.pmCheckbox
Processes events on this checkbox.
processItemEvent(ItemEvent). Method in class de.unikl.AWTNode.pmCheckbox
Processes item events occurring on this checkbox by dispatching them to any registered ItemListener objects.

R

remove(Component). Method in class de.unikl.AWTNode.cfContainer
Removes the specified component from this container.
remove(Component). Method in class de.unikl.AWTNode.NodeContainer
We remove first the Component, and if the Component is an instance of NodeContainer, we must also remove the Checkbox and add it to the son under the identifier "thischeck" We add it at the first position!
removeActionListener(ActionListener). Method in class de.unikl.AWTNode.AWTNode
Removes the specified action listener so it no longer receives action events from this button.
removeAll(). Method in class de.unikl.AWTNode.cfContainer
Removes all the components from this container.
removeAll(). Method in class de.unikl.AWTNode.NodeContainer
remove all Components from this NodeContainer.
removeAll(String). Method in class de.unikl.AWTNode.cfContainer
This method removes all Components which have the specified filter String as identifier
removeAllSons(). Method in class de.unikl.AWTNode.AWTNode
removes all sons from this node
removeItemListener(ItemListener). Method in class de.unikl.AWTNode.pmCheckbox
Removes the specified item listener so that it no longer receives item events from this checkbox.
removeLayoutComponent(Component). Method in class de.unikl.AWTNode.FileNodeLayout
Removes the specified component from the layout.
Rescan(). Method in class de.unikl.AWTNode.RescanNode
Overload this, if you want "rescan" abilities
RescanNode(Component). Constructor for class de.unikl.AWTNode.RescanNode
resetLines(). Method in class de.unikl.AWTNode.ConnectionLinePoints
Clears the currentLine variable, and append the current lines to the oldLines object.

S

setDescription(Component). Method in class de.unikl.AWTNode.NodeContainer
sets a new Description Component for this NodeContainer
setIdentifier(String, Component). Method in class de.unikl.AWTNode.cfContainer
Sets the identifer for a specified Component.
setKey(Component). Method in class de.unikl.AWTNode.AWTNode
sets a new Key for this AWTNode
setPaint(boolean). Method in class de.unikl.AWTNode.pmCheckbox
This sets wether the Checkbox is painted at all.
setPainted(boolean). Method in class de.unikl.AWTNode.ConnectionLinePoints
This method sets the painted flag for the Object.
setParent(Component). Method in class de.unikl.AWTNode.ConnectionLinePoints
This Method is important if the Object should draw its Lines in the parents graphic context.
setRescan(boolean). Method in class de.unikl.AWTNode.RescanNode
Sets the Rescan Variable for this NodeContainer
setRootCheck(boolean). Method in class de.unikl.AWTNode.NodeContainer
select whether the root-Node draws a Checkbox or not If the NodeContainer has a parent, which is no NodeContainer, then this Nodecontainer is the root-Node of all its "sons" Sometime yout want the Checkbox to this NodeContainer in order to setVisible(false) the whole tree.
setState(boolean). Method in class de.unikl.AWTNode.AWTNode
"opens" or "closes" a AWTNode The "open" or "close" event is passed to the listner before the event is passed to its superclass
setState(boolean). Method in class de.unikl.AWTNode.NodeContainer
if set to true, alle Components IN the Node get setVisible(false)
setState(boolean). Method in class de.unikl.AWTNode.pmCheckbox
Sets the Checkbox to the specifed boolean state.
setState(boolean). Method in class de.unikl.AWTNode.RescanNode
if change to true, and lRescan == true we do a Rescan on the Node
showSons(). Method in class de.unikl.AWTNode.NodeContainer

T

toString(). Method in class de.unikl.AWTNode.cfContainer
toString(). Method in class de.unikl.AWTNode.ConnectionLinePoints
toString(). Method in class de.unikl.AWTNode.FileNodeLayout
Returns the String representation of this FileNodeLayout's values.
toString(). Method in class de.unikl.AWTNode.NodeContainer
Returns the String representation of this NodeContainer values.
toString(). Method in class de.unikl.AWTNode.pmCheckbox

V

validate(). Method in class de.unikl.AWTNode.NodeContainer
Validates this Container and all of the components contained within it.