|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pietschy.command.group.impl.DefaultGroupMemberFactory
com.pietschy.command.group.impl.debug.DebugGroupMemberFactory
public class DebugGroupMemberFactory
A GroupMemberFactory implementation that creates DebugDynamicMember.
This factory is automatically installed by the library if the system property
com.pietschy.command.debugGroups is set to true. The factory
can also be programatically by calling Defaults.setGroupMemberFactory(GroupMemberFactory)
with a new instance of this class.
| Constructor Summary | |
|---|---|
DebugGroupMemberFactory()
|
|
| Method Summary | |
|---|---|
GroupMember |
createDynamicMember(CommandGroup parent,
java.lang.String commandId,
boolean inlineGroup)
Create a dynamic member that user the current CommandContainer
context. |
| Methods inherited from class com.pietschy.command.group.impl.DefaultGroupMemberFactory |
|---|
createExpansionPointMember, createGlueMember, createInlineMember, createSeparatorMember, createStaticMember |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DebugGroupMemberFactory()
| Method Detail |
|---|
public GroupMember createDynamicMember(CommandGroup parent,
java.lang.String commandId,
boolean inlineGroup)
GroupMemberFactoryCommandContainer
context.
createDynamicMember in interface GroupMemberFactorycreateDynamicMember in class DefaultGroupMemberFactoryparent - The parent group.commandId - the command id to be added.inlineGroup - true if the command is a group that is to be inlined.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||