Interface HasVisibleProperty
- 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 HasVisibleProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault Booleandefault voidsetVisible(Boolean visible) Sets the value of thevisibleproperty.
-
Property Details
-
visible
- See Also:
-
-
Method Details
-
visibleProperty
- Returns:
- the
visibleproperty - See Also:
-
setVisible
Sets the value of thevisibleproperty.- Property description:
- Parameters:
visible- the value for thevisibleproperty- See Also:
-
isVisible
-