public class CommonFlyoutPreferences extends Object implements org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
FlyoutPaletteComposite.FlyoutPreferences
for common use.Modifier and Type | Field and Description |
---|---|
protected int |
dockLocation
Docking location of palette.
|
protected int |
paletteState
State of the palette.
|
protected int |
paletteWidth
Palette width initially set by default.
|
Constructor and Description |
---|
CommonFlyoutPreferences() |
Modifier and Type | Method and Description |
---|---|
int |
getDockLocation() |
int |
getPaletteState() |
int |
getPaletteWidth() |
void |
setDockLocation(int location) |
void |
setPaletteState(int state) |
void |
setPaletteWidth(int width) |
protected int dockLocation
protected int paletteState
protected int paletteWidth
public int getDockLocation()
getDockLocation
in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
public int getPaletteState()
getPaletteState
in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
public int getPaletteWidth()
getPaletteWidth
in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
public void setDockLocation(int location)
setDockLocation
in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
public void setPaletteState(int state)
setPaletteState
in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
public void setPaletteWidth(int width)
setPaletteWidth
in interface org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences
Copyright © 2005–2016. All rights reserved.