Classgen v1.4

classgen.framework
Interface CompositeNode


public interface CompositeNode

Interface CompositeNode.

Version:
$Revision: 1.1 $, $Date: 2003/08/07 14:56:53 $
Author:
Florian Deissenboeck, Sebastian Winter

Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
          Add a PropertyChangeListener to the listener list.
 void addPropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
          Add a PropertyChangeListener for a specific property.
 java.util.Enumeration attributes()
          Returns an enumeration with elements of type Attr.
 java.util.Enumeration components()
          Returns an enumeration with elements of type CompositeNode.
 java.lang.String getNodeName()
          Returns the name of this node.
 NodeType getNodeType()
          Returns the type of this node.
 boolean hasListeners(java.lang.String propertyName)
          Check if there are any listeners for a specific property.
 boolean isBreakpoint()
          Returns the breakpoint state of this node.
 void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
          Remove a PropertyChangeListener from the listener list.
 void removePropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
          Remove a PropertyChangeListener for a specific property.
 java.util.Enumeration selectors()
          Returns an enumeration with elements of type String.
 void setBreakpoint(boolean breakpoint)
          Sets the breakpoint state of this node.
 

Method Detail

components

public java.util.Enumeration components()
Returns an enumeration with elements of type CompositeNode.

selectors

public java.util.Enumeration selectors()
Returns an enumeration with elements of type String.

attributes

public java.util.Enumeration attributes()
Returns an enumeration with elements of type Attr.

getNodeType

public NodeType getNodeType()
Returns the type of this node.

getNodeName

public java.lang.String getNodeName()
Returns the name of this node.

isBreakpoint

public boolean isBreakpoint()
Returns the breakpoint state of this node.

setBreakpoint

public void setBreakpoint(boolean breakpoint)
Sets the breakpoint state of this node.

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Add a PropertyChangeListener to the listener list.

addPropertyChangeListener

public void addPropertyChangeListener(java.lang.String propertyName,
                                      java.beans.PropertyChangeListener listener)
Add a PropertyChangeListener for a specific property.

hasListeners

public boolean hasListeners(java.lang.String propertyName)
Check if there are any listeners for a specific property.

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Remove a PropertyChangeListener from the listener list.

removePropertyChangeListener

public void removePropertyChangeListener(java.lang.String propertyName,
                                         java.beans.PropertyChangeListener listener)
Remove a PropertyChangeListener for a specific property.

Classgen v1.4

Copyright © 2000-2003 Florian Deissenboeck, Sebastian Winter