|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IParentWidgetHandler
This interface can be used to clear or initialize parent widgets. This way no specific gui code when eg initializing a part will be necessary.
Method Summary | |
---|---|
void |
destroy(java.lang.Object parent)
Destroys the parent |
void |
initialize(java.lang.Object parent)
Initializes the parent widget |
Method Detail |
---|
void initialize(java.lang.Object parent)
parent
- the parent to initializevoid destroy(java.lang.Object parent)
parent
- the parent to destroy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |