|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
---|---|
org.salespointframework.core | This package contains the central classes of the Framework. |
org.salespointframework.core.users | Contains all the classes for managing users and their capabilities. |
org.salespointframework.desktop.multiwindow | Contains classes for the standard SalesPoint application GUI. |
Uses of Action in org.salespointframework.core |
---|
Classes in org.salespointframework.core that implement Action | |
---|---|
class |
ActionActionListener
A special ActionListener that allows to associate Actions with buttons that are not in a FormSheet's button bar or a MenuSheet. |
Fields in org.salespointframework.core declared as Action | |
---|---|
protected Action |
MenuSheetItem.m_aAction
The action associated with this MenuSheetItem. |
private Action |
FormSheet.FormButton.m_aAction
The action associated with this button. |
protected Action |
ActionActionListener.m_aAction
The action to be performed, when the listener is triggered. |
Methods in org.salespointframework.core that return Action | |
---|---|
Action |
MenuSheetItem.setAction(Action aAction)
Set the action to perform when this item is selected. |
Action |
FormSheet.FormButton.setAction(Action aAction)
Set the action that is performed when this button is clicked. |
Methods in org.salespointframework.core with parameters of type Action | |
---|---|
void |
FormSheet.addButton(java.lang.String sCaption,
int nID,
Action aAction)
Add a button to the FormSheet's button bar. |
Action |
MenuSheetItem.setAction(Action aAction)
Set the action to perform when this item is selected. |
Action |
FormSheet.FormButton.setAction(Action aAction)
Set the action that is performed when this button is clicked. |
Constructors in org.salespointframework.core with parameters of type Action | |
---|---|
ActionActionListener(FormSheet fsOwner,
Action aAction)
Create a new ActionActionListener. |
|
FormSheet.FormButton(java.lang.String sCaption,
int nID,
Action aAction)
Create a new, initially enabled FormButton. |
|
MenuSheetItem(java.lang.String sCaption,
Action aAction)
Creates a new MenuSheetItem with caption and action. |
|
MenuSheetItem(java.lang.String sCaption,
java.lang.String sTag,
Action aAction)
Creates a new MenuSheetItem with caption, tag and action; initially enabled. |
|
MenuSheetItem(java.lang.String sCaption,
java.lang.String sTag,
Action aAction,
char cMnemonic)
Creates a new MenuSheetItem with caption, tag, an action and a mnemonic. |
Uses of Action in org.salespointframework.core.users |
---|
Classes in org.salespointframework.core.users that implement Action | |
---|---|
class |
ActionCapability
A special capability guarding an action object. |
Fields in org.salespointframework.core.users declared as Action | |
---|---|
private Action |
ActionCapability.m_aToDo
The action guarded. |
Constructors in org.salespointframework.core.users with parameters of type Action | |
---|---|
ActionCapability(java.lang.String sName,
Action aToDo)
Create a granted capability. |
|
ActionCapability(java.lang.String sName,
java.lang.String sOnDeny,
Action aToDo,
boolean fGranted)
Create a new ActionCapability. |
Uses of Action in org.salespointframework.desktop.multiwindow |
---|
Classes in org.salespointframework.desktop.multiwindow that implement Action | |
---|---|
(package private) class |
CascadeAction
|
(package private) class |
DesktopAction
|
static class |
MultiWindow.MultiWindowAction
Special Actions are necessary for
MultiWindow -MenuSheets in order for the serialization to work
properly. |
(package private) class |
TabAction
|
(package private) class |
TileHorizontallyAction
|
(package private) class |
TileVerticallyAction
|
(package private) class |
WindowAction
The Actions executed via the MultiWindow menu sheet. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |