java.lang.Object
javax.swing.AbstractAction
com.inductiveautomation.ignition.client.util.action.BaseAction
com.inductiveautomation.ignition.designer.tags.tree.selection.TagReferenceAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, 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: