Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A G J P R S U

A

ActionRegistry - class jpicedt.ui.action.ActionRegistry.
A registry that retains all JPicEdt's actions in a map, supplies them on-demand through a String key, and knows how to update actions state using the currently installed MDIManager.
ActionRegistry() - Constructor for class jpicedt.ui.action.ActionRegistry
construct an ActionRegistry with default Actions
ActionRegistry.DummyAction - class jpicedt.ui.action.ActionRegistry.DummyAction.
 
ActionRegistry.DummyAction(String) - Constructor for class jpicedt.ui.action.ActionRegistry.DummyAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.ui.action.ActionRegistry.DummyAction
 
addAction(Action) - Method in class jpicedt.ui.action.ActionRegistry
 

G

getAction(String) - Method in class jpicedt.ui.action.ActionRegistry
 
getActionAccelerator(String) - Method in class jpicedt.ui.action.PEActionLocalizer
 
getActionHelper(String) - Method in class jpicedt.ui.action.PEActionLocalizer
 
getActionIcon(String) - Method in class jpicedt.ui.action.PEActionLocalizer
 
getActionMnemonic(String) - Method in class jpicedt.ui.action.PEActionLocalizer
 
getActionName(String) - Method in class jpicedt.ui.action.PEActionLocalizer
 
getActionTooltip(String) - Method in class jpicedt.ui.action.PEActionLocalizer
 
getResourceBundle() - Method in class jpicedt.ui.action.PEActionLocalizer
 

J

jpicedt.ui.action - package jpicedt.ui.action
Some classes and interfaces that help building concrete implementation of MDIManager's.

P

PEActionLocalizer - class jpicedt.ui.action.PEActionLocalizer.
A class that can feed PEAction's with localized properties (e.g.
PEActionLocalizer(ResourceBundle) - Constructor for class jpicedt.ui.action.PEActionLocalizer
Construct a new PEActionLocalizer from the given ResourceBundle.

R

resBundle - Variable in class jpicedt.ui.action.PEActionLocalizer
the ResourceBundle that feeds this localizer with localized Strings

S

switchToMinimalConfiguration() - Method in class jpicedt.ui.action.ActionRegistry
enable a minimal set of actions, when a new frame is created in an initially empty desktop.
switchToNoFrameConfiguration() - Method in class jpicedt.ui.action.ActionRegistry
disable actions that make no sense when no frame is present in the desktop

U

updateActionState() - Method in class jpicedt.ui.action.ActionRegistry
update Action's enabled-state according to the current state of the installed MDIManager.
updateSaveAllAction() - Method in class jpicedt.ui.action.ActionRegistry
update "SaveAll" action depending on the "isDirty" flag of every currently open board

A G J P R S U