org.pietschy.command
Class AbstractGroupMember

java.lang.Object
  extended by org.pietschy.command.AbstractGroupMember
All Implemented Interfaces:
GroupMember

public abstract class AbstractGroupMember
extends java.lang.Object
implements GroupMember

This class is used to manage the insertion of a single group member into a Container.

See Also:
GroupContainerManager

Constructor Summary
AbstractGroupMember()
           
 
Method Summary
 void addNotify()
           
 void addSeparator(java.awt.Container parent)
           
 void removeNotify()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pietschy.command.GroupMember
acceptVisitor, addComponentTo, isDependantOn, isMemberFor
 

Constructor Detail

AbstractGroupMember

public AbstractGroupMember()
Method Detail

addSeparator

public void addSeparator(java.awt.Container parent)

addNotify

public void addNotify()
Specified by:
addNotify in interface GroupMember

removeNotify

public void removeNotify()
Specified by:
removeNotify in interface GroupMember