Skip navigation links
http://www.jpicedt.org
jpicedt.graphic.toolkit

Class PEToggleAction

    • Field Summary

      • Fields inherited from class javax.swing.AbstractAction

        changeSupport, enabled
      • Fields inherited from interface javax.swing.Action

        ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
    • Constructor Detail

      • PEToggleAction

        public PEToggleAction(ActionDispatcher actionDispatcher,
                              java.lang.String actionName,
                              ActionLocalizer localizer)
        Parameters:
        actionDispatcher - the ActionDispatcher that provide a target when this Action gets invoked.
        actionName - the actionName of this Action that serve to build this Action's properties
        localizer - (can be null) the ActionLocalizer that feeds this Action with localized properties ; if null, the Action's NAME property is set to actionName, but other properties are not set (this allow a subclass to set properties manually).
        Since:
        jPicEdt 1.3.2
http://www.jpicedt.org

Submit a bug : syd@jpicedt.org