Package | Description |
---|---|
com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
Modifier and Type | Method and Description |
---|---|
GraphicsBase.EditMode |
GraphicsBase.getEditMode()
Returns the value of
GraphicsBase.editModeProperty() . |
GraphicsBase.EditMode |
GraphicsBase.EditingCallbackParameter.getEditMode() |
static GraphicsBase.EditMode |
GraphicsBase.EditMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphicsBase.EditMode[] |
GraphicsBase.EditMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<GraphicsBase.EditMode> |
GraphicsBase.editModeProperty()
A property used to store the currently active editing mode, e.g.
|
Callback<GraphicsBase.EditModeCallbackParameter,GraphicsBase.EditMode> |
GraphicsBase.getEditModeCallback(Class<? extends MutableActivity> activityType,
Class<? extends Layout> layoutType) |
Modifier and Type | Method and Description |
---|---|
void |
GraphicsBase.setEditModeCallback(Class<? extends MutableActivity> activityType,
Class<? extends Layout> layoutType,
Callback<GraphicsBase.EditModeCallbackParameter,GraphicsBase.EditMode> callback) |
Constructor and Description |
---|
EditingCallbackParameter(ActivityRef<?> activityRef,
GraphicsBase.EditMode editMode) |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.