public class DockablePreferences extends Object
| Constructor and Description | 
|---|
| DockablePreferences(DockablePreferences dockablePreferences)Copy constructor. | 
| DockablePreferences(String areaId,
                   int position)Creates a new instance of this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAreaId()Gets the preferred Docking Area ID. | 
| int | getPosition()Gets the preferred position in the Docking Area. | 
| void | setAreaId(String areaId)Sets the preferred Docking Area ID. | 
| void | setPosition(int position)Sets the preferred position in the Docking Area. | 
| String | toString() | 
public DockablePreferences(String areaId, int position)
areaId - position - public DockablePreferences(DockablePreferences dockablePreferences)
dockablePreferences - the DockablePreferences to copypublic String getAreaId()
public void setAreaId(String areaId)
areaId - the preferred Docking Area IDpublic int getPosition()
public void setPosition(int position)
position - the preferred position in the Docking AreaCopyright © 2012–2017 Drombler. All rights reserved.