|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> core >> [ action overview ] | PREV NEXT | ||||||||
A
- AbstractAction - class org.javahispano.canyamo.core.action.AbstractAction.
- Help class that implement almost all methods from Action
Only methodprocessis declared abstract, so the extending class are encouregad to implement it and the framework can work fine - AbstractAction() - Constructor for class org.javahispano.canyamo.core.action.AbstractAction
- Action - interface org.javahispano.canyamo.core.action.Action.
- Interface that should implement all actions to be managed by Canyamo.
- ActionListener - interface org.javahispano.canyamo.core.action.ActionListener.
- Listener for the execution of
Action
This interface should be implement for all Displayers which want to know when an Action is executed. - ActionManager - class org.javahispano.canyamo.core.action.ActionManager.
- This (Singleton) class manage all Actions loaded by Canyamo
- ActionManager() - Constructor for class org.javahispano.canyamo.core.action.ActionManager
- Private constractor.
- actions - Variable in class org.javahispano.canyamo.core.action.ActionManager
- All actions loaded
- addAction(Action) - Method in class org.javahispano.canyamo.core.action.ActionManager
- Adds a Action to be managed.
- addActionListener(ActionListener) - Method in class org.javahispano.canyamo.core.action.AbstractAction
- Adds a
Displayeras Listener for this Action
This should be used in the case that some displayers do some kind of content caching. - addActionListener(ActionListener) - Method in interface org.javahispano.canyamo.core.action.Action
- Adds a
Displayeras Listener for this Action
This should be used in the case that some displayers do some kind of content caching. - addActionListener(String, ActionListener) - Method in class org.javahispano.canyamo.core.action.ActionManager
- Adds a Listener to the given action
- addProperty(String, String) - Method in class org.javahispano.canyamo.core.action.AbstractAction
- Adds a configuration property to the action
- addProperty(String, String) - Method in interface org.javahispano.canyamo.core.action.Action
- Adds a configuration property to the action
- app - Variable in class org.javahispano.canyamo.core.action.AbstractAction
- Description of the Field
D
- debug(String) - Method in class org.javahispano.canyamo.core.action.AbstractAction
- Logs a message in log tool only if in "debug mode"
This mode can be set inCanyamoLog
TO DO
Actually this "debug mode" is hard-coded, it should be usefull to make it configurable - displayer - Variable in class org.javahispano.canyamo.core.action.AbstractAction
- Name of the associated displayer
E
- error(String) - Method in class org.javahispano.canyamo.core.action.AbstractAction
- Logs a message in log tool with "error" priority
F
- fireActionEvent() - Method in class org.javahispano.canyamo.core.action.AbstractAction
- Notifies all listeners that the Action has been executed
- fireActionEvent() - Method in interface org.javahispano.canyamo.core.action.Action
- Notifies all listeners that the Action has been executed
G
- getAction(String) - Method in class org.javahispano.canyamo.core.action.ActionManager
- Gets the action attribute of the ActionManager object
- getApplication() - Method in class org.javahispano.canyamo.core.action.AbstractAction
- Gets the
Applicationto which this action belong to - getApplication() - Method in interface org.javahispano.canyamo.core.action.Action
- Gets the
Applicationto which this action belong to - getDescription() - Method in class org.javahispano.canyamo.core.action.AbstractAction
- Returns a descriptive text of the action
- getDescription() - Method in interface org.javahispano.canyamo.core.action.Action
- Returns a descriptive text of the action
- getDisplayer() - Method in class org.javahispano.canyamo.core.action.AbstractAction
- Gets the
Displayerassociated to this action - getDisplayer() - Method in interface org.javahispano.canyamo.core.action.Action
- Gets the
Displayerassociated to this action - getInstance() - Static method in class org.javahispano.canyamo.core.action.ActionManager
- Returns the Singleton instance of this class
- getName() - Method in class org.javahispano.canyamo.core.action.AbstractAction
- Action name as string
- getName() - Method in interface org.javahispano.canyamo.core.action.Action
- Action name as string
- getName() - Method in interface org.javahispano.canyamo.core.action.ActionListener
- Gets the name of this listener (normally a Displayer or Action)
- getStatistic() - Method in class org.javahispano.canyamo.core.action.AbstractAction
- Gets an statistic value of this Action.
- getStatistic() - Method in interface org.javahispano.canyamo.core.action.Action
- Gets an statistic value of this Action.
I
- init() - Method in class org.javahispano.canyamo.core.action.AbstractAction
- Initilizes Action if necessary
- init() - Method in interface org.javahispano.canyamo.core.action.Action
- Initilizes Action if necessary
- instance - Static variable in class org.javahispano.canyamo.core.action.ActionManager
- Stores the only one instance of this class allowed (Singleton)
L
- listeners - Variable in class org.javahispano.canyamo.core.action.AbstractAction
- Listener of the action
- log(String) - Method in class org.javahispano.canyamo.core.action.AbstractAction
- Logs a message in log tool with "normal" priority
N
- name - Variable in class org.javahispano.canyamo.core.action.AbstractAction
- Action's name
O
- org.javahispano.canyamo.core.action - package org.javahispano.canyamo.core.action
P
- process(WorkData) - Method in class org.javahispano.canyamo.core.action.AbstractAction
- Process of User's request.
- process(WorkData) - Method in interface org.javahispano.canyamo.core.action.Action
- Process of User's request.
- processAction(String, WorkData) - Method in class org.javahispano.canyamo.core.action.ActionManager
- Process the action associated to user's request
R
- run() - Method in interface org.javahispano.canyamo.core.action.ActionListener
- Method to perform the process
S
- setApplication(Application) - Method in class org.javahispano.canyamo.core.action.AbstractAction
- Sets the
Applicationto which this action belong to - setApplication(Application) - Method in interface org.javahispano.canyamo.core.action.Action
- Sets the
Applicationto which this action belong to - setDisplayer(String) - Method in class org.javahispano.canyamo.core.action.AbstractAction
- Sets the
Displayerassociated with this Action - setDisplayer(String) - Method in interface org.javahispano.canyamo.core.action.Action
- Sets the
Displayerassociated with this Action - setName(String) - Method in class org.javahispano.canyamo.core.action.AbstractAction
- Sets Action's name
- setName(String) - Method in interface org.javahispano.canyamo.core.action.Action
- Sets Action's name
T
- TransparentAction - interface org.javahispano.canyamo.core.action.TransparentAction.
- Empty interface for Actions which should not be registered for "LAST_ACTION" funcionality.
A D E F G I L N O P R S T
|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> core >> [ action overview ] | PREV NEXT | ||||||||