|
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.portal.context.GUIArea
public class GUIArea
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
|
Constructor Summary | |
---|---|
GUIArea(int area,
boolean hidden,
Module[] modules)
Creates a new GUIArea_Impl object. |
Method Summary | |
---|---|
void |
addModul(Module module)
adds a module to a GUIArea |
int |
getArea()
returns area (north, west, east ...) assigned to an instance |
Module |
getModule(String name)
returns a module identified by its name |
Module[] |
getModules()
returns all modules of a GUIArea |
boolean |
isHidden()
returns true if the GUIArea is hidden. |
Module |
removeModule(String name)
reomes a module identified by its name from the GUIArea |
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[] modules)
sets the modules of a GUIArea |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Constructor Detail |
---|
public GUIArea(int area, boolean hidden, Module[] modules)
area
- hidden
- modules
- Method Detail |
---|
public int getArea()
public void setArea(int area)
area
- public boolean isHidden()
public void setHidden(boolean hidden)
hidden
- public Module getModule(String name)
name
-
public Module[] getModules()
public void setModules(Module[] modules)
modules
- public void addModul(Module module)
module
- public Module removeModule(String name)
name
-
|
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net