public class DefaultFlyoutPalettePreferences
extends java.lang.Object
implements org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
| Constructor and Description |
|---|
DefaultFlyoutPalettePreferences()
Creates a new DefaultFlyoutPalettePreferences.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDockLocation()
Returns the dock location.
|
int |
getPaletteState()
Returns the palette state.
|
int |
getPaletteWidth()
Returns the palette width.
|
void |
setDockLocation(int dockLocation)
Sets the dock location.
|
void |
setPaletteState(int paletteState)
Sets the palette state.
|
void |
setPaletteWidth(int paletteWidth)
Sets the palette width.
|
public DefaultFlyoutPalettePreferences()
public final int getDockLocation()
getDockLocation in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferencespublic final void setDockLocation(int dockLocation)
setDockLocation in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferencesdockLocation - The dock location to set.public final int getPaletteState()
getPaletteState in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferencespublic final void setPaletteState(int paletteState)
setPaletteState in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferencespaletteState - The palette state to set.public final int getPaletteWidth()
getPaletteWidth in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferencespublic final void setPaletteWidth(int paletteWidth)
setPaletteWidth in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferencespaletteWidth - The palette width to set.