- call(Integer) - Method in class org.controlsfx.control.spreadsheet.GridBase.MapBasedRowHeightFactory
-
- call(PropertySheet.Item) - Method in class org.controlsfx.property.editor.DefaultPropertyEditorFactory
-
- cb - Variable in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.ListEditor
-
- cellFactoryProperty() - Method in class org.controlsfx.control.GridView
-
Property representing the cell factory that is currently set in this
GridView, or null if no cell factory has been set (in which case the
default cell factory provided by the GridView skin will be used).
- cellHeightProperty() - Method in class org.controlsfx.control.GridView
-
Property representing the height that all cells should be.
- cellWidthProperty() - Method in class org.controlsfx.control.GridView
-
Property representing the width that all cells should be.
- CheckComboBox<T> - Class in org.controlsfx.control
-
A simple UI control that makes it possible to select zero or more items within
a ComboBox-like control.
- CheckComboBox() - Constructor for class org.controlsfx.control.CheckComboBox
-
Creates a new CheckComboBox instance with an empty list of choices.
- CheckComboBox(ObservableList<T>) - Constructor for class org.controlsfx.control.CheckComboBox
-
Creates a new CheckComboBox instance with the given items available as
choices.
- CheckListView<T> - Class in org.controlsfx.control
-
A simple UI control that makes it possible to select zero or more items within
a ListView without the need to set a custom cell factory or manually create
boolean properties for each row - simply use the
check model to request the current selection
state.
- CheckListView() - Constructor for class org.controlsfx.control.CheckListView
-
Creates a new CheckListView instance with an empty list of choices.
- CheckListView(ObservableList<T>) - Constructor for class org.controlsfx.control.CheckListView
-
Creates a new CheckListView instance with the given items available as
choices.
- checkModelProperty() - Method in class org.controlsfx.control.CheckComboBox
-
The check model provides the API through which it is possible
to check single or multiple items within a CheckComboBox, as well as inspect
which items have been checked by the user.
- checkModelProperty() - Method in class org.controlsfx.control.CheckListView
-
The check model provides the API through which it is possible
to check single or multiple items within a CheckListView, as well as inspect
which items have been checked by the user.
- checkModelProperty() - Method in class org.controlsfx.control.CheckTreeView
-
The check model provides the API through which it is possible
to check single or multiple items within a CheckTreeView, as well as inspect
which items have been checked by the user.
- CheckTreeView<T> - Class in org.controlsfx.control
-
A simple UI control that makes it possible to select zero or more items within
a TreeView without the need to set a custom cell factory or manually create
boolean properties for each row - simply use the
check model to request the current selection
state.
- CheckTreeView() - Constructor for class org.controlsfx.control.CheckTreeView
-
Creates a new CheckTreeView instance with an empty tree of choices.
- CheckTreeView(CheckBoxTreeItem<T>) - Constructor for class org.controlsfx.control.CheckTreeView
-
Creates a new CheckTreeView instance with the given CheckBoxTreeItem set
as the tree root.
- color(Color) - Method in class org.controlsfx.tools.Borders.LineBorders
-
Specifies the colour to use for all four sides of this border.
- color(Color, Color, Color, Color) - Method in class org.controlsfx.tools.Borders.LineBorders
-
Specifies that the wrapped Node should be wrapped with the given
colours for each of its four sides, going in the order top, right,
bottom, and finally left.
- ColorGridCell - Class in org.controlsfx.control.cell
-
A
GridCell that can be used to show coloured rectangles inside the
GridView control.
- ColorGridCell() - Constructor for class org.controlsfx.control.cell.ColorGridCell
-
Creates a default ColorGridCell instance.
- CommandLink(Node, String, String) - Constructor for class org.controlsfx.dialog.Dialogs.CommandLink
-
- CommandLink(String, String) - Constructor for class org.controlsfx.dialog.Dialogs.CommandLink
-
- commentedProperty() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
- completeUserInput(T) - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Complete the current user-input with the provided completion.
- contentNodeProperty() - Method in class org.controlsfx.control.PopOver
-
Returns the content shown by the pop over.
- contentProperty() - Method in class org.controlsfx.control.HiddenSidesPane
-
The property that is used to store a reference to the content node.
- contentProperty() - Method in class org.controlsfx.control.InfoOverlay
-
Specifies the arbitrarily complex scenegraph over which the text will be
displayed.
- contentProperty() - Method in class org.controlsfx.control.NotificationPane
-
The content property represents what is shown in the scene
that is not within the notification bar.
- contentProperty() - Method in class org.controlsfx.dialog.Dialog
-
Property representing the content area of the dialog.
- converter - Variable in class org.controlsfx.control.spreadsheet.SpreadsheetCellType
-
An instance of converter from string to cell type.
- convertValue(Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType
-
This method will be called when a commit is happening.
This method will try to convert the value, be sure to call
SpreadsheetCellType.match(Object) before to see if this method will succeed.
- convertValue(Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.DateType
-
- convertValue(Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.DoubleType
-
- convertValue(Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.IntegerType
-
- convertValue(Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.ListType
-
- convertValue(Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.ObjectType
-
- convertValue(Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.StringType
-
- copyClipboard() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Put the current selection into the ClipBoard.
- cornerRadiusProperty() - Method in class org.controlsfx.control.PopOver
-
Returns the corner radius property for the pop over.
- create() - Static method in class org.controlsfx.control.Notifications
-
Call this to begin the process of building a notification to show.
- create() - Static method in class org.controlsfx.dialog.Dialogs
-
Creates the initial dialog
- create() - Method in enum org.controlsfx.glyphfont.FontAwesome.Glyph
-
- create(char) - Method in class org.controlsfx.glyphfont.GlyphFont
-
Creates an instance of
Glyph using specified font character
- create(String) - Method in class org.controlsfx.glyphfont.GlyphFont
-
Creates and instance of
Glyph using glyph name
- createButton(Action, ActionUtils.ActionTextBehavior) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided
Action and returns a
Button instance
with all relevant properties bound to the properties of the Action.
- createButton(Action) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided
Action and returns a
Button instance
with all relevant properties bound to the properties of the Action.
- createButtonBar(Collection<? extends Action>) - Static method in class org.controlsfx.control.action.ActionUtils
-
- createCell(int, int, int, int, T) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType
-
Creates a cell that hold a at the specified position, with the
specified row/column span.
- createCell(int, int, int, int, LocalDate) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.DateType
-
- createCell(int, int, int, int, Double) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.DoubleType
-
- createCell(int, int, int, int, Integer) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.IntegerType
-
- createCell(int, int, int, int, String) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.ListType
-
- createCell(int, int, int, int, Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.ObjectType
-
- createCell(int, int, int, int, String) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.StringType
-
- createCheckBox(Action) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided
Action and returns a
CheckBox instance
with all relevant properties bound to the properties of the Action.
- createCheckEditor(PropertySheet.Item) - Static method in class org.controlsfx.property.editor.Editors
-
- createCheckMenuItem(Action) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided
Action and returns a
CheckMenuItem instance
with all relevant properties bound to the properties of the Action.
- createChoiceEditor(PropertySheet.Item, Collection<T>) - Static method in class org.controlsfx.property.editor.Editors
-
- createColorEditor(PropertySheet.Item) - Static method in class org.controlsfx.property.editor.Editors
-
- createContextMenu(Collection<? extends Action>) - Static method in class org.controlsfx.control.action.ActionUtils
-
- createDateEditor(PropertySheet.Item) - Static method in class org.controlsfx.property.editor.Editors
-
- createDefaultSkin() - Method in class org.controlsfx.control.BreadCrumbBar
- createDefaultSkin() - Method in class org.controlsfx.control.ButtonBar
- createDefaultSkin() - Method in class org.controlsfx.control.CheckComboBox
- createDefaultSkin() - Method in class org.controlsfx.control.GridCell
- createDefaultSkin() - Method in class org.controlsfx.control.GridView
- createDefaultSkin() - Method in class org.controlsfx.control.HiddenSidesPane
-
- createDefaultSkin() - Method in class org.controlsfx.control.HyperlinkLabel
- createDefaultSkin() - Method in class org.controlsfx.control.InfoOverlay
- createDefaultSkin() - Method in class org.controlsfx.control.MasterDetailPane
- createDefaultSkin() - Method in class org.controlsfx.control.NotificationPane
- createDefaultSkin() - Method in class org.controlsfx.control.PlusMinusSlider
-
- createDefaultSkin() - Method in class org.controlsfx.control.PopOver
-
- createDefaultSkin() - Method in class org.controlsfx.control.PropertySheet
- createDefaultSkin() - Method in class org.controlsfx.control.RangeSlider
- createDefaultSkin() - Method in class org.controlsfx.control.Rating
- createDefaultSkin() - Method in class org.controlsfx.control.SegmentedButton
- createDefaultSkin() - Method in class org.controlsfx.control.textfield.CustomTextField
- createEditor(SpreadsheetView) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType
-
Creates an editor for this type of cells.
- createEditor(SpreadsheetView) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.DateType
-
- createEditor(SpreadsheetView) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.DoubleType
-
- createEditor(SpreadsheetView) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.IntegerType
-
- createEditor(SpreadsheetView) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.ListType
-
- createEditor(SpreadsheetView) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.ObjectType
-
- createEditor(SpreadsheetView) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.StringType
-
- createFontEditor(PropertySheet.Item) - Static method in class org.controlsfx.property.editor.Editors
-
- createHyperlink(Action) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided
Action and returns a
Hyperlink instance
with all relevant properties bound to the properties of the Action.
- createMenu(Action) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided
Action and returns a
Menu instance
with all relevant properties bound to the properties of the Action.
- createMenuBar(Collection<? extends Action>) - Static method in class org.controlsfx.control.action.ActionUtils
-
- createMenuButton(Action, ActionUtils.ActionTextBehavior) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided
Action and returns a
MenuButton instance
with all relevant properties bound to the properties of the Action.
- createMenuButton(Action) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided
Action and returns a
MenuButton instance
with all relevant properties bound to the properties of the Action.
- createMenuItem(Action) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided
Action and returns a
MenuItem instance
with all relevant properties bound to the properties of the Action.
- createNumericEditor(PropertySheet.Item) - Static method in class org.controlsfx.property.editor.Editors
-
- createRadioButton(Action) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided
Action and returns a
RadioButton instance
with all relevant properties bound to the properties of the Action.
- createRadioMenuItem(Action) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided
Action and returns a
RadioMenuItem instance
with all relevant properties bound to the properties of the Action.
- createSearchField() - Static method in class org.controlsfx.control.textfield.TextFields
-
Creates a TextField that shows a clear button inside the TextField (on
the right hand side of it) when text is entered by the user.
- createSegmentedButton(ActionUtils.ActionTextBehavior, Collection<? extends Action>) - Static method in class org.controlsfx.control.action.ActionUtils
-
- createSegmentedButton(Collection<? extends Action>) - Static method in class org.controlsfx.control.action.ActionUtils
-
- createSegmentedButton(ActionUtils.ActionTextBehavior, Action...) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided varargs array of
Action and returns a
SegmentedButton instance
with all relevant properties bound to the properties of the actions.
- createSegmentedButton(Action...) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided varargs array of
Action and returns a
SegmentedButton instance
with all relevant properties bound to the properties of the actions.
- createTextEditor(PropertySheet.Item) - Static method in class org.controlsfx.property.editor.Editors
-
- createToggleButton(Action, ActionUtils.ActionTextBehavior) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided
Action and returns a
ToggleButton instance
with all relevant properties bound to the properties of the Action.
- createToggleButton(Action) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided
Action and returns a
ToggleButton instance
with all relevant properties bound to the properties of the Action.
- createToolBar(Collection<? extends Action>, ActionUtils.ActionTextBehavior) - Static method in class org.controlsfx.control.action.ActionUtils
-
- CRUMB_ACTION - Static variable in class org.controlsfx.control.BreadCrumbBar.BreadCrumbActionEvent
-
The event type that should be listened to by people interested in
knowing when the
selected crumb
has changed.
- crumbFactoryProperty() - Method in class org.controlsfx.control.BreadCrumbBar
-
Sets the crumb factory to create (custom) BreadCrumbBarSkin.BreadCrumbButton instances.
- CustomTextField - Class in org.controlsfx.control.textfield
-
A base class for people wanting to customize a
TextField to contain nodes
inside the text field itself, without being on top of the users typed-in text.
- CustomTextField() - Constructor for class org.controlsfx.control.textfield.CustomTextField
-
Instantiates a default CustomTextField.
- getAccelerator() - Method in class org.controlsfx.control.action.AbstractAction
-
Gets the value of the property accelerator.
- getActions() - Method in class org.controlsfx.control.action.ActionGroup
-
The list of
Action instances that exist within this ActionGroup.
- getActions() - Method in class org.controlsfx.control.NotificationPane
-
Observable list of actions used for the actions area of the notification
bar.
- getActions() - Method in class org.controlsfx.dialog.Dialog
-
Observable list of actions used for the dialog
ButtonBar.
- getArrowIndent() - Method in class org.controlsfx.control.PopOver
-
Returns the value of the arrow indent property.
- getArrowLocation() - Method in class org.controlsfx.control.PopOver
-
Returns the value of the arrow location property.
- getArrowSize() - Method in class org.controlsfx.control.PopOver
-
Returns the value of the arrow size property.
- getBlockIncrement() - Method in class org.controlsfx.control.RangeSlider
-
Gets the value of the property blockIncrement.
- getBottom() - Method in class org.controlsfx.control.HiddenSidesPane
-
Returns the value of the bottom node property.
- getButtonMinWidth() - Method in class org.controlsfx.control.ButtonBar
-
Returns the minimum width of all buttons placed in this button bar.
- getButtonOrder() - Method in class org.controlsfx.control.ButtonBar
-
- getButtons() - Method in class org.controlsfx.control.ButtonBar
-
Placing buttons inside this ObservableList will instruct the ButtonBar
to position them relative to each other based on their specified
ButtonBar.ButtonType.
- getButtons() - Method in class org.controlsfx.control.SegmentedButton
-
Returns the list of buttons that this SegmentedButton will draw together
into one 'grouped button'.
- getCategory() - Method in interface org.controlsfx.control.PropertySheet.Item
-
Returns a String representation of the category of the property.
- getCategory() - Method in class org.controlsfx.property.BeanProperty
-
Returns a String representation of the category of the property.
- getCellFactory() - Method in class org.controlsfx.control.GridView
-
Returns the cell factory that will be used to create
GridCell
instances to show in the GridView.
- getCellHeight() - Method in class org.controlsfx.control.GridView
-
Returns the height that all cells should be.
- getCellType() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
- getCellWidth() - Method in class org.controlsfx.control.GridView
-
Returns the width that all cells should be.
- getChar() - Method in enum org.controlsfx.glyphfont.FontAwesome.Glyph
-
- getCheckModel() - Method in class org.controlsfx.control.CheckComboBox
-
Returns the currently installed check model.
- getCheckModel() - Method in class org.controlsfx.control.CheckListView
-
Returns the currently installed check model.
- getCheckModel() - Method in class org.controlsfx.control.CheckTreeView
-
Returns the currently installed check model.
- getClassCssMetaData() - Static method in class org.controlsfx.control.GridView
-
- getClassCssMetaData() - Static method in class org.controlsfx.control.PlusMinusSlider
-
- getClassCssMetaData() - Static method in class org.controlsfx.control.RangeSlider
-
- getColumn() - Method in class org.controlsfx.control.spreadsheet.GridChange
-
Return the column number of this change.
- getColumn() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Return the column of this cell.
- getColumnCount() - Method in interface org.controlsfx.control.spreadsheet.Grid
-
Return how many columns are inside the grid.
- getColumnCount() - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Return how many columns are inside the grid.
- getColumnHeaders() - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Returns an ObservableList of string to display in the column headers.
- getColumns() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
- getColumnSpan() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Return how much this cell is spanning in column, 1 is normal.
- getCompletion() - Method in class org.controlsfx.control.textfield.AutoCompletionBinding.AutoCompletionEvent
-
Returns the chosen completion.
- getCompletionTarget() - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Gets the target node for auto completion
- getContent() - Method in class org.controlsfx.control.HiddenSidesPane
-
Returns the value of the content node property.
- getContent() - Method in class org.controlsfx.control.InfoOverlay
-
Gets the value of the property content.
- getContent() - Method in class org.controlsfx.control.NotificationPane
-
Gets the value of the property content.
- getContent() - Method in class org.controlsfx.dialog.Dialog
-
- getContentNode() - Method in class org.controlsfx.control.PopOver
-
Returns the value of the content property
- getControlCssMetaData() - Method in class org.controlsfx.control.GridView
- getControlCssMetaData() - Method in class org.controlsfx.control.RangeSlider
-
- getControlValue() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.DateEditor
-
- getControlValue() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.DoubleEditor
-
- getControlValue() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor
-
Return the value within your editor as a string.
- getControlValue() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.IntegerEditor
-
- getControlValue() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.ListEditor
-
- getControlValue() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.ObjectEditor
-
- getControlValue() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.StringEditor
-
- getCornerRadius() - Method in class org.controlsfx.control.PopOver
-
Returns the value of the corner radius property.
- getCrumbFactory() - Method in class org.controlsfx.control.BreadCrumbBar
-
Returns the cell factory that will be used to create BreadCrumbBarSkin.BreadCrumbButton
instances
- getCurrent() - Static method in enum org.controlsfx.tools.Platform
-
Returns current OS
- getDefaultSize() - Method in class org.controlsfx.glyphfont.GlyphFont
-
Returns the default font size
- getDescription() - Method in interface org.controlsfx.control.PropertySheet.Item
-
A String that will be shown to the user as a tooltip.
- getDescription() - Method in class org.controlsfx.property.BeanProperty
-
A String that will be shown to the user as a tooltip.
- getDetachedTitle() - Method in class org.controlsfx.control.PopOver
-
Returns the value of the detached title property.
- getDetailNode() - Method in class org.controlsfx.control.MasterDetailPane
-
Returns the value of the detail node property.
- getDetailSide() - Method in class org.controlsfx.control.MasterDetailPane
-
Returns the value of the detail side property.
- getDividerPosition() - Method in class org.controlsfx.control.MasterDetailPane
-
Returns the value of the divider position property.
- getEditingCell() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
- getEditor() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.DateEditor
-
- getEditor() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.DoubleEditor
-
- getEditor() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor
-
Return the control used for controlling the input.
- getEditor() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.IntegerEditor
-
- getEditor() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.ListEditor
-
- getEditor() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.ObjectEditor
-
- getEditor() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.StringEditor
-
- getEditor(SpreadsheetCellType<?>) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return the editor associated with the CellType.
- getEditor() - Method in class org.controlsfx.property.editor.AbstractPropertyEditor
-
Returns the editor responsible for editing this property.
- getEditor() - Method in interface org.controlsfx.property.editor.PropertyEditor
-
Returns the editor responsible for editing this property.
- getExpandableContent() - Method in class org.controlsfx.dialog.Dialog
-
Returns the dialog expandable content node, if one is set, or null otherwise.
- getFixedColumns() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
You can fix or unfix a column by modifying this list.
- getFixedRows() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
You can fix or unfix a row by modifying this list.
- getFormat() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Return the format of this cell or an empty string if no format has been
specified.
- getGlyphs() - Method in class org.controlsfx.glyphfont.FontAwesome
-
Returns glyph dictionary
- getGlyphs() - Method in class org.controlsfx.glyphfont.GlyphFont
-
Returns glyph dictionary
- getGraphic() - Method in class org.controlsfx.control.action.AbstractAction
-
Gets the value of the property graphic.
- getGraphic() - Method in class org.controlsfx.control.NotificationPane
-
Gets the value of the property graphic.
- getGraphic() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Return the graphic node associated with this cell.
- getGraphic() - Method in class org.controlsfx.dialog.Dialog
-
Gets the value of the property graphic.
- getGrid() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return the model Grid used by the SpreadsheetView
- getGridView() - Method in class org.controlsfx.control.GridCell
-
Returns the
GridView that this GridCell exists within.
- getHeight() - Method in class org.controlsfx.dialog.Dialog
-
Returns the height of the dialog.
- getHighValue() - Method in class org.controlsfx.control.RangeSlider
-
Returns the current high value for the range slider.
- getHorizontalCellSpacing() - Method in class org.controlsfx.control.GridView
-
Returns the amount of horizontal spacing there is between cells in
the same row.
- getItem() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Return the value contained in the cell.
- getItemBooleanProperty(int) - Method in class org.controlsfx.control.CheckComboBox
-
- getItemBooleanProperty(T) - Method in class org.controlsfx.control.CheckComboBox
-
- getItemBooleanProperty(int) - Method in class org.controlsfx.control.CheckListView
-
- getItemBooleanProperty(T) - Method in class org.controlsfx.control.CheckListView
-
- getItemBooleanProperty(int) - Method in class org.controlsfx.control.CheckTreeView
-
- getItems() - Method in class org.controlsfx.control.CheckComboBox
-
Represents the list of choices available to the user, from which they can
select zero or more items.
- getItems() - Method in class org.controlsfx.control.GridView
-
Returns the currently-in-use items list that is being used by the
GridView.
- getItems() - Method in class org.controlsfx.control.PropertySheet
-
A list of properties that will be displayed to the user to allow for them
to be edited.
- getLeft() - Method in class org.controlsfx.control.HiddenSidesPane
-
Returns the value of the left node property.
- getLeft() - Method in class org.controlsfx.control.textfield.CustomTextField
-
Gets the value of the property left.
- getLongText() - Method in class org.controlsfx.control.action.AbstractAction
-
Gets the value of the property longText.
- getLowValue() - Method in class org.controlsfx.control.RangeSlider
-
Returns the current low value for the range slider.
- getMajorTickUnit() - Method in class org.controlsfx.control.RangeSlider
-
Gets the value of the property majorTickUnit.
- getMasterNode() - Method in class org.controlsfx.control.MasterDetailPane
-
Returns the value of the master node property.
- getMasthead() - Method in class org.controlsfx.dialog.Dialog
-
Node which acts as dialog's masthead
- getMax() - Method in class org.controlsfx.control.RangeSlider
-
Gets the value of the property max.
- getMax() - Method in class org.controlsfx.control.Rating
-
Returns the maximum-allowed rating value.
- getMin() - Method in class org.controlsfx.control.RangeSlider
-
Gets the value of the property min.
- getMinorTickCount() - Method in class org.controlsfx.control.RangeSlider
-
Gets the value of the property minorTickCount.
- getMode() - Method in class org.controlsfx.control.PropertySheet
-
Gets the value of the property mode.
- getName() - Method in interface org.controlsfx.control.PropertySheet.Item
-
Returns the display name of the property, which should be short (i.e.
- getName() - Method in class org.controlsfx.glyphfont.GlyphFont
-
Returns font name
- getName() - Method in class org.controlsfx.property.BeanProperty
-
Returns the display name of the property, which should be short (i.e.
- getNewValue() - Method in class org.controlsfx.control.spreadsheet.GridChange
-
Return the value after the change.
- getObservableValue() - Method in class org.controlsfx.property.editor.AbstractPropertyEditor
-
Returns an
ObservableValue of the property that this property
editor is responsible for editing.
- getOldValue() - Method in class org.controlsfx.control.spreadsheet.GridChange
-
Return the value before the change.
- getOnAction() - Method in class org.controlsfx.control.HyperlinkLabel
-
Gets the value of the property onAction.
- getOnAutoCompleted() - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Gets the value of the property onAutoCompleted.
- getOnCrumbAction() - Method in class org.controlsfx.control.BreadCrumbBar
-
Gets the value of the property onCrumbAction.
- getOnHidden() - Method in class org.controlsfx.control.NotificationPane
-
Gets the value of the property onHidden.
- getOnHiding() - Method in class org.controlsfx.control.NotificationPane
-
Gets the value of the property onHiding.
- getOnShowing() - Method in class org.controlsfx.control.NotificationPane
-
Gets the value of the property onShowing.
- getOnShown() - Method in class org.controlsfx.control.NotificationPane
-
Gets the value of the property onShown.
- getOnValueChanged() - Method in class org.controlsfx.control.PlusMinusSlider
-
Returns the event handler that will be notified when the adjuster's value
changes.
- getOrientation() - Method in class org.controlsfx.control.PlusMinusSlider
-
Returns the value of the orientation property.
- getOrientation() - Method in class org.controlsfx.control.RangeSlider
-
Gets the value of the property orientation.
- getOrientation() - Method in class org.controlsfx.control.Rating
-
Returns the
Orientation of the
Rating - this can either
be horizontal or vertical.
- getPinnedSide() - Method in class org.controlsfx.control.HiddenSidesPane
-
Returns the value of the pinned side property.
- getPlatformId() - Method in enum org.controlsfx.tools.Platform
-
Returns platform id.
- getProperties() - Method in class org.controlsfx.control.action.AbstractAction
-
Returns an observable map of properties on this Action for use primarily
by application developers.
- getProperties() - Method in interface org.controlsfx.control.action.Action
-
Returns an observable map of properties on this Action for use primarily
by application developers.
- getProperties() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Returns an observable map of properties on this node for use primarily by
application developers.
- getProperties() - Method in enum org.controlsfx.dialog.Dialog.Actions
-
Returns an observable map of properties on this Action for use primarily
by application developers.
- getProperties(Object) - Static method in class org.controlsfx.property.BeanPropertyUtils
-
- getProperty() - Method in class org.controlsfx.property.editor.AbstractPropertyEditor
-
Returns the property that this property editor is responsible for editing.
- getPropertyEditorFactory() - Method in class org.controlsfx.control.PropertySheet
-
- getRating() - Method in class org.controlsfx.control.Rating
-
Returns the current rating value.
- getRight() - Method in class org.controlsfx.control.HiddenSidesPane
-
Returns the value of the right node property.
- getRight() - Method in class org.controlsfx.control.textfield.CustomTextField
-
Gets the value of the property right.
- getRow() - Method in class org.controlsfx.control.spreadsheet.GridChange
-
Return the row number of this change.
- getRow() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Return the row of this cell.
- getRowCount() - Method in interface org.controlsfx.control.spreadsheet.Grid
-
Return how many rows are inside the grid.
- getRowCount() - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Return how many rows are inside the grid.
- getRowHeaders() - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Returns an ObservableList of string to display in the row headers.
- getRowHeight(int) - Method in interface org.controlsfx.control.spreadsheet.Grid
-
Return the height of a row.
- getRowHeight(int) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Return the height of a row.
- getRows() - Method in interface org.controlsfx.control.spreadsheet.Grid
-
- getRows() - Method in class org.controlsfx.control.spreadsheet.GridBase
-
- getRowSpan() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Return how much this cell is spanning in row, 1 is normal.
- getSelectedCrumb() - Method in class org.controlsfx.control.BreadCrumbBar.BreadCrumbActionEvent
-
Returns the crumb which was the action target.
- getSelectedCrumb() - Method in class org.controlsfx.control.BreadCrumbBar
-
Get the current target path
- getSelectionModel() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return the selectionModel used by the SpreadsheetView.
- getSpanType(SpreadsheetView, int, int) - Method in interface org.controlsfx.control.spreadsheet.Grid
-
- getSpanType(SpreadsheetView, int, int) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
- getSpreadsheetViewContextMenu() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Create a menu on rightClick with two options: Copy/Paste This can be
overridden by developers for custom behavior.
- getStyleClass() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Return an ObservableList of String of all the style class associated with
this cell.
- getStylesheets() - Method in class org.controlsfx.dialog.Dialog
-
Return the StyleSheets associated with the scene used in the Dialog (see
Scene.getStylesheets()
This allow you to specify custom CSS rules to be applied on your dialog's elements.
- getText() - Method in class org.controlsfx.control.action.AbstractAction
-
Gets the value of the property text.
- getText() - Method in class org.controlsfx.control.HyperlinkLabel
-
Gets the value of the property text.
- getText() - Method in class org.controlsfx.control.InfoOverlay
-
Gets the value of the property text.
- getText() - Method in class org.controlsfx.control.NotificationPane
-
Gets the value of the property text.
- getText() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Return the String representation currently used for display in the
SpreadsheetView.
- getTitle() - Method in class org.controlsfx.dialog.Dialog
-
Return the title of the dialog.
- getTitleFilter() - Method in class org.controlsfx.control.PropertySheet
-
- getTop() - Method in class org.controlsfx.control.HiddenSidesPane
-
Returns the value of the top node property.
- getTriggerDistance() - Method in class org.controlsfx.control.HiddenSidesPane
-
Returns the value of the trigger distance property.
- getType() - Method in interface org.controlsfx.control.PropertySheet.Item
-
Returns the class type of the property.
- getType() - Method in class org.controlsfx.property.BeanProperty
-
Returns the class type of the property.
- getTypeCode() - Method in enum org.controlsfx.control.ButtonBar.ButtonType
-
- getUserAgentStylesheet() - Method in class org.controlsfx.control.BreadCrumbBar
- getUserAgentStylesheet() - Method in class org.controlsfx.control.GridView
- getUserAgentStylesheet() - Method in class org.controlsfx.control.InfoOverlay
-
- getUserAgentStylesheet() - Method in class org.controlsfx.control.MasterDetailPane
- getUserAgentStylesheet() - Method in class org.controlsfx.control.NotificationPane
- getUserAgentStylesheet() - Method in class org.controlsfx.control.PlusMinusSlider
-
- getUserAgentStylesheet() - Method in class org.controlsfx.control.PropertySheet
- getUserAgentStylesheet() - Method in class org.controlsfx.control.RangeSlider
- getUserAgentStylesheet() - Method in class org.controlsfx.control.Rating
- getUserAgentStylesheet() - Method in class org.controlsfx.control.SegmentedButton
- getUserAgentStylesheet() - Method in class org.controlsfx.control.textfield.CustomTextField
- getUserText() - Method in interface org.controlsfx.control.textfield.AutoCompletionBinding.ISuggestionRequest
-
Get the user text to which suggestions shall be found
- getValue() - Method in class org.controlsfx.control.PlusMinusSlider
-
Returns the value of the value property.
- getValue() - Method in class org.controlsfx.control.PlusMinusSlider.PlusMinusEvent
-
- getValue() - Method in interface org.controlsfx.control.PropertySheet.Item
-
Returns the current value of the property.
- getValue() - Method in class org.controlsfx.property.BeanProperty
-
Returns the current value of the property.
- getValue() - Method in class org.controlsfx.property.editor.AbstractPropertyEditor
-
Returns the current value in the editor - this may not be the value of
the property itself!
- getValue() - Method in interface org.controlsfx.property.editor.PropertyEditor
-
Returns the current value in the editor - this may not be the value of
the property itself!
- getVerticalCellSpacing() - Method in class org.controlsfx.control.GridView
-
Returns the amount of vertical spacing there is between cells in
the same column.
- getWidth() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetColumn
-
Return the actual width of the column.
- getWidth() - Method in class org.controlsfx.dialog.Dialog
-
Returns the width of the dialog.
- getWindow() - Method in class org.controlsfx.dialog.Dialog
-
Returns this dialog's window.
- getWindow(Object) - Static method in class org.controlsfx.tools.Utils
-
Will return a
Window from an object if any can be found.
- Glyph - Class in org.controlsfx.glyphfont
-
Represents one glyph from the font.
- Glyph(String, Character, double, Color) - Constructor for class org.controlsfx.glyphfont.Glyph
-
Creates the glyph
- glyph(String, String) - Static method in class org.controlsfx.glyphfont.GlyphFontRegistry
-
Retrieve one glyph by font name and glyph name
- glyph(String) - Static method in class org.controlsfx.glyphfont.GlyphFontRegistry
-
Retrieve glyph by font name and glyph name using one string where font name an glyph name are separated by pipe
- GlyphFont - Class in org.controlsfx.glyphfont
-
Represents a glyph font, which can be loaded locally or from a specified URL.
- GlyphFont(String, int, InputStream) - Constructor for class org.controlsfx.glyphfont.GlyphFont
-
- GlyphFont(String, int, String) - Constructor for class org.controlsfx.glyphfont.GlyphFont
-
Load glyph font from specified URL
- GlyphFontRegistry - Class in org.controlsfx.glyphfont
-
The glyph font registry automatically registers available fonts using a
ServiceLoader facility, however it is also possible to register
glyph fonts manually using the provided
register(GlyphFont) method.
- graphic(Node) - Method in class org.controlsfx.control.Notifications
-
Specify the graphic to show in the notification.
- graphicProperty() - Method in class org.controlsfx.control.action.AbstractAction
-
This graphic that should be shown to the user in relation to this action.
- graphicProperty() - Method in interface org.controlsfx.control.action.Action
-
This graphic that should be shown to the user in relation to this action.
- graphicProperty() - Method in class org.controlsfx.control.NotificationPane
-
The graphic property represents the
Node to show within the popup
notification bar that appears on top of the
content that is within the NotificationPane.
- graphicProperty() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
- graphicProperty() - Method in enum org.controlsfx.dialog.Dialog.Actions
-
This graphic that should be shown to the user in relation to this action.
- graphicProperty() - Method in class org.controlsfx.dialog.Dialog
-
The dialog graphic, presented either in the masthead, if one is showing,
or to the left of the
content.
- Grid - Interface in org.controlsfx.control.spreadsheet
-
- GRID_CHANGE_EVENT - Static variable in class org.controlsfx.control.spreadsheet.GridChange
-
- GridBase - Class in org.controlsfx.control.spreadsheet
-
A base implementation of the
Grid interface.
- GridBase() - Constructor for class org.controlsfx.control.spreadsheet.GridBase
-
Creates grid with 'unlimited' rows and columns
- GridBase(int, int) - Constructor for class org.controlsfx.control.spreadsheet.GridBase
-
Creates a grid with a fixed number of rows and columns.
- GridBase.MapBasedRowHeightFactory - Class in org.controlsfx.control.spreadsheet
-
This class serves as a bridge between row height Callback needed by the
GridBase and a Map that one could have (each Integer
specify a row index and its associated height).
- GridCell<T> - Class in org.controlsfx.control
-
- GridCell() - Constructor for class org.controlsfx.control.GridCell
-
Creates a default GridCell instance.
- GridChange - Class in org.controlsfx.control.spreadsheet
-
This class represents a single change happening in a
Grid.
- GridChange(int, int, Object, Object) - Constructor for class org.controlsfx.control.spreadsheet.GridChange
-
Constructor of a GridChange when a change inside a
SpreadsheetCell is happening.
- gridProperty() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
- GridView<T> - Class in org.controlsfx.control
-
A GridView is a virtualised control for displaying
GridView.getItems() in a
visual, scrollable, grid-like fashion.
- GridView() - Constructor for class org.controlsfx.control.GridView
-
Creates a default, empty GridView control.
- GridView(ObservableList<T>) - Constructor for class org.controlsfx.control.GridView
-
Creates a default GridView control with the provided items prepopulated.
- gridViewProperty() - Method in class org.controlsfx.control.GridCell
-
The
GridView that this GridCell exists within.
- ImageGridCell - Class in org.controlsfx.control.cell
-
- ImageGridCell() - Constructor for class org.controlsfx.control.cell.ImageGridCell
-
Creates a default ImageGridCell instance, which will preserve image properties
- ImageGridCell(boolean) - Constructor for class org.controlsfx.control.cell.ImageGridCell
-
Create ImageGridCell instance
- incrementHighValue() - Method in class org.controlsfx.control.RangeSlider
-
- incrementLowValue() - Method in class org.controlsfx.control.RangeSlider
-
- InfoOverlay - Class in org.controlsfx.control
-
A simple UI control that allows for an information popup to be displayed over
a node to describe it in further detail.
- InfoOverlay() - Constructor for class org.controlsfx.control.InfoOverlay
-
Constructs a default InfoOverlay control with no node or text.
- InfoOverlay(String, String) - Constructor for class org.controlsfx.control.InfoOverlay
-
Attempts to construct an InfoOverlay instance using the given string
to load an image, and to place the given text string over top of it.
- InfoOverlay(Node, String) - Constructor for class org.controlsfx.control.InfoOverlay
-
Constructs an InfoOverlay instance using the given Node (which can be
an arbitrarily complex node / scenegraph, or a simple ImageView, for example),
and places the given text string over top of it.
- innerPadding(double) - Method in class org.controlsfx.tools.Borders.EtchedBorders
-
Specifies the inner padding of the four lines of this border.
- innerPadding(double, double, double, double) - Method in class org.controlsfx.tools.Borders.EtchedBorders
-
Specifies that the line wrapping the node should have inner padding
as specified, with each padding being independently configured, going
in the order top, right, bottom, and left.
- innerPadding(double) - Method in class org.controlsfx.tools.Borders.LineBorders
-
Specifies the outer padding of the four lines of this border.
- innerPadding(double, double, double, double) - Method in class org.controlsfx.tools.Borders.LineBorders
-
Specifies that the line wrapping the node should have inner padding
as specified, with each padding being independently configured, going
in the order top, right, bottom, and left.
- INTEGER - Static variable in class org.controlsfx.control.spreadsheet.SpreadsheetCellType
-
- IntegerEditor(SpreadsheetView) - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.IntegerEditor
-
* Constructor * *
- IntegerType() - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetCellType.IntegerType
-
- IntegerType(IntegerStringConverter) - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetCellType.IntegerType
-
- isAnimated() - Method in class org.controlsfx.control.MasterDetailPane
-
Returns the value of the "animated" property.
- isAutoNavigationEnabled() - Method in class org.controlsfx.control.BreadCrumbBar
-
Gets the value of the property autoNavigationEnabled.
- isButtonUniformSize() - Method in class org.controlsfx.control.ButtonBar
-
Checks if all buttons should have uniform size
- isCancelled() - Method in interface org.controlsfx.control.textfield.AutoCompletionBinding.ISuggestionRequest
-
Is this request canceled?
- isColumnFixable() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetColumn
-
Indicate whether this column can be fixed or not.
- isColumnFixable(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Indicate whether this column can be fixed or not.
- isCommented() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Return if this cell has a comment or not.
- isDetachable() - Method in class org.controlsfx.control.PopOver
-
Returns the value of the detachable property.
- isDetached() - Method in class org.controlsfx.control.PopOver
-
Returns the value of the detached property.
- isDisabled() - Method in class org.controlsfx.control.action.AbstractAction
-
Gets the value of the property disabled.
- isEditable() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Return if this cell can be edited or not.
- isEditable() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Gets the value of the property editable.
- isError(Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType
-
Returns true if the value is an error regarding the specification of its
type.
- isFixed() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetColumn
-
Return whether this column is fixed or not.
- isFixingColumnsAllowed() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return whether change to Fixed columns are allowed.
- isFixingRowsAllowed() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return whether change to Fixed rows are allowed.
- isHighValueChanging() - Method in class org.controlsfx.control.RangeSlider
-
Returns whether or not the high value of this RangeSlider is currently
changing.
- isLocked() - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Return whether this Grid id locked or not.
- isLowValueChanging() - Method in class org.controlsfx.control.RangeSlider
-
Returns whether or not the low value of this RangeSlider is currently
changing.
- isModeSwitcherVisible() - Method in class org.controlsfx.control.PropertySheet
-
Gets the value of the property modeSwitcherVisible.
- isPartialRating() - Method in class org.controlsfx.control.Rating
-
- isResizable() - Method in class org.controlsfx.dialog.Dialog
-
Returns whether or not the dialog is resizable.
- isRowFixable(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Indicate whether a row can be fixed or not.
- isSearchBoxVisible() - Method in class org.controlsfx.control.PropertySheet
-
Gets the value of the property searchBoxVisible.
- isShowColumnHeader() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return if the Column Header is showing.
- isShowDetailNode() - Method in class org.controlsfx.control.MasterDetailPane
-
Returns the value of the "show detail node" property.
- isShowFromTop() - Method in class org.controlsfx.control.NotificationPane
-
Gets the value of the property showFromTop.
- isShowing() - Method in class org.controlsfx.control.NotificationPane
-
Gets the value of the property showing.
- isShowOnHover() - Method in class org.controlsfx.control.InfoOverlay
-
Gets the value of the property showOnHover.
- isShowRowHeader() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return if the row Header is showing.
- isShowTickLabels() - Method in class org.controlsfx.control.RangeSlider
-
Gets the value of the property showTickLabels.
- isShowTickMarks() - Method in class org.controlsfx.control.RangeSlider
-
Gets the value of the property showTickMarks.
- isSnapToTicks() - Method in class org.controlsfx.control.RangeSlider
-
Gets the value of the property snapToTicks.
- isUpdateOnHover() - Method in class org.controlsfx.control.Rating
-
- itemList - Variable in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.ListEditor
-
* Protected Fields * *
- itemProperty() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
The item property represents the currently-set value inside this
SpreadsheetCell instance.
- items - Variable in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.ListType
-
- itemsProperty() - Method in class org.controlsfx.control.GridView
-
The items to be displayed in the GridView (as rendered via
GridCell
instances).
- searchBoxVisibleProperty() - Method in class org.controlsfx.control.PropertySheet
-
This property represents whether a text field should be presented to
users to allow for them to filter the properties in the property sheet to
only show ones matching the typed input.
- SegmentedButton - Class in org.controlsfx.control
-
The SegmentedButton is a simple control that forces together a group of
ToggleButton instances such that they appear as one collective button
(with sub-buttons), rather than as individual buttons.
- SegmentedButton() - Constructor for class org.controlsfx.control.SegmentedButton
-
Creates a default SegmentedButton instance with no buttons.
- SegmentedButton(ToggleButton...) - Constructor for class org.controlsfx.control.SegmentedButton
-
Creates a default SegmentedButton instance with the provided buttons
inserted into it.
- SegmentedButton(ObservableList<ToggleButton>) - Constructor for class org.controlsfx.control.SegmentedButton
-
Creates a default SegmentedButton instance with the provided buttons
inserted into it.
- selectedCrumbProperty() - Method in class org.controlsfx.control.BreadCrumbBar
-
Represents the bottom-most path node (the node on the most-right side in
terms of the bread crumb bar).
- setAccelerator(KeyCombination) - Method in class org.controlsfx.control.action.AbstractAction
-
Sets the value of the property accelerator.
- setAnimated(boolean) - Method in class org.controlsfx.control.MasterDetailPane
-
Sets the value of the "animated" property.
- setArrowIndent(double) - Method in class org.controlsfx.control.PopOver
-
Sets the value of the arrow indent property.
- setArrowLocation(PopOver.ArrowLocation) - Method in class org.controlsfx.control.PopOver
-
Sets the value of the arrow location property.
- setArrowSize(double) - Method in class org.controlsfx.control.PopOver
-
Sets the value of the arrow size property.
- setAutoNavigationEnabled(boolean) - Method in class org.controlsfx.control.BreadCrumbBar
-
Sets the value of the property autoNavigationEnabled.
- setBlockIncrement(double) - Method in class org.controlsfx.control.RangeSlider
-
Sets the value of the property blockIncrement.
- setBottom(Node) - Method in class org.controlsfx.control.HiddenSidesPane
-
Sets the value of the bottom node property.
- setButtonMinWidth(double) - Method in class org.controlsfx.control.ButtonBar
-
Sets the minimum width of all buttons placed in this button bar.
- setButtonOrder(String) - Method in class org.controlsfx.control.ButtonBar
-
- setButtonUniformSize(boolean) - Method in class org.controlsfx.control.ButtonBar
-
Sets all buttons to be uniform size
- setCellFactory(Callback<GridView<T>, GridCell<T>>) - Method in class org.controlsfx.control.GridView
-
Sets the cell factory to use to create
GridCell instances to
show in the GridView.
- setCellHeight(double) - Method in class org.controlsfx.control.GridView
-
Sets the height that all cells should be.
- setCellValue(int, int, Object) - Method in interface org.controlsfx.control.spreadsheet.Grid
-
Change the value situated at the intersection if possible.
- setCellValue(int, int, Object) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Change the value situated at the intersection if possible.
- setCellWidth(double) - Method in class org.controlsfx.control.GridView
-
Sets the width that all cells should be.
- setCheckModel(MultipleSelectionModel<T>) - Method in class org.controlsfx.control.CheckComboBox
-
Sets the 'check model' to be used in the CheckComboBox - this is the
code that is responsible for representing the selected state of each
CheckBox - that is, whether each
CheckBox is checked or
not (and not to be confused with the
selection model concept, which is used in the ComboBox control to
represent the selection state of each row)..
- setCheckModel(MultipleSelectionModel<T>) - Method in class org.controlsfx.control.CheckListView
-
Sets the 'check model' to be used in the CheckListView - this is the
code that is responsible for representing the selected state of each
CheckBox - that is, whether each
CheckBox is checked or
not (and not to be confused with the
selection model concept, which is used in the ListView control to
represent the selection state of each row)..
- setCheckModel(MultipleSelectionModel<TreeItem<T>>) - Method in class org.controlsfx.control.CheckTreeView
-
Sets the 'check model' to be used in the CheckTreeView - this is the
code that is responsible for representing the selected state of each
CheckBox - that is, whether each
CheckBox is checked or
not (and not to be confused with the
selection model concept, which is used in the TreeView control to
represent the selection state of each row)..
- setClosable(boolean) - Method in class org.controlsfx.dialog.Dialog
-
Sets whether the dialog can be closed
- setColor(Color) - Method in class org.controlsfx.glyphfont.Glyph
-
Sets glyph color
- setColumnSpan(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Sets how much this cell is spanning in column.
- setCommented(boolean) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Change the commented state of this cell.
- setContent(Node) - Method in class org.controlsfx.control.HiddenSidesPane
-
Sets the value of the content node property.
- setContent(Node) - Method in class org.controlsfx.control.InfoOverlay
-
Sets the value of the property content.
- setContent(Node) - Method in class org.controlsfx.control.NotificationPane
-
Sets the value of the property content.
- setContent(Node) - Method in class org.controlsfx.dialog.Dialog
-
Assign dialog content.
- setContent(String) - Method in class org.controlsfx.dialog.Dialog
-
- setContentNode(Node) - Method in class org.controlsfx.control.PopOver
-
Sets the value of the content property.
- setCornerRadius(double) - Method in class org.controlsfx.control.PopOver
-
Sets the value of the corner radius property.
- setCrumbFactory(Callback<TreeItem<T>, Button>) - Method in class org.controlsfx.control.BreadCrumbBar
-
Sets the value of the property crumbFactory.
- setDetachable(boolean) - Method in class org.controlsfx.control.PopOver
-
Sets the value of the detachable property.
- setDetached(boolean) - Method in class org.controlsfx.control.PopOver
-
Sets the value of the detached property.
- setDetachedTitle(String) - Method in class org.controlsfx.control.PopOver
-
Sets the value of the detached title property.
- setDetailNode(Node) - Method in class org.controlsfx.control.MasterDetailPane
-
Sets the value of the detail node property.
- setDetailSide(Side) - Method in class org.controlsfx.control.MasterDetailPane
-
Sets the value of the detail side property.
- setDisabled(boolean) - Method in class org.controlsfx.control.action.AbstractAction
-
Sets the value of the property disabled.
- setDividerPosition(double) - Method in class org.controlsfx.control.MasterDetailPane
-
Sets the value of the divider position property.
- setEditable(boolean) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Change the editable state of this cell
- setEditable(boolean) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Sets the value of the property editable.
- setExpandableContent(Node) - Method in class org.controlsfx.dialog.Dialog
-
Sets the dialog expandable content node, or null if no expandable content
needs to be shown.
- setFixed(boolean) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetColumn
-
- setFixingColumnsAllowed(boolean) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
If set to true, user will be allowed to fix and unfix the columns.
- setFixingRowsAllowed(boolean) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
If set to true, user will be allowed to fix and unfix the rows.
- setFormat(String) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Set a new format for this Cell.
- setGraphic(Node) - Method in class org.controlsfx.control.action.AbstractAction
-
Sets the value of the property graphic.
- setGraphic(Node) - Method in class org.controlsfx.control.NotificationPane
-
Sets the value of the property graphic.
- setGraphic(Node) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Set a graphic for this cell to display aside with the text.
- setGraphic(Node) - Method in class org.controlsfx.dialog.Dialog
-
Sets the dialog graphic, which will be displayed either in the masthead,
if one is showing, or to the left of the
content.
- setGrid(Grid) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Set a new Grid for the SpreadsheetView.
- setHighValue(double) - Method in class org.controlsfx.control.RangeSlider
-
Sets the high value for the range slider, which may or may not be clamped
to be within the allowable range as specified by the
min and
max properties.
- setHighValueChanging(boolean) - Method in class org.controlsfx.control.RangeSlider
-
Call this when high low value is changing.
- setHorizontalCellSpacing(double) - Method in class org.controlsfx.control.GridView
-
Sets the amount of horizontal spacing there should be between cells in
the same row.
- setIconifiable(boolean) - Method in class org.controlsfx.dialog.Dialog
-
Sets whether the dialog can be iconified (minimized)
- setItem(Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Sets the value of the property Item.
- setItems(ObservableList<T>) - Method in class org.controlsfx.control.GridView
-
- setLeft(Node) - Method in class org.controlsfx.control.HiddenSidesPane
-
Sets the value of the left node property.
- setLeft(Node) - Method in class org.controlsfx.control.textfield.CustomTextField
-
Sets the value of the property left.
- setLocked(Boolean) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Lock or unlock this Grid.
- setLongText(String) - Method in class org.controlsfx.control.action.AbstractAction
-
Sets the value of the property longText.
- setLowValue(double) - Method in class org.controlsfx.control.RangeSlider
-
Sets the low value for the range slider, which may or may not be clamped
to be within the allowable range as specified by the
min and
max properties.
- setLowValueChanging(boolean) - Method in class org.controlsfx.control.RangeSlider
-
Call this when the low value is changing.
- setMajorTickUnit(double) - Method in class org.controlsfx.control.RangeSlider
-
Sets the value of the property majorTickUnit.
- setMasterNode(Node) - Method in class org.controlsfx.control.MasterDetailPane
-
Sets the value of the master node property.
- setMasthead(Node) - Method in class org.controlsfx.dialog.Dialog
-
Assigns dialog's masthead.
- setMasthead(String) - Method in class org.controlsfx.dialog.Dialog
-
Sets the string to show in the dialog masthead area.
- setMax(double) - Method in class org.controlsfx.control.RangeSlider
-
Sets the value of the property max.
- setMax(int) - Method in class org.controlsfx.control.Rating
-
Sets the maximum-allowed rating value.
- setMin(double) - Method in class org.controlsfx.control.RangeSlider
-
Sets the value of the property min.
- setMinorTickCount(int) - Method in class org.controlsfx.control.RangeSlider
-
Sets the value of the property minorTickCount.
- setMode(PropertySheet.Mode) - Method in class org.controlsfx.control.PropertySheet
-
Sets the value of the property mode.
- setModeSwitcherVisible(boolean) - Method in class org.controlsfx.control.PropertySheet
-
Sets the value of the property modeSwitcherVisible.
- setOnAction(EventHandler<ActionEvent>) - Method in class org.controlsfx.control.HyperlinkLabel
-
Sets the value of the property onAction.
- setOnAutoCompleted(EventHandler<AutoCompletionBinding.AutoCompletionEvent<T>>) - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Set a event handler which is invoked after an auto completion.
- setOnCrumbAction(EventHandler<BreadCrumbBar.BreadCrumbActionEvent<T>>) - Method in class org.controlsfx.control.BreadCrumbBar
-
Sets the value of the property onCrumbAction.
- setOnHidden(EventHandler<Event>) - Method in class org.controlsfx.control.NotificationPane
-
- setOnHiding(EventHandler<Event>) - Method in class org.controlsfx.control.NotificationPane
-
- setOnShowing(EventHandler<Event>) - Method in class org.controlsfx.control.NotificationPane
-
Called just prior to the NotificationPane being shown.
- setOnShown(EventHandler<Event>) - Method in class org.controlsfx.control.NotificationPane
-
- setOnValueChanged(EventHandler<PlusMinusSlider.PlusMinusEvent>) - Method in class org.controlsfx.control.PlusMinusSlider
-
Sets an event handler that will receive plus minus events when the user
moves the adjuster's thumb.
- setOrientation(Orientation) - Method in class org.controlsfx.control.PlusMinusSlider
-
Sets the value of the orientation property.
- setOrientation(Orientation) - Method in class org.controlsfx.control.RangeSlider
-
Sets the value of the property orientation.
- setOrientation(Orientation) - Method in class org.controlsfx.control.Rating
-
Sets the
Orientation of the
Rating - this can either be
horizontal or vertical.
- setPartialRating(boolean) - Method in class org.controlsfx.control.Rating
-
- setPinnedSide(Side) - Method in class org.controlsfx.control.HiddenSidesPane
-
Sets the value of the pinned side property.
- setPrefWidth(double) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetColumn
-
Set the width of this column.
- setPropertyEditorFactory(Callback<PropertySheet.Item, PropertyEditor<?>>) - Method in class org.controlsfx.control.PropertySheet
-
- setRating(double) - Method in class org.controlsfx.control.Rating
-
Sets the current rating value.
- setResizable(boolean) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetColumn
-
If this column can be resized by the user
- setResizable(boolean) - Method in class org.controlsfx.dialog.Dialog
-
Sets whether the dialog can be resized by the user.
- setResult(Action) - Method in class org.controlsfx.dialog.Dialog
-
Assigns the resulting action.
- setRight(Node) - Method in class org.controlsfx.control.HiddenSidesPane
-
Sets the value of the right node property.
- setRight(Node) - Method in class org.controlsfx.control.textfield.CustomTextField
-
Sets the value of the property right.
- setRowHeightCallback(Callback<Integer, Double>) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Set a new
Callback for this grid in order to specify height of
each row.
- setRows(Collection<ObservableList<SpreadsheetCell>>) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
This method sets the rows used by the grid, and updates the rowCount.
- setRowSpan(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Sets how much this cell is spanning in row.
- setSearchBoxVisible(boolean) - Method in class org.controlsfx.control.PropertySheet
-
Sets the value of the property searchBoxVisible.
- setSelectedCrumb(TreeItem<T>) - Method in class org.controlsfx.control.BreadCrumbBar
-
Sets the value of the property selectedCrumb.
- setShowColumnHeader(boolean) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Activate and deactivate the Column Header
- setShowDetailNode(boolean) - Method in class org.controlsfx.control.MasterDetailPane
-
Sets the value of the "show detail node" property.
- setShowFromTop(boolean) - Method in class org.controlsfx.control.NotificationPane
-
Sets the value of the property showFromTop.
- setShowOnHover(boolean) - Method in class org.controlsfx.control.InfoOverlay
-
Sets the value of the property showOnHover.
- setShowRowHeader(boolean) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Activate and deactivate the Row Header.
- setShowTickLabels(boolean) - Method in class org.controlsfx.control.RangeSlider
-
Sets the value of the property showTickLabels.
- setShowTickMarks(boolean) - Method in class org.controlsfx.control.RangeSlider
-
Sets the value of the property showTickMarks.
- setSize(double) - Method in class org.controlsfx.glyphfont.Glyph
-
Sets glyph size in pixels
- setSizeIndependent(ButtonBase) - Static method in class org.controlsfx.control.ButtonBar
-
Excludes button from uniform resizing
- setSizeIndependent(Action) - Static method in class org.controlsfx.control.ButtonBar
-
Excludes action from uniform resizing
- setSnapToTicks(boolean) - Method in class org.controlsfx.control.RangeSlider
-
Sets the value of the property snapToTicks.
- setText(String) - Method in class org.controlsfx.control.action.AbstractAction
-
Sets the value of the property text.
- setText(String) - Method in class org.controlsfx.control.HyperlinkLabel
-
Sets the value of the property text.
- setText(String) - Method in class org.controlsfx.control.InfoOverlay
-
Sets the value of the property text.
- setText(String) - Method in class org.controlsfx.control.NotificationPane
-
Sets the value of the property text.
- setTitle(String) - Method in class org.controlsfx.dialog.Dialog
-
Change the Title of the dialog.
- setTitleFilter(String) - Method in class org.controlsfx.control.PropertySheet
-
- setTop(Node) - Method in class org.controlsfx.control.HiddenSidesPane
-
Sets the value of the top node property.
- setTriggerDistance(double) - Method in class org.controlsfx.control.HiddenSidesPane
-
Set the value of the trigger distance property.
- setType(ButtonBase, ButtonBar.ButtonType) - Static method in class org.controlsfx.control.ButtonBar
-
Sets the given ButtonType on the given button.
- setType(Action, ButtonBar.ButtonType) - Static method in class org.controlsfx.control.ButtonBar
-
Sets the given ButtonType on the given
Action If this action is
subsequently placed in a
ButtonBar it will be placed in the
correct position relative to all other buttons in the bar.
- setUpdateOnHover(boolean) - Method in class org.controlsfx.control.Rating
-
- setUserInput(String) - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Set the current text the user has entered
- setValue(Object) - Method in interface org.controlsfx.control.PropertySheet.Item
-
Sets the current value of the property.
- setValue(Object) - Method in class org.controlsfx.property.BeanProperty
-
Sets the current value of the property.
- setValue(T) - Method in interface org.controlsfx.property.editor.PropertyEditor
-
Sets the value to display in the editor - this may not be the value of
the property itself - and the property value will not change!
- setVerticalCellSpacing(double) - Method in class org.controlsfx.control.GridView
-
Sets the amount of vertical spacing there should be between cells in
the same column.
- shadow(Color) - Method in class org.controlsfx.tools.Borders.EtchedBorders
-
Specifies the shadow colour to use in the etched border.
- show() - Method in class org.controlsfx.control.NotificationPane
-
- show(String) - Method in class org.controlsfx.control.NotificationPane
-
- show(String, Node) - Method in class org.controlsfx.control.NotificationPane
-
- show(String, Node, Action...) - Method in class org.controlsfx.control.NotificationPane
-
Shows the NotificationPane with the
content,
text and
graphic property set, and the provided actions
copied into the
actions list.
- show() - Method in class org.controlsfx.control.Notifications
-
Instructs the notification to be shown.
- show(Node, double, double) - Method in class org.controlsfx.control.PopOver
-
Makes the pop over visible at the give location and associates it with
the given owner node.
- show(Node, double, double, Duration) - Method in class org.controlsfx.control.PopOver
-
Makes the pop over visible at the give location and associates it with
the given owner node.
- show() - Method in class org.controlsfx.dialog.Dialog
-
Shows the dialog and waits for the user response (in other words, brings
up a modal dialog, with the returned value the users input).
- showChoices(T, Collection<T>) - Method in class org.controlsfx.dialog.Dialogs
-
Show a dialog with one combobox filled with provided choices.
- showChoices(Collection<T>) - Method in class org.controlsfx.dialog.Dialogs
-
Show a dialog with one combobox filled with provided choices
- showChoices(T...) - Method in class org.controlsfx.dialog.Dialogs
-
Show a dialog with one combobox filled with provided choices
- showColumnHeaderProperty() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
BooleanProperty associated with the column Header.
- showCommandLinks(Dialogs.CommandLink, List<Dialogs.CommandLink>) - Method in class org.controlsfx.dialog.Dialogs
-
Show a dialog filled with provided command links.
- showCommandLinks(List<Dialogs.CommandLink>) - Method in class org.controlsfx.dialog.Dialogs
-
Show a dialog filled with provided command links.
- showCommandLinks(Dialogs.CommandLink, Dialogs.CommandLink...) - Method in class org.controlsfx.dialog.Dialogs
-
Show a dialog filled with provided command links.
- showConfirm() - Method in class org.controlsfx.control.Notifications
-
Instructs the notification to be shown, and that it should use the
built-in 'confirm' graphic.
- showConfirm() - Method in class org.controlsfx.dialog.Dialogs
-
Shows confirmation dialog.
- showDetailNodeProperty() - Method in class org.controlsfx.control.MasterDetailPane
-
The property used to store the visibility of the detail node.
- showError() - Method in class org.controlsfx.control.Notifications
-
Instructs the notification to be shown, and that it should use the
built-in 'error' graphic.
- showError() - Method in class org.controlsfx.dialog.Dialogs
-
Show error dialog
- showException(Throwable) - Method in class org.controlsfx.dialog.Dialogs
-
Shows exception dialog with expandable stack trace.
- showExceptionInNewWindow(Throwable) - Method in class org.controlsfx.dialog.Dialogs
-
Shows exception dialog with a button to open the exception text in a
new window.
- showFontSelector(Font) - Method in class org.controlsfx.dialog.Dialogs
-
Show font selection dialog, allowing to manipulate font name, style and size.
- showFromTopProperty() - Method in class org.controlsfx.control.NotificationPane
-
A property representing whether the notification bar should appear from the
top or the bottom of the NotificationPane area.
- showInformation() - Method in class org.controlsfx.control.Notifications
-
Instructs the notification to be shown, and that it should use the
built-in 'information' graphic.
- showInformation() - Method in class org.controlsfx.dialog.Dialogs
-
Shows information dialog.
- showingProperty() - Method in class org.controlsfx.control.NotificationPane
-
A read-only property that represents whether the notification bar popup
should be showing to the user or not.
- showOnHoverProperty() - Method in class org.controlsfx.control.InfoOverlay
-
Specifies whether to show the overlay on hover of the content node (and
to hide it again when the content is no longer being hovered).
- showPopup() - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Show the auto completion popup
- showRowHeaderProperty() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
BooleanProperty associated with the row Header.
- showTextInput(String) - Method in class org.controlsfx.dialog.Dialogs
-
Shows dialog with one text field
- showTextInput() - Method in class org.controlsfx.dialog.Dialogs
-
Shows dialog with one text field
- showTickLabelsProperty() - Method in class org.controlsfx.control.RangeSlider
-
Indicates that the labels for tick marks should be shown.
- showTickMarksProperty() - Method in class org.controlsfx.control.RangeSlider
-
Specifies whether the
Skin implementation should show tick marks.
- showWarning() - Method in class org.controlsfx.control.Notifications
-
Instructs the notification to be shown, and that it should use the
built-in 'warning' graphic.
- showWarning() - Method in class org.controlsfx.dialog.Dialogs
-
Shows warning dialog
- showWorkerProgress(Worker<?>) - Method in class org.controlsfx.dialog.Dialogs
-
Creates a progress bar
Dialog which is attached to the given
Worker instance.
- snapToTicksProperty() - Method in class org.controlsfx.control.RangeSlider
-
- spanColumn(int, int, int) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Span in column the cell situated at rowIndex and colIndex by the number
count
- spanRow(int, int, int) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Span in row the cell situated at rowIndex and colIndex by the number
count
- SpreadsheetCell - Class in org.controlsfx.control.spreadsheet
-
- SpreadsheetCell(int, int, int, int) - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Constructor
- SpreadsheetCell(int, int, int, int, SpreadsheetCellType<?>) - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Constructs a SpreadsheetCell with the given configuration.
- SpreadsheetCellEditor - Class in org.controlsfx.control.spreadsheet
-
- SpreadsheetCellEditor(SpreadsheetView) - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor
-
Construct the SpreadsheetCellEditor.
- SpreadsheetCellEditor.DateEditor - Class in org.controlsfx.control.spreadsheet
-
- SpreadsheetCellEditor.DoubleEditor - Class in org.controlsfx.control.spreadsheet
-
- SpreadsheetCellEditor.IntegerEditor - Class in org.controlsfx.control.spreadsheet
-
- SpreadsheetCellEditor.ListEditor<R> - Class in org.controlsfx.control.spreadsheet
-
- SpreadsheetCellEditor.ObjectEditor - Class in org.controlsfx.control.spreadsheet
-
- SpreadsheetCellEditor.StringEditor - Class in org.controlsfx.control.spreadsheet
-
- SpreadsheetCellType<T> - Class in org.controlsfx.control.spreadsheet
-
When instantiating a
SpreadsheetCell, its SpreadsheetCellType will
specify which values the cell can accept as user input, and which
SpreadsheetCellEditor it will use to receive user input.
- SpreadsheetCellType() - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetCellType
-
Default constructor.
- SpreadsheetCellType(StringConverter<T>) - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetCellType
-
Constructor with the StringConverter directly provided.
- SpreadsheetCellType.DateType - Class in org.controlsfx.control.spreadsheet
-
- SpreadsheetCellType.DoubleType - Class in org.controlsfx.control.spreadsheet
-
- SpreadsheetCellType.IntegerType - Class in org.controlsfx.control.spreadsheet
-
- SpreadsheetCellType.ListType - Class in org.controlsfx.control.spreadsheet
-
- SpreadsheetCellType.ObjectType - Class in org.controlsfx.control.spreadsheet
-
- SpreadsheetCellType.StringType - Class in org.controlsfx.control.spreadsheet
-
- SpreadsheetColumn - Class in org.controlsfx.control.spreadsheet
-
- SpreadsheetView - Class in org.controlsfx.control.spreadsheet
-
The SpreadsheetView is a control similar to the JavaFX
TableView
control but with different functionalities and use cases.
- SpreadsheetView() - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Creates a default SpreadsheetView control with no content and a Grid set
to null.
- SpreadsheetView(Grid) - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Creates a SpreadsheetView control with the
Grid specified.
- SpreadsheetView.SpanType - Enum in org.controlsfx.control.spreadsheet
-
The SpanType describes in which state each cell can be.
- startEdit(Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.DateEditor
-
* Public Methods * *
- startEdit(Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.DoubleEditor
-
* Public Methods * *
- startEdit(Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.IntegerEditor
-
* Public Methods * *
- startEdit(Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.ListEditor
-
* Public Methods * *
- startEdit(Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.ObjectEditor
-
* Public Methods * *
- startEdit(Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor
-
This method will be called when edition start.
You will then do all the configuration of your editor.
- startEdit(Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.StringEditor
-
* Public Methods * *
- stop() - Method in class org.controlsfx.control.cell.MediaImageCell
-
Stops playing the media player inside this cell.
- STRING - Static variable in class org.controlsfx.control.spreadsheet.SpreadsheetCellType
-
- StringConverterWithFormat<T> - Class in org.controlsfx.control.spreadsheet
-
- StringConverterWithFormat() - Constructor for class org.controlsfx.control.spreadsheet.StringConverterWithFormat
-
Default constructor.
- StringConverterWithFormat(StringConverter<T>) - Constructor for class org.controlsfx.control.spreadsheet.StringConverterWithFormat
-
This constructor allow to use another StringConverter.
- StringEditor(SpreadsheetView) - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.StringEditor
-
* Constructor * *
- StringType() - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetCellType.StringType
-
- StringType(StringConverter<String>) - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetCellType.StringType
-
- strokeStyle(BorderStrokeStyle) - Method in class org.controlsfx.tools.Borders.LineBorders
-
- STYLE_CLASS_DARK - Static variable in class org.controlsfx.control.NotificationPane
-
Static fields
- STYLE_CLASS_DARK - Static variable in class org.controlsfx.control.SegmentedButton
-
An alternative styling for the segmented button, with a darker pressed
color which stands out more than the default modena styling.