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