A B C D E G H I L M N O Q R S T U V 

A

amplitudeProperty() - Method in class extfx.animation.BackInterpolator
Gets the amplitude.
amplitudeProperty() - Method in class extfx.animation.ElasticInterpolator
The amplitude.
autoRange(double) - Method in class extfx.scene.chart.DateAxis
 
autoRange(double, double, double, double) - Method in class extfx.scene.chart.LogarithmicAxis
 

B

BackInterpolator - Class in extfx.animation
An interpolator which is also known as the "bow" function.
BackInterpolator() - Constructor for class extfx.animation.BackInterpolator
Default constructor.
BackInterpolator(EasingMode) - Constructor for class extfx.animation.BackInterpolator
Constructs the interpolator with a specific easing mode.
BackInterpolator(EasingMode, double) - Constructor for class extfx.animation.BackInterpolator
Constructs the interpolator with a specific easing mode and an amplitude.
baseCurve(double) - Method in class extfx.animation.BackInterpolator
 
baseCurve(double) - Method in class extfx.animation.BounceInterpolator
 
baseCurve(double) - Method in class extfx.animation.CircularInterpolator
 
baseCurve(double) - Method in class extfx.animation.CubicInterpolator
 
baseCurve(double) - Method in class extfx.animation.EasingInterpolator
Defines the base curve for the interpolator.
baseCurve(double) - Method in class extfx.animation.ElasticInterpolator
 
baseCurve(double) - Method in class extfx.animation.ExponentialInterpolator
 
baseCurve(double) - Method in class extfx.animation.QuadraticInterpolator
 
baseCurve(double) - Method in class extfx.animation.QuarticInterpolator
 
baseCurve(double) - Method in class extfx.animation.QuinticInterpolator
 
baseCurve(double) - Method in class extfx.animation.SineInterpolator
 
BounceInterpolator - Class in extfx.animation
This interpolator simulates a bouncing behavior.
BounceInterpolator() - Constructor for class extfx.animation.BounceInterpolator
Default constructor.
BounceInterpolator(EasingMode) - Constructor for class extfx.animation.BounceInterpolator
Constructs the interpolator with a specific easing mode.

C

calculateMinorTickMarks() - Method in class extfx.scene.chart.LogarithmicAxis
 
calculateTickValues(double, Object) - Method in class extfx.scene.chart.DateAxis
 
calculateTickValues(double, Object) - Method in class extfx.scene.chart.LogarithmicAxis
 
calendar - Variable in class extfx.scene.control.DateCell
 
calendarProperty() - Method in class extfx.scene.control.CalendarView
This property defines the calendar which is used.
calendarProperty() - Method in class extfx.scene.control.DatePicker
The calendar defines how to
CalendarView - Class in extfx.scene.control
The calendar view is a visual representation of the Calendar class.
CalendarView() - Constructor for class extfx.scene.control.CalendarView
Initializes a calendar with the default locale.
CalendarView(Locale) - Constructor for class extfx.scene.control.CalendarView
Initializes a calendar with the given locale.
CalendarView(Locale, Calendar) - Constructor for class extfx.scene.control.CalendarView
Initializes the control with the given locale and the given calendar.
calendarViewProperty() - Method in class extfx.scene.control.DateCell
Gets the calendar view.
CalendarViewSkin - Class in extfx.scene.control.skin
The default skin for the CalendarView control.
CalendarViewSkin(CalendarView) - Constructor for class extfx.scene.control.skin.CalendarViewSkin
Initializes the calendar view skin.
CircularInterpolator - Class in extfx.animation
A circular interpolator.
CircularInterpolator() - Constructor for class extfx.animation.CircularInterpolator
Default constructor.
CircularInterpolator(EasingMode) - Constructor for class extfx.animation.CircularInterpolator
Constructs the interpolator with a specific easing mode.
ClickRepeater - Class in extfx.util
Usually a ButtonBase only fires once per mouse click, namely when the mouse is released.
CubicInterpolator - Class in extfx.animation
A cubic interpolator, simply defined by f(x) = x3.
CubicInterpolator() - Constructor for class extfx.animation.CubicInterpolator
Default constructor.
CubicInterpolator(EasingMode) - Constructor for class extfx.animation.CubicInterpolator
Constructs the interpolator with a specific easing mode.
curve(double) - Method in class extfx.animation.EasingInterpolator
Curves the function depending on the easing mode.

D

DateAxis - Class in extfx.scene.chart
An axis that displays date and time values.
DateAxis() - Constructor for class extfx.scene.chart.DateAxis
Default constructor.
DateAxis(Date, Date) - Constructor for class extfx.scene.chart.DateAxis
Constructs a date axis with fix lower and upper bounds.
DateAxis(String, Date, Date) - Constructor for class extfx.scene.chart.DateAxis
Constructs a date axis with a label and fix lower and upper bounds.
DateCell - Class in extfx.scene.control
The default date cell, which is used by the CalendarView.
DateCell() - Constructor for class extfx.scene.control.DateCell
 
DateCellSkin - Class in extfx.scene.control.skin
The default skin for the DateCell.
DateCellSkin(DateCell) - Constructor for class extfx.scene.control.skin.DateCellSkin
 
dateFormatProperty() - Method in class extfx.scene.control.DatePicker
The date format describes how the date is parsed and formatted.
DatePicker - Class in extfx.scene.control
A date picker control, which allows the user to pick a date from a calendar pop-up or to enter a date manually.
DatePicker() - Constructor for class extfx.scene.control.DatePicker
Initializes the date picker with the default locale.
DatePicker(Locale) - Constructor for class extfx.scene.control.DatePicker
Initializes the date picker with the given locale.
DatePicker.Error - Enum in extfx.scene.control
 
DatePickerSkin - Class in extfx.scene.control.skin
The default skin for the DatePicker control.
DatePickerSkin(DatePicker) - Constructor for class extfx.scene.control.skin.DatePickerSkin
 
dayCellFactoryProperty() - Method in class extfx.scene.control.CalendarView
The cell factory for the days.
dayCellFactoryProperty() - Method in class extfx.scene.control.DatePicker
The cell factory for the days.
decrement() - Method in class extfx.scene.control.NumberSpinner
Decrements the value by the value specified by NumberSpinner.stepWidthProperty().
dispose() - Method in class extfx.scene.control.skin.CalendarViewSkin
 
dispose() - Method in class extfx.scene.control.skin.DateCellSkin
 
dispose() - Method in class extfx.scene.control.skin.DatePickerSkin
 
dispose() - Method in class extfx.scene.control.skin.NumberSpinnerSkin
 

E

EasingInterpolator - Class in extfx.animation
The abstract base class for all easing interpolators.
EasingInterpolator(EasingMode) - Constructor for class extfx.animation.EasingInterpolator
Constructs the interpolator with a specific easing mode.
EasingMode - Enum in extfx.animation
Defines the three easing modes, ease-in, ease-out and ease-both.
easingModeProperty() - Method in class extfx.animation.EasingInterpolator
The easing mode property.
ElasticInterpolator - Class in extfx.animation
This interpolator simulates an elastic behavior.
ElasticInterpolator() - Constructor for class extfx.animation.ElasticInterpolator
Default constructor.
ElasticInterpolator(EasingMode) - Constructor for class extfx.animation.ElasticInterpolator
Constructs the interpolator with a specific easing mode.
ElasticInterpolator(EasingMode, double, double) - Constructor for class extfx.animation.ElasticInterpolator
Sets the easing mode.
errorProperty() - Method in class extfx.scene.control.DatePicker
States whether the user input is invalid (is no valid date).
ExponentialInterpolator - Class in extfx.animation
An exponential interpolator.
ExponentialInterpolator() - Constructor for class extfx.animation.ExponentialInterpolator
Default constructor.
ExponentialInterpolator(EasingMode) - Constructor for class extfx.animation.ExponentialInterpolator
Constructs the interpolator with a specific easing mode.
extfx.animation - package extfx.animation
Contains additional animation classes such as interpolators.
extfx.scene.chart - package extfx.scene.chart
Provides additional classes which can be used for charts, such as DateAxis.
extfx.scene.control - package extfx.scene.control
Contains controls, such as DatePicker or NumberSpinner.
extfx.scene.control.skin - package extfx.scene.control.skin
Contains the default skin classes for the controls.
extfx.util - package extfx.util
Provides utility classes.

G

getAmplitude() - Method in class extfx.animation.BackInterpolator
Gets the amplitude.
getAmplitude() - Method in class extfx.animation.ElasticInterpolator
Gets the amplitude.
getCalendar() - Method in class extfx.scene.control.CalendarView
Gets the calendar.
getCalendar() - Method in class extfx.scene.control.DatePicker
Gets the calendar.
getCalendarView() - Method in class extfx.scene.control.DateCell
Gets the calendar view.
getChildren() - Method in interface extfx.util.HierarchyData
The children collection, which represents the recursive nature of the hierarchy.
getDateFormat() - Method in class extfx.scene.control.DatePicker
Gets the date format.
getDayCellFactory() - Method in class extfx.scene.control.CalendarView
Gets the cell factory.
getDayCellFactory() - Method in class extfx.scene.control.DatePicker
Gets the cell factory.
getDisplayPosition(Date) - Method in class extfx.scene.chart.DateAxis
 
getDisplayPosition(Number) - Method in class extfx.scene.chart.LogarithmicAxis
 
getEasingMode() - Method in class extfx.animation.EasingInterpolator
Gets the easing mode.
getHAlignment() - Method in class extfx.scene.control.NumberSpinner
Gets the horizontal alignment of the text field.
getItems() - Method in class extfx.scene.control.TreeViewWithItems
 
getLocale() - Method in class extfx.scene.control.CalendarView
Gets the locale.
getLocale() - Method in class extfx.scene.control.DatePicker
Gets the locale.
getLowerBound() - Method in class extfx.scene.chart.DateAxis
Gets the lower bound of the axis.
getMaxDate() - Method in class extfx.scene.control.CalendarView
Gets the max date.
getMaxDate() - Method in class extfx.scene.control.DatePicker
Gets the max date.
getMaxLength() - Method in class extfx.scene.control.RestrictiveTextField
Gets the max length of the text field.
getMaxValue() - Method in class extfx.scene.control.NumberSpinner
Gets the max value.
getMinDate() - Method in class extfx.scene.control.CalendarView
Gets the min date.
getMinDate() - Method in class extfx.scene.control.DatePicker
Gets the min date.
getMinValue() - Method in class extfx.scene.control.NumberSpinner
Gets the min value.
getNode() - Method in class extfx.scene.control.skin.CalendarViewSkin
 
getNode() - Method in class extfx.scene.control.skin.DateCellSkin
 
getNode() - Method in class extfx.scene.control.skin.DatePickerSkin
 
getNode() - Method in class extfx.scene.control.skin.NumberSpinnerSkin
 
getNumberStringConverter() - Method in class extfx.scene.control.NumberSpinner
Gets the number string converter.
getOscillations() - Method in class extfx.animation.ElasticInterpolator
Gets the number of oscillations.
getRange() - Method in class extfx.scene.chart.DateAxis
 
getRange() - Method in class extfx.scene.chart.LogarithmicAxis
 
getRestrict() - Method in class extfx.scene.control.RestrictiveTextField
Gets a regular expression character class which restricts the user input.
getSelectedDate() - Method in class extfx.scene.control.CalendarView
Gets the selected date.
getShowWeeks() - Method in class extfx.scene.control.CalendarView
Gets the value, whether weeks are shown.
getShowWeeks() - Method in class extfx.scene.control.DatePicker
Gets the value, whether weeks are shown.
getSkinnable() - Method in class extfx.scene.control.skin.CalendarViewSkin
 
getSkinnable() - Method in class extfx.scene.control.skin.DateCellSkin
 
getSkinnable() - Method in class extfx.scene.control.skin.DatePickerSkin
 
getSkinnable() - Method in class extfx.scene.control.skin.NumberSpinnerSkin
 
getStepWidth() - Method in class extfx.scene.control.NumberSpinner
Gets the step width.
getTickLabelFormatter() - Method in class extfx.scene.chart.DateAxis
Gets the tick label formatter for the ticks.
getTickMarkLabel(Date) - Method in class extfx.scene.chart.DateAxis
 
getTickMarkLabel(Number) - Method in class extfx.scene.chart.LogarithmicAxis
 
getUpperBound() - Method in class extfx.scene.chart.DateAxis
Gets the upper bound of the axis.
getUserAgentStylesheet() - Method in class extfx.scene.control.CalendarView
 
getUserAgentStylesheet() - Method in class extfx.scene.control.DatePicker
 
getUserAgentStylesheet() - Method in class extfx.scene.control.NumberSpinner
 
getValue() - Method in class extfx.scene.control.NumberSpinner
Gets the value.
getValueForDisplay(double) - Method in class extfx.scene.chart.DateAxis
 
getValueForDisplay(double) - Method in class extfx.scene.chart.LogarithmicAxis
 
getViewedDate() - Method in class extfx.scene.control.CalendarView
Gets the viewed date.
getZeroPosition() - Method in class extfx.scene.chart.DateAxis
 

H

hAlignmentProperty() - Method in class extfx.scene.control.NumberSpinner
The horizontal alignment of the text field.
HierarchyData<T extends HierarchyData> - Interface in extfx.util
Used to mark an object as hierarchical data.

I

increment() - Method in class extfx.scene.control.NumberSpinner
Increments the value by the value specified by NumberSpinner.stepWidthProperty().
inRangeProperty() - Method in class extfx.scene.control.DateCell
Indicates whether the date belongs to the current month which is displayed.
install(ButtonBase) - Static method in class extfx.util.ClickRepeater
Installs the click repeating behavior for a ButtonBase.
install(ButtonBase, Duration) - Static method in class extfx.util.ClickRepeater
Installs the click repeating behavior for a ButtonBase and also allows to set a click interval.
invalidateRange(List<Date>) - Method in class extfx.scene.chart.DateAxis
 
isInRange() - Method in class extfx.scene.control.DateCell
 
isValueOnAxis(Date) - Method in class extfx.scene.chart.DateAxis
 

L

layoutChildren() - Method in class extfx.scene.chart.DateAxis
 
layoutChildren() - Method in class extfx.scene.chart.LogarithmicAxis
 
layoutChildren() - Method in class extfx.scene.control.DateCell
 
localeProperty() - Method in class extfx.scene.control.CalendarView
The locale is used to determine the month and day names and to initialize the default calendar.
localeProperty() - Method in class extfx.scene.control.DatePicker
The locale defines several things: The date format if no date format is explicitly set.
LogarithmicAxis - Class in extfx.scene.chart
An axis that plots numbers on a logarithmic scale.
LogarithmicAxis() - Constructor for class extfx.scene.chart.LogarithmicAxis
Creates an auto-ranging logarithmic axis.
LogarithmicAxis(double, double) - Constructor for class extfx.scene.chart.LogarithmicAxis
Creates a non-auto-ranging logarithmic axis with the given lower and upper bound.
lowerBoundProperty() - Method in class extfx.scene.chart.DateAxis
Gets the lower bound of the axis.

M

maxDateProperty() - Method in class extfx.scene.control.CalendarView
Defines the max date.
maxDateProperty() - Method in class extfx.scene.control.DatePicker
The max date define the upper boundaries of the date.
maxLengthProperty() - Method in class extfx.scene.control.RestrictiveTextField
The max length property.
maxValueProperty() - Method in class extfx.scene.control.NumberSpinner
The max value property.
minDateProperty() - Method in class extfx.scene.control.CalendarView
Defines the min date.
minDateProperty() - Method in class extfx.scene.control.DatePicker
The min date defines the lower boundary of the date.
minValueProperty() - Method in class extfx.scene.control.NumberSpinner
The min value property.

N

NumberSpinner - Class in extfx.scene.control
The number spinner allows users to select a number by spinning through a range of numbers.
NumberSpinner() - Constructor for class extfx.scene.control.NumberSpinner
Default constructor.
NumberSpinner(Number, Number) - Constructor for class extfx.scene.control.NumberSpinner
Creates the number spinner with a min and max value.
NumberSpinnerSkin - Class in extfx.scene.control.skin
The default skin for the NumberSpinner control.
NumberSpinnerSkin(NumberSpinner) - Constructor for class extfx.scene.control.skin.NumberSpinnerSkin
 
numberStringConverterProperty() - Method in class extfx.scene.control.NumberSpinner
The number string converter property.

O

oscillationsProperty() - Method in class extfx.animation.ElasticInterpolator
The oscillations property.

Q

QuadraticInterpolator - Class in extfx.animation
A quadratic interpolator, simply defined by f(x) = x2.
QuadraticInterpolator() - Constructor for class extfx.animation.QuadraticInterpolator
Default constructor.
QuadraticInterpolator(EasingMode) - Constructor for class extfx.animation.QuadraticInterpolator
Constructs the interpolator with a specific easing mode.
QuarticInterpolator - Class in extfx.animation
A quadratic interpolator, simply defined by f(x) = x4.
QuarticInterpolator() - Constructor for class extfx.animation.QuarticInterpolator
Default constructor.
QuarticInterpolator(EasingMode) - Constructor for class extfx.animation.QuarticInterpolator
Constructs the interpolator with a specific easing mode.
QuinticInterpolator - Class in extfx.animation
A cubic interpolator, simply defined by f(x) = x5.
QuinticInterpolator() - Constructor for class extfx.animation.QuinticInterpolator
Default constructor.
QuinticInterpolator(EasingMode) - Constructor for class extfx.animation.QuinticInterpolator
Constructs the interpolator with a specific easing mode.

R

RestrictiveTextField - Class in extfx.scene.control
A text field, which restricts the user's input.
RestrictiveTextField() - Constructor for class extfx.scene.control.RestrictiveTextField
 
restrictProperty() - Method in class extfx.scene.control.RestrictiveTextField
The restrict property.

S

selectedDateProperty() - Method in class extfx.scene.control.CalendarView
The selected date.
setAmplitude(double) - Method in class extfx.animation.BackInterpolator
Sets the amplitude.
setAmplitude(double) - Method in class extfx.animation.ElasticInterpolator
Sets the amplitude.
setCalendar(Calendar) - Method in class extfx.scene.control.CalendarView
Sets the calendar.
setCalendar(Calendar) - Method in class extfx.scene.control.DatePicker
Sets the calendar.
setDateFormat(DateFormat) - Method in class extfx.scene.control.DatePicker
Sets the date format.
setDayCellFactory(Callback<CalendarView, DateCell>) - Method in class extfx.scene.control.CalendarView
Sets the cell factory.
setDayCellFactory(Callback<CalendarView, DateCell>) - Method in class extfx.scene.control.DatePicker
Sets the cell factory.
setEasingMode(EasingMode) - Method in class extfx.animation.EasingInterpolator
Sets the easing mode.
setHAlignment(HPos) - Method in class extfx.scene.control.NumberSpinner
The horizontal alignment of the text field.
setItems(ObservableList<? extends T>) - Method in class extfx.scene.control.TreeViewWithItems
Sets items for the tree.
setLocale(Locale) - Method in class extfx.scene.control.CalendarView
Sets the locale.
setLocale(Locale) - Method in class extfx.scene.control.DatePicker
Sets the locale.
setLowerBound(Date) - Method in class extfx.scene.chart.DateAxis
Sets the lower bound of the axis.
setMaxDate(Date) - Method in class extfx.scene.control.CalendarView
Sets the max date.
setMaxDate(Date) - Method in class extfx.scene.control.DatePicker
Sets the max date.
setMaxLength(int) - Method in class extfx.scene.control.RestrictiveTextField
Sets the max length of the text field.
setMaxValue(Number) - Method in class extfx.scene.control.NumberSpinner
Sets the max value.
setMinDate(Date) - Method in class extfx.scene.control.CalendarView
Sets the max date.
setMinDate(Date) - Method in class extfx.scene.control.DatePicker
Sets the min date.
setMinValue(Number) - Method in class extfx.scene.control.NumberSpinner
Sets the min value.
setNumberStringConverter(NumberStringConverter) - Method in class extfx.scene.control.NumberSpinner
Sets the number format.
setOscillations(double) - Method in class extfx.animation.ElasticInterpolator
Sets the number of oscillations.
setRange(Object, boolean) - Method in class extfx.scene.chart.DateAxis
 
setRange(Object, boolean) - Method in class extfx.scene.chart.LogarithmicAxis
 
setRestrict(String) - Method in class extfx.scene.control.RestrictiveTextField
Sets a regular expression character class which restricts the user input.
setSelectedDate(Date) - Method in class extfx.scene.control.CalendarView
Sets the selected date.
setShowWeeks(boolean) - Method in class extfx.scene.control.CalendarView
Sets the value, whether weeks are shown.
setShowWeeks(boolean) - Method in class extfx.scene.control.DatePicker
Sets the value, whether weeks are shown.
setStepWidth(Number) - Method in class extfx.scene.control.NumberSpinner
Sets the step width.
setTickLabelFormatter(StringConverter<Date>) - Method in class extfx.scene.chart.DateAxis
Sets the tick label formatter for the ticks.
setUpperBound(Date) - Method in class extfx.scene.chart.DateAxis
Sets the upper bound of the axis.
setValue(Number) - Method in class extfx.scene.control.NumberSpinner
Sets the value.
setViewedDate(Date) - Method in class extfx.scene.control.CalendarView
Sets the viewed date.
showWeeksProperty() - Method in class extfx.scene.control.CalendarView
Indicates, whether the week numbers are shown.
showWeeksProperty() - Method in class extfx.scene.control.DatePicker
Indicates, whether the week numbers are shown.
SineInterpolator - Class in extfx.animation
A sinus based interpolator.
SineInterpolator() - Constructor for class extfx.animation.SineInterpolator
Default constructor.
SineInterpolator(EasingMode) - Constructor for class extfx.animation.SineInterpolator
Constructs the interpolator with a specific easing mode.
stepWidthProperty() - Method in class extfx.scene.control.NumberSpinner
The step width property.

T

tickLabelFormatterProperty() - Method in class extfx.scene.chart.DateAxis
Gets the tick label formatter for the ticks.
toNumericValue(Date) - Method in class extfx.scene.chart.DateAxis
 
toRealValue(double) - Method in class extfx.scene.chart.DateAxis
 
TreeViewWithItems<T extends HierarchyData<T>> - Class in extfx.scene.control
This class extends the TreeView to use items as a data source.
TreeViewWithItems() - Constructor for class extfx.scene.control.TreeViewWithItems
 
TreeViewWithItems(TreeItem<T>) - Constructor for class extfx.scene.control.TreeViewWithItems
Creates the tree view.

U

uninstall(ButtonBase) - Static method in class extfx.util.ClickRepeater
Uninstalls the click repeater behavior from a button.
updateCalendarView(CalendarView) - Method in class extfx.scene.control.DateCell
Updates the calendar view.
updateInRange(boolean) - Method in class extfx.scene.control.DateCell
updateItem(Date, boolean) - Method in class extfx.scene.control.DateCell
 
upperBoundProperty() - Method in class extfx.scene.chart.DateAxis
Gets the upper bound of the axis.

V

valueOf(String) - Static method in enum extfx.animation.EasingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum extfx.scene.control.DatePicker.Error
Returns the enum constant of this type with the specified name.
valueProperty() - Method in class extfx.scene.control.NumberSpinner
The value property.
values() - Static method in enum extfx.animation.EasingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum extfx.scene.control.DatePicker.Error
Returns an array containing the constants of this enum type, in the order they are declared.
viewedDateProperty() - Method in class extfx.scene.control.CalendarView
Represents the date, which is currently viewed.
A B C D E G H I L M N O Q R S T U V 

Copyright © 2013 ExtFX. All Rights Reserved.