public class FXGridBehavior extends AbstractBehavior<javafx.scene.Node>
FXGridBehavior
can be registered on an FXRootPart
to
apply the information from the GridModel
to the background grid that
is managed by the FXViewer
.active, adaptable
IAdaptable.Bound.Impl<T extends IAdaptable>
ACTIVE_PROPERTY
Constructor and Description |
---|
FXGridBehavior() |
Modifier and Type | Method and Description |
---|---|
protected void |
doActivate()
Post
AbstractBehavior.activate() hook that may be overwritten to e.g. register
listeners. |
protected void |
doDeactivate()
Pre
AbstractBehavior.deactivate() hook that may be overwritten to e.g. unregister
listeners. |
protected InfiniteCanvas |
getCanvas()
|
activate, activeProperty, adaptableProperty, addFeedback, addHandles, deactivate, getAdaptable, getFeedbackParts, getHandleParts, getHost, isActive, removeFeedback, removeHandles, setAdaptable, switchAdaptableScopes, updateHandles
protected void doActivate()
AbstractBehavior
AbstractBehavior.activate()
hook that may be overwritten to e.g. register
listeners.doActivate
in class AbstractBehavior<javafx.scene.Node>
protected void doDeactivate()
AbstractBehavior
AbstractBehavior.deactivate()
hook that may be overwritten to e.g. unregister
listeners.doDeactivate
in class AbstractBehavior<javafx.scene.Node>
protected InfiniteCanvas getCanvas()
InfiniteCanvas
of the host's
FXViewer
.Copyright (c) 2014 itemis AG and others. All rights reserved.