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.FlyoutPreferences
public final void setDockLocation(int dockLocation)
setDockLocation
in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
dockLocation
- The dock location to set.public final int getPaletteState()
getPaletteState
in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
public final void setPaletteState(int paletteState)
setPaletteState
in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
paletteState
- The palette state to set.public final int getPaletteWidth()
getPaletteWidth
in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
public final void setPaletteWidth(int paletteWidth)
setPaletteWidth
in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
paletteWidth
- The palette width to set.