Interface HasManagedProperty
- All Known Subinterfaces:
INode
,PreferenceResizableNode
- All Known Implementing Classes:
AnchorPane
,Arc
,BorderPane
,Button
,ButtonBar
,ButtonBase
,Canvas
,Cell
,CheckBox
,ChoiceBox
,Circle
,ComboBoxBase
,ContextMenuContent
,ContextMenuContent.MenuItemContainer
,Control
,DatePicker
,DialogPane
,FlowPane
,GridPane
,Group
,HBox
,Hyperlink
,ImageView
,Label
,Labeled
,LabeledText
,Line
,MediaView
,Node
,Pane
,Parent
,PasswordField
,Path
,PopupControl.CSSBridge
,ProgressBar
,ProgressIndicator
,RadioButton
,Rectangle
,Region
,ScrollPane
,Separator
,Shape
,Slider
,SplitPane
,StackPane
,SubtractShape
,SVGPath
,TabPane
,Text
,TextArea
,TextField
,TextFlow
,TextInputControl
,TitledPane
,ToggleButton
,ToolkitTextBox
,VBox
,WebView
public interface HasManagedProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Boolean
default void
setManaged
(Boolean managed) Sets the value of themanaged
property.
-
Property Details
-
managed
- See Also:
-
-
Method Details
-
managedProperty
- Returns:
- the
managed
property - See Also:
-
setManaged
Sets the value of themanaged
property.- Property description:
- Parameters:
managed
- the value for themanaged
property- See Also:
-
isManaged
-