getUndoPresentationName
public String getUndoPresentationName()
RetreivesRetrieves the value from the defaults table with key AbstractUndoableEdit.undoText and returns that value followed by a space, followed by getPresentationName . If getPresentationName returns "", then the defaults value is returned alone.
- Specified by:
-
getUndoPresentationName in interface UndoableEdit
- Returns:
- the value from the defaults table with key
AbstractUndoableEdit.undoText , followed by a space, followed by getPresentationName unless getPresentationName is "" in which case, the defaults value is returned alone.
- See Also:
-
|
getUndoPresentationName
public String getUndoPresentationName()
Retreives the value from the defaults table with key AbstractUndoableEdit.undoText and returns that value followed by a space, followed by getPresentationName . If getPresentationName returns "", then the defaults value is returned alone.
- Specified by:
-
getUndoPresentationName in interface UndoableEdit
- Returns:
- the value from the defaults table with key
AbstractUndoableEdit.undoText , followed by a space, followed by getPresentationName unless getPresentationName is "" in which case, the defaults value is returned alone.
- See Also:
-
|
getUndoPresentationName
public String getUndoPresentationName()
Retrieves the value from the defaults table with key AbstractUndoableEdit.undoText and returns that value followed by a space, followed by getPresentationName . If getPresentationName returns "", then the defaults value is returned alone.
- Specified by:
-
getUndoPresentationName in interface UndoableEdit
- Returns:
- the value from the defaults table with key
AbstractUndoableEdit.undoText , followed by a space, followed by getPresentationName unless getPresentationName is "" in which case, the defaults value is returned alone.
- See Also:
-
|
|