|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
com.tirsen.angkor.event | Generic Events and Listeners such as ChangeEvent and ActionEvent. |
com.tirsen.angkor.table | The Table widget and its framework and models. |
com.tirsen.angkor.widget | The standard widgets in Angkor. |
Uses of Action in com.tirsen.angkor.event |
Classes in com.tirsen.angkor.event that implement Action | |
class |
AbstractAction
Provides default implementations for the Action interface |
Methods in com.tirsen.angkor.event that return Action | |
Action |
ActionSourceHelper.getAction()
|
Action |
ActionSource.getAction()
|
Methods in com.tirsen.angkor.event with parameters of type Action | |
void |
ActionSourceHelper.setAction(Action action)
|
void |
ActionSource.setAction(Action action)
|
Uses of Action in com.tirsen.angkor.table |
Methods in com.tirsen.angkor.table that return Action | |
Action |
TableScroller.getPreviousAction()
|
Action |
TableScroller.getNextAction()
|
Uses of Action in com.tirsen.angkor.widget |
Classes in com.tirsen.angkor.widget that implement Action | |
static class |
MenuItem.GotoAction
|
Methods in com.tirsen.angkor.widget that return Action | |
Action |
MenuItem.getAction()
|
Action |
Link.getAction()
|
Action |
ImageMap.Area.getAction()
|
Action |
ImageButton.getAction()
|
Action |
Button.getAction()
|
Methods in com.tirsen.angkor.widget with parameters of type Action | |
void |
MenuItem.setAction(Action action)
|
static Link |
Link.createActionLink(Action action)
|
static Link |
Link.createActionLink(Action action,
View content)
|
void |
Link.setAction(Action action)
|
static Link |
Link.createImageStyle(Action action)
|
void |
ImageMap.Area.setAction(Action action)
|
void |
ImageButton.setAction(Action action)
|
void |
Button.setAction(Action action)
|
Constructors in com.tirsen.angkor.widget with parameters of type Action | |
MenuItem(Action action)
|
|
ImageMap.Area(Action action,
int x1,
int y1,
int x2,
int y2)
|
|
ImageButton(Action action)
|
|
Button(Action action)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |