public abstract class AbstractFXAction extends Object implements FXAction
FXAction
s.Type | Property and Description |
---|---|
ObjectProperty<KeyCombination> |
accelerator
The accelerator.
|
StringProperty |
displayName
The display name.
|
ReadOnlyBooleanProperty |
enabled
The enabled state of this Action.
|
ObjectProperty<GraphicFactory<Node>> |
graphicFactory
The
GraphicFactory . |
Constructor and Description |
---|
AbstractFXAction() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<KeyCombination> |
acceleratorProperty()
The accelerator.
|
StringProperty |
displayNameProperty()
The display name.
|
ReadOnlyBooleanProperty |
enabledProperty()
The enabled state of this Action.
|
KeyCombination |
getAccelerator()
Gets the value of the property accelerator.
|
String |
getDisplayName()
Gets the value of the property displayName.
|
GraphicFactory<Node> |
getGraphicFactory()
Gets the value of the property graphicFactory.
|
ObjectProperty<GraphicFactory<Node>> |
graphicFactoryProperty()
The
GraphicFactory . |
boolean |
isEnabled()
Gets the value of the property enabled.
|
void |
setAccelerator(KeyCombination keyCombination)
Sets the value of the property accelerator.
|
void |
setDisplayName(String displayName)
Sets the value of the property displayName.
|
protected void |
setEnabled(boolean enabled)
Sets the value of the property enabled.
|
void |
setGraphicFactory(GraphicFactory<Node> graphicFactory)
Sets the value of the property graphicFactory.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handle
public StringProperty displayNameProperty
displayNameProperty
in interface FXAction
getDisplayName()
,
setDisplayName(String)
public ObjectProperty<KeyCombination> acceleratorProperty
acceleratorProperty
in interface FXAction
getAccelerator()
,
setAccelerator(KeyCombination)
public ReadOnlyBooleanProperty enabledProperty
enabledProperty
in interface FXAction
isEnabled()
,
setEnabled(boolean)
public ObjectProperty<GraphicFactory<Node>> graphicFactoryProperty
GraphicFactory
.graphicFactoryProperty
in interface FXAction
getGraphicFactory()
,
setGraphicFactory(GraphicFactory)
public final String getDisplayName()
getDisplayName
in interface FXAction
public final void setDisplayName(String displayName)
setDisplayName
in interface FXAction
public StringProperty displayNameProperty()
displayNameProperty
in interface FXAction
getDisplayName()
,
setDisplayName(String)
public final KeyCombination getAccelerator()
getAccelerator
in interface FXAction
public final void setAccelerator(KeyCombination keyCombination)
setAccelerator
in interface FXAction
public ObjectProperty<KeyCombination> acceleratorProperty()
acceleratorProperty
in interface FXAction
getAccelerator()
,
setAccelerator(KeyCombination)
public final boolean isEnabled()
protected final void setEnabled(boolean enabled)
public ReadOnlyBooleanProperty enabledProperty()
enabledProperty
in interface FXAction
isEnabled()
,
setEnabled(boolean)
public final GraphicFactory<Node> getGraphicFactory()
getGraphicFactory
in interface FXAction
public final void setGraphicFactory(GraphicFactory<Node> graphicFactory)
setGraphicFactory
in interface FXAction
public ObjectProperty<GraphicFactory<Node>> graphicFactoryProperty()
GraphicFactory
.graphicFactoryProperty
in interface FXAction
getGraphicFactory()
,
setGraphicFactory(GraphicFactory)
Copyright © 2012–2019 Drombler. All rights reserved.