public class FXDockableData extends Object implements DockableData
| Type | Property and Description |
|---|---|
ObjectProperty<ContextMenu> |
contextMenu
The
ContextMenu. |
ObjectProperty<GraphicFactory> |
graphicFactory
The
GraphicFactory. |
ObjectProperty<Node> |
graphic
The graphic of this Dockable.
|
BooleanProperty |
modified
The modified flag indicates if the data represented by the Dockable has been modified.
|
StringProperty |
title
The title of this Dockable.
|
| Constructor and Description |
|---|
FXDockableData()
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<ContextMenu> |
contextMenuProperty()
The
ContextMenu. |
ContextMenu |
getContextMenu()
Gets the value of the property contextMenu.
|
Node |
getGraphic()
Gets the value of the property graphic.
|
GraphicFactory |
getGraphicFactory()
Gets the value of the property graphicFactory.
|
String |
getTitle()
Gets the value of the property title.
|
ObjectProperty<GraphicFactory> |
graphicFactoryProperty()
The
GraphicFactory. |
ObjectProperty<Node> |
graphicProperty()
The graphic of this Dockable.
|
boolean |
isModified()
Gets the value of the property modified.
|
BooleanProperty |
modifiedProperty()
The modified flag indicates if the data represented by the Dockable has been modified.
|
void |
setContextMenu(ContextMenu contextMenu)
Sets the value of the property contextMenu.
|
void |
setGraphic(Node graphic)
Sets the value of the property graphic.
|
void |
setGraphicFactory(GraphicFactory graphicFactory)
Sets the value of the property graphicFactory.
|
void |
setModified(boolean modified)
Sets the value of the property modified.
|
void |
setTitle(String title)
Sets the value of the property title.
|
StringProperty |
titleProperty()
The title of this Dockable.
|
String |
toString() |
public StringProperty titleProperty
getTitle(),
setTitle(String)public ObjectProperty<Node> graphicProperty
getGraphic(),
setGraphic(Node)public ObjectProperty<GraphicFactory> graphicFactoryProperty
GraphicFactory.public ObjectProperty<ContextMenu> contextMenuProperty
ContextMenu. TODO: needed?getContextMenu(),
setContextMenu(ContextMenu)public BooleanProperty modifiedProperty
isModified(),
setModified(boolean)public final String getTitle()
getTitle in interface DockableDatapublic final void setTitle(String title)
setTitle in interface DockableDatatitle - the title of a Dockablepublic StringProperty titleProperty()
getTitle(),
setTitle(String)public final Node getGraphic()
public final void setGraphic(Node graphic)
public ObjectProperty<Node> graphicProperty()
getGraphic(),
setGraphic(Node)public final GraphicFactory getGraphicFactory()
GraphicFactory.public final void setGraphicFactory(GraphicFactory graphicFactory)
GraphicFactory.public ObjectProperty<GraphicFactory> graphicFactoryProperty()
GraphicFactory.public final ContextMenu getContextMenu()
ContextMenu. TODO: needed?public final void setContextMenu(ContextMenu contextMenu)
ContextMenu. TODO: needed?public ObjectProperty<ContextMenu> contextMenuProperty()
ContextMenu. TODO: needed?getContextMenu(),
setContextMenu(ContextMenu)public final boolean isModified()
public final void setModified(boolean modified)
public BooleanProperty modifiedProperty()
isModified(),
setModified(boolean)Copyright © 2012–2015 Drombler. All rights reserved.