Class TagReferenceAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
    Direct Known Subclasses:
    InsertTagAction

    public class TagReferenceAction
    extends BaseAction
    This action, which needs to be initalized with a text component, will show a dialog box prompting the user to find a tag. When they choose one, the tag's path will be inserted into the text component. Optionally, a RelativePathProvider can be provided in order to generate relative paths instead of absolute paths.
    See Also:
    Serialized Form