|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionContainer
Definition of an interface for objects with container facilities.
Some of the objects involved in the action builder process act as containers, e.g. menu bars or toolbars. For certain tags it is necessary to find these containers so that new elements can be added to them. This is done through this interface.
The interface itself is very simple. It only provides access to a container
object whose concrete type depends on the GUI library specific implementation
of the
interface. It is passed to the action manager, which can add further elements
to it.
ActionManager
| Method Summary | |
|---|---|
void |
addSeparator()
Adds a separator element to this container. |
java.lang.Object |
getContainer()
Returns the container object. |
| Method Detail |
|---|
java.lang.Object getContainer()
void addSeparator()
throws FormActionException
<separator> tag is executed. An
implementation must ensure that the corresponding method of the current
ActionManager
for adding the separator is called.
FormActionException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||