|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.command.PseudoCommand
public abstract class PseudoCommand
PseudoCommand is a reduced form of a command. It can be presented in a tree view as subcommand of real commands but it is just an empty shell and can not be executed or undone.
Constructor Summary | |
---|---|
PseudoCommand()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PseudoCommand()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |