Class ToggleComponentAction

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, SyntaxAction

public class ToggleComponentAction extends DefaultSyntaxAction
This Action will Toggle any SyntaxComponents on the EditorPane You need the configuration Key prefix.ACTION_NAME.Component = componentclassname Where: ACTION_NAME is the name given to the action (prefix.Action.ACTION_NAME) componentclassname is the fully qualified class name of the component
See Also: