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