java.lang.Object
org.tentackle.fx.FxControlDelegate
org.tentackle.fx.FxContainerDelegate
org.tentackle.fx.container.delegate.FxToolBarDelegate
- All Implemented Interfaces:
FxContainer,FxControl
Delegate for FxToolBar.
- Author:
- harald
-
Property Summary
Properties inherited from class org.tentackle.fx.FxControlDelegate
changeable, viewModifiedProperties inherited from interface org.tentackle.fx.FxControl
changeable, viewModified -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.collections.ObservableList<javafx.scene.Node> Gets the component nodes maintained by this container.Gets the container of this delegate.Methods inherited from class org.tentackle.fx.FxContainerDelegate
clearErrors, getController, getController, getNode, getParentContainer, invalidateSavedView, saveView, setBindable, setChangeable, setContainerChangeable, setContainerChangeable, setController, toGenericString, toString, triggerViewModified, updateModel, updateView, updateViewNonFocusedMethods inherited from class org.tentackle.fx.FxControlDelegate
addModelToViewListener, addViewToModelListener, changeableProperty, createChangeableProperty, fireModelToViewListeners, fireViewToModelListeners, getDelegate, getHelpUrl, getModelToViewListeners, getViewToModelListeners, isBindable, isChangeable, isContainerChangeableIgnored, isControlChangeable, isViewModified, removeModelToViewListener, removeViewToModelListener, setContainerChangeableIgnored, setHelpUrl, setViewModified, showHelp, updateChangeable, viewModifiedPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.tentackle.fx.FxControl
addModelToViewListener, addViewToModelListener, changeableProperty, getDelegate, getHelpUrl, isBindable, isChangeable, isContainerChangeableIgnored, isViewModified, removeModelToViewListener, removeViewToModelListener, setContainerChangeableIgnored, setHelpUrl, setViewModified, showHelp, viewModifiedProperty
-
Constructor Details
-
FxToolBarDelegate
Creates the delegate.- Parameters:
container- the container
-
-
Method Details
-
getContainer
Description copied from class:FxContainerDelegateGets the container of this delegate.- Specified by:
getContainerin classFxContainerDelegate- Returns:
- the container
-
getComponents
public javafx.collections.ObservableList<javafx.scene.Node> getComponents()Description copied from interface:FxContainerGets the component nodes maintained by this container.- Returns:
- list of components
-