public interface DockableData
extends org.softsmithy.lib.beans.Bean
Modifier and Type | Field and Description |
---|---|
static String |
MODIFIED_PROPERTY_NAME
The name of the 'modified' property.
|
static String |
TITLE_PROPERTY_NAME
The name of the 'title' property.
|
Modifier and Type | Method and Description |
---|---|
String |
getTitle()
Gets the title of a Dockable.
|
boolean |
isModified()
Flag if the data has been modified.
|
void |
setModified(boolean modified)
Sets the modified flag of the data.
|
void |
setTitle(String title)
Sets the title of a Dockable.
|
static final String TITLE_PROPERTY_NAME
getTitle()
,
Constant Field Valuesstatic final String MODIFIED_PROPERTY_NAME
isModified()
,
Constant Field ValuesString getTitle()
void setTitle(String title)
title
- the title of a Dockableboolean isModified()
void setModified(boolean modified)
modified
- the modified flag to setCopyright © 2012–2019 Drombler. All rights reserved.