- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
public class RemoveCustomKeplerDocumentationAction
extends FigureAction
This action removes KeplerDocumentationAttribute, and DocAttribute (by
calling RemoveCustomDocumentationAction) from a NamedObj and then attempts to
reset the KeplerDocumentationAttribute to its "original" state using the
first LSID in the NamedObj's referral list. The "original LSID" is used to
get the ActorMetadata on the associated ActorCacheObject; this will obviously
not work if there's no ActorCacheObject for the original LSID.
The NamedObj is gotten via FigureAction.getTarget() unless a specific LSID
has been set with setLSID (currently unused).
- See Also:
- Serialized Form