|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
this interface describes the content of an area of a GUI. a GUI area contains zero ... n modules described by the Module interface. A GUI area may be can be switched to be invisible. indicated by the hidden attribute.
Field Summary | |
static int |
CENTER
|
static int |
EAST
|
static int |
NORTH
|
static int |
SOUTH
|
static int |
WEST
|
Method Summary | |
void |
addModul(Module module)
|
int |
getArea()
returns area (north, west, east ...) |
Module |
getModule(java.lang.String name)
|
Module[] |
getModules()
|
boolean |
isHidden()
returns true if the GUIArea is hidden. |
Module |
removeModule(java.lang.String name)
|
void |
setArea(int area)
sets the name of a module |
void |
setHidden(boolean hidden)
sets the GUIArea to be hidden or visible. |
void |
setModules(Module[] mosules)
|
Field Detail |
public static final int WEST
public static final int EAST
public static final int SOUTH
public static final int NORTH
public static final int CENTER
Method Detail |
public int getArea()
public void setArea(int area)
area
- public boolean isHidden()
public void setHidden(boolean hidden)
hidden
- public Module getModule(java.lang.String name)
name
-
public Module[] getModules()
public void setModules(Module[] mosules)
mosules
- public void addModul(Module module)
module
- public Module removeModule(java.lang.String name)
name
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |