Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #ControlsFX - 91 results found.
NameDescriptionTypePackageFramework
AbstractPropertyEditorAn abstract implementation of the PropertyEditor interface.Classorg.controlsfx.property.editorControlsFX
AbstractValidationDecoration This class intended as a base for custom validation decorators Custom validation decorator should define only two things:Classorg.controlsfx.validation.decorationControlsFX
ActionA base class for Action API.Classorg.controlsfx.control.actionControlsFX
ActionGroupAn ActionGroup (unsurprisingly) groups together zero or more Action instances, allowing for more complex controls like ToolBar, Classorg.controlsfx.control.actionControlsFX
ActionMapAction Map provides an ability to create an action map of any object.Classorg.controlsfx.control.actionControlsFX
ActionProxyAn annotation to allow conversion of class methods to Action instances.Classorg.controlsfx.control.actionControlsFX
ActionUtilsConvenience class for users of the Action API.Classorg.controlsfx.control.actionControlsFX
AnnotatedActionAn action that invokes a method that has been annotated with ActionProxy.Classorg.controlsfx.control.actionControlsFX
AnnotatedActionFactoryDefines the interface used by ActionMap for creating instances of AnnotatedAction.Interfaceorg.controlsfx.control.actionControlsFX
AutoCompletionBindingThe AutoCompletionBinding is the abstract base class of all auto-completion bindings.Classorg.controlsfx.control.textfieldControlsFX
BeanPropertyA convenience class for creating a PropertySheet.Classorg.controlsfx.propertyControlsFX
BeanPropertyUtilsConvenience utility class for creating PropertySheet instances basedGiven a JavaBean, this method will return a list of PropertySheet.Classorg.controlsfx.propertyControlsFX
BordersA utility class that allows you to wrap JavaFX Nodes with a border, in a way somewhat analogous to the Swing BorderFactory (although withClassorg.controlsfx.toolsControlsFX
BreadCrumbBarRepresents a bread crumb bar.Classorg.controlsfx.controlControlsFX
CheckComboBoxA simple UI control that makes it possible to select zero or more items within a ComboBox-like control.Classorg.controlsfx.controlControlsFX
CheckListViewA 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 createClassorg.controlsfx.controlControlsFX
CheckModelChecks the given item in the control.Interfaceorg.controlsfx.controlControlsFX
CheckTreeViewA 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 createClassorg.controlsfx.controlControlsFX
ColorGridCellClassorg.controlsfx.control.cellControlsFX
CommandLinksDialogClassorg.controlsfx.dialogControlsFX
CompoundValidationDecorationValidation decoration to combine several existing decorations into one.Classorg.controlsfx.validation.decorationControlsFX
CustomPasswordFieldA 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.Classorg.controlsfx.control.textfieldControlsFX
CustomTextFieldA 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.Classorg.controlsfx.control.textfieldControlsFX
DecorationDecoration is an abstract class used by the ControlsFX Decorator class for adding and removing decorations on a node.Classorg.controlsfx.control.decorationControlsFX
DecoratorThe Decorator class is responsible for accessing decorations for a given node.Classorg.controlsfx.control.decorationControlsFX
DefaultActionFactoryThe default AnnotatedActionFactory to be used when no alternative has been specified.Classorg.controlsfx.control.actionControlsFX
DefaultPropertyEditorFactoryA default implementation of the Callback type required by the property editor factory.Classorg.controlsfx.property.editorControlsFX
DuplicatableAn interface used in ControlsFX to represent something that can be duplicated, as in the JavaFX scenegraph it is not possible to insert the same Interfaceorg.controlsfx.toolsControlsFX
EditorsClassorg.controlsfx.property.editorControlsFX
ExceptionDialogClassorg.controlsfx.dialogControlsFX
FontAwesomeDefines a GlyphFont for the FontAwesome font set (see the FontAwesome websiteClassorg.controlsfx.glyphfontControlsFX
FontSelectorDialogClassorg.controlsfx.dialogControlsFX
GlyphRepresents one glyph from the font.Classorg.controlsfx.glyphfontControlsFX
GlyphFontRepresents a glyph font, which can be loaded locally or from a specified URL.Classorg.controlsfx.glyphfontControlsFX
GlyphFontRegistryThe glyph font registry automatically registers available fonts using a ServiceLoader facility, however it is also possible to registerClassorg.controlsfx.glyphfontControlsFX
GraphicDecorationGraphicDecoration is a Decoration designed to show a graphic (be it an image loaded via an ImageView or an arbitrarily complex Classorg.controlsfx.control.decorationControlsFX
GraphicValidationDecorationValidation decorator to decorate validation state using images.Classorg.controlsfx.validation.decorationControlsFX
GridThat class holds some SpreadsheetCell in order to be used by the SpreadsheetView.Interfaceorg.controlsfx.control.spreadsheetControlsFX
GridBaseA base implementation of the Grid interface.Classorg.controlsfx.control.spreadsheetControlsFX
GridCellA GridCell is created to represent items in the GridView items list.Classorg.controlsfx.controlControlsFX
GridChangeThis class represents a single change happening in a Grid.Classorg.controlsfx.control.spreadsheetControlsFX
GridViewA GridView is a virtualised control for displaying getItems() in a visual, scrollable, grid-like fashion.Classorg.controlsfx.controlControlsFX
HiddenSidesPaneA pane used to display a full-size content node and four initially hidden nodes on the four sides.Classorg.controlsfx.controlControlsFX
HyperlinkLabelA UI control that will convert the given text into a series of text labels and hyperlinks, based on the use of delimiter charactersClassorg.controlsfx.controlControlsFX
ImageGridCellClassorg.controlsfx.control.cellControlsFX
INamedCharacterRepresents a named character.Interfaceorg.controlsfx.glyphfontControlsFX
IndexedCheckModelChecks the item in the given index in the control.Interfaceorg.controlsfx.controlControlsFX
InfoOverlayA simple UI control that allows for an information popup to be displayed over a node to describe it in further detail.Classorg.controlsfx.controlControlsFX
ListSelectionViewA control used to perform a multi-selection via the help of two list views.Classorg.controlsfx.controlControlsFX
LoginDialogClassorg.controlsfx.dialogControlsFX
MaskerPaneMaskerPane is designed to be placed alongside other controls in a StackPane, in order to visually mask these controls, preventing them from being accessedClassorg.controlsfx.controlControlsFX
MasterDetailPaneA master / detail pane is used to display two nodes with a strong relationship to each other.Classorg.controlsfx.controlControlsFX
MediaImageCellA GridCell that can be used to show media (i.Classorg.controlsfx.control.cellControlsFX
NotificationPaneThe NotificationPane control is a container control that, when prompted by the show() method, will show a non-modal message to the user.Classorg.controlsfx.controlControlsFX
NotificationsAn API to show popup notification messages to the user in the corner of their screen, unlike the NotificationPane which shows notification messagesClassorg.controlsfx.controlControlsFX
PickerPickers can display some Images next to the headers.Classorg.controlsfx.control.spreadsheetControlsFX
PlatformRepresents operating system with appropriate propertiesEnum Constant SummaryClassorg.controlsfx.toolsControlsFX
PlusMinusSliderA plus minus slider allows the user to continously fire an event carrying a value between -1 and +1 by moving a thumb from its center position to theClassorg.controlsfx.controlControlsFX
PopOverThe PopOver control provides detailed information about an owning node in a popup window.Classorg.controlsfx.controlControlsFX
ProgressDialogClassorg.controlsfx.dialogControlsFX
PropertyEditorThe base interface for all editors used by the PropertySheet control.Interfaceorg.controlsfx.property.editorControlsFX
PropertySheetThe PropertySheet control is a powerful control designed to make it really easy for developers to present to end users a list of properties that the Classorg.controlsfx.controlControlsFX
RangeSliderThe RangeSlider control is simply a JavaFX Slider control with support for two 'thumbs', rather than one.Classorg.controlsfx.controlControlsFX
RatingA control for allowing users to provide a rating.Classorg.controlsfx.controlControlsFX
SegmentedButtonThe SegmentedButton is a simple control that forces together a group of ToggleButton instances such that they appear as one collective buttonClassorg.controlsfx.controlControlsFX
SeverityDefines severity of validation messagesEnum Constant SummaryClassorg.controlsfx.validationControlsFX
SnapshotViewA 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.Classorg.controlsfx.controlControlsFX
SpreadsheetCellInterface of the cells used in the SpreadsheetView.Interfaceorg.controlsfx.control.spreadsheetControlsFX
SpreadsheetCellBaseThe SpreadsheetCells serve as model for the SpreadsheetView.Classorg.controlsfx.control.spreadsheetControlsFX
SpreadsheetCellEditorSpreadsheetCellEditor are used by SpreadsheetCellType and SpreadsheetCell in order to control how each value will be entered.Classorg.controlsfx.control.spreadsheetControlsFX
SpreadsheetCellTypeWhen instantiating a SpreadsheetCell, its SpreadsheetCellType will specify which values the cell can accept as user input, and whichClassorg.controlsfx.control.spreadsheetControlsFX
SpreadsheetColumnA SpreadsheetView is made up of a number of SpreadsheetColumn Configuration SpreadsheetColumns are instantiated by theClassorg.controlsfx.control.spreadsheetControlsFX
SpreadsheetViewThe SpreadsheetView is a control similar to the JavaFX TableView control but with different functionalities and use cases.Classorg.controlsfx.control.spreadsheetControlsFX
SpreadsheetViewSelectionModelThis class provides basic support for common interaction on the Due to the complexity induced by cell's span, it is not possible to give aClassorg.controlsfx.control.spreadsheetControlsFX
StatusBarThe StatusBar control is normally placed at the bottom of a window.Classorg.controlsfx.controlControlsFX
StringConverterWithFormatThis class is used by some of the SpreadsheetCellType in order to use Since the format is specified in the SpreadsheetCell, we need aClassorg.controlsfx.control.spreadsheetControlsFX
StyleClassDecorationStyleClassDecoration 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 Classorg.controlsfx.control.decorationControlsFX
StyleClassValidationDecorationValidation decorator to decorate component validation state using two CSS classes for errors and warnings.Classorg.controlsfx.validation.decorationControlsFX
TableFilterApplies a filtering control to a provided TableView instance.Classorg.controlsfx.control.tableControlsFX
TaskProgressViewThe task progress view is used to visualize the progress of long running tasks.Classorg.controlsfx.controlControlsFX
TextFieldsA class containing useful customizations for the JavaFX TextField.Classorg.controlsfx.control.textfieldControlsFX
ToggleSwitchMuch like a Toggle Button this control allows the user to toggle between one of two states.Classorg.controlsfx.controlControlsFX
UtilsClassorg.controlsfx.toolsControlsFX
ValidationDecorationContract for validation decorators.Interfaceorg.controlsfx.validation.decorationControlsFX
ValidationMessageInterfaceorg.controlsfx.validationControlsFX
ValidationResultValidation result.Classorg.controlsfx.validationControlsFX
ValidationSupportProvides validation support for UI components.Classorg.controlsfx.validationControlsFX
ValidatorInterface defining the contract for validation of specific component This interface is a BiFunction which when given the control and its current value Interfaceorg.controlsfx.validationControlsFX
ValueExtractorClassorg.controlsfx.toolsControlsFX
WizardThe API for creating multi-page Wizards, based on JavaFX Dialog API.Classorg.controlsfx.dialogControlsFX
WizardPaneWizardPane is the base class for all wizard pages.Classorg.controlsfx.dialogControlsFX