- DataButton<T> - Class in org.drombler.commons.fx.scene.control
-
A Button which can hold some data and knows how to render it.
- DataButton() - Constructor for class org.drombler.commons.fx.scene.control.DataButton
-
Creates a new instance of this class.
- DataButton(DataRenderer<? super T>) - Constructor for class org.drombler.commons.fx.scene.control.DataButton
-
Creates a new instance of this class.
- DataButton(T) - Constructor for class org.drombler.commons.fx.scene.control.DataButton
-
Creates a new instance of this class.
- DataButton(DataRenderer<? super T>, T) - Constructor for class org.drombler.commons.fx.scene.control.DataButton
-
Creates a new instance of this class.
- dataProperty() - Method in class org.drombler.commons.fx.scene.control.DataButton
-
The data of this button.
- dataProperty() - Method in class org.drombler.commons.fx.scene.control.DataToggleButton
-
The data of this toggle button.
- DataRenderer<T> - Interface in org.drombler.commons.fx.scene.renderer
-
Note: more methods might be added
- dataRendererProperty() - Method in class org.drombler.commons.fx.scene.control.DataButton
-
- dataRendererProperty() - Method in class org.drombler.commons.fx.scene.control.DataToggleButton
-
- dataRendererProperty() - Method in class org.drombler.commons.fx.scene.control.FormattedTextField
-
- dataRendererProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
The
DataRenderer used to format the
LocalDate in the text
field.
- DataToggleButton<T> - Class in org.drombler.commons.fx.scene.control
-
A ToggleButton which can hold some data and knows how to render it.
- DataToggleButton() - Constructor for class org.drombler.commons.fx.scene.control.DataToggleButton
-
Creates a new instance of this class.
- DataToggleButton(DataRenderer<? super T>) - Constructor for class org.drombler.commons.fx.scene.control.DataToggleButton
-
Creates a new instance of this class.
- DataToggleButton(T) - Constructor for class org.drombler.commons.fx.scene.control.DataToggleButton
-
Creates a new instance of this class.
- DataToggleButton(DataRenderer<? super T>, T) - Constructor for class org.drombler.commons.fx.scene.control.DataToggleButton
-
Creates a new instance of this class.
- DayOfWeekRenderer - Class in org.drombler.commons.fx.scene.renderer.time
-
- DayOfWeekRenderer() - Constructor for class org.drombler.commons.fx.scene.renderer.time.DayOfWeekRenderer
-
- DayOfWeekRenderer(TextStyle) - Constructor for class org.drombler.commons.fx.scene.renderer.time.DayOfWeekRenderer
-
- Dockable - Interface in org.drombler.commons.client.docking
-
An abstract container which can be docked in the Docking System.
- DockableEntry<D> - Class in org.drombler.commons.client.docking
-
- DockableEntry(D, DockablePreferences) - Constructor for class org.drombler.commons.client.docking.DockableEntry
-
Creates a new instance of this class.
- DockablePane - Class in org.drombler.commons.fx.docking
-
A container which can be docked in the Docking System.
- DockablePane() - Constructor for class org.drombler.commons.fx.docking.DockablePane
-
Creates a new instance of this class.
- DockablePreferences - Class in org.drombler.commons.client.docking
-
The dockable preferences defines the preferred Docking Area and the preferred position in that Docking Area.
- DockablePreferences() - Constructor for class org.drombler.commons.client.docking.DockablePreferences
-
- DockablePreferences(DockablePreferences) - Constructor for class org.drombler.commons.client.docking.DockablePreferences
-
- DockablePreferencesManager<D> - Interface in org.drombler.commons.client.docking
-
- DockingAreaDescriptor - Class in org.drombler.commons.client.docking
-
The Docking Area descriptor describes a Docking Area.
- DockingAreaDescriptor() - Constructor for class org.drombler.commons.client.docking.DockingAreaDescriptor
-
Creates a new instance of this class.
- DockingManager - Class in org.drombler.commons.fx.docking
-
TODO: API ?
- DockingManager(DockingPane, ContextManager) - Constructor for class org.drombler.commons.fx.docking.DockingManager
-
TODO: support multiple, floating stages
- DockingPane - Class in org.drombler.commons.fx.docking
-
The DockingPane splits up the content area into any number of Docking Areas.
- DockingPane() - Constructor for class org.drombler.commons.fx.docking.DockingPane
-
Creates a new instance of this class.
- getActiveContext() - Method in interface org.drombler.commons.context.ActiveContextProvider
-
Gets the active context.
- getActiveContext() - Method in class org.drombler.commons.context.ContextManager
-
Gets the active context.
- getActiveDockable() - Method in class org.drombler.commons.fx.docking.DockingPane
-
Gets the value of the property activeDockable.
- getApplicationContext() - Method in interface org.drombler.commons.context.ApplicationContextProvider
-
Gets the application-wide context.
- getApplicationContext() - Method in class org.drombler.commons.context.ContextManager
-
Gets the application-wide context.
- getAreaId() - Method in class org.drombler.commons.client.docking.DockablePreferences
-
Gets the preferred Docking Area ID.
- getContent() - Method in class org.drombler.commons.fx.docking.DockablePane
-
Gets the value of the property content.
- getData() - Method in class org.drombler.commons.fx.scene.control.DataButton
-
Gets the value of the property data.
- getData() - Method in class org.drombler.commons.fx.scene.control.DataToggleButton
-
Gets the value of the property data.
- getDataRenderer() - Method in class org.drombler.commons.fx.scene.control.DataButton
-
Gets the value of the property dataRenderer.
- getDataRenderer() - Method in class org.drombler.commons.fx.scene.control.DataToggleButton
-
Gets the value of the property dataRenderer.
- getDataRenderer() - Method in class org.drombler.commons.fx.scene.control.FormattedTextField
-
Gets the value of the property dataRenderer.
- getDataRenderer() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Gets the value of the property dataRenderer.
- getDockable() - Method in class org.drombler.commons.client.docking.DockableEntry
-
Gets the Dockable.
- getDockablePreferences() - Method in class org.drombler.commons.client.docking.DockableEntry
-
Gets the dockable preferences.
- getDockablePreferences(D) - Method in interface org.drombler.commons.client.docking.DockablePreferencesManager
-
- getDockablePreferences(D) - Method in class org.drombler.commons.client.docking.SimpleDockablePreferencesManager
-
- getDockables() - Method in class org.drombler.commons.fx.docking.DockingPane
-
Gets the Dockables.
- getDockingAreaDescriptors() - Method in class org.drombler.commons.fx.docking.DockingPane
-
- getGraphic() - Method in class org.drombler.commons.fx.docking.DockablePane
-
Gets the value of the property graphic.
- getGraphic(T) - Method in class org.drombler.commons.fx.scene.renderer.AbstractDataRenderer
-
This DataRenderer returns no graphic node by default (null).
- getGraphic(T) - Method in interface org.drombler.commons.fx.scene.renderer.DataRenderer
-
Gets a graphical representation of the item.
- getId() - Method in class org.drombler.commons.client.docking.DockingAreaDescriptor
-
Gets the Docking Area ID.
- getInActualLevel() - Method in class org.drombler.commons.client.docking.spi.ShortPathPart
-
- getItemCount() - Method in class org.drombler.commons.fx.scene.control.ListSingleSelectionModel
- getLayoutConstraints() - Method in class org.drombler.commons.client.docking.DockingAreaDescriptor
-
Gets the layout constraints of the Docking Area.
- getLevel() - Method in class org.drombler.commons.client.docking.spi.SplitLevel
-
Gets the level.
- getListeners() - Method in class org.drombler.commons.context.AbstractContext
-
- getLocalContext() - Method in interface org.drombler.commons.context.LocalContextProvider
-
Gets the local context.
- getMax() - Method in class org.drombler.commons.fx.beans.property.LimitedComparableProperty
- getMax() - Method in interface org.drombler.commons.fx.beans.property.LimitedProperty
-
- getMin() - Method in class org.drombler.commons.fx.beans.property.LimitedComparableProperty
- getMin() - Method in interface org.drombler.commons.fx.beans.property.LimitedProperty
-
- getModelItem(int) - Method in class org.drombler.commons.fx.scene.control.ListSingleSelectionModel
- getNextMonths() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Gets the value of the property nextMonths.
- getNextMonths() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Gets the value of the property nextMonths.
- getNextWeeks() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Gets the value of the property nextWeeks.
- getNextWeeks() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
-
Gets the value of the property nextWeeks.
- getNextWeeks() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Gets the value of the property nextWeeks.
- getOrientation() - Method in class org.drombler.commons.client.docking.spi.SplitLevel
-
Gets the orientation.
- getOrientation(Orientation) - Static method in class org.drombler.commons.fx.geometry.OrientationUtils
-
- getPackageResourceBundle(Class<?>) - Static method in class org.drombler.commons.client.util.ResourceBundleUtils
-
- getPackageResourceStringPrefixed(Class<?>, String) - Static method in class org.drombler.commons.client.util.ResourceBundleUtils
-
- getPackageResourceStringPrefixed(String, String, ClassLoader) - Static method in class org.drombler.commons.client.util.ResourceBundleUtils
-
Gets a resource string from the package-
ResourceBundle (Bundle.properties), if the
resourceKey is
prefixed with '%', else the resoure key itself gets returned.
- getParentPath() - Method in class org.drombler.commons.client.docking.DockingAreaDescriptor
-
Gets the path positions of the parent split pane.
- getParser() - Method in class org.drombler.commons.fx.scene.control.FormattedTextField
-
Gets the value of the property parser.
- getParser() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Gets the value of the property parser.
- getPosition() - Method in class org.drombler.commons.client.docking.DockablePreferences
-
Gets the preferred position in the Docking Area.
- getPosition() - Method in class org.drombler.commons.client.docking.DockingAreaDescriptor
-
Gets the position of the Docking Area in the parent split pane.
- getPosition() - Method in class org.drombler.commons.client.docking.spi.ShortPathPart
-
- getPrefHeight() - Method in class org.drombler.commons.client.docking.LayoutConstraintsDescriptor
-
Gets the preferred height of the Docking Area.
- getPrefWidth() - Method in class org.drombler.commons.client.docking.LayoutConstraintsDescriptor
-
Gets the preferred width of the Docking Area.
- getPreviousMonths() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Gets the value of the property previousMonths.
- getPreviousMonths() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Gets the value of the property previousMonths.
- getPreviousWeeks() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Gets the value of the property previousWeeks.
- getPreviousWeeks() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
-
Gets the value of the property previousWeeks.
- getPreviousWeeks() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Gets the value of the property previousWeeks.
- getScreenLocation(Node) - Static method in class org.drombler.commons.fx.scene.Nodes
-
Gets the location of a Node in screen coordinates.
- getSelectedDate() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Gets the value of the property selectedDate.
- getSelectedDate() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
-
Gets the value of the property selectedDate.
- getSelectedDate() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Gets the value of the property selectedDate.
- getSource() - Method in class org.drombler.commons.context.ContextEvent
- getStyleClass(T) - Method in class org.drombler.commons.fx.scene.renderer.AbstractDataRenderer
-
Returns an empty list of style classes by default.
- getStyleClass() - Method in class org.drombler.commons.fx.scene.renderer.AbstractDataRenderer
-
Returns an empty list of style classes by default.
- getStyleClass(T) - Method in interface org.drombler.commons.fx.scene.renderer.DataRenderer
-
Gets a list of style classes for the specified item.
- getStyleClass() - Method in interface org.drombler.commons.fx.scene.renderer.DataRenderer
-
Gets all possible style classes for any item.
- getStyleClass() - Method in class org.drombler.commons.fx.scene.renderer.WholeNumberRenderer
-
Gets all possible style classes for any item.
- getStyleClass(T) - Method in class org.drombler.commons.fx.scene.renderer.WholeNumberRenderer
-
Gets a ["number"] for numbers with value zero or greater and ["number",
"negative-number"] for numbers with values less than zero.
- getText(T) - Method in interface org.drombler.commons.fx.scene.renderer.DataRenderer
-
Gets a text representation of the item.
- getText(T) - Method in class org.drombler.commons.fx.scene.renderer.FormatterDataRenderer
-
Gets a text representation of the item.
- getText(T) - Method in class org.drombler.commons.fx.scene.renderer.LocalizerRenderer
-
Gets a text representation of the item.
- getText(Object) - Method in class org.drombler.commons.fx.scene.renderer.ObjectRenderer
-
Gets a text representation of the item.
- getText(DayOfWeek) - Method in class org.drombler.commons.fx.scene.renderer.time.DayOfWeekRenderer
-
- getText(LocalDate) - Method in class org.drombler.commons.fx.scene.renderer.time.LocalDateDayOfMonthRenderer
-
Gets a text representation of the item.
- getText(Month) - Method in class org.drombler.commons.fx.scene.renderer.time.MonthRenderer
-
Gets a text representation of the item.
- getText(Year) - Method in class org.drombler.commons.fx.scene.renderer.time.YearRenderer
-
- getTitle() - Method in class org.drombler.commons.fx.docking.DockablePane
-
Gets the value of the property title.
- getUserAgentStylesheet() - Method in class org.drombler.commons.fx.docking.DockablePane
-
- getUserAgentStylesheet() - Method in class org.drombler.commons.fx.docking.DockingPane
- getUserAgentStylesheet() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
- getUserAgentStylesheet() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
- getUserAgentStylesheet() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
- getUserAgentStylesheet() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
- getValue() - Method in class org.drombler.commons.fx.scene.control.FormattedTextField
-
Gets the value of the property value.
- getYear() - Method in class org.drombler.commons.fx.scene.control.time.YearField
-
Gets the value of the property year.
- getYearMonth() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Gets the value of the property yearMonth.
- getYearMonth() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
-
Gets the value of the property yearMonth.
- getYearMonth() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Gets the value of the property yearMonth.
- getYearMonth() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
-
Gets the value of the property yearMonth.
- GraphicFactory - Interface in org.drombler.commons.fx.scene
-
- graphicProperty() - Method in class org.drombler.commons.fx.docking.DockablePane
-
- IconFactory - Class in org.drombler.commons.fx.scene.image
-
- IconFactory(String, ResourceLoader, boolean) - Constructor for class org.drombler.commons.fx.scene.image.IconFactory
-
- IntegerField - Class in org.drombler.commons.fx.scene.control
-
An Integer field.
- IntegerField() - Constructor for class org.drombler.commons.fx.scene.control.IntegerField
-
Creates a new instance of this class.
- IntegerField(NumberFormat) - Constructor for class org.drombler.commons.fx.scene.control.IntegerField
-
Creates a new instance of this class.
- isAlwaysReservingMonthScrollButtonSpace() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
-
Gets the value of the property alwaysReservingMonthScrollButtonSpace.
- isAlwaysReservingYearScrollButtonSpace() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
-
Gets the value of the property alwaysReservingYearScrollButtonSpace.
- isPermanent() - Method in class org.drombler.commons.client.docking.DockingAreaDescriptor
-
Returns true, if the Docking Area is visible also when it's empty (permanently visible), and returns false, if
the Docking Area is only visible when it's not empty
- isShowingMonthScrollButton() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Gets the value of the property showingMonthScrollButton.
- isShowingMonthScrollButton() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Gets the value of the property showingMonthScrollButton.
- isShowingNextMonthScrollButton() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
-
Gets the value of the property showingNextMonthScrollButton.
- isShowingNextYearScrollButton() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
-
Gets the value of the property showingNextYearScrollButton.
- isShowingPreviousMonthScrollButton() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
-
Gets the value of the property showingPreviousMonthScrollButton.
- isShowingPreviousYearScrollButton() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
-
Gets the value of the property showingPreviousYearScrollButton.
- isShowingWeekOfYear() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Gets the value of the property showingWeekOfYear.
- isShowingWeekOfYear() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
-
Gets the value of the property showingWeekOfYear.
- isShowingWeekOfYear() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Gets the value of the property showingWeekOfYear.
- isShowingYearScrollButton() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Gets the value of the property showingYearScrollButton.
- isShowingYearScrollButton() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Gets the value of the property showingYearScrollButton.
- ObjectRenderer - Class in org.drombler.commons.fx.scene.renderer
-
- ObjectRenderer() - Constructor for class org.drombler.commons.fx.scene.renderer.ObjectRenderer
-
- org.drombler.commons.client.docking - package org.drombler.commons.client.docking
-
This package contains GUI toolkit agnostic classes of a Docking Framework.
- org.drombler.commons.client.docking.spi - package org.drombler.commons.client.docking.spi
-
This package contains GUI toolkit agnostic classes for implementing a Docking Framework (SPI).
- org.drombler.commons.client.geometry - package org.drombler.commons.client.geometry
-
This package contains GUI toolkit agnostic geometry classes.
- org.drombler.commons.client.util - package org.drombler.commons.client.util
-
This package contains GUI toolkit agnostic client utility classes.
- org.drombler.commons.context - package org.drombler.commons.context
-
Context is a framework to work with objects available in a given context.
- org.drombler.commons.fx.application - package org.drombler.commons.fx.application
-
Utility classes and extensions for the javafx.application package.
- org.drombler.commons.fx.beans.property - package org.drombler.commons.fx.beans.property
-
Utility classes and extensions for the javafx.beans.property package.
- org.drombler.commons.fx.docking - package org.drombler.commons.fx.docking
-
A JavaFX based Docking Framework.
- org.drombler.commons.fx.fxml - package org.drombler.commons.fx.fxml
-
Utility classes and extensions for the javafx.fxml package.
- org.drombler.commons.fx.geometry - package org.drombler.commons.fx.geometry
-
Utility classes and extensions for the javafx.geometry package.
- org.drombler.commons.fx.scene - package org.drombler.commons.fx.scene
-
Utility classes and extensions for the javafx.scene package.
- org.drombler.commons.fx.scene.control - package org.drombler.commons.fx.scene.control
-
Utility classes and extensions for the javafx.scene.control package.
- org.drombler.commons.fx.scene.control.time - package org.drombler.commons.fx.scene.control.time
-
JavaFX controls for classes in the java.time package.
- org.drombler.commons.fx.scene.image - package org.drombler.commons.fx.scene.image
-
Utility classes and extensions for the javafx.scene.image package.
- org.drombler.commons.fx.scene.renderer - package org.drombler.commons.fx.scene.renderer
-
This package provides a DataRenderer-framework, which e.g. allows to
share implementations across different types of cells.
- org.drombler.commons.fx.scene.renderer.time - package org.drombler.commons.fx.scene.renderer.time
-
- Orientation - Enum in org.drombler.commons.client.geometry
-
The orientation of e.g. a control.
- OrientationUtils - Class in org.drombler.commons.fx.geometry
-
- OrientationUtils() - Constructor for class org.drombler.commons.fx.geometry.OrientationUtils
-
- selectedDateProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
The currently selected LocalDate.
- selectedDateProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
-
The currently selected LocalDate.
- selectedDateProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
The currently selected LocalDate.
- set(T) - Method in class org.drombler.commons.fx.beans.property.LimitedComparableProperty
- setActiveContext(Context) - Method in interface org.drombler.commons.context.ActiveContextSensitive
-
Sets the active context.
- setActiveDockable(DockablePane) - Method in class org.drombler.commons.fx.docking.DockingPane
-
Sets the value of the property activeDockable.
- setAlwaysReservingMonthScrollButtonSpace(boolean) - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
-
Sets the value of the property alwaysReservingMonthScrollButtonSpace.
- setAlwaysReservingYearScrollButtonSpace(boolean) - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
-
Sets the value of the property alwaysReservingYearScrollButtonSpace.
- setApplicationContext(Context) - Method in interface org.drombler.commons.context.ApplicationContextSensitive
-
Sets the application-wide context.
- setAreaId(String) - Method in class org.drombler.commons.client.docking.DockablePreferences
-
Sets the preferred Docking Area ID.
- setContent(Node) - Method in class org.drombler.commons.fx.docking.DockablePane
-
Sets the value of the property content.
- setContexts(Context...) - Method in class org.drombler.commons.context.ProxyContext
-
Sets the contexts to be proxied by this context.
- setContexts(List<? extends Context>) - Method in class org.drombler.commons.context.ProxyContext
-
Sets the contexts to be proxied by this context.
- setData(T) - Method in class org.drombler.commons.fx.scene.control.DataButton
-
Sets the value of the property data.
- setData(T) - Method in class org.drombler.commons.fx.scene.control.DataToggleButton
-
Sets the value of the property data.
- setDataRenderer(DataRenderer<? super T>) - Method in class org.drombler.commons.fx.scene.control.DataButton
-
Sets the value of the property dataRenderer.
- setDataRenderer(DataRenderer<? super T>) - Method in class org.drombler.commons.fx.scene.control.DataToggleButton
-
Sets the value of the property dataRenderer.
- setDataRenderer(DataRenderer<? super T>) - Method in class org.drombler.commons.fx.scene.control.FormattedTextField
-
Sets the value of the property dataRenderer.
- setDataRenderer(DataRenderer<? super LocalDate>) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Sets the value of the property dataRenderer.
- setGraphic(Node) - Method in class org.drombler.commons.fx.docking.DockablePane
-
Sets the value of the property graphic.
- setId(String) - Method in class org.drombler.commons.client.docking.DockingAreaDescriptor
-
Sets the Docking Area ID.
- setLayoutConstraints(LayoutConstraintsDescriptor) - Method in class org.drombler.commons.client.docking.DockingAreaDescriptor
-
Sets the layout constraints of the Docking Area.
- setLocalContextActive(Object) - Method in class org.drombler.commons.context.ContextManager
-
Sets a local context active.
- setMax(T) - Method in class org.drombler.commons.fx.beans.property.LimitedComparableProperty
- setMax(T) - Method in interface org.drombler.commons.fx.beans.property.LimitedProperty
-
- setMin(T) - Method in class org.drombler.commons.fx.beans.property.LimitedComparableProperty
- setMin(T) - Method in interface org.drombler.commons.fx.beans.property.LimitedProperty
-
- setNextMonths(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Sets the value of the property nextMonths.
- setNextMonths(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Sets the value of the property nextMonths.
- setNextWeeks(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Sets the value of the property nextWeeks.
- setNextWeeks(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
-
Sets the value of the property nextWeeks.
- setNextWeeks(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Sets the value of the property nextWeeks.
- setParentPath(List<Integer>) - Method in class org.drombler.commons.client.docking.DockingAreaDescriptor
-
Sets the path positions of the parent split pane.
- setParser(Parser<? extends T>) - Method in class org.drombler.commons.fx.scene.control.FormattedTextField
-
Sets the value of the property parser.
- setParser(Parser<? extends LocalDate>) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Sets the value of the property parser.
- setPermanent(boolean) - Method in class org.drombler.commons.client.docking.DockingAreaDescriptor
-
Specifies if the Docking Area should be permanently visible.
- setPosition(int) - Method in class org.drombler.commons.client.docking.DockablePreferences
-
Sets the preferred position in the Docking Area.
- setPosition(int) - Method in class org.drombler.commons.client.docking.DockingAreaDescriptor
-
Sets the position of the Docking Area in the parent split pane.
- setPrefHeight(double) - Method in class org.drombler.commons.client.docking.LayoutConstraintsDescriptor
-
Sets the preferred height of the Docking Area.
- setPrefWidth(double) - Method in class org.drombler.commons.client.docking.LayoutConstraintsDescriptor
-
Sets the preferred width of the Docking Area.
- setPreviousMonths(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Sets the value of the property previousMonths.
- setPreviousMonths(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Sets the value of the property previousMonths.
- setPreviousWeeks(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Sets the value of the property previousWeeks.
- setPreviousWeeks(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
-
Sets the value of the property previousWeeks.
- setPreviousWeeks(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Sets the value of the property previousWeeks.
- setSelectedDate(LocalDate) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Sets the value of the property selectedDate.
- setSelectedDate(LocalDate) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
-
Sets the value of the property selectedDate.
- setSelectedDate(LocalDate) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Sets the value of the property selectedDate.
- setShowingMonthScrollButton(boolean) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Sets the value of the property showingMonthScrollButton.
- setShowingMonthScrollButton(boolean) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Sets the value of the property showingMonthScrollButton.
- setShowingNextMonthScrollButton(boolean) - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
-
Sets the value of the property showingNextMonthScrollButton.
- setShowingNextYearScrollButton(boolean) - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
-
Sets the value of the property showingNextYearScrollButton.
- setShowingPreviousMonthScrollButton(boolean) - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
-
Sets the value of the property showingPreviousMonthScrollButton.
- setShowingPreviousYearScrollButton(boolean) - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
-
Sets the value of the property showingPreviousYearScrollButton.
- setShowingWeekOfYear(boolean) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Sets the value of the property showingWeekOfYear.
- setShowingWeekOfYear(boolean) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
-
Sets the value of the property showingWeekOfYear.
- setShowingWeekOfYear(boolean) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Sets the value of the property showingWeekOfYear.
- setShowingYearScrollButton(boolean) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Sets the value of the property showingYearScrollButton.
- setShowingYearScrollButton(boolean) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Sets the value of the property showingYearScrollButton.
- setTitle(String) - Method in class org.drombler.commons.fx.docking.DockablePane
-
Sets the value of the property title.
- setValue(T) - Method in class org.drombler.commons.fx.scene.control.FormattedTextField
-
Sets the value of the property value.
- setYear(Year) - Method in class org.drombler.commons.fx.scene.control.time.YearField
-
Sets the value of the property year.
- setYearMonth(YearMonth) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Sets the value of the property yearMonth.
- setYearMonth(YearMonth) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
-
Sets the value of the property yearMonth.
- setYearMonth(YearMonth) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Sets the value of the property yearMonth.
- setYearMonth(YearMonth) - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
-
Sets the value of the property yearMonth.
- ShortPathPart - Class in org.drombler.commons.client.docking.spi
-
- ShortPathPart(int, int) - Constructor for class org.drombler.commons.client.docking.spi.ShortPathPart
-
inActualLevel refers to the parent, so read it as: The position in the split pane at the actual
(not shortened) level inActualLevel.
- ShortPathPart(int, SplitLevel) - Constructor for class org.drombler.commons.client.docking.spi.ShortPathPart
-
- showingMonthScrollButtonProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Flag if the month scroll button should be shown.
- showingMonthScrollButtonProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Flag if the month scroll button should be shown.
- showingNextMonthScrollButtonProperty() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
-
Flag if the next month scroll button should be shown.
- showingNextYearScrollButtonProperty() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
-
Flag if the next year scroll button should be shown.
- showingPreviousMonthScrollButtonProperty() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
-
Flag if the previous month scroll button should be shown.
- showingPreviousYearScrollButtonProperty() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
-
Flag if the previous year scroll button should be shown.
- showingWeekOfYearProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Flag if the week of year should be shown.
- showingWeekOfYearProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
-
Flag if the week of year should be shown.
- showingWeekOfYearProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Flag if the week of year should be shown.
- showingYearScrollButtonProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
-
Flag if the year scroll button should be shown.
- showingYearScrollButtonProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
-
Flag if the year scroll button should be shown.
- SimpleContext - Class in org.drombler.commons.context
-
A simple context with a writable content.
- SimpleContext(SimpleContextContent) - Constructor for class org.drombler.commons.context.SimpleContext
-
Creates a new instance of this class.
- SimpleContextContent - Class in org.drombler.commons.context
-
A simple writable in-memory context content.
- SimpleContextContent() - Constructor for class org.drombler.commons.context.SimpleContextContent
-
- SimpleDockablePreferencesManager<D> - Class in org.drombler.commons.client.docking
-
- SimpleDockablePreferencesManager() - Constructor for class org.drombler.commons.client.docking.SimpleDockablePreferencesManager
-
Creates a new instance of this class.
- SplitLevel - Class in org.drombler.commons.client.docking.spi
-
The split level in a multi split pane.