|
Eclipse GEF 3.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
FlyoutPreferences is used to save/load the preferences for the flyout palette.
Method Summary | |
int |
getDockLocation()
When there is no saved dock location, this method can return any int (preferrably a non-positive int). |
int |
getPaletteState()
When there is no saved state, this method can return any non-positive int. |
int |
getPaletteWidth()
When there is no saved width, this method can return any int (preferrably a non-positive int). |
void |
setDockLocation(int location)
This method is invoked when the flyout palette's dock location is changed. |
void |
setPaletteState(int state)
This method is invoked when the flyout palette's default state is changed. |
void |
setPaletteWidth(int width)
This method is invoked when the flyout palette is resized. |
Method Detail |
public int getDockLocation()
public int getPaletteState()
public int getPaletteWidth()
public void setDockLocation(int location)
getDockLocation()
.
location
- an int representing the dock locationpublic void setPaletteState(int state)
getPaletteState()
.
state
- an int the state of the flyout palettepublic void setPaletteWidth(int width)
getPaletteWidth()
.
width
- the new size of the flyout palette
|
Eclipse GEF 3.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |