public abstract class PseudoCommand extends Object
Constructor and Description |
---|
PseudoCommand() |
Modifier and Type | Method and Description |
---|---|
Collection<PseudoCommand> |
getChildren()
Returns the subcommands of this command.
|
Icon |
getDescriptionIcon()
Provides a descriptive icon of this command.
|
abstract String |
getDescriptionText()
Provides a description text representing this command.
|
abstract Collection<? extends OsmPrimitive> |
getParticipatingPrimitives()
Return the primitives that take part in this command.
|
public PseudoCommand()
public abstract String getDescriptionText()
public Icon getDescriptionIcon()
public abstract Collection<? extends OsmPrimitive> getParticipatingPrimitives()
public Collection<PseudoCommand> getChildren()