- call(Integer) - Method in class org.controlsfx.control.spreadsheet.GridBase.MapBasedRowHeightFactory
-
- call(PropertySheet.Item) - Method in class org.controlsfx.property.editor.DefaultPropertyEditorFactory
-
- canAdvance(WizardPane) - Method in interface org.controlsfx.dialog.Wizard.Flow
-
Check if advancing to the next page is possible
- canAdvance(WizardPane) - Method in class org.controlsfx.dialog.Wizard.LinearFlow
-
Check if advancing to the next page is possible
- cancelFilter() - Method in class org.controlsfx.control.tableview2.filter.filtereditor.FilterEditor
-
- caseSensitiveProperty() - Method in class org.controlsfx.control.tableview2.filter.popupfilter.PopupStringFilter
-
- CATEGORY_LABEL_KEY - Static variable in class org.controlsfx.property.BeanProperty
-
Unique identifier to provide a custom category label within
PropertySheet.Item#getCategory().
- categoryComparatorProperty() - Method in class org.controlsfx.control.PropertySheet
-
Used to represent how the categories should be laid out in
the PropertySheet when using the Category mode (see
PropertySheet.Mode).
- 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).
- cellFactoryProperty() - Method in class org.controlsfx.control.ListActionView
-
Setting a custom cell factory has the effect of deferring all cell
creation, allowing for total customization of the cell.
- cellFactoryProperty() - Method in class org.controlsfx.control.ListSelectionView
-
Setting a custom cell factory has the effect of deferring all cell
creation, allowing for total customization of the cell.
- CellGraphicFactory<T extends javafx.scene.Node> - Interface in org.controlsfx.control.spreadsheet
-
If anyone wants to display a specific Graphic only for visible
SpreadsheetCell, a solution is to provide a Node (for example a
WebView) that will be displayed in the cell.
- 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.
- check(T) - Method in interface org.controlsfx.control.CheckModel
-
Checks the given item in the control.
- check(int) - Method in interface org.controlsfx.control.IndexedCheckModel
-
Checks the item in the given index in the control.
- checkAll() - Method in interface org.controlsfx.control.CheckModel
-
Checks all items in the control
- 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.
- checkIndices(int...) - Method in interface org.controlsfx.control.IndexedCheckModel
-
Checks the given indices in the control
- 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.
- CheckModel<T> - Interface in org.controlsfx.control
-
- 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.
- clamp(double, double, double) - Static method in class org.controlsfx.tools.Utils
-
Simple utility function which clamps the given value to be strictly
between the min and max values.
- clearAndSelect(int, SpreadsheetColumn) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetViewSelectionModel
-
Clears all selection, and then selects the cell at the given row/column
intersection in the SpreadsheetView.
- clearAndSelect(SpreadsheetCell) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetViewSelectionModel
-
- clearAndSelectLeftCell() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetViewSelectionModel
-
Clears the current selection and select the cell on the left of the
current focused cell.
- clearAndSelectRightCell() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetViewSelectionModel
-
Clears the current selection and select the cell on the right of the
current focused cell.
- clearCheck(T) - Method in interface org.controlsfx.control.CheckModel
-
Unchecks the given item in the control
- clearCheck(int) - Method in interface org.controlsfx.control.IndexedCheckModel
-
Unchecks the given index in the control
- clearChecks() - Method in interface org.controlsfx.control.CheckModel
-
Unchecks all items in the control
- clearSelection() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetViewSelectionModel
-
Clears the selection model of all selected indices.
- ClipboardCell - Class in org.controlsfx.control.spreadsheet
-
This class will holds a cell value when we do a copy in the
SpreadsheetView.
- ClipboardCell(int, int, SpreadsheetCell) - Constructor for class org.controlsfx.control.spreadsheet.ClipboardCell
-
Constructor of a ClipboardCell for a cell.
- closeButtonEnabledProperty() - Method in class org.controlsfx.control.PopOver
-
Determines whether or not the header's close button should be available.
- closeButtonVisibleProperty() - Method in class org.controlsfx.control.NotificationPane
-
A property representing whether the close button in the NotificationPane should be visible or not.
- color(Color) - Method in class org.controlsfx.glyphfont.Glyph
-
Sets the glyph color
- 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.
- COLUMN_WIDTH_CHANGE - Static variable in class org.controlsfx.control.spreadsheet.SpreadsheetView.ColumnWidthEvent
-
- ColumnFilter<T,R> - Class in org.controlsfx.control.table
-
- ColumnFixAction - Class in org.controlsfx.control.tableview2.actions
-
A custom action that can be added to the ContextMenu of a
column header, allowing the user to fix or unfix the column.
- ColumnFixAction(TableColumn) - Constructor for class org.controlsfx.control.tableview2.actions.ColumnFixAction
-
Creates a fix action for a given column.
- ColumnFixAction(TableColumn, String) - Constructor for class org.controlsfx.control.tableview2.actions.ColumnFixAction
-
Creates a fix action for a given column.
- ColumnFixAction(TableColumn, String, Node) - Constructor for class org.controlsfx.control.tableview2.actions.ColumnFixAction
-
Creates a fix action for a given column.
- columnFixingEnabledProperty() - Method in class org.controlsfx.control.tableview2.TableView2
-
Return the Boolean property associated with the allowance of fixing or
unfixing some columns.
- ColumnWidthEvent(int, double) - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetView.ColumnWidthEvent
-
- combine(ValidationResult) - Method in class org.controlsfx.validation.ValidationResult
-
Combine validation result with another.
- combine(Validator<T>...) - Static method in interface org.controlsfx.validation.Validator
-
Combines the given validators into a single Validator instance.
- combineAll(Collection<ValidationResult>) - Method in class org.controlsfx.validation.ValidationResult
-
Combine validation result with others.
- combineAll(ValidationResult...) - Method in class org.controlsfx.validation.ValidationResult
-
Combine validation result with others.
- ComboBox2TableCell<S,T> - Class in org.controlsfx.control.tableview2.cell
-
A class containing a TableCell implementation that draws a
ComboBox node inside the cell.
- ComboBox2TableCell() - Constructor for class org.controlsfx.control.tableview2.cell.ComboBox2TableCell
-
Creates a default ComboBox2TableCell with an empty items list.
- ComboBox2TableCell(T...) - Constructor for class org.controlsfx.control.tableview2.cell.ComboBox2TableCell
-
Creates a default
ComboBox2TableCell instance with the given items
being used to populate the
ComboBox when it is shown.
- ComboBox2TableCell(StringConverter<T>, T...) - Constructor for class org.controlsfx.control.tableview2.cell.ComboBox2TableCell
-
Creates a
ComboBox2TableCell instance with the given items
being used to populate the
ComboBox when it is shown, and the
StringConverter being used to convert the item in to a
user-readable form.
- ComboBox2TableCell(ObservableList<T>) - Constructor for class org.controlsfx.control.tableview2.cell.ComboBox2TableCell
-
Creates a default
ComboBox2TableCell instance with the given items
being used to populate the
ComboBox when it is shown.
- ComboBox2TableCell(StringConverter<T>, ObservableList<T>) - Constructor for class org.controlsfx.control.tableview2.cell.ComboBox2TableCell
-
Creates a
ComboBox2TableCell instance with the given items
being used to populate the
ComboBox when it is shown, and the
StringConverter being used to convert the item in to a
user-readable form.
- CommandLinksButtonType(String, boolean) - Constructor for class org.controlsfx.dialog.CommandLinksDialog.CommandLinksButtonType
-
- CommandLinksButtonType(String, String, boolean) - Constructor for class org.controlsfx.dialog.CommandLinksDialog.CommandLinksButtonType
-
- CommandLinksButtonType(String, String, Node, boolean) - Constructor for class org.controlsfx.dialog.CommandLinksDialog.CommandLinksButtonType
-
- CommandLinksDialog - Class in org.controlsfx.dialog
-
- CommandLinksDialog(CommandLinksDialog.CommandLinksButtonType...) - Constructor for class org.controlsfx.dialog.CommandLinksDialog
-
- CommandLinksDialog(List<CommandLinksDialog.CommandLinksButtonType>) - Constructor for class org.controlsfx.dialog.CommandLinksDialog
-
- CommandLinksDialog.CommandLinksButtonType - Class in org.controlsfx.dialog
-
- commitEdit(T) - Method in class org.controlsfx.control.tableview2.cell.ComboBox2TableCell
- commitEdit(T) - Method in class org.controlsfx.control.tableview2.cell.TextField2TableCell
- COMPARATOR - Static variable in interface org.controlsfx.validation.ValidationMessage
-
- comparatorProperty() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return an ObjectProperty wrapping the comparator used in the
SpreadsheetView.
- compareTo(FilterValue<T, R>) - Method in class org.controlsfx.control.table.FilterValue
-
- compareTo(ValidationMessage) - Method in interface org.controlsfx.validation.ValidationMessage
-
- completeUserInput(T) - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Complete the current user-input with the provided completion.
- CompoundValidationDecoration - Class in org.controlsfx.validation.decoration
-
Validation decoration to combine several existing decorations into one.
- CompoundValidationDecoration(Collection<ValidationDecoration>) - Constructor for class org.controlsfx.validation.decoration.CompoundValidationDecoration
-
Creates an instance of validator using a collection of validators
- CompoundValidationDecoration(ValidationDecoration...) - Constructor for class org.controlsfx.validation.decoration.CompoundValidationDecoration
-
Creates an instance of validator using a set of validators
- computeMaxWidth(double) - Method in class org.controlsfx.control.tableview2.filter.filtereditor.FilterEditor
- configureAction(ActionProxy, AnnotatedAction) - Method in class org.controlsfx.control.action.DefaultActionFactory
-
Configures the newly-created action before it is returned to
ActionMap.
- configureButton(Action, ButtonBase, ActionUtils.ActionTextBehavior) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided
Action and binds the relevant properties to
the supplied
Button.
- configureButton(Action, ButtonBase) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided
Action and binds the relevant properties to
the supplied
Button.
- configureForFiltering(FilteredTableView<S>, ObservableList<S>) - Static method in class org.controlsfx.control.tableview2.FilteredTableView
-
- configureMenuItem(Action, MenuItem) - Static method in class org.controlsfx.control.action.ActionUtils
-
- 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
-
- 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.
- converter - Variable in class org.controlsfx.control.spreadsheet.SpreadsheetCellType
-
An instance of converter from string to cell type.
- converterProperty() - Method in class org.controlsfx.control.CheckComboBox
-
A StringConverter that, given an object of type T, will
return a String that can be used to represent the object visually.
- converterProperty() - Method in class org.controlsfx.control.tableview2.filter.popupfilter.PopupStringFilter
-
Converts the user-typed input (when the PopupStringFilter to an object of
type T.
- 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
-
- copy() - Method in class org.controlsfx.validation.ValidationResult
-
Creates a copy of validation result
- copyClipboard() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Put the current selection into the ClipBoard.
- CORNER_EVENT_TYPE - Static variable in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
This EventType can be used with an EventHandler in order to catch
when a corner state of a SpreadsheetCell is changed.
- cornerRadiusProperty() - Method in class org.controlsfx.control.PopOver
-
Returns the corner radius property for the pop over.
- countriesProperty() - Method in class org.controlsfx.control.WorldMapView
-
A property used to store the list of countries that should be shown by the map.
- countrySelectionModeProperty() - Method in class org.controlsfx.control.WorldMapView
-
A property used to store the selection mode that will be applied for the selection
of countries.
- CountryView(WorldMapView.Country) - Constructor for class org.controlsfx.control.WorldMapView.CountryView
-
- countryViewFactoryProperty() - Method in class org.controlsfx.control.WorldMapView
-
A property used to store a factory callback for creating new country views.
- create() - Static method in class org.controlsfx.control.Notifications
-
Call this to begin the process of building a notification to show.
- create(String) - Static method in class org.controlsfx.glyphfont.Glyph
-
Retrieve glyph by font name and glyph name using one string
where font name an glyph name are separated by pipe.
- 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 an instance of
Glyph using glyph name
- create(Enum<?>) - Method in class org.controlsfx.glyphfont.GlyphFont
-
Creates an instance of
Glyph using a known Glyph enum value
- createAction(ActionProxy, Method, Object) - Method in interface org.controlsfx.control.action.AnnotatedActionFactory
-
- createAction(ActionProxy, Method, Object) - Method in class org.controlsfx.control.action.DefaultActionFactory
-
- 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
-
Takes the provided
Collection of
Action (or subclasses,
such as
ActionGroup) instances and returns a
ButtonBar
populated with appropriate
nodes bound to the provided
actions.
- createCell(int, int, int, int, LocalDate) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.DateType
-
Creates a cell that hold a LocalDate at the specified position, with the
specified row/column span.
- createCell(int, int, int, int, Double) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.DoubleType
-
Creates a cell that hold a Double at the specified position, with the
specified row/column span.
- createCell(int, int, int, int, Integer) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.IntegerType
-
Creates a cell that hold a Integer at the specified position, with the
specified row/column span.
- createCell(int, int, int, int, String) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.ListType
-
Creates a cell that hold a String at the specified position, with the
specified row/column span.
- createCell(int, int, int, int, Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.ObjectType
-
Creates a cell that hold an Object at the specified position, with the
specified row/column span.
- createCell(int, int, int, int, String) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType.StringType
-
Creates a cell that hold a String at the specified position, with the
specified row/column span.
- 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
-
- createClearablePasswordField() - Static method in class org.controlsfx.control.textfield.TextFields
-
Creates a PasswordField that shows a clear button inside the PasswordField
(on the right hand side of it) when text is entered by the user.
- createClearableTextField() - 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.
- 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
-
Takes the provided
Collection of
Action (or subclasses,
such as
ActionGroup) instances and returns a
ContextMenu
populated with appropriate
nodes bound to the provided
actions.
- createCustomEditor(PropertySheet.Item) - Static method in class org.controlsfx.property.editor.Editors
-
Static method used to create an instance of the custom editor returned
via a call to
PropertySheet.Item.getPropertyEditorClass()
The class returned must declare a constructor that takes a single
parameter of type PropertySheet.Item into which the parameter supplied
to this method will be passed.
- createDateEditor(PropertySheet.Item) - Static method in class org.controlsfx.property.editor.Editors
-
- createDecorationNode(ValidationMessage) - Method in class org.controlsfx.validation.decoration.GraphicValidationDecoration
-
- createDefaultSkin() - Method in class org.controlsfx.control.BreadCrumbBar
- 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.ListActionView
-
- createDefaultSkin() - Method in class org.controlsfx.control.ListSelectionView
-
- createDefaultSkin() - Method in class org.controlsfx.control.MaskerPane
- 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.SearchableComboBox
-
- createDefaultSkin() - Method in class org.controlsfx.control.SegmentedBar
-
- createDefaultSkin() - Method in class org.controlsfx.control.SegmentedButton
- createDefaultSkin() - Method in class org.controlsfx.control.SnapshotView
-
- createDefaultSkin() - Method in class org.controlsfx.control.StatusBar
-
- createDefaultSkin() - Method in class org.controlsfx.control.tableview2.filter.popupfilter.PopupFilter
- createDefaultSkin() - Method in class org.controlsfx.control.tableview2.TableView2
- createDefaultSkin() - Method in class org.controlsfx.control.TaskProgressView
-
- createDefaultSkin() - Method in class org.controlsfx.control.textfield.CustomPasswordField
- createDefaultSkin() - Method in class org.controlsfx.control.textfield.CustomTextField
- createDefaultSkin() - Method in class org.controlsfx.control.ToggleSwitch
- createDefaultSkin() - Method in class org.controlsfx.control.WorldMapView
-
- 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
-
- createEmptyValidator(String, Severity) - Static method in interface org.controlsfx.validation.Validator
-
Factory method to create a validator, which checks if value exists.
- createEmptyValidator(String) - Static method in interface org.controlsfx.validation.Validator
-
Factory method to create a validator, which checks if value exists.
- createEqualsValidator(String, Severity, Collection<T>) - Static method in interface org.controlsfx.validation.Validator
-
Factory method to create a validator, which if value exists in the provided collection.
- createEqualsValidator(String, Collection<T>) - Static method in interface org.controlsfx.validation.Validator
-
Factory method to create a validator, which checks if value exists in the provided collection.
- createErrorNode() - Method in class org.controlsfx.validation.decoration.GraphicValidationDecoration
-
- 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
-
Takes the provided
Collection of
Action (or subclasses,
such as
ActionGroup) instances and returns a
MenuBar
populated with appropriate
nodes bound to the provided
actions.
- 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
-
- createPredicateValidator(Predicate<T>, String) - Static method in interface org.controlsfx.validation.Validator
-
Factory method to create a validator, which evaluates the value validity with a given predicate.
- createPredicateValidator(Predicate<T>, String, Severity) - Static method in interface org.controlsfx.validation.Validator
-
Factory method to create a validator, which evaluates the value validity with a given predicate.
- 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.
- createRegexValidator(String, String, Severity) - Static method in interface org.controlsfx.validation.Validator
-
Factory method to create a validator, which checks the value against a given regular expression.
- createRegexValidator(String, Pattern, Severity) - Static method in interface org.controlsfx.validation.Validator
-
Factory method to create a validator, which checks the value against a given regular expression.
- createRequiredDecorations(Control) - Method in class org.controlsfx.validation.decoration.AbstractValidationDecoration
-
- createRequiredDecorations(Control) - Method in class org.controlsfx.validation.decoration.CompoundValidationDecoration
-
- createRequiredDecorations(Control) - Method in class org.controlsfx.validation.decoration.GraphicValidationDecoration
- createRequiredDecorations(Control) - Method in class org.controlsfx.validation.decoration.StyleClassValidationDecoration
-
- createSegmentedButton(ActionUtils.ActionTextBehavior, Collection<? extends Action>) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided
Collection of
Action and returns a
SegmentedButton instance
with all relevant properties bound to the properties of the actions.
- createSegmentedButton(Collection<? extends Action>) - Static method in class org.controlsfx.control.action.ActionUtils
-
Takes the provided
Collection of
Action and returns a
SegmentedButton instance
with all relevant properties bound to the properties of the actions.
- 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.
- createSnapshot() - Method in class org.controlsfx.control.SnapshotView
-
Creates a snapshot of the selected area of the node.
- createSnapshot(SnapshotParameters) - Method in class org.controlsfx.control.SnapshotView
-
Creates a snapshot of the node with the specified parameters.
- 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
-
Takes the provided
Collection of
Action (or subclasses,
such as
ActionGroup) instances and returns a
ToolBar
populated with appropriate
nodes bound to the provided
actions.
- createTooltip(ValidationMessage) - Method in class org.controlsfx.validation.decoration.GraphicValidationDecoration
-
- createValidationDecorations(ValidationMessage) - Method in class org.controlsfx.validation.decoration.AbstractValidationDecoration
-
- createValidationDecorations(ValidationMessage) - Method in class org.controlsfx.validation.decoration.CompoundValidationDecoration
-
- createValidationDecorations(ValidationMessage) - Method in class org.controlsfx.validation.decoration.GraphicValidationDecoration
- createValidationDecorations(ValidationMessage) - Method in class org.controlsfx.validation.decoration.StyleClassValidationDecoration
-
- createWarningNode() - Method in class org.controlsfx.validation.decoration.GraphicValidationDecoration
-
- 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
-
Return an ObjectProperty of the CrumbFactory.
- CustomPasswordField - Class in org.controlsfx.control.textfield
-
A base class for people wanting to customize a PasswordField to contain nodes
inside the input field area itself, without being on top of the users typed-in text.
- CustomPasswordField() - Constructor for class org.controlsfx.control.textfield.CustomPasswordField
-
Instantiates a default CustomPasswordField.
- 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.Action
-
- getActionFactory() - Static method in class org.controlsfx.control.action.ActionMap
-
Returns the action factory used by ActionMap to construct AnnotatedAction instances.
- 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.ListActionView
-
The list of actions shown on one of the sides of the ListView.
- getActions() - Method in class org.controlsfx.control.ListSelectionView
-
The list of actions to be shown in between the two list views.
- getActions() - Method in class org.controlsfx.control.NotificationPane
-
Observable list of actions used for the actions area of the notification
bar.
- getAnimationDelay() - Method in class org.controlsfx.control.HiddenSidesPane
-
Returns the animation delay
- getAnimationDuration() - Method in class org.controlsfx.control.HiddenSidesPane
-
Returns the animation delay
- 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.
- getArrowWidth() - Method in class org.controlsfx.control.BreadCrumbBar.BreadCrumbButton
-
Gets the crumb arrow with
- getAutoCompletionPopup() - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Get the AutoCompletePopup used by this binding.
- getBackingList() - Method in class org.controlsfx.control.table.TableFilter
-
Returns the backing ObservableList originally provided to the constructor.
- getBean() - Method in class org.controlsfx.property.BeanProperty
-
- getBlockIncrement() - Method in class org.controlsfx.control.RangeSlider
-
- getBottom() - Method in class org.controlsfx.control.HiddenSidesPane
-
Returns the value of the bottom node property.
- getButtons() - Method in class org.controlsfx.control.SegmentedButton
-
Returns the list of buttons that this SegmentedButton will draw together
into one 'grouped button'.
- getButtonType() - Method in class org.controlsfx.dialog.CommandLinksDialog.CommandLinksButtonType
-
- 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.
- getCategoryComparator() - Method in class org.controlsfx.control.PropertySheet
-
- 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.
- getCellFactory() - Method in class org.controlsfx.control.ListActionView
-
Returns the current cell factory.
- getCellFactory() - Method in class org.controlsfx.control.ListSelectionView
-
Returns the current cell factory.
- getCellGraphicFactory() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Returns the CellGraphicFactory if set that provide implementation for
browser in SpreadsheetCell.
- getCellHeight() - Method in class org.controlsfx.control.GridView
-
Returns the height that all cells should be.
- getCellType() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
- getCellType() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
- 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
-
- getChar() - Method in interface org.controlsfx.glyphfont.INamedCharacter
-
Gets the character value
- getCharacter(String) - Method in class org.controlsfx.glyphfont.GlyphFont
-
Returns the character code which is mapped to this Name.
- getCheckedIndices() - Method in interface org.controlsfx.control.IndexedCheckModel
-
Returns a read-only list of the currently checked indices in the control.
- getCheckedItems() - Method in interface org.controlsfx.control.CheckModel
-
Returns a read-only list of the currently checked items in the control.
- 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
-
- getClassCssMetaData() - Static method in class org.controlsfx.control.SegmentedBar
-
- getClassCssMetaData() - Static method in class org.controlsfx.control.SnapshotView
-
- getColumn() - Method in class org.controlsfx.control.spreadsheet.ClipboardCell
-
Returns the column of this cell.
- getColumn() - Method in class org.controlsfx.control.spreadsheet.GridChange
-
Returns the column index of this change.
- getColumn() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Returns the column index of this cell.
- getColumn() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Returns the column index of this cell.
- getColumn() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView.ColumnWidthEvent
-
Return the column index that has been resized.
- getColumnCount() - Method in interface org.controlsfx.control.spreadsheet.Grid
-
Returns how many columns are inside the Grid.
- getColumnCount() - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Returns how many columns are inside the Grid.
- getColumnFilter() - Method in class org.controlsfx.control.table.FilterPanel
-
- getColumnFilter(TableColumn<T, ?>) - Method in class org.controlsfx.control.table.TableFilter
-
- getColumnFilters() - Method in class org.controlsfx.control.table.TableFilter
-
- getColumnHeaders() - Method in interface org.controlsfx.control.spreadsheet.Grid
-
Returns an ObservableList of String to display in the
column headers.
- getColumnHeaders() - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Returns an ObservableList of String to display in the
column headers.
- getColumnPickers() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
- getColumns() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
- getColumnSpan() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Returns how much this cell is spanning in column, 1 means the cell is not
spanning.
- getColumnSpan() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Returns how much this cell is spanning in column, 1 means the cell is not
spanning.
- getColumnSpan(SpreadsheetCell) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return the current column span of a Cell considering all hidden columns.
- getColumnSpan(TablePosition<?, ?>) - Method in class org.controlsfx.control.tableview2.TableView2
-
Return the current column span.
- getComparator() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return the comparator used in the SortedList for the
SpreadsheetView.
- 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
-
- getContent() - Method in class org.controlsfx.control.NotificationPane
-
- 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.PlusMinusSlider
- getControlCssMetaData() - Method in class org.controlsfx.control.RangeSlider
- getControlCssMetaData() - Method in class org.controlsfx.control.SegmentedBar
- getControlCssMetaData() - Method in class org.controlsfx.control.SnapshotView
-
- getControlValue() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.DateEditor
-
Return the value within your editor as a string.
- getControlValue() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.DoubleEditor
-
Return the value within your editor as a string.
- 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
-
Return the value within your editor as a string.
- getControlValue() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.ListEditor
-
Return the value within your editor as a string.
- getControlValue() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.ObjectEditor
-
- getControlValue() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.StringEditor
-
- getControlValue() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.TextAreaEditor
-
- getConverter() - Method in class org.controlsfx.control.CheckComboBox
-
A StringConverter that, given an object of type T, will
return a String that can be used to represent the object visually.
- getConverter() - Method in class org.controlsfx.control.tableview2.filter.popupfilter.PopupStringFilter
-
Gets the value of the property converter.
- getCornerRadius() - Method in class org.controlsfx.control.PopOver
-
Returns the value of the corner radius property.
- getCountries() - Method in class org.controlsfx.control.WorldMapView
-
Returns the list of countries that will be shown by the map.
- getCountry() - Method in class org.controlsfx.control.WorldMapView.CountryView
-
- getCountrySelectionMode() - Method in class org.controlsfx.control.WorldMapView
-
- getCountryViewFactory() - Method in class org.controlsfx.control.WorldMapView
-
- getCrumbFactory() - Method in class org.controlsfx.control.BreadCrumbBar
-
- getCurrent() - Static method in enum org.controlsfx.tools.Platform
-
- getDecorations(Node) - Static method in class org.controlsfx.control.decoration.Decorator
-
Returns all the currently set decorations for the given node.
- 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.
- 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.
- getDividerSizeHint() - Method in class org.controlsfx.control.MasterDetailPane
-
- getEditingCell() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return a TablePosition of cell being currently edited.
- getEditor() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.DateEditor
-
Return the control used for controlling the input.
- getEditor() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.DoubleEditor
-
Return the control used for controlling the input.
- 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
-
Return the control used for controlling the input.
- getEditor() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.ListEditor
-
Return the control used for controlling the input.
- getEditor() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.ObjectEditor
-
- getEditor() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.StringEditor
-
- getEditor() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.TextAreaEditor
-
- 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.
- getErrorMessage() - Method in class org.controlsfx.control.tableview2.filter.filtermenubutton.FilterMenuButton
-
- getErrorMessage() - Method in interface org.controlsfx.control.tableview2.filter.parser.Parser
-
A string with the error message if the parser fails to parse the supplied string.
- getErrors() - Method in class org.controlsfx.validation.ValidationResult
-
Retrieve errors represented by validation result
- getEventHandler() - Method in class org.controlsfx.control.action.Action
-
- getExcelLetterFromNumber(int) - Static method in class org.controlsfx.tools.Utils
-
Return a letter (just like Excel) associated with the number.
- getExpandedNode(S) - Method in class org.controlsfx.control.table.TableRowExpanderColumn
-
Return the expanded node for the given item, if it exists.
- getExpandedProperty(S) - Method in class org.controlsfx.control.table.TableRowExpanderColumn
-
Returns a Boolean property that can be used to manipulate the expanded state for a row
corresponding to the given item value.
- getFadeInDuration() - Method in class org.controlsfx.control.PopOver
-
Returns the value of the fade-in duration property.
- getFadeOutDuration() - Method in class org.controlsfx.control.PopOver
-
Returns the value of the fade-out duration property.
- getFilter() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetColumn
-
Gets the value of the property filter.
- getFilterEditor() - Method in class org.controlsfx.control.tableview2.filter.filtereditor.SouthFilter
-
- getFilteredList() - Method in class org.controlsfx.control.table.TableFilter
-
Returns the FilteredList used by this TableFilter and is backing the TableView.
- getFilteredRow() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return the row where the
Filter will be shown.
- getFilteredRow(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Given a row index base on the
Grid, return the index used in the
SpreadsheetView.
- getFilteredSourceIndex(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Given an index on the SpreadsheetView, it will return the model row by
simply considering the hidden rows (and not the actual sort if any).
- getFilterMenuButtonFactory() - Method in class org.controlsfx.control.tableview2.filter.filtereditor.SouthFilter
-
Gets the value of the property filterMenuButtonFactory.
- getFilterPolicy() - Method in class org.controlsfx.control.tableview2.FilteredTableView
-
Gets the value of the property filterPolicy.
- getFilterValues() - Method in class org.controlsfx.control.table.ColumnFilter
-
Gets the FilterValues for this given ColumnFilter
- getFixedColumns() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
You can freeze or unfreeze a column by modifying this list.
- getFixedColumns() - Method in class org.controlsfx.control.tableview2.TableView2
-
You can fix or unfix a column by modifying this list.
- getFixedRows() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
You can freeze or unfreeze a row by modifying this list.
- getFixedRows() - Method in class org.controlsfx.control.tableview2.TableView2
-
You can fix or unfix a row by modifying this list.
- getFixedSelectionRatio() - Method in class org.controlsfx.control.SnapshotView
-
- getFlow() - Method in class org.controlsfx.dialog.Wizard
-
Returns the currently set
Wizard.Flow, which represents the flow of
pages in the wizard.
- getFocusedCell() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetViewSelectionModel
-
Returns the position of the cell that has current focus.
- getFontFamily() - Method in class org.controlsfx.glyphfont.Glyph
-
Gets the font family of this glyph
- getFontSize() - Method in class org.controlsfx.glyphfont.Glyph
-
Gets the font size of this glyph
- getFormat() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Returns the format of this cell or an empty string if no format has been
specified.
- getFormat() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Returns the format of this cell or an empty string if no format has been
specified.
- getGraphic() - Method in class org.controlsfx.control.action.Action
-
- getGraphic() - Method in class org.controlsfx.control.NotificationPane
-
- getGraphic() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Returns the graphic node associated with this cell.
- getGraphic() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Returns the graphic node associated with this cell.
- getGraphic() - Method in class org.controlsfx.control.StatusBar
-
- getGraphic() - Method in class org.controlsfx.dialog.CommandLinksDialog.CommandLinksButtonType
-
- getGraphicBySeverity(Severity) - Method in class org.controlsfx.validation.decoration.GraphicValidationDecoration
-
- getGraphicFactory() - Method in class org.controlsfx.control.TaskProgressView
-
- 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.
- getHBarValue() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return the value of the horizontal scrollbar.
- getHeight() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView.RowHeightEvent
-
Return the new height for this row.
- getHiddenColumns() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return a BitSet of the Hidden columns, where true means the column is
hidden.
- getHiddenRows() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return a BitSet of the Hidden rows, where true means the row is hidden.
- getHighestMessage(Control) - Method in class org.controlsfx.validation.ValidationSupport
-
Returns optional highest severity message for a control
- 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.
- getHtmlVersion() - Method in class org.controlsfx.control.spreadsheet.ClipboardCell
-
- getIcon() - Method in class org.controlsfx.glyphfont.Glyph
-
Gets the value of the property icon.
- getInfoNodeFactory() - Method in class org.controlsfx.control.SegmentedBar
-
- getInfos() - Method in class org.controlsfx.validation.ValidationResult
-
Retrieve infos represented by validation result
- getInMenuItem(ColumnFilter<T, R>, ContextMenu) - Static method in class org.controlsfx.control.table.FilterPanel
-
- getInScopeProperty() - Method in class org.controlsfx.control.table.FilterValue
-
Property indicating whether this value is in scope.
- getItem(int) - Method in interface org.controlsfx.control.IndexedCheckModel
-
Returns the item in the given index in the control.
- getItem() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Returns the value contained in this cell.
- getItem() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Returns the value contained in this cell.
- getItemBooleanProperty(int) - Method in class org.controlsfx.control.CheckComboBox
-
Returns the BooleanProperty for a given item index in the
CheckComboBox.
- getItemBooleanProperty(T) - Method in class org.controlsfx.control.CheckComboBox
-
Returns the BooleanProperty for a given item in the
CheckComboBox.
- getItemBooleanProperty(int) - Method in class org.controlsfx.control.CheckListView
-
Returns the BooleanProperty for a given item index in the
CheckListView.
- getItemBooleanProperty(T) - Method in class org.controlsfx.control.CheckListView
-
Returns the BooleanProperty for a given item in the
CheckListView.
- getItemBooleanProperty(int) - Method in class org.controlsfx.control.CheckTreeView
-
Returns the BooleanProperty for a given item index in the
CheckTreeView.
- getItemCount() - Method in interface org.controlsfx.control.CheckModel
-
Returns the count of items in the control.
- getItemIndex(T) - Method in interface org.controlsfx.control.IndexedCheckModel
-
Returns the index of the given item.
- 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.ListActionView
-
The list of items for the list view.
- getItems() - Method in class org.controlsfx.control.PropertySheet
-
- getItems() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return the current list of rows set in the SpreadsheetView as they appear
on the screen.
- getLabelFormatter() - Method in class org.controlsfx.control.RangeSlider
-
Gets the value of the property tickLabelFormatter.
- getLatitude() - Method in class org.controlsfx.control.WorldMapView.Location
-
Returns the latitude of the location.
- getLeft() - Method in class org.controlsfx.control.HiddenSidesPane
-
Returns the value of the left node property.
- getLeft() - Method in class org.controlsfx.control.textfield.CustomPasswordField
-
- getLeft() - Method in class org.controlsfx.control.textfield.CustomTextField
-
- getLeftItems() - Method in class org.controlsfx.control.StatusBar
-
Returns the list of items / nodes that will be shown to the left of the status label.
- getLocale() - Method in enum org.controlsfx.control.WorldMapView.Country
-
Returns the locale for the given country.
- getLocations() - Method in class org.controlsfx.control.WorldMapView
-
Returns the list of locations shown by the map.
- getLocationSelectionMode() - Method in class org.controlsfx.control.WorldMapView
-
- getLocationViewFactory() - Method in class org.controlsfx.control.WorldMapView
-
- getLongitude() - Method in class org.controlsfx.control.WorldMapView.Location
-
Returns the longitude of the location.
- getLongText() - Method in class org.controlsfx.control.action.Action
-
- getLongText() - Method in class org.controlsfx.dialog.CommandLinksDialog.CommandLinksButtonType
-
- getLookup() - Method in class org.controlsfx.control.PrefixSelectionComboBox
-
Gets the value of the property lookup.
- 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
-
- getMasterNode() - Method in class org.controlsfx.control.MasterDetailPane
-
Returns the value of the master node property.
- getMax() - Method in class org.controlsfx.control.RangeSlider
-
- getMax() - Method in class org.controlsfx.control.Rating
-
Returns the maximum-allowed rating value.
- getMaxHeight() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor
-
Return the maximum height of the editor.
- getMaxHeight() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.TextAreaEditor
-
- getMaxWidth() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetColumn
-
Return the maximum width for this SpreadsheetColumn.
- getMaxWidth() - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Return the max width of the popup.
- getMenuButton() - Method in interface org.controlsfx.control.spreadsheet.Filter
-
Return the MenuButton displayed into the bottom-right corner of the cell.
- getMenuButton() - Method in class org.controlsfx.control.spreadsheet.FilterBase
-
Return the MenuButton displayed into the bottom-right corner of the cell.
- getMenuButton() - Method in class org.controlsfx.control.tableview2.filter.filtereditor.SouthFilter
-
- getMessages() - Method in class org.controlsfx.validation.ValidationResult
-
Retrieve all messages represented by validation result
- getMin() - Method in class org.controlsfx.control.RangeSlider
-
- getMinorTickCount() - Method in class org.controlsfx.control.RangeSlider
-
- getMinWidth() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetColumn
-
Return the minimum width for this SpreadsheetColumn.
- getMinWidth() - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Return the min width of the popup.
- getMode() - Method in class org.controlsfx.control.PropertySheet
-
- getModelColumn(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Given a column index based on the visible column list, for example when
dealing with TablePosition.getColumn().
- getModelRow(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Given an index on the
SpreadsheetView, return a
Grid
index it is related to.
- 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.control.WorldMapView.CountryView
-
- getName() - Method in class org.controlsfx.control.WorldMapView.Location
-
Returns the name of the location.
- 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
-
Returns the value after the change.
- getNode() - Method in class org.controlsfx.control.SnapshotView
-
- getNode(SpreadsheetCell) - Method in interface org.controlsfx.control.spreadsheet.CellGraphicFactory
-
Returns a Node to display in the cell graphic.
- getObservableValue() - Method in interface org.controlsfx.control.PropertySheet.Item
-
Returns the underlying ObservableValue, where one exists, that the editor
can monitor for changes.
- getObservableValue() - Method in class org.controlsfx.property.BeanProperty
-
Returns the underlying ObservableValue, where one exists, that the editor
can monitor for changes.
- getObservableValue() - Method in class org.controlsfx.property.editor.AbstractPropertyEditor
-
Returns an ObservableValue of the property that this property
editor is responsible for editing.
- getObservableValueExtractor(Control) - Static method in class org.controlsfx.tools.ValueExtractor
-
- getOldValue() - Method in class org.controlsfx.control.spreadsheet.GridChange
-
Returns the value before the change.
- getOnAction() - Method in class org.controlsfx.control.HyperlinkLabel
-
- getOnAutoCompleted() - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Gets the value of the property onAutoCompleted.
- getOnCrumbAction() - Method in class org.controlsfx.control.BreadCrumbBar
-
Return the EventHandler currently used when a user selects a crumb.
- getOnFilter() - Method in class org.controlsfx.control.tableview2.FilteredTableView
-
Gets the value of the property onFilter.
- getOnFilterAction() - Method in class org.controlsfx.control.tableview2.FilteredTableColumn
-
Gets the value of the property onFilterAction.
- 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.
- getOperations() - Method in class org.controlsfx.control.tableview2.filter.popupfilter.PopupFilter
-
Returns a list of operations which can be performed on this PopupFilter.
- getOperations() - Method in class org.controlsfx.control.tableview2.filter.popupfilter.PopupNumberFilter
-
Returns a list of operations which can be performed on this PopupFilter.
- getOperations() - Method in class org.controlsfx.control.tableview2.filter.popupfilter.PopupStringFilter
-
Returns a list of operations which can be performed on this PopupFilter.
- getOptionsForEditor() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
- getOptionsForEditor() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
- getOrCreateExpandedNode(TableRow<S>) - Method in class org.controlsfx.control.table.TableRowExpanderColumn
-
Get or create and cache the expanded node for a given item.
- getOrientation() - Method in class org.controlsfx.control.ListSelectionView
-
Returns the Orientation of the ListSelectionView - this
can either be horizontal or vertical.
- getOrientation() - Method in class org.controlsfx.control.PlusMinusSlider
-
Returns the value of the orientation property.
- getOrientation() - Method in class org.controlsfx.control.RangeSlider
-
- getOrientation() - Method in class org.controlsfx.control.Rating
-
Returns the Orientation of the Rating - this can either
be horizontal or vertical.
- getOrientation() - Method in class org.controlsfx.control.SegmentedBar
-
Returns the value of the orientation property.
- getParser() - Method in class org.controlsfx.control.tableview2.filter.popupfilter.PopupFilter
-
Returns a TextParser which is used to parse the text in the TextField
and filter the data.
- getParser() - Method in class org.controlsfx.control.tableview2.filter.popupfilter.PopupNumberFilter
-
Returns a TextParser which is used to parse the text in the TextField
and filter the data.
- getParser() - Method in class org.controlsfx.control.tableview2.filter.popupfilter.PopupStringFilter
-
Returns a TextParser which is used to parse the text in the TextField
and filter the data.
- getPinnedSide() - Method in class org.controlsfx.control.HiddenSidesPane
-
Returns the value of the pinned side property.
- getPlaceholder() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Gets the value of the placeholder property.
- getPlatformId() - Method in enum org.controlsfx.tools.Platform
-
Returns platform id.
- getPopupItems() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
If
SpreadsheetCell.hasPopup() is set to
true, this method will be called when
the user clicks on the cell in order to gather the
MenuItem to
show in the Popup.
- getPopupItems() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
If
SpreadsheetCell.hasPopup() is set to
true, this method will be called when
the user clicks on the cell in order to gather the
MenuItem to
show in the Popup.
- getPredicate() - Method in class org.controlsfx.control.tableview2.FilteredTableColumn
-
Gets the value of the property predicate.
- getPredicate() - Method in class org.controlsfx.control.tableview2.FilteredTableView
-
Gets the value of the property predicate.
- getPrefWidth() - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Return the pref width of the popup.
- getProgress() - Method in class org.controlsfx.control.MaskerPane
-
Gets the value of the property progress.
- getProgress() - Method in class org.controlsfx.control.StatusBar
-
- getProgressNode() - Method in class org.controlsfx.control.MaskerPane
-
Gets the value of the property progressNode.
- getProgressVisible() - Method in class org.controlsfx.control.MaskerPane
-
Gets the value of the property progressVisible.
- getProperties() - Method in class 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.decoration.Decoration
-
Custom decoration properties
- getProperties() - Method in class org.controlsfx.dialog.Wizard
-
Returns an observable map of properties on this Wizard for use primarily
by application developers - not to be confused with the
Wizard.getSettings() map that represents the values entered by the user
into the wizard.
- getProperties(Object) - Static method in class org.controlsfx.property.BeanPropertyUtils
-
- getProperties(Object, Predicate<PropertyDescriptor>) - 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.
- getPropertyDescriptor() - Method in class org.controlsfx.property.BeanProperty
-
- getPropertyEditorClass() - Method in interface org.controlsfx.control.PropertySheet.Item
-
Returns an Optional wrapping the class of the PropertyEditor that
should be used for editing this item.
- getPropertyEditorClass() - Method in class org.controlsfx.property.BeanProperty
-
Returns an Optional wrapping the class of the PropertyEditor that
should be used for editing this item.
- getPropertyEditorFactory() - Method in class org.controlsfx.control.PropertySheet
-
- getRating() - Method in class org.controlsfx.control.Rating
-
Returns the current rating value.
- getRegisteredControls() - Method in class org.controlsfx.validation.ValidationSupport
-
Returns currently registered controls
- getReverseRowSpan(SpreadsheetCell, int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
- getRight() - Method in class org.controlsfx.control.HiddenSidesPane
-
Returns the value of the right node property.
- getRight() - Method in class org.controlsfx.control.textfield.CustomPasswordField
-
- getRight() - Method in class org.controlsfx.control.textfield.CustomTextField
-
- getRightItems() - Method in class org.controlsfx.control.StatusBar
-
Returns the list of items / nodes that will be shown to the right of the status label.
- getRoot() - Method in class org.controlsfx.control.PopOver
-
The root pane stores the content node of the popover.
- getRow() - Method in class org.controlsfx.control.spreadsheet.ClipboardCell
-
Returns the row of this cell.
- getRow() - Method in class org.controlsfx.control.spreadsheet.GridChange
-
Returns the row index of this change.
- getRow() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Returns the row index of this cell.
- getRow() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Returns the row index of this cell.
- getRow() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView.RowHeightEvent
-
Return the row index that has been resized.
- getRowCount() - Method in interface org.controlsfx.control.spreadsheet.Grid
-
Returns how many rows are inside the Grid.
- getRowCount() - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Returns how many rows are inside the Grid.
- getRowHeader() - Method in class org.controlsfx.control.tableview2.TableView2
-
Gets the value of the property rowHeader.
- getRowHeaderContextMenuFactory() - Method in class org.controlsfx.control.tableview2.TableView2
-
Gets the value of the property rowHeaderContextMenuFactory.
- getRowHeaders() - Method in interface org.controlsfx.control.spreadsheet.Grid
-
Returns an ObservableList of String to display in the row
headers.
- getRowHeaders() - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Returns an ObservableList of String to display in the row
headers.
- getRowHeaderWidth() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
- getRowHeaderWidth() - Method in class org.controlsfx.control.tableview2.TableView2
-
- getRowHeight(int) - Method in interface org.controlsfx.control.spreadsheet.Grid
-
Returns the height of a row.
- getRowHeight(int) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Returns the height of a row.
- getRowHeight(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
- getRowPickers() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
- getRows() - Method in interface org.controlsfx.control.spreadsheet.Grid
-
- getRows() - Method in class org.controlsfx.control.spreadsheet.GridBase
-
- getRowSpan() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Returns how much this cell is spanning in row, 1 means the cell is not
spanning.
- getRowSpan() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Returns how much this cell is spanning in row, 1 means the cell is not
spanning.
- getRowSpan(SpreadsheetCell, int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return the current row span for the given cell at the given position in
the Table.
- getRowSpan(TablePosition<?, ?>, int) - Method in class org.controlsfx.control.tableview2.TableView2
-
Return the current row span at the given position in
the Table.
- getRowSpanFilter(SpreadsheetCell) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return the row span for the given cell without considering the actual
sort.
- getSearchStrategy() - Method in class org.controlsfx.control.table.ColumnFilter
-
Returns the search implementation for this given ColumnFilter.
- getSegments() - Method in class org.controlsfx.control.SegmentedBar
-
Returns the list of segments (the model).
- getSegmentViewFactory() - Method in class org.controlsfx.control.SegmentedBar
-
- getSelectedCells() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetViewSelectionModel
-
Returns a read-only ObservableList representing the currently selected cells in
this SpreadsheetView.
- getSelectedCountries() - Method in class org.controlsfx.control.WorldMapView
-
Returns the list of currently selected countries.
- 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
- getSelectedLocations() - Method in class org.controlsfx.control.WorldMapView
-
Returns the list of currently selected locations.
- getSelection() - Method in class org.controlsfx.control.SnapshotView
-
- getSelectionAreaBoundary() - Method in class org.controlsfx.control.SnapshotView
-
- getSelectionAreaFill() - Method in class org.controlsfx.control.SnapshotView
-
- getSelectionBorderPaint() - Method in class org.controlsfx.control.SnapshotView
-
- getSelectionBorderWidth() - Method in class org.controlsfx.control.SnapshotView
-
- getSelectionMode() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetViewSelectionModel
-
Returns the SelectionMode currently used.
- getSelectionModel() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return the selectionModel used by the SpreadsheetView.
- getSettings() - Method in class org.controlsfx.dialog.Wizard
-
The settings map is the place where all data from pages is kept once the
user moves on from the page, assuming there is a
ValueExtractor
that is capable of extracting a value out of the various fields on the page.
- getSeverity() - Method in interface org.controlsfx.validation.ValidationMessage
-
- getSide() - Method in class org.controlsfx.control.ListActionView
-
The current position of the action buttons in the ListActionView.
- getSource() - Method in class org.controlsfx.control.tableview2.event.FilterEvent
- getSourceActions() - Method in class org.controlsfx.control.ListSelectionView
-
These actions are shown beside the source list view.
- getSourceFooter() - Method in class org.controlsfx.control.ListSelectionView
-
- getSourceHeader() - Method in class org.controlsfx.control.ListSelectionView
-
- getSourceItems() - Method in class org.controlsfx.control.ListSelectionView
-
Returns an ObservableList that contains the items currently being
shown to the user in the source list.
- getSouthNode() - Method in class org.controlsfx.control.tableview2.TableColumn2
-
Gets the value of the property southNode.
- getSpanType(int, int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
- getSpanType(int, int) - Method in class org.controlsfx.control.tableview2.TableView2
-
- 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.
- getStyle() - Method in class org.controlsfx.control.action.Action
-
Gets the value of the property style.
- getStyle() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
A string representation of the CSS style associated with this specific
Node.
- getStyle() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
A string representation of the CSS style associated with this specific
Node.
- getStyleBySeverity(Severity) - Method in class org.controlsfx.validation.decoration.GraphicValidationDecoration
-
- getStyleClass() - Method in class org.controlsfx.control.action.Action
-
A list of String identifiers which can be used to logically group
Nodes, specifically for an external style engine.
- getStyleClass() - Method in class org.controlsfx.control.spreadsheet.Picker
-
- getStyleClass() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Returns an ObservableList of String of all the style
class associated with this cell.
- getStyleClass() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Returns an ObservableList of String of all the style
class associated with this cell.
- getStyleText() - Method in class org.controlsfx.control.StatusBar
-
A string representation of the CSS style associated with this Text.
- getSymbol(String) - Method in interface org.controlsfx.control.tableview2.filter.parser.Parser
-
Return the symbol related to an operator text which can be used
with this parser.
- getTableColumn() - Method in class org.controlsfx.control.table.ColumnFilter
-
Returns the TableColumn attached to this given ColumnFilter
- getTableColumn() - Method in class org.controlsfx.control.table.TableRowExpanderColumn.TableRowDataFeatures
-
Return the TableColumn which contains the toggle button.
- getTableColumn() - Method in class org.controlsfx.control.tableview2.filter.filtereditor.FilterEditor
-
- getTableColumn() - Method in class org.controlsfx.control.tableview2.filter.filtereditor.SouthFilter
-
- getTableColumn() - Method in class org.controlsfx.control.tableview2.filter.popupfilter.PopupFilter
-
Returns the TableColumn associated with this PopupFilter.
- getTableFilter() - Method in class org.controlsfx.control.table.ColumnFilter
-
Returns the entire TableFilter this ColumnFilter belongs to
- getTableRow() - Method in class org.controlsfx.control.table.TableRowExpanderColumn.TableRowDataFeatures
-
Return the current TableRow.
- getTarget() - Method in class org.controlsfx.control.action.AnnotatedAction
-
Returns the target object (the object on which the annotated method will be called).
- getTarget() - Method in interface org.controlsfx.validation.ValidationMessage
-
Message target - Control which message is related to .
- getTargetActions() - Method in class org.controlsfx.control.ListSelectionView
-
These actions are shown beside the target list view.
- getTargetFooter() - Method in class org.controlsfx.control.ListSelectionView
-
- getTargetHeader() - Method in class org.controlsfx.control.ListSelectionView
-
- getTargetItems() - Method in class org.controlsfx.control.ListSelectionView
-
Returns an ObservableList that contains the items currently being
shown to the user in the target list.
- getTasks() - Method in class org.controlsfx.control.TaskProgressView
-
Returns the list of tasks currently monitored by this view.
- getText() - Method in class org.controlsfx.control.action.Action
-
- getText() - Method in class org.controlsfx.control.HyperlinkLabel
-
Return the text currently displayed.
- getText() - Method in class org.controlsfx.control.InfoOverlay
-
- getText() - Method in class org.controlsfx.control.MaskerPane
-
Gets the value of the property text.
- getText() - Method in class org.controlsfx.control.NotificationPane
-
- getText() - Method in class org.controlsfx.control.SegmentedBar.Segment
-
- getText() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Returns the String representation currently used for display in the
SpreadsheetView.
- getText() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Returns the String representation currently used for display in the
SpreadsheetView.
- getText() - Method in class org.controlsfx.control.StatusBar
-
- getText() - Method in class org.controlsfx.control.tableview2.filter.popupfilter.PopupFilter
-
Gets the value of the property text.
- getText() - Method in interface org.controlsfx.validation.ValidationMessage
-
Message text
- getTitle() - Method in class org.controlsfx.control.CheckComboBox
-
The title set for this control, if it has been set explicitly by the client.
- getTitle() - Method in class org.controlsfx.control.PopOver
-
Returns the value of the title property.
- getTitle() - Method in class org.controlsfx.dialog.Wizard
-
Return the title of the wizard.
- getTitleFilter() - Method in class org.controlsfx.control.PropertySheet
-
- getToggleGroup() - Method in class org.controlsfx.control.SegmentedButton
-
- getTooltip() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Returns the tooltip for this cell.
- getTooltip() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Returns the tooltip for this cell.
- getTop() - Method in class org.controlsfx.control.HiddenSidesPane
-
Returns the value of the top node property.
- getTotal() - Method in class org.controlsfx.control.SegmentedBar
-
- 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 interface org.controlsfx.control.spreadsheet.CellGraphicFactory
-
Returns the exact class used in this CellGraphicFactory.
- getType() - Method in class org.controlsfx.property.BeanProperty
-
Returns the class type of the property.
- getTypingDelay() - Method in class org.controlsfx.control.PrefixSelectionComboBox
-
Gets the value of the property typingDelay.
- getUnselectedAreaBoundary() - Method in class org.controlsfx.control.SnapshotView
-
- getUnselectedAreaFill() - Method in class org.controlsfx.control.SnapshotView
-
- 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.ListActionView
-
- getUserAgentStylesheet() - Method in class org.controlsfx.control.ListSelectionView
- getUserAgentStylesheet() - Method in class org.controlsfx.control.MaskerPane
- 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.SegmentedBar
-
- getUserAgentStylesheet() - Method in class org.controlsfx.control.SegmentedButton
- getUserAgentStylesheet() - Method in class org.controlsfx.control.SnapshotView
- getUserAgentStylesheet() - Method in class org.controlsfx.control.StatusBar
- getUserAgentStylesheet() - Method in class org.controlsfx.control.tableview2.TableView2
- getUserAgentStylesheet() - Method in class org.controlsfx.control.TaskProgressView
- getUserAgentStylesheet() - Method in class org.controlsfx.control.textfield.CustomPasswordField
- getUserAgentStylesheet() - Method in class org.controlsfx.control.textfield.CustomTextField
- getUserAgentStylesheet() - Method in class org.controlsfx.control.ToggleSwitch
- getUserAgentStylesheet() - Method in class org.controlsfx.control.WorldMapView
-
- getUserData() - Method in class org.controlsfx.dialog.Wizard
-
- getUserText() - Method in interface org.controlsfx.control.textfield.AutoCompletionBinding.ISuggestionRequest
-
Get the user text to which suggestions shall be found
- getValidationDecorator() - Method in class org.controlsfx.validation.ValidationSupport
-
Returns current validation decorator
- getValidationResult() - Method in class org.controlsfx.validation.ValidationSupport
-
Retrieves current validation result
- 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.control.SegmentedBar.Segment
-
- getValue() - Method in class org.controlsfx.control.spreadsheet.ClipboardCell
-
Returns the value of this cell.
- getValue() - Method in class org.controlsfx.control.table.FilterValue
-
Returns the R value for this given FilterValue
- getValue() - Method in class org.controlsfx.control.table.TableRowExpanderColumn.TableRowDataFeatures
-
The value represented by the current table row.
- 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!
- getValue(Node) - Static method in class org.controlsfx.tools.ValueExtractor
-
Attempts to return a value for the given Node.
- getVBarValue() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return the value of the vertical scrollbar.
- getVerticalCellSpacing() - Method in class org.controlsfx.control.GridView
-
Returns the amount of vertical spacing there is between cells in
the same column.
- getViewColumn(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
- getViewRow(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Given the row of a SpreadsheetCell, returns the actual row as displayed
in the SpreadsheetView.
- getVisibleRowCount() - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Return the maximum number of rows to be visible in the popup when it is
showing.
- getWarnings() - Method in class org.controlsfx.validation.ValidationResult
-
Retrieve warnings represented by validation result
- getWidth() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetColumn
-
Return the actual width of the column.
- getWidth() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView.ColumnWidthEvent
-
Return the new width for this column.
- getWindow(Object) - Static method in class org.controlsfx.tools.Utils
-
Will return a Window from an object if any can be found.
- getZoomFactor() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return the zoomFactor used for the SpreadsheetView.
- getZoomFactor() - Method in class org.controlsfx.control.WorldMapView
-
- Glyph - Class in org.controlsfx.glyphfont
-
Represents one glyph from the font.
- Glyph() - Constructor for class org.controlsfx.glyphfont.Glyph
-
Empty Constructor (used by FXML)
- Glyph(String, char) - Constructor for class org.controlsfx.glyphfont.Glyph
-
Creates a new Glyph
- Glyph(String, Object) - Constructor for class org.controlsfx.glyphfont.Glyph
-
Creates a new Glyph
- 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
-
Loads glyph font from specified InputStream
- GlyphFont(String, int, String) - Constructor for class org.controlsfx.glyphfont.GlyphFont
-
Load glyph font from specified URL.
- GlyphFont(String, int, InputStream, boolean) - Constructor for class org.controlsfx.glyphfont.GlyphFont
-
Loads glyph font from specified InputStream
- GlyphFont(String, int, String, boolean) - 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
GlyphFontRegistry.register(GlyphFont) method.
- graphic(Node) - Method in class org.controlsfx.control.Notifications
-
Specify the graphic to show in the notification.
- GraphicDecoration - Class in org.controlsfx.control.decoration
-
GraphicDecoration is a
Decoration designed to show a graphic (be it
an image loaded via an
ImageView or an arbitrarily complex
scenegraph in its own right) on top of a given node.
- GraphicDecoration(Node) - Constructor for class org.controlsfx.control.decoration.GraphicDecoration
-
Constructs a new GraphicDecoration with the given decoration node to be
applied to any node that has this decoration applied to it.
- GraphicDecoration(Node, Pos) - Constructor for class org.controlsfx.control.decoration.GraphicDecoration
-
Constructs a new GraphicDecoration with the given decoration node to be
applied to any node that has this decoration applied to it, in the location
provided by the position argument.
- GraphicDecoration(Node, Pos, double, double) - Constructor for class org.controlsfx.control.decoration.GraphicDecoration
-
Constructs a new GraphicDecoration with the given decoration node to be
applied to any node that has this decoration applied to it, in the location
provided by the position argument, with the given xOffset and
yOffset values used to adjust the position.
- graphicFactoryProperty() - Method in class org.controlsfx.control.TaskProgressView
-
Returns the property used to store an optional callback for creating
custom graphics for each task.
- graphicProperty() - Method in class org.controlsfx.control.action.Action
-
The 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 interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Returns the ObjectProperty representing this cell graphic.
- graphicProperty() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Returns the ObjectProperty representing this cell graphic.
- graphicProperty() - Method in class org.controlsfx.control.StatusBar
-
The property used to store a graphic node that can be displayed by the
status label inside the status bar control.
- GraphicValidationDecoration - Class in org.controlsfx.validation.decoration
-
Validation decorator to decorate validation state using images.
- GraphicValidationDecoration() - Constructor for class org.controlsfx.validation.decoration.GraphicValidationDecoration
-
Creates default instance
- 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(int, int) - Constructor for class org.controlsfx.control.spreadsheet.GridBase
-
Creates a GridBase 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<Integer,Double> 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
-
Return a ReadOnlyObjectProperty containing the current Grid
used in the 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.
- iconProperty() - Method in class org.controlsfx.glyphfont.Glyph
-
The icon name property.
- 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
- INamedCharacter - Interface in org.controlsfx.glyphfont
-
Represents a named character.
- incrementHighValue() - Method in class org.controlsfx.control.RangeSlider
-
- incrementLowValue() - Method in class org.controlsfx.control.RangeSlider
-
- incrementZoom() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Increment the level of zoom by 0.10.
- IndexedCheckModel<T> - Interface in org.controlsfx.control
-
- info(Control, String) - Static method in interface org.controlsfx.validation.ValidationMessage
-
Factory method to create a simple info message
- infoNodeFactoryProperty() - Method in class org.controlsfx.control.SegmentedBar
-
Stores a factory callback for creating nodes that will be shown by a popover when the mouse
enters a segment.
- 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.
- initialize(ListView<T>) - Method in class org.controlsfx.control.ListActionView.ListAction
-
Can be used to define properties or bindings for actions
which are directly dependent on the list view.
- initialize(ListView<T>, ListView<T>) - Method in class org.controlsfx.control.ListSelectionView.ListSelectionAction
-
Can be used to define properties or bindings for actions which are directly dependent
on the list views.
- initialize(ListView<T>, ListView<T>) - Method in class org.controlsfx.control.ListSelectionView.MoveToSource
-
- initialize(ListView<T>, ListView<T>) - Method in class org.controlsfx.control.ListSelectionView.MoveToSourceAll
-
- initialize(ListView<T>, ListView<T>) - Method in class org.controlsfx.control.ListSelectionView.MoveToTarget
-
- initialize(ListView<T>, ListView<T>) - Method in class org.controlsfx.control.ListSelectionView.MoveToTargetAll
-
- initialize() - Method in class org.controlsfx.control.table.ColumnFilter
-
Initializes this ColumnFilter, particularly if it was set up in a lazy context
- initInitialDecoration() - Method in class org.controlsfx.validation.ValidationSupport
-
Activates the initial decoration of validated controls.
- 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 for the IntegerEditor.
- IntegerType() - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetCellType.IntegerType
-
- IntegerType(IntegerStringConverter) - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetCellType.IntegerType
-
- invalidProperty() - Method in class org.controlsfx.dialog.Wizard
-
Property for overriding the individual validation state of this
Wizard.
- invalidProperty() - Method in class org.controlsfx.validation.ValidationSupport
-
Validation state property
- isAnimated() - Method in class org.controlsfx.control.MasterDetailPane
-
Returns the value of the "animated" property.
- isAnimated() - Method in class org.controlsfx.control.PopOver
-
Returns the value of the "animated" property.
- isAutoNavigationEnabled() - Method in class org.controlsfx.control.BreadCrumbBar
-
Return whether auto-navigation is enabled.
- isBackSpaceAllowed() - Method in class org.controlsfx.control.PrefixSelectionComboBox
-
Gets the value of the property backSpaceAllowed.
- isCancelled() - Method in interface org.controlsfx.control.textfield.AutoCompletionBinding.ISuggestionRequest
-
Is this request canceled?
- isCellDisplaySelection(int, int) - Method in interface org.controlsfx.control.spreadsheet.Grid
-
Returns true if the given cell will display a selection rectangle when
selected.
- isCellDisplaySelection(int, int) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Returns true if the given cell will display a selection rectangle when
selected.
- isCellGraphic() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Returns
true if this cell contains something particular in its
item and a
Node given by the
CellGraphicFactory will be used to
display it.
- isCellGraphic() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Returns
true if this cell contains something particular in its
item and a
Node given by the
CellGraphicFactory will be used to
display it.
- isChecked(T) - Method in interface org.controlsfx.control.CheckModel
-
Returns true if the given item is checked in the control.
- isChecked(int) - Method in interface org.controlsfx.control.IndexedCheckModel
-
Returns true if the given index represents an item that is checked in the control.
- isCloseButtonEnabled() - Method in class org.controlsfx.control.PopOver
-
Returns the value of the closeButtonEnabled property.
- isCloseButtonVisible() - Method in class org.controlsfx.control.NotificationPane
-
- isColumnFixable() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetColumn
-
Indicate whether this column can be frozen or not.
- isColumnFixable(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Indicate whether this column can be frozen or not.
- isColumnFixable(int) - Method in class org.controlsfx.control.tableview2.TableView2
-
Indicate whether this column can be fixed or not.
- isColumnFixingEnabled() - Method in class org.controlsfx.control.tableview2.TableView2
-
Return whether changes to Fixed columns are enabled.
- isColumnHidden(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
- isCornerActivated(SpreadsheetCell.CornerPosition) - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Returns true if a triangle is displayed in the cell for the given
CornerPosition.
- isCornerActivated(SpreadsheetCell.CornerPosition) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Returns true if a triangle is displayed in the cell for the given
CornerPosition.
- 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.
- isDirty() - Method in class org.controlsfx.control.table.TableFilter
-
- isDisabled() - Method in class org.controlsfx.control.action.Action
-
- isDisplayOnFocusedEnabled() - Method in class org.controlsfx.control.PrefixSelectionComboBox
-
Gets the value of the property displayOnFocusedEnabled.
- isDisplaySelection() - Method in interface org.controlsfx.control.spreadsheet.Grid
-
Return true if the selection (black rectangle) is displayed on
the Grid.
- isDisplaySelection() - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Return true if the selection (black rectangle) is displayed on
the Grid.
- isEditable() - Method in interface org.controlsfx.control.PropertySheet.Item
-
Indicates whether the PropertySheet should allow editing of this
property, or whether it is read-only.
- isEditable() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Returns true if this cell can be edited.
- isEditable() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Returns true if this cell can be edited.
- isEditable() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Gets the value of the property editable.
- isEditable() - Method in class org.controlsfx.property.BeanProperty
-
Indicates whether the PropertySheet should allow editing of this
property, or whether it is read-only.
- isEmpty() - Method in interface org.controlsfx.control.CheckModel
-
Returns true if there are no checked items in the control.
- isError(Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellType
-
Returns true if the value is an error regarding the specification of its
type.
- isExpanded() - Method in class org.controlsfx.control.table.TableRowExpanderColumn.TableRowDataFeatures
-
Returns a boolean indicating if the current row is expanded or not
- isFilterable() - Method in class org.controlsfx.control.tableview2.FilteredTableColumn
-
Gets the value of the property filterable.
- isFiltered() - Method in class org.controlsfx.control.table.ColumnFilter
-
Indicates whether a filter is active on this ColumnFilter
- isFixed() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetColumn
-
Return whether this column is frozen or not.
- isFixingColumnsAllowed() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return whether change to frozen columns are allowed.
- isFixingRowsAllowed() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return whether change to frozen rows are allowed.
- isHeaderAlwaysVisible() - Method in class org.controlsfx.control.PopOver
-
Returns the value of the detachable property.
- isHighValueChanging() - Method in class org.controlsfx.control.RangeSlider
-
Returns whether or not the high value of this RangeSlider is currently
changing.
- isInitialized() - Method in class org.controlsfx.control.table.ColumnFilter
-
Returns boolean indicating whether this ColumnFilter was initialized
- isInvalid() - Method in class org.controlsfx.dialog.Wizard
-
Gets the value of the property invalid.
- isInvalid() - Method in class org.controlsfx.validation.ValidationSupport
-
Returns current validation state.
- isLocked() - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Returns whether this GridBase 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
-
- isPartialRating() - Method in class org.controlsfx.control.Rating
-
- isReadSettings() - Method in class org.controlsfx.dialog.Wizard
-
Gets the value of the property readSettings.
- isRequired(Control) - Static method in class org.controlsfx.validation.ValidationSupport
-
Check control's required flag
- isRetainTasks() - Method in class org.controlsfx.control.TaskProgressView
-
Checks if tasks will not be removed when succeeded, cancelled or failed.
- isRowFixable(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Indicate whether a row can be frozen or not.
- isRowFixable(int) - Method in class org.controlsfx.control.tableview2.TableView2
-
Indicate whether a row can be fixed or not.
- isRowFixingEnabled() - Method in class org.controlsfx.control.tableview2.TableView2
-
Return whether changes to Fixed rows are enabled.
- isRowHeaderVisible() - Method in class org.controlsfx.control.tableview2.TableView2
-
Return if the row header is showing.
- isRowHidden(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return true is this row is hidden.
- isRowResizable(int) - Method in interface org.controlsfx.control.spreadsheet.Grid
-
Returns true if the specified row is resizable.
- isRowResizable(int) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Returns true if the specified row is resizable.
- isSearchBoxVisible() - Method in class org.controlsfx.control.PropertySheet
-
- isSelected() - Method in class org.controlsfx.control.action.Action
-
Selected state of the Action.
- isSelected() - Method in class org.controlsfx.control.ToggleSwitch
-
Returns whether this Toggle Switch is selected
- isSelectionActive() - Method in class org.controlsfx.control.SnapshotView
-
- isSelectionActivityManaged() - Method in class org.controlsfx.control.SnapshotView
-
- isSelectionChanging() - Method in class org.controlsfx.control.SnapshotView
-
- isSelectionMouseTransparent() - Method in class org.controlsfx.control.SnapshotView
-
- isSelectionRatioFixed() - Method in class org.controlsfx.control.SnapshotView
-
- isShowCheckedCount() - Method in class org.controlsfx.control.CheckComboBox
-
- 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
-
- isShowing() - Method in class org.controlsfx.control.NotificationPane
-
- isShowLocations() - Method in class org.controlsfx.control.WorldMapView
-
- isShowOnHover() - Method in class org.controlsfx.control.InfoOverlay
-
- isShowRowHeader() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Return if the row Header is showing.
- isShowTickLabels() - Method in class org.controlsfx.control.RangeSlider
-
- isShowTickMarks() - Method in class org.controlsfx.control.RangeSlider
-
- isSnapToTicks() - Method in class org.controlsfx.control.RangeSlider
-
- isSouthHeaderBlended() - Method in class org.controlsfx.control.tableview2.TableView2
-
Gets the value of the property southHeaderBlended.
- isUpdateOnHover() - Method in class org.controlsfx.control.Rating
-
- isValid(String) - Method in interface org.controlsfx.control.tableview2.filter.parser.Parser
-
Checks if the supplied text is valid or not.
- isWrapText() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
If a run of text exceeds the width of the Labeled, then this variable
indicates whether the text should wrap onto another line.
- isWrapText() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
If a run of text exceeds the width of the Labeled, then this variable
indicates whether the text should wrap onto another line.
- itemProperty() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
The item property represents the currently-set value inside this
SpreadsheetCell.
- itemProperty() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
The item property represents the currently-set value inside this
SpreadsheetCell.
- 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).
- radius(double) - Method in class org.controlsfx.tools.Borders.EtchedBorders
-
Specifies the radius of the four corners of the lines of this border.
- radius(double, double, double, double) - Method in class org.controlsfx.tools.Borders.EtchedBorders
-
Specifies that the etched line wrapping the node should have corner radii
as specified, with each radius being independently configured, going
in the order top-left, top-right, bottom-right, and finally bottom-left.
- radius(double) - Method in class org.controlsfx.tools.Borders.LineBorders
-
Specifies the radius of the four corners of the line of this border.
- radius(double, double, double, double) - Method in class org.controlsfx.tools.Borders.LineBorders
-
Specifies that the line wrapping the node should have corner radii
as specified, with each radius being independently configured, going
in the order top-left, top-right, bottom-right, and finally bottom-left.
- raised() - Method in class org.controlsfx.tools.Borders.EtchedBorders
-
Specifies the order in which the highlight and shadow colours are
placed.
- RangeSlider - Class in org.controlsfx.control
-
The RangeSlider control is simply a JavaFX Slider control with support
for two 'thumbs', rather than one.
- RangeSlider() - Constructor for class org.controlsfx.control.RangeSlider
-
Creates a new RangeSlider instance using default values of 0.0, 0.25, 0.75
and 1.0 for min/lowValue/highValue/max, respectively.
- RangeSlider(double, double, double, double) - Constructor for class org.controlsfx.control.RangeSlider
-
Instantiates a default, horizontal RangeSlider with the specified
min/max/low/high values.
- Rating - Class in org.controlsfx.control
-
A control for allowing users to provide a rating.
- Rating() - Constructor for class org.controlsfx.control.Rating
-
Creates a default instance with a minimum rating of 0 and a maximum
rating of 5.
- Rating(int) - Constructor for class org.controlsfx.control.Rating
-
Creates a default instance with a minimum rating of 0 and a maximum rating
as provided by the argument.
- Rating(int, int) - Constructor for class org.controlsfx.control.Rating
-
Creates a Rating instance with a minimum rating of 0, a maximum rating
as provided by the max argument, and a current rating as provided
by the rating argument.
- ratingProperty() - Method in class org.controlsfx.control.Rating
-
The current rating value.
- readSettingsProperty() - Method in class org.controlsfx.dialog.Wizard
-
Property for overriding the individual read-settings state of this
Wizard.
- redecorate() - Method in class org.controlsfx.validation.ValidationSupport
-
Redecorates all known components
Only decorations related to validation are affected
- register(Object) - Static method in class org.controlsfx.control.action.ActionMap
-
- register(String, Character) - Method in class org.controlsfx.glyphfont.GlyphFont
-
Registers the given name-character mapping
- register(String, String, int) - Static method in class org.controlsfx.glyphfont.GlyphFontRegistry
-
Registers the specified font as default GlyphFont
- register(String, InputStream, int) - Static method in class org.controlsfx.glyphfont.GlyphFontRegistry
-
Registers the specified font as default GlyphFont
- register(GlyphFont) - Static method in class org.controlsfx.glyphfont.GlyphFontRegistry
-
Registers the specified font
- registerAll(Iterable<? extends INamedCharacter>) - Method in class org.controlsfx.glyphfont.GlyphFont
-
Registers all given characters with their name.
- registerValidator(Control, boolean, Validator<T>) - Method in class org.controlsfx.validation.ValidationSupport
-
Registers
Validator for specified control with additional possiblity to mark control as required or not.
- registerValidator(Control, Validator<T>) - Method in class org.controlsfx.validation.ValidationSupport
-
Registers
Validator for specified control and makes control required
- removeAllDecorations(Node) - Static method in class org.controlsfx.control.decoration.Decorator
-
Removes all the decorations that have previously been set on the given node.
- removeDecoration(Node) - Method in class org.controlsfx.control.decoration.Decoration
-
This method removes the decoration from the given target node.
- removeDecoration(Node, Decoration) - Static method in class org.controlsfx.control.decoration.Decorator
-
Removes the given decoration from the given node.
- removeDecoration(Node) - Method in class org.controlsfx.control.decoration.GraphicDecoration
-
This method removes the decoration from the given target node.
- removeDecoration(Node) - Method in class org.controlsfx.control.decoration.StyleClassDecoration
-
This method removes the decoration from the given target node.
- removeDecorations(Control) - Method in class org.controlsfx.validation.decoration.AbstractValidationDecoration
-
Removes all validation related decorations from the target
- removeDecorations(Control) - Method in interface org.controlsfx.validation.decoration.ValidationDecoration
-
Removes all validation specific decorations from the target control.
- removeEventHandler(EventType<E>, EventHandler<E>) - Method in interface org.controlsfx.control.spreadsheet.Grid
-
Unregisters a previously registered event handler from this Grid.
- removeEventHandler(EventType<E>, EventHandler<E>) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Unregisters a previously registered event handler from this Grid.
- removeEventHandler(EventType<Event>, EventHandler<Event>) - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Unregisters a previously registered event handler from this
SpreadsheetCell.
- removeEventHandler(EventType<Event>, EventHandler<Event>) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Unregisters a previously registered event handler from this SpreadsheetCell.
- removeEventHandler(EventType<E>, EventHandler<E>) - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Unregisters a previously registered event handler from this EventTarget.
- resetDividerPosition() - Method in class org.controlsfx.control.MasterDetailPane
-
Resets the divider position to a value that ensures that the detail node will be fully
visible at its preferred width or height.
- resetFilter() - Method in class org.controlsfx.control.table.TableFilter
-
- resetFilter() - Method in class org.controlsfx.control.tableview2.FilteredTableView
-
Resets all the filters applied, to both tableView and filtered columns
- resetSearchFilter() - Method in class org.controlsfx.control.table.FilterPanel
-
- resizeRowsToDefault() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
This method will wipe all changes made to the row's height and set all row's
height back to their default height defined in the model Grid.
- resizeRowsToFitContent() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
This method will compute the best height for each line.
- resizeRowsToMaximum() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
- resolveGraphic(ActionProxy) - Method in class org.controlsfx.control.action.DefaultActionFactory
-
Resolve the graphical representation of this action.
- resultProperty() - Method in class org.controlsfx.dialog.Wizard
-
- retainTasksProperty() - Method in class org.controlsfx.control.TaskProgressView
-
Do not remove tasks when succeeded, cancelled or failed.
- revalidate() - Method in class org.controlsfx.validation.ValidationSupport
-
Triggers validation for all known components.
- revalidate(Control) - Method in class org.controlsfx.validation.ValidationSupport
-
Triggers validation for the given component.
- rightProperty() - Method in class org.controlsfx.control.HiddenSidesPane
-
Returns the value of the right node property.
- rightProperty() - Method in class org.controlsfx.control.textfield.CustomPasswordField
-
Property representing the Node that is placed on the right of
the password field.
- rightProperty() - Method in class org.controlsfx.control.textfield.CustomTextField
-
Property representing the Node that is placed on the right of
the text field.
- ROW_HEIGHT_CHANGE - Static variable in class org.controlsfx.control.spreadsheet.SpreadsheetView.RowHeightEvent
-
- RowFixAction - Class in org.controlsfx.control.tableview2.actions
-
A custom action that can be added to the ContextMenu of any row in the
row header, allowing the user to fix or unfix the row.
- RowFixAction(TableView2, Integer) - Constructor for class org.controlsfx.control.tableview2.actions.RowFixAction
-
Creates a fix action for a given column.
- RowFixAction(TableView2, Integer, String) - Constructor for class org.controlsfx.control.tableview2.actions.RowFixAction
-
Creates a fix action for a given column.
- RowFixAction(TableView2, Integer, String, Node) - Constructor for class org.controlsfx.control.tableview2.actions.RowFixAction
-
Creates a fix action for a given column.
- rowFixingEnabledProperty() - Method in class org.controlsfx.control.tableview2.TableView2
-
Return the Boolean property associated with the allowance of fixing or
unfixing some rows.
- rowHeaderContextMenuFactoryProperty() - Method in class org.controlsfx.control.tableview2.TableView2
-
An object property of a BiFunction that can be used to define the
context menu of each row of the row header.
- rowHeaderProperty() - Method in class org.controlsfx.control.tableview2.TableView2
-
The row header property wraps a TableColumn that can be used to
render the row header.
- rowHeaderVisibleProperty() - Method in class org.controlsfx.control.tableview2.TableView2
-
BooleanProperty associated with the row Header.
- rowHeaderWidthProperty() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
This DoubleProperty represents the with of the rowHeader.
- rowHeaderWidthProperty() - Method in class org.controlsfx.control.tableview2.TableView2
-
This DoubleProperty represents the with of the rowHeader.
- RowHeightEvent(int, double) - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetView.RowHeightEvent
-
- scrollToColumn(SpreadsheetColumn) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
- scrollToColumnIndex(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Scrolls the SpreadsheetView so that the given column index is visible.
- scrollToRow(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Scrolls the SpreadsheetView so that the given row is visible.
- SearchableComboBox<T> - Class in org.controlsfx.control
-
A simple extension of the ComboBox which shows a search field while the
popup is showing.
- SearchableComboBox() - Constructor for class org.controlsfx.control.SearchableComboBox
-
- SearchableComboBox(ObservableList<T>) - Constructor for class org.controlsfx.control.SearchableComboBox
-
- 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.
- Segment(double) - Constructor for class org.controlsfx.control.SegmentedBar.Segment
-
Constructs a new segment with the given value.
- Segment(double, String) - Constructor for class org.controlsfx.control.SegmentedBar.Segment
-
Constructs a new segment with the given value.
- SegmentedBar<T extends SegmentedBar.Segment> - Class in org.controlsfx.control
-
A control that makes it easy to create a horizontal bar that visualizes the
segmentation of a total value.
- SegmentedBar() - Constructor for class org.controlsfx.control.SegmentedBar
-
Constructs a new segmented bar.
- SegmentedBar.Segment - Class in org.controlsfx.control
-
- SegmentedBar.SegmentView - Class in org.controlsfx.control
-
The view class used by the default segment view factory.
- 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.
- segmentsProperty() - Method in class org.controlsfx.control.SegmentedBar
-
A property used to store the list of segments shown by the bar.
- SegmentView(T) - Constructor for class org.controlsfx.control.SegmentedBar.SegmentView
-
Constructs a new segment view.
- segmentViewFactoryProperty() - Method in class org.controlsfx.control.SegmentedBar
-
Stores the segment view factory that is used to create one view for each segment added to
the control.
- select(int, SpreadsheetColumn) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetViewSelectionModel
-
Selects the cell at the given row/column intersection.
- selectAll() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetViewSelectionModel
-
Selects all the possible cells.
- selectAllValues() - Method in class org.controlsfx.control.table.ColumnFilter
-
Selects all values for this given ColumnFilter
- selectAllValues(TableColumn<?, ?>) - Method in class org.controlsfx.control.table.TableFilter
-
Programmatically selects all values for the specified TableColumn
- selectCells(List<Pair<Integer, Integer>>) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetViewSelectionModel
-
Selects discontinuous cells.
- selectCells(Pair<Integer, Integer>...) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetViewSelectionModel
-
Selects discontinuous cells.
- selectedCountriesProperty() - Method in class org.controlsfx.control.WorldMapView
-
A property used for storing the list of selected countries (aka "the selection model").
- 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).
- selectedLocationsProperty() - Method in class org.controlsfx.control.WorldMapView
-
A property used for storing the list of selected locations (aka "the selection model").
- selectedProperty() - Method in class org.controlsfx.control.action.Action
-
Represents action's selected state.
- selectedProperty() - Method in class org.controlsfx.control.table.FilterValue
-
Property indicating whether this value is selected or not.
- selectedProperty() - Method in class org.controlsfx.control.ToggleSwitch
-
Returns the selected property
- SELECTION_CHANGING_PROPERTY_KEY - Static variable in class org.controlsfx.control.SnapshotView
-
- selectionActiveProperty() - Method in class org.controlsfx.control.SnapshotView
-
Indicates whether the selection is currently active.
- selectionActivityManagedProperty() - Method in class org.controlsfx.control.SnapshotView
-
Indicates whether the value of the
selectionActive property is managed by this
control.
- selectionAreaBoundaryProperty() - Method in class org.controlsfx.control.SnapshotView
-
- selectionAreaFillProperty() - Method in class org.controlsfx.control.SnapshotView
-
Determines the visualization of the selected area.
- selectionBorderPaintProperty() - Method in class org.controlsfx.control.SnapshotView
-
Determines the visualization of the selection's border.
- selectionBorderWidthProperty() - Method in class org.controlsfx.control.SnapshotView
-
Determines the width of the selection's border.
- selectionChangingProperty() - Method in class org.controlsfx.control.SnapshotView
-
Indicates whether the
selection is currently changing due to user interaction with
the control.
- selectionMouseTransparentProperty() - Method in class org.controlsfx.control.SnapshotView
-
Indicates whether the overlay which displays the selection is mouse transparent.
- selectionProperty() - Method in class org.controlsfx.control.SnapshotView
-
The current selection as a Rectangle2D.
- selectionRatioFixedProperty() - Method in class org.controlsfx.control.SnapshotView
-
Indicates whether the ratio of the
selection is fixed.
- selectRange(int, SpreadsheetColumn, int, SpreadsheetColumn) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetViewSelectionModel
-
Selects the cells in the range (minRow, minColumn) to (maxRow,
maxColumn), inclusive.
- selectValue(Object) - Method in class org.controlsfx.control.table.ColumnFilter
-
Allows selecting a given value programmatically for this ColumnFilter
- selectValue(TableColumn<?, ?>, Object) - Method in class org.controlsfx.control.table.TableFilter
-
Programmatically selects value for the specified TableColumn
- setAccelerator(KeyCombination) - Method in class org.controlsfx.control.action.Action
-
Sets the accelerator KeyCombination that should be used for this action,
if it is used in an applicable UI control
- setActionFactory(AnnotatedActionFactory) - Static method in class org.controlsfx.control.action.ActionMap
-
Sets the action factory used by ActionMap to construct AnnotatedAction instances.
- setAnimated(boolean) - Method in class org.controlsfx.control.MasterDetailPane
-
Sets the value of the "animated" property.
- setAnimated(boolean) - Method in class org.controlsfx.control.PopOver
-
Sets the value of the "animated" property.
- setAnimationDelay(Duration) - Method in class org.controlsfx.control.HiddenSidesPane
-
Set the animation delay
- setAnimationDuration(Duration) - Method in class org.controlsfx.control.HiddenSidesPane
-
Set the animation delay
- 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
-
Enable or disable auto navigation (default is enabled).
- setBackingList(ObservableList<S>) - Method in class org.controlsfx.control.tableview2.FilteredTableView
-
Sets the original observable list, before it is wrapped into a
FilteredList and a SortedList.
- setBackSpaceAllowed(boolean) - Method in class org.controlsfx.control.PrefixSelectionComboBox
-
Sets the value of the property backSpaceAllowed.
- setBlockIncrement(double) - Method in class org.controlsfx.control.RangeSlider
-
Sets the amount by which to adjust the slider if the track of the slider is
clicked.
- setBottom(Node) - Method in class org.controlsfx.control.HiddenSidesPane
-
Sets the value of the bottom node property.
- setCategoryComparator(Comparator<String>) - Method in class org.controlsfx.control.PropertySheet
-
Set how the categories should be laid out in
the PropertySheet.
- setCellDisplaySelection(int, int, boolean) - Method in interface org.controlsfx.control.spreadsheet.Grid
-
Overrides the value defined by
Grid.isDisplaySelection()
so that no matter what is defined on the grid, the given cell will always
have its selection set to the displaySelection parameter.
- setCellDisplaySelection(int, int, boolean) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Overrides the value defined by
Grid.isDisplaySelection()
so that no matter what is defined on the grid, the given cell will always
have its selection set to the displaySelection parameter.
- 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.
- setCellFactory(Callback<ListView<T>, ListCell<T>>) - Method in class org.controlsfx.control.ListActionView
-
Sets a new cell factory for the list view.
- setCellFactory(Callback<ListView<T>, ListCell<T>>) - Method in class org.controlsfx.control.ListSelectionView
-
Sets a new cell factory to use by both list views.
- setCellGraphic(boolean) - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
If
isCellGraphic is
true, this cell item contains
something particular and should be display by using a Node provided by
CellGraphicFactory object in the CellView.
- setCellGraphic(boolean) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
If
isCellGraphic is
true, this cell item contains
something particular and should be display by using a Node provided by
CellGraphicFactory object in the CellView.
- setCellGraphicFactory(CellGraphicFactory) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
- 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
-
Changes the value situated at the intersection if possible.
- setCellValue(int, int, Object) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Changes 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(IndexedCheckModel<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(IndexedCheckModel<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(CheckModel<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)..
- setCloseButtonEnabled(boolean) - Method in class org.controlsfx.control.PopOver
-
Sets the value of the closeButtonEnabled property.
- setCloseButtonVisible(boolean) - Method in class org.controlsfx.control.NotificationPane
-
Sets whether the close button in NotificationPane should be visible.
- setColor(Color) - Method in class org.controlsfx.glyphfont.Glyph
-
Set the Color of this Glyph
- setColumnFixingEnabled(boolean) - Method in class org.controlsfx.control.tableview2.TableView2
-
If set to true, user will be allowed to fix and unfix the columns.
- setColumnSpan(int) - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Sets how much this cell is spanning in column.
- setColumnSpan(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Sets how much this cell is spanning in column.
- setComparator(Comparator<ObservableList<SpreadsheetCell>>) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Sets a new Comparator for the SpreadsheetView in order to sort the rows.
- 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
-
- setContent(Node) - Method in class org.controlsfx.control.NotificationPane
-
Set the content to be shown in the scene,
that is not within the notification bar.
- setContentNode(Node) - Method in class org.controlsfx.control.PopOver
-
Sets the value of the content property.
- setConverter(StringConverter<T>) - Method in class org.controlsfx.control.CheckComboBox
-
Sets the StringConverter to be used in the control.
- setConverter(StringConverter<T>) - Method in class org.controlsfx.control.tableview2.filter.popupfilter.PopupStringFilter
-
Sets the value of the property converter.
- setCornerRadius(double) - Method in class org.controlsfx.control.PopOver
-
Sets the value of the corner radius property.
- setCountries(ObservableList<WorldMapView.Country>) - Method in class org.controlsfx.control.WorldMapView
-
Sets the list of countries that will be shown by the map.
- setCountrySelectionMode(WorldMapView.SelectionMode) - Method in class org.controlsfx.control.WorldMapView
-
- setCountryViewFactory(Callback<WorldMapView.Country, WorldMapView.CountryView>) - Method in class org.controlsfx.control.WorldMapView
-
- setCrumbFactory(Callback<TreeItem<T>, Button>) - Method in class org.controlsfx.control.BreadCrumbBar
-
- setDelay(long) - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Sets the delay in ms between a key press and the suggestion popup being displayed.
- 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.
- 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.Action
-
Sets whether the action should be available to the end user,
or whether it should appeared 'grayed out'.
- setDisplayOnFocusedEnabled(boolean) - Method in class org.controlsfx.control.PrefixSelectionComboBox
-
Sets the value of the property displayOnFocusedEnabled.
- setDisplaySelection(boolean) - Method in interface org.controlsfx.control.spreadsheet.Grid
-
If set to true, the selection (black rectangle) will be displayed on the
Grid.
- setDisplaySelection(boolean) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
If set to true, the selection (black rectangle) will be displayed on the
Grid.
- setDividerPosition(double) - Method in class org.controlsfx.control.MasterDetailPane
-
Sets the value of the divider position property.
- setDividerSizeHint(double) - Method in class org.controlsfx.control.MasterDetailPane
-
- setEditable(boolean) - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Change the editable state of this cell
- setEditable(boolean) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Change the editable state of this cell
- setEditable(boolean) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Sets the value of the property editable.
- setEditable(boolean) - Method in class org.controlsfx.property.BeanProperty
-
- setErrorDecorationEnabled(boolean) - Method in class org.controlsfx.validation.ValidationSupport
-
Sets the value of the property errorDecorationEnabled.
- setEventHandler(Consumer<ActionEvent>) - Method in class org.controlsfx.control.action.Action
-
- setEventHandler(Consumer<ActionEvent>) - Method in class org.controlsfx.control.ListActionView.ListAction
-
- setEventHandler(Consumer<ActionEvent>) - Method in class org.controlsfx.control.ListSelectionView.ListSelectionAction
-
- setExpanded(Boolean) - Method in class org.controlsfx.control.table.TableRowExpanderColumn.TableRowDataFeatures
-
Set the expanded state.
- setFadeInDuration(Duration) - Method in class org.controlsfx.control.PopOver
-
Sets the value of the fade-in duration property.
- setFadeOutDuration(Duration) - Method in class org.controlsfx.control.PopOver
-
Sets the value of the fade-out duration property.
- setFilter(Filter) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetColumn
-
Sets the value of the property filter.
- setFilterable(boolean) - Method in class org.controlsfx.control.tableview2.FilteredTableColumn
-
Sets the value of the property filterable.
- setFilteredRow(Integer) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Set the row (based of
Grid indexes) where the
Filter will
appear.
- setFilterMenuButtonFactory(FilterMenuButton) - Method in class org.controlsfx.control.tableview2.filter.filtereditor.SouthFilter
-
Sets the value of the property filterMenuButtonFactory.
- setFilterPolicy(Callback<TableView<S>, Boolean>) - Method in class org.controlsfx.control.tableview2.FilteredTableView
-
Sets the value of the property filterPolicy.
- setFixed(boolean) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetColumn
-
- setFixedSelectionRatio(double) - Method in class org.controlsfx.control.SnapshotView
-
- setFixingColumnsAllowed(boolean) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
If set to true, user will be allowed to freeze and unfreeze the columns.
- setFixingRowsAllowed(boolean) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
If set to true, user will be allowed to freeze and unfreeze the rows.
- setFlow(Wizard.Flow) - Method in class org.controlsfx.dialog.Wizard
-
Sets the
Wizard.Flow, which represents the flow of pages in the wizard.
- setFontFamily(String) - Method in class org.controlsfx.glyphfont.Glyph
-
Sets the font family of this glyph
Font size is reset to default glyph font size
- setFontSize(double) - Method in class org.controlsfx.glyphfont.Glyph
-
Sets the font size of this glyph
- setFormat(String) - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Sets a new format for this cell.
- setFormat(String) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Sets a new format for this cell.
- setGraphic(Node) - Method in class org.controlsfx.control.action.Action
-
Sets the graphic that should be shown to the user in relation to this action.
- setGraphic(Node) - Method in class org.controlsfx.control.NotificationPane
-
Sets the Node to show within the popup
notification bar.
- setGraphic(Node) - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Sets a graphic for this cell.
- setGraphic(Node) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Sets a graphic for this cell.
- setGraphic(Node) - Method in class org.controlsfx.control.StatusBar
-
- setGraphicFactory(Callback<T, Node>) - Method in class org.controlsfx.control.TaskProgressView
-
- setGrid(Grid) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Set a new Grid for the SpreadsheetView.
- setHasPopup(boolean) - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Sets to true if this cell needs to display a popup when clicked
in order to show some MenuItem like a MenuButton.
- setHasPopup(boolean) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Sets to true if this cell needs to display a popup when clicked
in order to show some MenuItem like a MenuButton.
- setHBarValue(double) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Same method as ScrollBar.setValue(double) on the verticalBar.
- setHeaderAlwaysVisible(boolean) - Method in class org.controlsfx.control.PopOver
-
Sets the value of the headerAlwaysVisible property.
- setHiddenColumns(BitSet) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Give a complete new BitSet of the hidden columns.
- setHiddenRows(BitSet) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Give a complete new BitSet of the hidden rows.
- setHideOnEscape(boolean) - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Specifies whether the PopupWindow should be hidden when an unhandled
escape key is pressed while the popup has focus.
- 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.
- setIcon(Object) - Method in class org.controlsfx.glyphfont.Glyph
-
Set the icon to display.
- setInfoNodeFactory(Callback<T, Node>) - Method in class org.controlsfx.control.SegmentedBar
-
- setInvalid(boolean) - Method in class org.controlsfx.dialog.Wizard
-
Sets the value of the property invalid.
- setItem(Object) - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Sets the value of the property Item.
- setItem(Object) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Sets the value of the property Item.
- setItems(ObservableList<T>) - Method in class org.controlsfx.control.GridView
-
Sets a new ObservableList as the items list underlying GridView.
- setLabelFormatter(StringConverter<Number>) - Method in class org.controlsfx.control.RangeSlider
-
Sets the value of the property tickLabelFormatter.
- 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.CustomPasswordField
-
Sets the Node that is placed on the left of
the password field.
- setLeft(Node) - Method in class org.controlsfx.control.textfield.CustomTextField
-
Sets the Node that is placed on the left of
the text field.
- setLocations(ObservableList<WorldMapView.Location>) - Method in class org.controlsfx.control.WorldMapView
-
Sets the list of locations shown by the map.
- setLocationSelectionMode(WorldMapView.SelectionMode) - Method in class org.controlsfx.control.WorldMapView
-
- setLocationViewFactory(Callback<WorldMapView.Location, Node>) - Method in class org.controlsfx.control.WorldMapView
-
- setLocked(Boolean) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Locks or unlocks this GridBase.
- setLongText(String) - Method in class org.controlsfx.control.action.Action
-
Sets the longer form of the text to show to the user
- setLookup(BiFunction<ComboBox, String, Optional>) - Method in class org.controlsfx.control.PrefixSelectionComboBox
-
Sets the value of the property lookup.
- 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 unit distance between major tick marks.
- setMasterNode(Node) - Method in class org.controlsfx.control.MasterDetailPane
-
Sets the value of the master node property.
- setMax(double) - Method in class org.controlsfx.control.RangeSlider
-
Sets the maximum value for this Slider.
- setMax(int) - Method in class org.controlsfx.control.Rating
-
Sets the maximum-allowed rating value.
- setMaxWidth(double) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetColumn
-
Set the maximum width for this SpreadsheetColumn.
- setMaxWidth(double) - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Sets the maxWidth of the popup.
- setMin(double) - Method in class org.controlsfx.control.RangeSlider
-
Sets the minimum value for this Slider.
- setMinorTickCount(int) - Method in class org.controlsfx.control.RangeSlider
-
Sets the number of minor ticks to place between any two major ticks.
- setMinWidth(double) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetColumn
-
Set the minimum width for this SpreadsheetColumn.
- setMinWidth(double) - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Sets the minWidth of the popup.
- setMode(PropertySheet.Mode) - Method in class org.controlsfx.control.PropertySheet
-
Set how the properties should be laid out in
the PropertySheet.
- setModeSwitcherVisible(boolean) - Method in class org.controlsfx.control.PropertySheet
-
Set whether a visual option should be presented to
users to switch between the various
modes available.
- setNode(Node) - Method in class org.controlsfx.control.SnapshotView
-
- setOnAction(EventHandler<ActionEvent>) - Method in class org.controlsfx.control.HyperlinkLabel
-
Sets a new EventHandler which will be invoked whenever a hyperlink is
fired.
- 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
-
Set a new EventHandler for when a user selects a crumb.
- setOnFilter(EventHandler<FilterEvent<TableView<S>>>) - Method in class org.controlsfx.control.tableview2.FilteredTableView
-
Sets the value of the property onFilter.
- setOnFilterAction(EventHandler<ActionEvent>) - Method in class org.controlsfx.control.tableview2.FilteredTableColumn
-
Sets the value of the property onFilterAction.
- 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.ListSelectionView
-
Sets the Orientation of the ListSelectionView - this can
either be horizontal or vertical.
- 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 orientation of the Slider.
- setOrientation(Orientation) - Method in class org.controlsfx.control.Rating
-
Sets the Orientation of the Rating - this can either be
horizontal or vertical.
- setOrientation(Orientation) - Method in class org.controlsfx.control.SegmentedBar
-
Sets the value of the orientation property.
- 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.
- setPlaceholder(Node) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Sets the value of the placeholder property
- setPredicate(Predicate<? super T>) - Method in class org.controlsfx.control.tableview2.FilteredTableColumn
-
Sets the value of the property predicate.
- setPrefWidth(double) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetColumn
-
Set the width of this column.
- setPrefWidth(double) - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Sets the prefWidth of the popup.
- setProgress(double) - Method in class org.controlsfx.control.MaskerPane
-
Sets the value of the property progress.
- setProgress(double) - Method in class org.controlsfx.control.StatusBar
-
- setProgressNode(Node) - Method in class org.controlsfx.control.MaskerPane
-
Sets the value of the property progressNode.
- setProgressVisible(boolean) - Method in class org.controlsfx.control.MaskerPane
-
Sets the value of the property progressVisible.
- 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.
- setReadSettings(boolean) - Method in class org.controlsfx.dialog.Wizard
-
Sets the value of the property readSettings.
- setRequired(Control, boolean) - Static method in class org.controlsfx.validation.ValidationSupport
-
Set control's required flag
- setResizable(boolean) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetColumn
-
If this column can be resized by the user
- setResizableRows(BitSet) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Sets the resizable state of all rows.
- setRetainTasks(boolean) - Method in class org.controlsfx.control.TaskProgressView
-
Do not remove tasks when succeeded, cancelled or failed.
- 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.CustomPasswordField
-
Sets the Node that is placed on the right of
the password field.
- setRight(Node) - Method in class org.controlsfx.control.textfield.CustomTextField
-
Sets the Node that is placed on the right of
the text field.
- setRowFixingEnabled(boolean) - Method in class org.controlsfx.control.tableview2.TableView2
-
If set to true, user will be allowed to fix and unfix the rows.
- setRowHeader(TableColumn<S, ?>) - Method in class org.controlsfx.control.tableview2.TableView2
-
Sets the value of the property rowHeader.
- setRowHeaderContextMenuFactory(BiFunction<Integer, S, ContextMenu>) - Method in class org.controlsfx.control.tableview2.TableView2
-
Sets the value of the property rowHeaderContextMenuFactory.
- setRowHeaderVisible(boolean) - Method in class org.controlsfx.control.tableview2.TableView2
-
Activate and deactivate the row header.
- setRowHeaderWidth(double) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Specify a new width for the row header.
- setRowHeaderWidth(double) - Method in class org.controlsfx.control.tableview2.TableView2
-
Specify a new width for the row header.
- setRowHeightCallback(Callback<Integer, Double>) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Sets a new Callback for this grid in order to specify height of
each row.
- setRows(Collection<ObservableList<SpreadsheetCell>>) - Method in interface org.controlsfx.control.spreadsheet.Grid
-
Sets the rows used by the grid, and updates the rowCount.
- setRows(Collection<ObservableList<SpreadsheetCell>>) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Sets the rows used by the grid, and updates the rowCount.
- setRowSpan(int) - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
Sets how much this cell is spanning in row.
- setRowSpan(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Sets how much this cell is spanning in row.
- setSearchBoxVisible(boolean) - Method in class org.controlsfx.control.PropertySheet
-
Sets 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.
- setSearchStrategy(BiPredicate<String, String>) - Method in class org.controlsfx.control.table.ColumnFilter
-
Sets a search implementation for this BiPredicate for this given ColumnFilter.
- setSearchStrategy(BiPredicate<String, String>) - Method in class org.controlsfx.control.table.TableFilter
-
Allows specifying a different behavior for the search box on the TableFilter.
- setSegments(ObservableList<T>) - Method in class org.controlsfx.control.SegmentedBar
-
Sets the list of segments (the model).
- setSegmentViewFactory(Callback<T, Node>) - Method in class org.controlsfx.control.SegmentedBar
-
- setSelected(boolean) - Method in class org.controlsfx.control.action.Action
-
Sets selected state of the Action
- setSelected(boolean) - Method in class org.controlsfx.control.ToggleSwitch
-
Sets the selected value of this Toggle Switch
- setSelectedCountries(ObservableList<WorldMapView.Country>) - Method in class org.controlsfx.control.WorldMapView
-
Sets the list of currently selected countries.
- setSelectedCrumb(TreeItem<T>) - Method in class org.controlsfx.control.BreadCrumbBar
-
Select one node in the BreadCrumbBar for being the bottom-most path node.
- setSelectedLocations(ObservableList<WorldMapView.Location>) - Method in class org.controlsfx.control.WorldMapView
-
Sets the list of currently selected locations.
- setSelection(Rectangle2D) - Method in class org.controlsfx.control.SnapshotView
-
- setSelection(double, double, double, double) - Method in class org.controlsfx.control.SnapshotView
-
Creates a new
Rectangle2D from the specified arguments and sets it as the new
selection.
- setSelectionActive(boolean) - Method in class org.controlsfx.control.SnapshotView
-
- setSelectionActivityManaged(boolean) - Method in class org.controlsfx.control.SnapshotView
-
- setSelectionAreaBoundary(SnapshotView.Boundary) - Method in class org.controlsfx.control.SnapshotView
-
- setSelectionAreaFill(Paint) - Method in class org.controlsfx.control.SnapshotView
-
- setSelectionBorderPaint(Paint) - Method in class org.controlsfx.control.SnapshotView
-
- setSelectionBorderWidth(double) - Method in class org.controlsfx.control.SnapshotView
-
- setSelectionMode(SelectionMode) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetViewSelectionModel
-
Specifies the selection mode to use in this selection model.
- setSelectionMouseTransparent(boolean) - Method in class org.controlsfx.control.SnapshotView
-
- setSelectionRatioFixed(boolean) - Method in class org.controlsfx.control.SnapshotView
-
- setShowCheckedCount(boolean) - Method in class org.controlsfx.control.CheckComboBox
-
Sets the value to use to decide whether the checked items count should be
shown or not
- 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 whether the notification bar should appear from the
top or the bottom of the NotificationPane area.
- setShowLocations(boolean) - Method in class org.controlsfx.control.WorldMapView
-
- setShowOnHover(boolean) - 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).
- 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 whether labels of tick marks should be shown or not.
- setShowTickMarks(boolean) - Method in class org.controlsfx.control.RangeSlider
-
Specifies whether the Skin implementation should show tick marks.
- setSide(Side) - Method in class org.controlsfx.control.ListActionView
-
The position to place the action buttons in this ListActionView.
- setSnapToTicks(boolean) - Method in class org.controlsfx.control.RangeSlider
-
Sets the value of SnapToTicks.
- setSourceFooter(Node) - Method in class org.controlsfx.control.ListSelectionView
-
- setSourceHeader(Node) - Method in class org.controlsfx.control.ListSelectionView
-
- setSourceItems(ObservableList<T>) - Method in class org.controlsfx.control.ListSelectionView
-
Sets the underlying data model for the ListView.
- setSouthHeaderBlended(boolean) - Method in class org.controlsfx.control.tableview2.TableView2
-
Sets the value of the property southHeaderBlended.
- setSouthNode(Node) - Method in class org.controlsfx.control.tableview2.TableColumn2
-
Sets the value of the property southNode.
- setStyle(String) - Method in class org.controlsfx.control.action.Action
-
Sets the value of the property style.
- setStyle(String) - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
A string representation of the CSS style associated with this specific
Node.
- setStyle(String) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
A string representation of the CSS style associated with this specific
Node.
- setStyleText(String) - Method in class org.controlsfx.control.StatusBar
-
A string representation of the CSS style associated with this Text.Node.setStyle(java.lang.String)
- setTargetFooter(Node) - Method in class org.controlsfx.control.ListSelectionView
-
- setTargetHeader(Node) - Method in class org.controlsfx.control.ListSelectionView
-
- setTargetItems(ObservableList<T>) - Method in class org.controlsfx.control.ListSelectionView
-
Sets the underlying data model for the ListView.
- setText(String) - Method in class org.controlsfx.control.action.Action
-
Sets the text of the Action.
- setText(String) - Method in class org.controlsfx.control.HyperlinkLabel
-
Set a new text to display to the user, using the delimiter characters [ and ]
to indicate where hyperlinks should be displayed.
- setText(String) - Method in class org.controlsfx.control.InfoOverlay
-
Specifies the text to display over top of the
content.
- setText(String) - Method in class org.controlsfx.control.MaskerPane
-
Sets the value of the property text.
- setText(String) - Method in class org.controlsfx.control.NotificationPane
-
Sets the text to show within the popup
notification bar that appears on top of the
content.
- setText(String) - Method in class org.controlsfx.control.SegmentedBar.Segment
-
- setText(String) - Method in class org.controlsfx.control.StatusBar
-
- setText(String) - Method in class org.controlsfx.control.tableview2.filter.popupfilter.PopupFilter
-
Sets the value of the property text.
- setTitle(String) - Method in class org.controlsfx.control.CheckComboBox
-
Sets the title to use.
- setTitle(String) - Method in class org.controlsfx.control.PopOver
-
Sets the value of the title property.
- setTitle(String) - Method in class org.controlsfx.dialog.Wizard
-
Change the Title of the wizard.
- setTitleFilter(String) - Method in class org.controlsfx.control.PropertySheet
-
Sets the filter for filtering the options shown on screen.
- setToggleGroup(ToggleGroup) - Method in class org.controlsfx.control.SegmentedButton
-
- setTooltip(String) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Set a new tooltip for this cell.
- 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.
- setTypingDelay(int) - Method in class org.controlsfx.control.PrefixSelectionComboBox
-
Sets the value of the property typingDelay.
- setUnselectedAreaBoundary(SnapshotView.Boundary) - Method in class org.controlsfx.control.SnapshotView
-
- setUnselectedAreaFill(Paint) - Method in class org.controlsfx.control.SnapshotView
-
- setUnusedNode(T) - Method in interface org.controlsfx.control.spreadsheet.CellGraphicFactory
-
Once a Node is no longer used in a cell, it is given back.
- setUpdateOnHover(boolean) - Method in class org.controlsfx.control.Rating
-
- setUserData(Object) - Method in class org.controlsfx.dialog.Wizard
-
Convenience method for setting a single Object property that can be
retrieved at a later date.
- setUserInput(String) - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Set the current text the user has entered
- setValidationDecorator(ValidationDecoration) - Method in class org.controlsfx.validation.ValidationSupport
-
Sets new validation decorator
- setValue(Object) - Method in interface org.controlsfx.control.PropertySheet.Item
-
Sets the current value of the property.
- setValue(double) - Method in class org.controlsfx.control.SegmentedBar.Segment
-
- 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!
- setVBarValue(double) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Same method as ScrollBar.setValue(double) on the verticalBar.
- setVerticalCellSpacing(double) - Method in class org.controlsfx.control.GridView
-
Sets the amount of vertical spacing there should be between cells in
the same column.
- setVisibleRowCount(int) - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Set the maximum number of rows to be visible in the popup when it is
showing.
- setWrapText(boolean) - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
If a run of text exceeds the width of the Labeled, then this variable
indicates whether the text should wrap onto another line.
- setWrapText(boolean) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
If a run of text exceeds the width of the Labeled, then this variable
indicates whether the text should wrap onto another line.
- setZoomFactor(Double) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Set a new zoomFactor for the SpreadsheetView.
- setZoomFactor(double) - Method in class org.controlsfx.control.WorldMapView
-
- Severity - Enum in org.controlsfx.validation
-
Defines severity of validation messages
- 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.CheckComboBox
-
Requests that the ComboBox display the popup aspect of the user interface.
- show(Side) - Method in class org.controlsfx.control.HiddenSidesPane
-
Shows a specific side
- 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) - Method in class org.controlsfx.control.PopOver
-
Shows the pop over in a position relative to the edges of the given owner
node.
- show(Node, double) - Method in class org.controlsfx.control.PopOver
-
Shows the pop over in a position relative to the edges of the given owner
node.
- show(Window) - Method in class org.controlsfx.control.PopOver
- show(Window, double, double) - Method in class org.controlsfx.control.PopOver
- 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.
- showAndWait() - Method in class org.controlsfx.dialog.Wizard
-
Shows the wizard and waits for the user response (in other words, brings
up a blocking dialog, with the returned value the users input).
- showCheckedCountProperty() - Method in class org.controlsfx.control.CheckComboBox
-
A boolean to decide if the information of how many items are checked
should be shown beside the fixed title.
- showColumn(SpreadsheetColumn) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
- showColumnHeaderProperty() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
BooleanProperty associated with the column Header.
- showConfirm() - Method in class org.controlsfx.control.Notifications
-
Instructs the notification to be shown, and that it should use the
built-in 'confirm' graphic.
- 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.
- 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.
- 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.
- showLocationsProperty() - Method in class org.controlsfx.control.WorldMapView
-
A property used to control whether locations will be shown by the map or not.
- showOnHoverProperty() - Method in class org.controlsfx.control.InfoOverlay
-
- showPopup() - Method in class org.controlsfx.control.tableview2.filter.popupfilter.PopupFilter
-
Shows the pop up just below the column header.
- showPopup() - Method in class org.controlsfx.control.textfield.AutoCompletionBinding
-
Show the auto completion popup
- showRow(int) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Show the specified row.
- showRowHeaderProperty() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetView
-
BooleanProperty associated with the row Header.
- 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
-
- showWarning() - Method in class org.controlsfx.control.Notifications
-
Instructs the notification to be shown, and that it should use the
built-in 'warning' graphic.
- sideProperty() - Method in class org.controlsfx.control.ListActionView
-
The position of the action buttons in the ListActionView.
- size(double) - Method in class org.controlsfx.glyphfont.Glyph
-
Sets glyph size
- sizeFactor(int) - Method in class org.controlsfx.glyphfont.Glyph
-
Sets glyph size using size factor based on default font size
- SnapshotView - Class in org.controlsfx.control
-
A SnapshotView is a control which allows the user to select an area of a node in the typical manner used by
picture editors and crate snapshots of the selection.
- SnapshotView() - Constructor for class org.controlsfx.control.SnapshotView
-
Creates a new SnapshotView.
- SnapshotView(Node) - Constructor for class org.controlsfx.control.SnapshotView
-
Creates a new SnapshotView using the specified node.
- SnapshotView.Boundary - Enum in org.controlsfx.control
-
The
selectionArea, in which the user can create a selection,
and the
unselectedArea, in which the unselected area is
visualized, are limited to a certain area of the control.
- snapToTicksProperty() - Method in class org.controlsfx.control.RangeSlider
-
- sort() - Method in class org.controlsfx.control.tableview2.TableView2
-
Overrides TableView.sort() in order to fire custom sort events
when sorting starts and finishes.
- sourceFooterProperty() - Method in class org.controlsfx.control.ListSelectionView
-
A property used to store a reference to a node that will be displayed
below the source list view.
- sourceHeaderProperty() - Method in class org.controlsfx.control.ListSelectionView
-
A property used to store a reference to a node that will be displayed
above the source list view.
- sourceItemsProperty() - Method in class org.controlsfx.control.ListSelectionView
-
The underlying data model for the source list view.
- SouthFilter<S,T> - Class in org.controlsfx.control.tableview2.filter.filtereditor
-
- SouthFilter(FilteredTableColumn<S, T>, Class<T>) - Constructor for class org.controlsfx.control.tableview2.filter.filtereditor.SouthFilter
-
Creates a new SouthFilter instance
- southHeaderBlendedProperty() - Method in class org.controlsfx.control.tableview2.TableView2
-
This property allows the developer to blend the south table header row
with the regular table header row, so for each column, the regular header
and the south table column header look like a single one.
- southNodeProperty() - Method in class org.controlsfx.control.tableview2.TableColumn2
-
This property allows the developer to set a node to the south of the header
of this column, where UI can be displayed.
- spanColumn(int, int, int) - Method in interface org.controlsfx.control.spreadsheet.Grid
-
Spans in column the cell situated at rowIndex and colIndex by the number
count.
- spanColumn(int, int, int) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Spans in column the cell situated at rowIndex and colIndex by the number
count.
- spanRow(int, int, int) - Method in interface org.controlsfx.control.spreadsheet.Grid
-
Spans in row the cell situated at rowIndex and colIndex by the number
count.
- spanRow(int, int, int) - Method in class org.controlsfx.control.spreadsheet.GridBase
-
Spans in row the cell situated at rowIndex and colIndex by the number
count.
- SpreadsheetCell - Interface in org.controlsfx.control.spreadsheet
-
- SpreadsheetCell.CornerPosition - Enum in org.controlsfx.control.spreadsheet
-
This enum states the four different corner available for positioning
some elements in a cell.
- SpreadsheetCellBase - Class in org.controlsfx.control.spreadsheet
-
- SpreadsheetCellBase(int, int, int, int) - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
Constructs a SpreadsheetCell with the given configuration.
- SpreadsheetCellBase(int, int, int, int, SpreadsheetCellType<?>) - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
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
-
- SpreadsheetCellEditor.TextAreaEditor - 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
-
This constructor will generate sample Grid with 100 rows and 15 columns.
- SpreadsheetView(Grid) - Constructor for class org.controlsfx.control.spreadsheet.SpreadsheetView
-
Creates a SpreadsheetView control with the
Grid specified.
- SpreadsheetView.ColumnWidthEvent - Class in org.controlsfx.control.spreadsheet
-
This event is thrown on the SpreadsheetView when the user resize a column
with its mouse.
- SpreadsheetView.RowHeightEvent - Class in org.controlsfx.control.spreadsheet
-
This event is thrown on the SpreadsheetView when the user resize a row
with its mouse.
- SpreadsheetView.SpanType - Enum in org.controlsfx.control.spreadsheet
-
The SpanType describes in which state each cell can be.
- SpreadsheetViewSelectionModel - Class in org.controlsfx.control.spreadsheet
-
This class provides basic support for common interaction on the
SpreadsheetView.
- startEdit(Object, String, Object...) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.DateEditor
-
- startEdit(Object, String, Object...) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.DoubleEditor
-
- startEdit(Object, String, Object...) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.IntegerEditor
-
- startEdit(Object, String, Object...) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.ListEditor
-
- startEdit(Object, String, 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, String, Object...) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor
-
- startEdit(Object, String, Object...) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.StringEditor
-
* Public Methods * *
- startEdit(Object, String, Object...) - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.TextAreaEditor
-
*************************************************************************
* Public Methods * *
************************************************************************
- StatusBar - Class in org.controlsfx.control
-
The StatusBar control is normally placed at the bottom of a window.
- StatusBar() - Constructor for class org.controlsfx.control.StatusBar
-
Constructs a new status bar control.
- 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 for the StringEditor.
- 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
-
Specifies which BorderStrokeStyle to use for this line border.
- 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.
- STYLE_GRADIENT - Static variable in class org.controlsfx.glyphfont.Glyph
-
- STYLE_HOVER_EFFECT - Static variable in class org.controlsfx.glyphfont.Glyph
-
- StyleClassDecoration - Class in org.controlsfx.control.decoration
-
StyleClassDecoration is a
Decoration designed to add a CSS style class
to a node (for example, to show a warning style when the field is incorrectly
set).
- StyleClassDecoration(String...) - Constructor for class org.controlsfx.control.decoration.StyleClassDecoration
-
Constructs a new StyleClassDecoration with the given var-args array of
style classes set to be applied to any node that has this decoration
applied to it.
- StyleClassValidationDecoration - Class in org.controlsfx.validation.decoration
-
Validation decorator to decorate component validation state using two
CSS classes for errors and warnings.
- StyleClassValidationDecoration() - Constructor for class org.controlsfx.validation.decoration.StyleClassValidationDecoration
-
Creates a default instance of a decorator
- StyleClassValidationDecoration(String, String) - Constructor for class org.controlsfx.validation.decoration.StyleClassValidationDecoration
-
Creates an instance of validator using custom class names
- StyleClassValidationDecoration(String, String, String, String) - Constructor for class org.controlsfx.validation.decoration.StyleClassValidationDecoration
-
Creates an instance of validator using custom class names
- styleProperty() - Method in class org.controlsfx.control.action.Action
-
A string representation of the CSS style associated with this
Action instance and passed to related UI controls.
- styleProperty() - Method in interface org.controlsfx.control.spreadsheet.SpreadsheetCell
-
A string representation of the CSS style associated with this specific
Node.
- styleProperty() - Method in class org.controlsfx.control.spreadsheet.SpreadsheetCellBase
-
A string representation of the CSS style associated with this specific
Node.
- styleTextProperty() - Method in class org.controlsfx.control.StatusBar
-
Return the BooleanProperty associated with the style applied to the text.
- symbol - Variable in class org.controlsfx.control.tableview2.filter.filtermenubutton.FilterMenuButton
-