Class Screen
- java.lang.Object
-
- de.desy.mst.libs.framework.mstapp.Screen
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Screen.HALF
static class
Screen.QUARTER
static class
Screen.SERVER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
center(java.awt.Window window)
Zentriert diese Form ohne die Groesse zu aendernstatic int
getHEADER_HEIGHT()
static Screen[]
getValues()
void
setBoundsOnComponent(java.awt.Component component)
-
-
-
Field Detail
-
FULL_SCREEN
public static final Screen FULL_SCREEN
-
VALUES
@Deprecated public static final Screen[] VALUES
Deprecated.Do not use, nicht korrekt initialisiert 2007-05-25
-
name
public final java.lang.String name
-
index
public final int index
-
x
public final int x
-
y
public final int y
-
width
public final int width
-
height
public final int height
-
-
Method Detail
-
setBoundsOnComponent
public void setBoundsOnComponent(java.awt.Component component)
- Parameters:
component
- dimensioniert und bewegt die Komponente zu der gewaehlten Screen Postition
-
getValues
public static final Screen[] getValues()
- Returns:
- complete List of predefined Screens (non Server)
-
center
public static void center(java.awt.Window window)
Zentriert diese Form ohne die Groesse zu aendern
-
getHEADER_HEIGHT
public static int getHEADER_HEIGHT()
- Returns:
- Returns the hEADER_HEIGHT.
&author K. Hinsch -mcs1-
-
-