|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JETAContainer
An interface for containers ( Panels, Dialogs, InternalFrames, and Frames). JETAControllers work with JETAContainers.
Method Summary | |
---|---|
void |
enableComponent(String commandId,
boolean bEnable)
Enables/Disables the menu/toolbar button associated with the commandid |
Component |
getComponentByName(String compName)
Locates the first component found in this container hierarchy that has the given name. |
Collection |
getComponentsByName(String compName)
Locates all components found in this container hierarchy that has the given name. |
UIDirector |
getUIDirector()
Returns the UIDirector for this container. |
Method Detail |
---|
void enableComponent(String commandId, boolean bEnable)
commandId
- the id of the command whose button to enable/disablebEnable
- true/false to enable/disableComponent getComponentByName(String compName)
compName
- the name of the component to search for
Collection getComponentsByName(String compName)
compName
- the name of the components to search for
objects that have the given name.
UIDirector getUIDirector()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |