org.pietschy.command

Class AbstractGroupMember

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 java.awt.Container.
See Also:
GroupContainerManager

Method Summary

void
addNotify()
void
addSeparator(Container parent)
void
removeNotify()

Method Details

addNotify

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

addSeparator

public void addSeparator(Container parent)

removeNotify

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