|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasGUIObject
Declares, that an object suitable for displaying on the screen with listeners, icon, etc. can be returned.
GUIObject
Method Summary | |
---|---|
GUIObject |
getGUIObject()
Returns an object suitable for displaying on the screen. |
void |
notifyGUIObject()
This method is used to signal changes in the object to the corresponding GUIObject if it exists. |
JFrame |
showGUI()
This method will show the object in a JFrame on the screen. |
Method Detail |
---|
GUIObject getGUIObject()
void notifyGUIObject()
Maybe this method can be deleted, when all changes are made trough the GUIObject?
JFrame showGUI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |