Retreives the value from the defaults table with key
AbstractUndoableEdit.redoText
and returns
that value followed by a space, followed by
getPresentationName
.
Retreives the value from the defaults table with key
AbstractUndoableEdit.redoText
and returns
that value followed by a space, followed by
getPresentationName
.
If
getPresentationName
returns "",
then the defaults value is returned alone.
Returns:
the value from the defaults table with key
AbstractUndoableEdit.redoText
, followed
by a space, followed by
getPresentationName
unless
getPresentationName
is "" in which
case, the defaults value is returned alone.
See Also:
AbstractUndoableEdit.getPresentationName()
,