Package org.panteleyev.fx

Helper classes for JavaFX.
  • Interface Summary 
    Interface Description
    BoxFactory  
    ButtonFactory
    This interface provides convenience methods to create buttons.
    FxFactory
    This interface provides convenience methods to create and configure various JavaFX controls in one method call.
    FxUtils  
    GridFactory  
    LabelFactory
    This interface provides convenience methods to create objects of Label.
    MenuFactory
    This interface provides convenience methods to create menus, menu items, etc.
    TableFactory
    This interface provides convenience method to create objects of TableColumn.
    TreeTableFactory
    This interface provides convenience method to create objects of the following classes: TreeTableColumn TreeItem
  • Class Summary 
    Class Description
    BaseDialog<R>
    Base class for dialogs.
    ComboBoxBuilder<T>
    This class implements builder that creates instances of ComboBox.
    Controller
    Base class for UI controller.
    PredicateProperty<T>
    This class implements property that wraps Predicate instance.
    ReadOnlyStringConverter<T>  
    ToStringConverter<T>  
    WindowManager
    This class implements window manager to manipulate active controllers opened by the application.