Index

A B C F G I L M N O P R S T V W 
All Classes|All Packages

A

and(Collection<PredicateProperty<T>>) - Static method in class org.panteleyev.fx.PredicateProperty
Creates calculated predicate property that produces logical AND from its arguments.
and(Predicate<? super T>) - Method in class org.panteleyev.fx.PredicateProperty
 

B

BaseDialog<R> - Class in org.panteleyev.fx
Base class for dialogs.
BaseDialog() - Constructor for class org.panteleyev.fx.BaseDialog
Creates dialog instance with no owner and default style sheet.
BaseDialog(URL) - Constructor for class org.panteleyev.fx.BaseDialog
Creates dialog instance with no owner and specified style sheet.
BaseDialog(Controller) - Constructor for class org.panteleyev.fx.BaseDialog
Creates dialog instance with specified owner.
BaseDialog(Controller, URL) - Constructor for class org.panteleyev.fx.BaseDialog
Creates dialog instance with specified owner and style sheet.
bind(ObservableValue<? extends Predicate<T>>) - Method in class org.panteleyev.fx.PredicateProperty
Create a unidirectional binding for this Property.
ButtonFactory - Interface in org.panteleyev.fx
This interface provides convenience methods to create buttons.

C

Controller - Class in org.panteleyev.fx
Base class for UI controller.
Controller(String) - Constructor for class org.panteleyev.fx.Controller
Creates controller for which stage will be created later.
Controller(Stage, String) - Constructor for class org.panteleyev.fx.Controller
Creates controller based on existing stage.
createDefaultButtons(ResourceBundle) - Method in class org.panteleyev.fx.BaseDialog
Creates OK and Cancel buttons.

F

find(Class<? extends Controller>) - Method in class org.panteleyev.fx.WindowManager
Finds first active controller of the specified class.
find(Class<? extends Controller>, Predicate<Controller>) - Method in class org.panteleyev.fx.WindowManager
Returns first active controller of the specified class that meets the criteria checked by enumerator.
fromString(String) - Method in class org.panteleyev.fx.ReadOnlyStringConverter
 
fromString(String) - Method in class org.panteleyev.fx.ToStringConverter
 
FxFactory - Interface in org.panteleyev.fx
This interface provides convenience methods to create and configure various JavaFX controls in one method call.

G

getButton(ButtonType) - Method in class org.panteleyev.fx.BaseDialog
Returns button of the specified type.
getControllers() - Method in class org.panteleyev.fx.WindowManager
Returns all active controllers.
getControllerStream() - Method in class org.panteleyev.fx.WindowManager
Returns all active controllers as stream.
getControllerStream(Class<? extends Controller>) - Method in class org.panteleyev.fx.WindowManager
Returns all active controllers of the specified class as stream.
getStage() - Method in class org.panteleyev.fx.Controller
Returns stage associated with this controller.
getTitle() - Method in class org.panteleyev.fx.Controller
 

I

isVisible() - Method in class org.panteleyev.fx.Controller
Returns visibility status of the controller.

L

LabelFactory - Interface in org.panteleyev.fx
This interface provides convenience methods to create objects of Label.

M

MenuFactory - Interface in org.panteleyev.fx
This interface provides convenience methods to create menus, menu items, etc.

N

negate() - Method in class org.panteleyev.fx.PredicateProperty
 
newButton(String, EventHandler<ActionEvent>) - Static method in interface org.panteleyev.fx.ButtonFactory
Creates new push button.
newButton(ResourceBundle, String) - Static method in interface org.panteleyev.fx.ButtonFactory
 
newButton(ResourceBundle, String, EventHandler<ActionEvent>) - Static method in interface org.panteleyev.fx.ButtonFactory
Creates new push button.
newButtonType(String, ButtonBar.ButtonData) - Static method in interface org.panteleyev.fx.ButtonFactory
 
newButtonType(ResourceBundle, String, ButtonBar.ButtonData) - Static method in interface org.panteleyev.fx.ButtonFactory
 
newCheckBox(ResourceBundle, String) - Static method in interface org.panteleyev.fx.FxFactory
Creates new check box.
newCheckMenuItem(ResourceBundle, String, boolean) - Static method in interface org.panteleyev.fx.MenuFactory
Creates new check menu item.
newCheckMenuItem(ResourceBundle, String, boolean, EventHandler<ActionEvent>) - Static method in interface org.panteleyev.fx.MenuFactory
Creates new check menu item.
newCheckMenuItem(ResourceBundle, String, boolean, KeyCombination) - Static method in interface org.panteleyev.fx.MenuFactory
Creates new check menu item.
newCheckMenuItem(ResourceBundle, String, boolean, KeyCombination, EventHandler<ActionEvent>) - Static method in interface org.panteleyev.fx.MenuFactory
Creates new check menu item.
newInstance() - Static method in class org.panteleyev.fx.WindowManager
 
newLabel(String) - Static method in interface org.panteleyev.fx.LabelFactory
Creates new label.
newLabel(String, Node) - Static method in interface org.panteleyev.fx.LabelFactory
Creates new label.
newLabel(ResourceBundle, String) - Static method in interface org.panteleyev.fx.LabelFactory
Creates new label.
newLabel(ResourceBundle, String, String) - Static method in interface org.panteleyev.fx.LabelFactory
Creates new label.
newLabel(ResourceBundle, String, String, Node) - Static method in interface org.panteleyev.fx.LabelFactory
Creates new label.
newLabel(ResourceBundle, String, Node) - Static method in interface org.panteleyev.fx.LabelFactory
Creates new label.
newMenu(ResourceBundle, String, MenuItem...) - Static method in interface org.panteleyev.fx.MenuFactory
Creates new menu.
newMenu(ResourceBundle, String, Node, MenuItem...) - Static method in interface org.panteleyev.fx.MenuFactory
Creates new menu.
newMenuBar(Menu...) - Static method in interface org.panteleyev.fx.MenuFactory
Creates new menu bar. useSystemMenuBar property is set to true.
newMenuItem(String, EventHandler<ActionEvent>) - Static method in interface org.panteleyev.fx.MenuFactory
Creates new menu item.
newMenuItem(ResourceBundle, String, String, EventHandler<ActionEvent>) - Static method in interface org.panteleyev.fx.MenuFactory
Creates new menu item.
newMenuItem(ResourceBundle, String, String, EventHandler<ActionEvent>, BooleanBinding) - Static method in interface org.panteleyev.fx.MenuFactory
Creates new menu item.
newMenuItem(ResourceBundle, String, String, KeyCombination, EventHandler<ActionEvent>) - Static method in interface org.panteleyev.fx.MenuFactory
Creates new menu item.
newMenuItem(ResourceBundle, String, String, KeyCombination, EventHandler<ActionEvent>, BooleanBinding) - Static method in interface org.panteleyev.fx.MenuFactory
Creates new menu item.
newMenuItem(ResourceBundle, String, EventHandler<ActionEvent>) - Static method in interface org.panteleyev.fx.MenuFactory
Creates new menu item.
newMenuItem(ResourceBundle, String, EventHandler<ActionEvent>, BooleanBinding) - Static method in interface org.panteleyev.fx.MenuFactory
Creates new menu item.
newMenuItem(ResourceBundle, String, KeyCombination, EventHandler<ActionEvent>) - Static method in interface org.panteleyev.fx.MenuFactory
Creates new menu item.
newMenuItem(ResourceBundle, String, KeyCombination, EventHandler<ActionEvent>, BooleanBinding) - Static method in interface org.panteleyev.fx.MenuFactory
Creates new menu item.
newRadioButton(ResourceBundle, String, ToggleGroup) - Static method in interface org.panteleyev.fx.ButtonFactory
Creates new radio button.
newRadioButton(ResourceBundle, String, ToggleGroup, boolean) - Static method in interface org.panteleyev.fx.ButtonFactory
Creates new radio button.
newSearchField(Consumer<String>) - Static method in interface org.panteleyev.fx.FxFactory
Creates new search text field.
newSearchField(Image, Consumer<String>) - Static method in interface org.panteleyev.fx.FxFactory
Creates new search text field.
newTab(ResourceBundle, String, boolean) - Static method in interface org.panteleyev.fx.FxFactory
Creates new tab.
newTab(ResourceBundle, String, boolean, Node) - Static method in interface org.panteleyev.fx.FxFactory
Creates new tab.
newTableColumn(String, Callback<TableColumn<S, S>, TableCell<S, S>>, Comparator<S>, ObservableValue<? extends Number>) - Static method in interface org.panteleyev.fx.TableFactory
Creates new table column.
newTableColumn(String, Callback<TableColumn<S, S>, TableCell<S, S>>, ObservableValue<? extends Number>) - Static method in interface org.panteleyev.fx.TableFactory
Creates new table column.
newTableColumn(String, Callback<TableColumn<S, T>, TableCell<S, T>>, Callback<S, T>, Comparator<T>, ObservableValue<? extends Number>) - Static method in interface org.panteleyev.fx.TableFactory
Creates new table column.
newTableColumn(String, Callback<TableColumn<S, T>, TableCell<S, T>>, Callback<S, T>, ObservableValue<? extends Number>) - Static method in interface org.panteleyev.fx.TableFactory
Creates new table column.
newTableColumn(ResourceBundle, String, Callback<TableColumn<S, S>, TableCell<S, S>>, Comparator<S>, ObservableValue<? extends Number>) - Static method in interface org.panteleyev.fx.TableFactory
Creates new table column.
newTableColumn(ResourceBundle, String, Callback<TableColumn<S, S>, TableCell<S, S>>, ObservableValue<? extends Number>) - Static method in interface org.panteleyev.fx.TableFactory
Creates new table column.
newTableColumn(ResourceBundle, String, Callback<TableColumn<S, T>, TableCell<S, T>>, Callback<S, T>, Comparator<T>, ObservableValue<? extends Number>) - Static method in interface org.panteleyev.fx.TableFactory
Creates new table column.
newTableColumn(ResourceBundle, String, Callback<TableColumn<S, T>, TableCell<S, T>>, Callback<S, T>, ObservableValue<? extends Number>) - Static method in interface org.panteleyev.fx.TableFactory
Creates new table column.
newTreeItem(boolean) - Static method in interface org.panteleyev.fx.TreeTableFactory
Creates new tree item.
newTreeItem(T, boolean) - Static method in interface org.panteleyev.fx.TreeTableFactory
Creates new tree item.
newTreeItem(T, Node, boolean) - Static method in interface org.panteleyev.fx.TreeTableFactory
Creates new tree item.
newTreeTableColumn(String, Callback<TreeTableColumn<S, S>, TreeTableCell<S, S>>, ObservableValue<? extends Number>) - Static method in interface org.panteleyev.fx.TreeTableFactory
Creates new tree table column.
newTreeTableColumn(String, Callback<TreeTableColumn<S, T>, TreeTableCell<S, T>>, Callback<S, T>, ObservableValue<? extends Number>) - Static method in interface org.panteleyev.fx.TreeTableFactory
Creates new tree table column.

O

or(Collection<PredicateProperty<T>>) - Static method in class org.panteleyev.fx.PredicateProperty
Creates calculated predicate property that produces logical OR from its arguments.
or(Predicate<? super T>) - Method in class org.panteleyev.fx.PredicateProperty
 
org.panteleyev.fx - module org.panteleyev.fx
This module implements helper classes for JavaFX.
org.panteleyev.fx - package org.panteleyev.fx
Helper classes for JavaFX.

P

PredicateProperty<T> - Class in org.panteleyev.fx
This class implements property that wraps Predicate instance.
PredicateProperty() - Constructor for class org.panteleyev.fx.PredicateProperty
Creates an instance with default predicate.
PredicateProperty(Object, String) - Constructor for class org.panteleyev.fx.PredicateProperty
Creates an instance with default predicate.
PredicateProperty(Object, String, Predicate<T>) - Constructor for class org.panteleyev.fx.PredicateProperty
Creates an instance with the specified predicate value.
PredicateProperty(Predicate<T>) - Constructor for class org.panteleyev.fx.PredicateProperty
Creates an instance with the specified predicate value.

R

ReadOnlyStringConverter<T> - Class in org.panteleyev.fx
 
ReadOnlyStringConverter() - Constructor for class org.panteleyev.fx.ReadOnlyStringConverter
 
reset() - Method in class org.panteleyev.fx.PredicateProperty
Changes predicate to its initial value, i.e. x -> true.

S

set(Predicate<T>) - Method in class org.panteleyev.fx.PredicateProperty
Sets the wrapped predicate value.
setupWindow(Parent) - Method in class org.panteleyev.fx.Controller
Creates stage for given root node.
setValue(Predicate<T>) - Method in class org.panteleyev.fx.PredicateProperty
Sets the wrapped predicate value.

T

TableFactory - Interface in org.panteleyev.fx
This interface provides convenience method to create objects of TableColumn.
test(T) - Method in class org.panteleyev.fx.PredicateProperty
 
ToStringConverter<T> - Class in org.panteleyev.fx
 
ToStringConverter() - Constructor for class org.panteleyev.fx.ToStringConverter
 
TreeTableFactory - Interface in org.panteleyev.fx
This interface provides convenience method to create objects of the following classes: TreeTableColumn TreeItem

V

validation - Variable in class org.panteleyev.fx.BaseDialog
 

W

WindowManager - Class in org.panteleyev.fx
This class implements window manager to manipulate active controllers opened by the application.
A B C F G I L M N O P R S T V W 
All Classes|All Packages