public abstract class AbstractLayoutBehavior extends AbstractBehavior<javafx.scene.Node>
pcs
ACTIVE_PROPERTY
Constructor and Description |
---|
AbstractLayoutBehavior() |
Modifier and Type | Method and Description |
---|---|
void |
activate() |
void |
deactivate() |
protected abstract LayoutModel |
getLayoutModel() |
protected abstract void |
postLayout()
Called after a layout pass.
|
protected abstract void |
preLayout()
Called before a layout pass.
|
addFeedback, addFeedback, addHandles, addHandles, addPropertyChangeListener, getAdaptable, getFeedbackParts, getHandleParts, getHost, isActive, removeFeedback, removeHandles, removePropertyChangeListener, setAdaptable, switchAdaptableScopes
public void activate()
activate
in interface IActivatable
activate
in class AbstractBehavior<javafx.scene.Node>
public void deactivate()
deactivate
in interface IActivatable
deactivate
in class AbstractBehavior<javafx.scene.Node>
protected abstract LayoutModel getLayoutModel()
protected abstract void postLayout()
protected abstract void preLayout()
Copyright (c) 2014 itemis AG and others. All rights reserved.