|
Eclipse GEF 3.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()
Should return PositionConstants.EAST or PositionConstants.WEST .
|
int |
getPaletteState()
When there is no saved state, this method can return any non-positive int (which will result in the palette using the default state -- collapsed), or FlyoutPaletteComposite.STATE_COLLAPSED , or
FlyoutPaletteComposite.STATE_PINNED_OPEN |
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 state is changed (the new state becomes the default). |
void |
setPaletteWidth(int width)
This method is invoked when the flyout palette is resized. |
Method Detail |
public int getDockLocation()
PositionConstants.EAST
or PositionConstants.WEST
.
Any other int will be ignored and the default dock location (EAST) will be
used instead.
public int getPaletteState()
FlyoutPaletteComposite.STATE_COLLAPSED
, or
FlyoutPaletteComposite.STATE_PINNED_OPEN
public int getPaletteWidth()
public void setDockLocation(int location)
getDockLocation()
.
location
- PositionConstants.EAST
or PositionConstants.WEST
public void setPaletteState(int state)
getPaletteState()
.
state
- FlyoutPaletteComposite.STATE_COLLAPSED
or
FlyoutPaletteComposite.STATE_PINNED_OPEN
public void setPaletteWidth(int width)
getPaletteWidth()
.
width
- the new size of the flyout palette
|
Eclipse GEF 3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |