static final class ChangePropertyCommand.OsmPseudoCommand extends java.lang.Object implements PseudoCommand
| Modifier and Type | Field and Description |
|---|---|
private OsmPrimitive |
osm |
| Constructor and Description |
|---|
OsmPseudoCommand(OsmPrimitive osm) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildrenprivate final OsmPrimitive osm
OsmPseudoCommand(OsmPrimitive osm)
public java.lang.String getDescriptionText()
PseudoCommandgetDescriptionText in interface PseudoCommandpublic javax.swing.Icon getDescriptionIcon()
PseudoCommandgetDescriptionIcon in interface PseudoCommandpublic java.util.Collection<? extends OsmPrimitive> getParticipatingPrimitives()
PseudoCommandgetParticipatingPrimitives in interface PseudoCommand