org.globus.cog.gridface.interfaces
Interface Desktop

All Superinterfaces:
GridFace
All Known Subinterfaces:
CoGTop
All Known Implementing Classes:
AbstractDesktop

public interface Desktop
extends GridFace


Field Summary
static String sABOUT
           
static String sADD_ICON
           
static String sARRANGEICONS
           
static String sBGCOLOR
           
static String sEXIT
           
static String sLOADDESKTOP
           
static String sNEWDESKTOP
           
static String sRENAMEDESKTOP
           
static String sSAVEDESKTOP
           
 
Method Summary
 Dimension getScreenSize()
           
 void setScreenSize(Dimension screenSize)
           
 
Methods inherited from interface org.globus.cog.gridface.interfaces.GridFace
lastUpdateTime, register, setLabel, setName, update
 

Field Detail

sNEWDESKTOP

public static final String sNEWDESKTOP
See Also:
Constant Field Values

sRENAMEDESKTOP

public static final String sRENAMEDESKTOP
See Also:
Constant Field Values

sSAVEDESKTOP

public static final String sSAVEDESKTOP
See Also:
Constant Field Values

sLOADDESKTOP

public static final String sLOADDESKTOP
See Also:
Constant Field Values

sADD_ICON

public static final String sADD_ICON
See Also:
Constant Field Values

sARRANGEICONS

public static final String sARRANGEICONS
See Also:
Constant Field Values

sBGCOLOR

public static final String sBGCOLOR
See Also:
Constant Field Values

sABOUT

public static final String sABOUT
See Also:
Constant Field Values

sEXIT

public static final String sEXIT
See Also:
Constant Field Values
Method Detail

setScreenSize

public void setScreenSize(Dimension screenSize)

getScreenSize

public Dimension getScreenSize()