- BalloonPopupOutline - Class in jidefx.scene.control.popup
-
BalloonPopupOutline is a balloon shaped <code>Path</code> which can be used to display a balloon-like popup.
- BalloonPopupOutline() - Constructor for class jidefx.scene.control.popup.BalloonPopupOutline
-
- binarySearch(List<Object>, Object) - Static method in class jidefx.utils.CommonUtils
-
Perform a binary search over a sorted list for the given key.
- binarySearch(Object[], Object) - Static method in class jidefx.utils.CommonUtils
-
Perform a binary search over a sorted array for the given key.
- binarySearch(int[], int) - Static method in class jidefx.utils.CommonUtils
-
Perform a binary search over a sorted array for the given key.
- binarySearch(int[], int, int, int) - Static method in class jidefx.utils.CommonUtils
-
Perform a binary search over a sorted array for the given key.
- BounceInDownTransition - Class in com.fxexperience.javafx.animation
-
Animate a bounce in down big effect on a node
Port of BounceInDownBig from Animate.css http://daneden.me/animate by Dan Eden
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
}
}
- BounceInDownTransition(Node) - Constructor for class com.fxexperience.javafx.animation.BounceInDownTransition
-
Create new BounceInDownBigTransition
- BounceInLeftTransition - Class in com.fxexperience.javafx.animation
-
Animate a bounce in left big effect on a node
Port of BounceInLeftBig from Animate.css http://daneden.me/animate by Dan Eden
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
}
}
- BounceInLeftTransition(Node) - Constructor for class com.fxexperience.javafx.animation.BounceInLeftTransition
-
Create new BounceInLeftBigTransition
- BounceInRightTransition - Class in com.fxexperience.javafx.animation
-
Animate a bounce in right big effect on a node
Port of BounceInRightBig from Animate.css http://daneden.me/animate by Dan Eden
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
}
}
- BounceInRightTransition(Node) - Constructor for class com.fxexperience.javafx.animation.BounceInRightTransition
-
Create new BounceInRightBigTransition
- BounceInTransition - Class in com.fxexperience.javafx.animation
-
Animate a bounce in effect on a node
Port of BounceIn from Animate.css http://daneden.me/animate by Dan Eden
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
}
}
- BounceInTransition(Node) - Constructor for class com.fxexperience.javafx.animation.BounceInTransition
-
Create new BounceInTransition
- BounceInUpTransition - Class in com.fxexperience.javafx.animation
-
Animate a bounce in up big effect on a node
Port of BounceInUpBig from Animate.css http://daneden.me/animate by Dan Eden
@bounceInUp {
0% {
opacity: 0;
transform: translateY(2000px);
}
60% {
opacity: 1;
transform: translateY(-30px);
}
80% {
transform: translateY(10px);
}
100% {
transform: translateY(0);
}
}
- BounceInUpTransition(Node) - Constructor for class com.fxexperience.javafx.animation.BounceInUpTransition
-
Create new BounceInUpBigTransition
- BounceOutDownTransition - Class in com.fxexperience.javafx.animation
-
Animate a bounce out down big effect on a node
Port of BounceOutDownBig from Animate.css http://daneden.me/animate by Dan Eden
@keyframes bounceOutDown {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(-20px);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
- BounceOutDownTransition(Node) - Constructor for class com.fxexperience.javafx.animation.BounceOutDownTransition
-
Create new BounceOutDownTransition
- BounceOutLeftTransition - Class in com.fxexperience.javafx.animation
-
Animate a bounce out left big effect on a node
Port of BounceOutLeftBig from Animate.css http://daneden.me/animate by Dan Eden
@keyframes bounceOutLeft {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(20px);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
- BounceOutLeftTransition(Node) - Constructor for class com.fxexperience.javafx.animation.BounceOutLeftTransition
-
Create new BounceOutLeftTransition
- BounceOutRightTransition - Class in com.fxexperience.javafx.animation
-
Animate a bounce out right big effect on a node
Port of BounceOutRightBig from Animate.css http://daneden.me/animate by Dan Eden
@keyframes bounceOutRight {
0% {
-o-transform: translateX(0);
}
20% {
opacity: 1;
-o-transform: translateX(-20px);
}
100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
- BounceOutRightTransition(Node) - Constructor for class com.fxexperience.javafx.animation.BounceOutRightTransition
-
Create new BounceInRightBigTransition
- BounceOutTransition - Class in com.fxexperience.javafx.animation
-
Animate a bounce out effect on a node
Port of BounceOut from Animate.css http://daneden.me/animate by Dan Eden
@keyframes bounceOut {
0% {
transform: scale(1);
}
25% {
transform: scale(.95);
}
50% {
opacity: 1;
transform: scale(1.1);
}
100% {
opacity: 0;
transform: scale(.3);
}
}
- BounceOutTransition(Node) - Constructor for class com.fxexperience.javafx.animation.BounceOutTransition
-
Create new BounceOutTransition
- BounceOutUpTransition - Class in com.fxexperience.javafx.animation
-
Animate a bounce out up big effect on a node
Port of BounceOutUpBig from Animate.css http://daneden.me/animate by Dan Eden
@bounceOutUp {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(20px);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
- BounceOutUpTransition(Node) - Constructor for class com.fxexperience.javafx.animation.BounceOutUpTransition
-
Create new BounceOutUpTransition
- BounceTransition - Class in com.fxexperience.javafx.animation
-
Animate a bounce effect on the given node
Port of Bounce from Animate.css http://daneden.me/animate by Dan Eden
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
- BounceTransition(Node) - Constructor for class com.fxexperience.javafx.animation.BounceTransition
-
Create new BounceTransition
- BubbleTransition - Class in jidefx.animation
-
Animate a bubble effect on a node
- BubbleTransition(Node) - Constructor for class jidefx.animation.BubbleTransition
-
Create new BubbleTransition
- CachedTimelineTransition - Class in com.fxexperience.javafx.animation
-
A Transition that uses a Timeline internally and turns SPEED caching on for
the animated node during the animation.
- CachedTimelineTransition(Node, Timeline) - Constructor for class com.fxexperience.javafx.animation.CachedTimelineTransition
-
Create new CachedTimelineTransition
- CachedTimelineTransition(Node, Timeline, boolean) - Constructor for class com.fxexperience.javafx.animation.CachedTimelineTransition
-
Create new CachedTimelineTransition
- CacheMap<T,K> - Class in com.jidefx.utils
-
CacheMap is a two-level HashMap.
- CacheMap(K) - Constructor for class com.jidefx.utils.CacheMap
-
Constructs a CacheMap.
- caeSensitiveProperty() - Method in class jidefx.scene.control.searchable.Searchable
-
- call(Object, String) - Static method in class jidefx.utils.ReflectionUtils
-
Helper method to call a no argument, no return method.
- callAny(Object, String, Object[]) - Static method in class jidefx.utils.ReflectionUtils
-
Helper method to call a multi-argument method having a return.
- callAny(Object, String, Class<?>[], Object[]) - Static method in class jidefx.utils.ReflectionUtils
-
Helper method to call a multi-argument method having a return.
- callAnyWithoutException(Object, Class<?>, String, Class<?>[], Object[]) - Static method in class jidefx.utils.ReflectionUtils
-
Helper method to call a multi-argument method having a return without throwing an exception.
- callConstructor(Class<?>, Class<?>[], Object[]) - Static method in class jidefx.utils.ReflectionUtils
-
Helper method to call a constructor.
- callGet(Object, String) - Static method in class jidefx.utils.ReflectionUtils
-
Helper method to call a get method with no argument.
- callSet(Object, String, Object) - Static method in class jidefx.utils.ReflectionUtils
-
Helper method to call a set boolean method.
- callSetBoolean(Object, String, boolean) - Static method in class jidefx.utils.ReflectionUtils
-
Helper method to call a set boolean method.
- callSetInt(Object, String, int) - Static method in class jidefx.utils.ReflectionUtils
-
Helper method to call a set boolean method.
- callStatic(Class<?>, String, Class<?>[], Object[]) - Static method in class jidefx.utils.ReflectionUtils
-
Helper method to call a multi-argument static class method having a return.
- charsEqualIgnoreCase(char, char) - Static method in class jidefx.utils.CommonUtils
-
- ChoiceBoxSearchable<T> - Class in jidefx.scene.control.searchable
-
ChoiceBoxSearchable is an concrete implementation of
Searchable that enables the search function on
non-editable ChoiceBox.
- ChoiceBoxSearchable(ChoiceBox<T>) - Constructor for class jidefx.scene.control.searchable.ChoiceBoxSearchable
-
- clear() - Method in class com.jidefx.utils.CacheMap
-
- CLIENT_PROPERTY_AUTO_REPEAT - Static variable in class jidefx.utils.AutoRepeatButtonUtils
-
- closeButtonVisibleProperty() - Method in class jidefx.scene.control.popup.ShapedPopup
-
- com.fxexperience.javafx.animation - package com.fxexperience.javafx.animation
-
- com.jidefx.scene.control.skin - package com.jidefx.scene.control.skin
-
- com.jidefx.utils - package com.jidefx.utils
-
- ComboBoxSearchable<T> - Class in jidefx.scene.control.searchable
-
ComboBoxSearchable is an concrete implementation of
Searchable that enables the search function
on non-editable ComboBox.
- ComboBoxSearchable(ComboBox<T>) - Constructor for class jidefx.scene.control.searchable.ComboBoxSearchable
-
- CommonUtils - Class in jidefx.utils
-
Utils that contains methods that are not depending on JavaFX classes.
- CommonUtils() - Constructor for class jidefx.utils.CommonUtils
-
- compare(Object, T) - Method in class jidefx.scene.control.hints.ListDataIntelliHints
-
Compares the context with the object in the completion list.
- compare(T, String) - Method in class jidefx.scene.control.searchable.Searchable
-
Checks if the element matches the searching text.
- compareAsString(String, String) - Method in class jidefx.scene.control.searchable.Searchable
-
Checks if the element string matches the searching text.
- compareVersion(double, int, int) - Method in class jidefx.utils.SystemInfo.JavaVersion
-
- comparing(Comparator<? super U>, Function<? super T, ? extends U>) - Static method in class jidefx.utils.CommonUtils
-
Accepts a function that extracts an object of a type U as sort key from a type T, and returns the
object that compares by the specified comparator.
- condition(T) - Method in interface jidefx.utils.FXUtils.GetHandler
-
- condition(T) - Method in interface jidefx.utils.FXUtils.Handler
-
- contentDisplayProperty() - Method in class jidefx.scene.control.popup.TooltipEx
-
Specifies the positioning of the graphic relative to the text.
- convert(String) - Method in interface jidefx.utils.WildcardSupport
-
Converts a string with wildcards to a regular express that is compatible with <code>Pattern</code>.
- convertElementToString(T) - Method in class jidefx.scene.control.searchable.ChoiceBoxSearchable
-
- convertElementToString(T) - Method in class jidefx.scene.control.searchable.ComboBoxSearchable
-
- convertElementToString(T) - Method in class jidefx.scene.control.searchable.ListViewSearchable
-
- convertElementToString(T) - Method in class jidefx.scene.control.searchable.Searchable
-
Converts the element that returns from getElementAt() to string.
- convertElementToString(Object) - Method in class jidefx.scene.control.searchable.TableViewSearchable
-
- convertElementToString(String) - Method in class jidefx.scene.control.searchable.TextInputControlSearchable
-
Converts the element in TextInputControl to string.
- convertElementToString(TreeItem<T>) - Method in class jidefx.scene.control.searchable.TreeViewSearchable
-
Converts the element in TreeView to string.
- convertPrimitiveToWrapperType(Class<?>) - Static method in class jidefx.utils.TypeUtils
-
- convertWrapperToPrimitiveType(Class<?>) - Static method in class jidefx.utils.TypeUtils
-
- createArrowedIcon(Shape) - Method in class jidefx.utils.PredefinedShapes
-
Creates a shape by adding a down arrow to it.
- createArrowedIcon(Shape, Pos, double) - Method in class jidefx.utils.PredefinedShapes
-
Creates a shape by adding a down arrow to it.
- createArrowIcon(double) - Method in class jidefx.utils.PredefinedShapes
-
Creates an arrow icon.
- createCalendarIcon(double) - Method in class jidefx.utils.PredefinedShapes
-
Creates a calendar icon.
- createClearIcon(double) - Method in class jidefx.utils.PredefinedShapes
-
Create a clear node with a circle plus a cross inside within an area
- createClockIcon(double) - Method in class jidefx.utils.PredefinedShapes
-
Creates a clock icon.
- createCloseIcon(double) - Method in class jidefx.utils.PredefinedShapes
-
Create a close node with a circle plus a cross inside within an area.
- createDefaultSkin() - Method in class jidefx.scene.control.popup.TooltipEx
- createFilterIcon(double) - Method in class jidefx.utils.PredefinedShapes
-
Creates a filter icon.
- createFont(String, String, double) - Static method in class jidefx.utils.FontUtils
-
- createHintsNode() - Method in class jidefx.scene.control.hints.AbstractListIntelliHints
-
- createHintsNode() - Method in interface jidefx.scene.control.hints.IntelliHints
-
Creates the node which contains hints.
- createInstance(String, Class<?>[], Object[]) - Static method in class jidefx.utils.ReflectionUtils
-
Instantiate an object based on the class name.
- createKeyIcon(double) - Method in class jidefx.utils.PredefinedShapes
-
Creates a key icon.
- createListView() - Method in class jidefx.scene.control.hints.AbstractListIntelliHints
-
Creates the list to display the hints.
- createMagnifierIcon(double) - Method in class jidefx.utils.PredefinedShapes
-
Creates a magnifier glass icon.
- createMagnifierIcon(double, boolean) - Method in class jidefx.utils.PredefinedShapes
-
Creates a magnifier glass icon with or without a down arrow.
- createMinusIcon(double) - Method in class jidefx.utils.PredefinedShapes
-
Creates a minus icon.
- createPath() - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
- createPath() - Method in class jidefx.scene.control.popup.RectanglePopupOutline
-
- createPlusIcon(double) - Method in class jidefx.utils.PredefinedShapes
-
Creates a plus icon.
- createPopup() - Method in class jidefx.scene.control.hints.AbstractIntelliHints
-
- createSearchPopup() - Method in class jidefx.scene.control.searchable.Searchable
-
Creates the popup to hold the searching text.
- createTransition(Node, AnimationType) - Static method in class jidefx.animation.AnimationUtils
-
Create default transition according to the animation type.
- customize(T) - Method in interface jidefx.utils.Customizer
-
- customizeChoiceBox(ChoiceBox<T>, Callback<ChoiceBox<T>, ObservableList<T>>, Duration, boolean, T) - Static method in class jidefx.utils.LazyLoadUtils
-
Customizes the ChoiceBox to call the callback until user clicks on the ChoiceBox or after a delay.
- customizeComboBox(ComboBox<T>, Callback<ComboBox<T>, ObservableList<T>>, Duration, boolean, T) - Static method in class jidefx.utils.LazyLoadUtils
-
Customizes the ComboBox to call the callback until user clicks on the ComboBox or after a delay.
- customizePath(Path) - Method in class jidefx.scene.control.popup.ShapedPopup
-
Customizes the path.
- Customizer<T> - Interface in jidefx.utils
-
An interface that can be used to customize any object.
- FadeInDownBigTransition - Class in com.fxexperience.javafx.animation
-
Animate a fade in down big effect on a node
Port of FadeInDownBig from Animate.css http://daneden.me/animate by Dan Eden
@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translateY(-2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
- FadeInDownBigTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FadeInDownBigTransition
-
Create new FadeInDownBigTransition
- FadeInDownTransition - Class in com.fxexperience.javafx.animation
-
Animate a fade in down effect on a node
Port of FadeInDown from Animate.css http://daneden.me/animate by Dan Eden
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
- FadeInDownTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FadeInDownTransition
-
Create new FadeInDownTransition
- FadeInLeftBigTransition - Class in com.fxexperience.javafx.animation
-
Animate a fade in left big effect on a node
Port of FadeInLeftBig from Animate.css http://daneden.me/animate by Dan Eden
@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translateX(-2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
- FadeInLeftBigTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FadeInLeftBigTransition
-
Create new FadeInLeftBigTransition
- FadeInLeftTransition - Class in com.fxexperience.javafx.animation
-
Animate a fade in left effect on a node
Port of FadeInLeft from Animate.css http://daneden.me/animate by Dan Eden
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
- FadeInLeftTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FadeInLeftTransition
-
Create new FadeInLeftTransition
- FadeInRightBigTransition - Class in com.fxexperience.javafx.animation
-
Animate a fade in right big effect on a node
Port of FadeInRightBig from Animate.css http://daneden.me/animate by Dan Eden
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
- FadeInRightBigTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FadeInRightBigTransition
-
Create new FadeInRightBigTransition
- FadeInRightTransition - Class in com.fxexperience.javafx.animation
-
Animate a fade in right effect on a node
Port of FadeInRight from Animate.css http://daneden.me/animate by Dan Eden
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
- FadeInRightTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FadeInRightTransition
-
Create new FadeInUpTransition
- FadeInTransition - Class in com.fxexperience.javafx.animation
-
Animate a fade in effect on a node
Port of FadeIn from Animate.css http://daneden.me/animate by Dan Eden
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
- FadeInTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FadeInTransition
-
Create new FadeInTransition
- FadeInUpBigTransition - Class in com.fxexperience.javafx.animation
-
Animate a fade in up big effect on a node
Port of FadeInUpBig from Animate.css http://daneden.me/animate by Dan Eden
@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translateY(2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
- FadeInUpBigTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FadeInUpBigTransition
-
Create new FadeInUpBigTransition
- FadeInUpTransition - Class in com.fxexperience.javafx.animation
-
Animate a fade in up effect on a node
Port of FadeInUp from Animate.css http://daneden.me/animate by Dan Eden
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
- FadeInUpTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FadeInUpTransition
-
Create new FadeInUpTransition
- FadeOutDownBigTransition - Class in com.fxexperience.javafx.animation
-
Animate a fade out up big effect on a node
Port of FadeOutDownBig from Animate.css http://daneden.me/animate by Dan Eden
@keyframes fadeOutDownBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
- FadeOutDownBigTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FadeOutDownBigTransition
-
Create new FadeOutDownBigTransition
- FadeOutDownTransition - Class in com.fxexperience.javafx.animation
-
Animate a fade out Down effect on a node
Port of FadeInDown from Animate.css http://daneden.me/animate by Dan Eden
@keyframes fadeOutDown {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(20px);
}
}
- FadeOutDownTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FadeOutDownTransition
-
Create new FadeOutDownTransition
- FadeOutLeftBigTransition - Class in com.fxexperience.javafx.animation
-
Animate a fade out left big effect on a node
Port of FadeOutLeftBig from Animate.css http://daneden.me/animate by Dan Eden
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
- FadeOutLeftBigTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FadeOutLeftBigTransition
-
Create new FadeOutLeftBigTransition
- FadeOutLeftTransition - Class in com.fxexperience.javafx.animation
-
Animate a fade out left effect on a node
Port of FadeOutLeft from Animate.css http://daneden.me/animate by Dan Eden
@keyframes fadeOutLeft {
0% {
opacity: 0;
transform: translateX(0);
}
100% {
opacity: 1;
transform: translateX(-20px);
}
}
- FadeOutLeftTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FadeOutLeftTransition
-
Create new FadeOutLeftTransition
- FadeOutRightBigTransition - Class in com.fxexperience.javafx.animation
-
Animate a fade out right big effect on a node
Port of FadeOutRightBig from Animate.css http://daneden.me/animate by Dan Eden
@keyframes fadeOutRightBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
- FadeOutRightBigTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FadeOutRightBigTransition
-
Create new FadeOutRightBigTransition
- FadeOutRightTransition - Class in com.fxexperience.javafx.animation
-
Animate a fade out right effect on a node
Port of FadeOutRight from Animate.css http://daneden.me/animate by Dan Eden
@keyframes fadeOutRight {
0% {
opacity: 0;
transform: translateX(0);
}
100% {
opacity: 1;
transform: translateX(20px);
}
}
- FadeOutRightTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FadeOutRightTransition
-
Create new FadeOutRightTransition
- FadeOutTransition - Class in com.fxexperience.javafx.animation
-
Animate a fade out effect on a node
Port of FadeOut from Animate.css http://daneden.me/animate by Dan Eden
@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
- FadeOutTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FadeOutTransition
-
Create new FadeOutTransition
- FadeOutUpBigTransition - Class in com.fxexperience.javafx.animation
-
Animate a fade out up big effect on a node
Port of FadeOutUpBig from Animate.css http://daneden.me/animate by Dan Eden
@keyframes fadeOutUpBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
- FadeOutUpBigTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FadeOutUpBigTransition
-
Create new FadeOutUpBigTransition
- FadeOutUpTransition - Class in com.fxexperience.javafx.animation
-
Animate a fade in Out effect on a node
Port of FadeInOut from Animate.css http://daneden.me/animate by Dan Eden
@keyframes fadeOutUp {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-20px);
}
}
- FadeOutUpTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FadeOutUpTransition
-
Create new FadeOutUpTransition
- FileIntelliHints - Class in jidefx.scene.control.hints
-
FileIntelliHints is a concrete implementation of
IntelliHints.
- FileIntelliHints(TextInputControl) - Constructor for class jidefx.scene.control.hints.FileIntelliHints
-
- findAll(String) - Method in class jidefx.scene.control.searchable.Searchable
-
findAll uses the Searchable to find all the element indices that match the searching string.
- findAncestor(Node, Class, Class) - Static method in class jidefx.utils.FXUtils
-
Finds the ancestor of the node which is the type of the classToFind and before it reaches a node that is of type
classToStop.
- findAncestor(Node, String, Class) - Static method in class jidefx.utils.FXUtils
-
Finds the ancestor of the node which its type class name ends with String classNameEndWith and before it reaches
a node that is of type classToStop.
- findFirst(String) - Method in class jidefx.scene.control.searchable.Searchable
-
Finds the first element that matches the searching text.
- findFirst(String) - Method in class jidefx.scene.control.searchable.TextInputControlSearchable
-
- findFromCursor(String) - Method in class jidefx.scene.control.searchable.Searchable
-
Finds the next matching index from the cursor.
- findFromCursor(String) - Method in class jidefx.scene.control.searchable.TextInputControlSearchable
-
- findLast(String) - Method in class jidefx.scene.control.searchable.Searchable
-
Finds the last element that matches the searching text.
- findLast(String) - Method in class jidefx.scene.control.searchable.TextInputControlSearchable
-
- findNext(String) - Method in class jidefx.scene.control.searchable.Searchable
-
Finds the next matching index from the cursor.
- findNext(String) - Method in class jidefx.scene.control.searchable.TextInputControlSearchable
-
- findPrevious(String) - Method in class jidefx.scene.control.searchable.Searchable
-
Finds the previous matching index from the cursor.
- findPrevious(String) - Method in class jidefx.scene.control.searchable.TextInputControlSearchable
-
- FlashTransition - Class in com.fxexperience.javafx.animation
-
Animate a flash effect on a node
Port of Flash from Animate.css http://daneden.me/animate by Dan Eden
@keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
- FlashTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FlashTransition
-
Create new FlashTransition
- FlipInXTransition - Class in com.fxexperience.javafx.animation
-
Animate a flip in x effect on the given node
Port of FlipInX from Animate.css http://daneden.me/animate by Dan Eden
@keyframes flipInX {
0% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
transform: perspective(400px) rotateX(-10deg);
}
70% {
transform: perspective(400px) rotateX(10deg);
}
100% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
- FlipInXTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FlipInXTransition
-
Create new FlipInXTransition
- FlipInYTransition - Class in com.fxexperience.javafx.animation
-
Animate a flip in y effect on the given node
Port of FlipInY from Animate.css http://daneden.me/animate by Dan Eden
@keyframes flipInY {
0% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
transform: perspective(400px) rotateY(-10deg);
}
70% {
transform: perspective(400px) rotateY(10deg);
}
100% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
- FlipInYTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FlipInYTransition
-
Create new FlipInYTransition
- FlipOutXTransition - Class in com.fxexperience.javafx.animation
-
Animate a flip out x effect on the given node
Port of FlipOutX from Animate.css http://daneden.me/animate by Dan Eden
@keyframes flipOutX {
0% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
- FlipOutXTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FlipOutXTransition
-
Create new FlipOutXTransition
- FlipOutYTransition - Class in com.fxexperience.javafx.animation
-
Animate a flip out y effect on the given node
Port of FlipOutY from Animate.css http://daneden.me/animate by Dan Eden
@keyframes flipOutY {
0% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
- FlipOutYTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FlipOutYTransition
-
Create new FlipOutYTransition
- FlipTransition - Class in com.fxexperience.javafx.animation
-
Animate a flip effect on the given node
Port of Flip from Animate.css http://daneden.me/animate by Dan Eden
@keyframes flip {
0% {
transform: perspective(400px) rotateY(0);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translateZ(150px) rotateY(170deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) rotateY(360deg) scale(.95);
animation-timing-function: ease-in;
}
100% {
transform: perspective(400px) scale(1);
animation-timing-function: ease-in;
}
}
- FlipTransition(Node) - Constructor for class com.fxexperience.javafx.animation.FlipTransition
-
Create new FlipTransition
- fontProperty() - Method in class jidefx.scene.control.popup.TooltipEx
-
The default font to use for text in the Tooltip.
- FontUtils - Class in jidefx.utils
-
A utility class for the Font in the javafx.scene.text package.
- FontUtils() - Constructor for class jidefx.utils.FontUtils
-
- fromStartProperty() - Method in class jidefx.scene.control.searchable.Searchable
-
- FXUtils - Class in jidefx.utils
-
Utils that contains methods that depend on JavaFX classes.
- FXUtils() - Constructor for class jidefx.utils.FXUtils
-
- FXUtils.ConditionHandler<T> - Interface in jidefx.utils
-
A simple handler used by setRecursively.
- FXUtils.GetHandler<T> - Interface in jidefx.utils
-
A simple handler used by getRecursively.
- FXUtils.Handler<T> - Interface in jidefx.utils
-
A simple handler used by setRecursively.
- getAllShowHintsKeyStrokes() - Method in class jidefx.scene.control.hints.AbstractIntelliHints
-
Gets all key strokes that will show hints popup.
- getArrowBasePosition() - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
Gets the arrow base position relative to the balloon content.
- getArrowHeight() - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
Gets the height of the arrow, in pixels.
- getArrowPosition() - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
Gets the arrow position relative to the balloon content.
- getArrowSide() - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
Gets the arrow side.
- getArrowWidth() - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
Gets the width of the arrow base, in pixels.
- getBuildNumber() - Method in class jidefx.utils.SystemInfo.JavaVersion
-
- getCache(Class<?>) - Method in class com.jidefx.utils.CacheMap
-
- getClassCssMetaData() - Static method in class jidefx.scene.control.popup.TooltipEx
-
- getCompletionList() - Method in class jidefx.scene.control.hints.ListDataIntelliHints
-
Gets the list of hints.
- getContentDisplay() - Method in class jidefx.scene.control.popup.TooltipEx
-
Gets the value of the property contentDisplay.
- getContentPadding() - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
- getContentPadding() - Method in class jidefx.scene.control.popup.RectanglePopupOutline
-
- getContext() - Method in class jidefx.scene.control.hints.AbstractIntelliHints
-
Gets the context for hints.
- getCssMetaData() - Method in class jidefx.scene.control.popup.TooltipEx
- getCurrentDirectory() - Static method in class jidefx.utils.SystemInfo
-
Returns the user's home directory.
- getCurrentIndex() - Method in class jidefx.scene.control.searchable.Searchable
-
- getCursor() - Method in class jidefx.scene.control.searchable.Searchable
-
Gets the cursor which is the index of current location when searching.
- getDelegateKeyCombination() - Method in class jidefx.scene.control.hints.AbstractIntelliHints
-
Gets the delegate keystrokes.
- getDelegateKeyCombination() - Method in class jidefx.scene.control.hints.AbstractListIntelliHints
-
Gets the delegate keystrokes.
- getDelegateNode() - Method in class jidefx.scene.control.hints.AbstractIntelliHints
-
Gets the delegate node in the hint popup.
- getDelegateNode() - Method in class jidefx.scene.control.hints.AbstractListIntelliHints
-
- getElementAt(int) - Method in class jidefx.scene.control.searchable.ChoiceBoxSearchable
-
- getElementAt(int) - Method in class jidefx.scene.control.searchable.ComboBoxSearchable
-
- getElementAt(int) - Method in class jidefx.scene.control.searchable.ListViewSearchable
-
- getElementAt(int) - Method in class jidefx.scene.control.searchable.Searchable
-
Gets the element at the specified index.
- getElementAt(int) - Method in class jidefx.scene.control.searchable.TableViewSearchable
-
- getElementAt(int) - Method in class jidefx.scene.control.searchable.TextInputControlSearchable
-
- getElementAt(int) - Method in class jidefx.scene.control.searchable.TreeViewSearchable
-
- getElementAtAsString(int) - Method in class jidefx.scene.control.searchable.Searchable
-
- getElementCount() - Method in class jidefx.scene.control.searchable.ChoiceBoxSearchable
-
- getElementCount() - Method in class jidefx.scene.control.searchable.ComboBoxSearchable
-
- getElementCount() - Method in class jidefx.scene.control.searchable.ListViewSearchable
-
- getElementCount() - Method in class jidefx.scene.control.searchable.Searchable
-
Gets the total element count in the control.
- getElementCount() - Method in class jidefx.scene.control.searchable.TableViewSearchable
-
- getElementCount() - Method in class jidefx.scene.control.searchable.TextInputControlSearchable
-
- getElementCount() - Method in class jidefx.scene.control.searchable.TreeViewSearchable
-
- getFilter() - Method in class jidefx.scene.control.hints.FileIntelliHints
-
Get FilenameFilter configured to this hints.
- getFont() - Method in class jidefx.scene.control.popup.TooltipEx
-
Gets the value of the property font.
- getGraphic() - Method in class jidefx.scene.control.popup.TooltipEx
-
Gets the value of the property graphic.
- getGraphicTextGap() - Method in class jidefx.scene.control.popup.TooltipEx
-
Gets the value of the property graphicTextGap.
- getHeight() - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
Gets the height of the balloon content.
- getHeight() - Method in class jidefx.scene.control.popup.RectanglePopupOutline
-
Gets the height of the balloon content.
- getHidePopupDelay() - Method in class jidefx.scene.control.searchable.Searchable
-
Gets the duration before hiding the popup.
- getInsets() - Method in class jidefx.scene.control.popup.ShapedPopup
-
Gets the insets for the popup.
- getInstance() - Static method in class jidefx.utils.PredefinedShapes
-
Gets the default instance of PredefinedShapes.
- getIntelliHints(Node) - Static method in class jidefx.scene.control.hints.AbstractIntelliHints
-
Gets the IntelliHints object if it was installed on the node before.
- getJavaClassVersion() - Static method in class jidefx.utils.SystemInfo
-
Returns the version of the java class we're using.
- getJavaVendor() - Static method in class jidefx.utils.SystemInfo
-
Returns the vendor for java we're using.
- getJavaVersion() - Static method in class jidefx.utils.SystemInfo
-
Returns the version of java we're using.
- getKeys(Class<?>, K[]) - Method in class com.jidefx.utils.CacheMap
-
Gets the secondary keys that are registered with the class in CacheMap.
- getListView() - Method in class jidefx.scene.control.hints.AbstractListIntelliHints
-
Gets the list.
- getMainIndex() - Method in class jidefx.scene.control.searchable.TableViewSearchable
-
Gets the index of the column to be searched.
- getMajorVersion() - Method in class jidefx.utils.SystemInfo.JavaVersion
-
- getMatchingElement() - Method in class jidefx.scene.control.searchable.Searchable
-
Gets the value of the property matchingElement.
- getMatchingIndex() - Method in class jidefx.scene.control.searchable.Searchable
-
Gets the value of the property matchingIndex.
- getMatchRegisteredObject(Class<?>, K) - Method in class com.jidefx.utils.CacheMap
-
Gets the exact match registered object.
- getMinorVersion() - Method in class jidefx.utils.SystemInfo.JavaVersion
-
- getNode() - Method in class com.jidefx.scene.control.skin.TooltipExSkin
-
- getNode() - Method in class jidefx.scene.control.searchable.Searchable
-
Gets the actual node which installed this Searchable.
- getOneOrMoreQuantifier() - Method in interface jidefx.utils.WildcardSupport
-
Gets the quantifier that indicates there is one or more of the preceding element.
- getOriginPoint() - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
Gets the location of the arrow pointer in the local coordinates.
- getOriginPoint() - Method in class jidefx.scene.control.popup.RectanglePopupOutline
-
Gets the location of the origin point in the local coordinates.
- getOriginPosition() - Method in class jidefx.scene.control.popup.RectanglePopupOutline
-
Gets the origin point position.
- getOS() - Static method in class jidefx.utils.SystemInfo
-
Returns the operating system.
- getOSArchitecture() - Static method in class jidefx.utils.SystemInfo
-
Returns the operating system architecture.
- getOSVersion() - Static method in class jidefx.utils.SystemInfo
-
Returns the operating system version.
- getPatch() - Method in class jidefx.utils.SystemInfo.JavaVersion
-
- getPopupContent() - Method in class jidefx.scene.control.popup.ShapedPopup
-
Gets the popup content.
- getPopupOutline() - Method in class jidefx.scene.control.popup.ShapedPopup
-
Gets the popup outline.
- getPopupPosition() - Method in class jidefx.scene.control.searchable.Searchable
-
Gets the popup position.
- getPopupPositionRelativeTo() - Method in class jidefx.scene.control.searchable.Searchable
-
Gets the node that the position of the popup relative to.
- getPos() - Method in class jidefx.scene.control.popup.TooltipEx
-
Gets the value of the property pos.
- getProductVersion() - Static method in class jidefx.utils.Version
-
Gets the product version.
- getProperty(String, String) - Static method in class jidefx.utils.SecurityUtils
-
Gets the system property.
- getRecursively(T, FXUtils.GetHandler<T>) - Static method in class jidefx.utils.FXUtils
-
Gets to a child of a Node recursively based on certain condition.
- getRegisteredObject(Class<?>, K) - Method in class com.jidefx.utils.CacheMap
-
Gets registered object from CacheMap.
- getResourceString(String) - Method in class jidefx.scene.control.searchable.Searchable
-
Gets the localized string from resource bundle.
- getRoundedRadius() - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
Gets the radius of the rounded rectangle corner of the balloon content.
- getRoundedRadius() - Method in class jidefx.scene.control.popup.RectanglePopupOutline
-
Gets the radius of the rounded rectangle corner of the balloon content.
- getScreenBounds(Point2D) - Static method in class jidefx.utils.FXUtils
-
- getSearchable(Node) - Static method in class jidefx.scene.control.searchable.Searchable
-
Gets the Searchable installed on the node.
- getSearchColumnIndices() - Method in class jidefx.scene.control.searchable.TableViewSearchable
-
Gets the indexes of the column to be searched.
- getSearchingDelay() - Method in class jidefx.scene.control.searchable.Searchable
-
If it returns a positive number, it will wait for that many ms before doing the search.
- getSearchingText() - Method in class jidefx.scene.control.searchable.Searchable
-
Gets the value of the property searchingText.
- getSearchLabel() - Method in class jidefx.scene.control.searchable.Searchable
-
Gets the current text that appears in the search popup.
- getSelectedHint() - Method in class jidefx.scene.control.hints.AbstractListIntelliHints
-
- getSelectedHint() - Method in interface jidefx.scene.control.hints.IntelliHints
-
Gets the selected hint.
- getSelectedIndex() - Method in class jidefx.scene.control.searchable.ChoiceBoxSearchable
-
- getSelectedIndex() - Method in class jidefx.scene.control.searchable.ComboBoxSearchable
-
- getSelectedIndex() - Method in class jidefx.scene.control.searchable.ListViewSearchable
-
- getSelectedIndex() - Method in class jidefx.scene.control.searchable.Searchable
-
Gets the selected index in the control.
- getSelectedIndex() - Method in class jidefx.scene.control.searchable.TableViewSearchable
-
Gets the selected index.
- getSelectedIndex() - Method in class jidefx.scene.control.searchable.TextInputControlSearchable
-
- getSelectedIndex() - Method in class jidefx.scene.control.searchable.TreeViewSearchable
-
- getShowHintsDelay() - Method in class jidefx.scene.control.hints.AbstractIntelliHints
-
Gets the delay after the key is pressed to show hints.
- getShowHintsKeyCombination() - Method in class jidefx.scene.control.hints.AbstractIntelliHints
-
Gets the keystroke that will trigger the hint popup.
- getSkinnable() - Method in class com.jidefx.scene.control.skin.TooltipExSkin
-
- getStyleableParent() - Method in class jidefx.scene.control.popup.TooltipEx
-
- getSupportedFontStyles(String, double) - Static method in class jidefx.utils.FontUtils
-
- getText() - Method in class jidefx.scene.control.popup.TooltipEx
-
Gets the value of the property text.
- getTextAlignment() - Method in class jidefx.scene.control.popup.TooltipEx
-
Gets the value of the property textAlignment.
- getTextInputControl() - Method in class jidefx.scene.control.hints.AbstractIntelliHints
-
- getTextOverrun() - Method in class jidefx.scene.control.popup.TooltipEx
-
Gets the value of the property textOverrun.
- getTreeItems() - Method in class jidefx.scene.control.searchable.TreeViewSearchable
-
Gets the cached tree paths list.
- getValueAt(TableView, int, int) - Method in class jidefx.scene.control.searchable.TableViewSearchable
-
Get string value of the table.
- getValues() - Method in class com.jidefx.utils.CacheMap
-
- getWidth() - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
Gets the width of the balloon content.
- getWidth() - Method in class jidefx.scene.control.popup.RectanglePopupOutline
-
Gets the width of the balloon content.
- getWildcardSupport() - Method in class jidefx.scene.control.searchable.Searchable
-
Gets the WildcardSupport.
- getZeroOrMoreQuantifier() - Method in interface jidefx.utils.WildcardSupport
-
Gets the quantifier that indicates there is zero or more of the preceding element.
- getZeroOrOneQuantifier() - Method in interface jidefx.utils.WildcardSupport
-
Gets the quantifier that indicates there is zero or one of the preceding element.
- graphicProperty() - Method in class jidefx.scene.control.popup.TooltipEx
-
An optional icon for the Tooltip.
- graphicTextGapProperty() - Method in class jidefx.scene.control.popup.TooltipEx
-
The amount of space between the graphic and text
- ignoreException(Exception) - Static method in class jidefx.utils.CommonUtils
-
Ignore the exception.
- initCache(Class<?>) - Method in class com.jidefx.utils.CacheMap
-
- initializePopup() - Method in class jidefx.scene.control.popup.ShapedPopup
-
- initializeStyle() - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
- initializeStyle() - Method in class jidefx.scene.control.popup.RectanglePopupOutline
-
- initializeStyle() - Method in class jidefx.scene.control.popup.ShapedPopup
-
- insetsProperty() - Method in class jidefx.scene.control.popup.ShapedPopup
-
- install(Node, TooltipEx) - Static method in class jidefx.scene.control.popup.TooltipEx
-
Associates the given
TooltipEx with the given <code>Node</code>.
- install(ButtonBase) - Static method in class jidefx.utils.AutoRepeatButtonUtils
-
Enable auto-repeat feature on the button.
- install(ButtonBase, Duration, Duration) - Static method in class jidefx.utils.AutoRepeatButtonUtils
-
Enable auto-repeat feature on the button.
- install(ComboBox<T>, Callback<ComboBox<T>, ObservableList<T>>) - Static method in class jidefx.utils.LazyLoadUtils
-
Customizes the ComboBox to call the callback and setItems until user clicks on the ComboBox or after a 200 ms
delay.
- install(ComboBox<T>, Callback<ComboBox<T>, ObservableList<T>>, Duration) - Static method in class jidefx.utils.LazyLoadUtils
-
Customizes the ComboBox to call the callback and setItems until user clicks on the ComboBox or after a delay.
- install(ComboBox<T>, Callback<ComboBox<T>, ObservableList<T>>, boolean) - Static method in class jidefx.utils.LazyLoadUtils
-
Customizes the ComboBox to call the callback and setItems until user clicks on the ComboBox (if beforeShowing is
true) or after a 200ms delay.
- install(ComboBox<T>, Callback<ComboBox<T>, ObservableList<T>>, Duration, boolean) - Static method in class jidefx.utils.LazyLoadUtils
-
Customizes the ComboBox to call the callback until user clicks on the ComboBox (if beforeShowing is true) or
after a delay.
- install(ComboBox<T>, Callback<ComboBox<T>, ObservableList<T>>, Duration, boolean, T) - Static method in class jidefx.utils.LazyLoadUtils
-
Customizes the ComboBox to call the callback until user clicks on the ComboBox (if beforeShowing is true) or
after a delay.
- install(ChoiceBox<T>, Callback<ChoiceBox<T>, ObservableList<T>>) - Static method in class jidefx.utils.LazyLoadUtils
-
Customizes the ChoiceBox to call the callback and setItems until user clicks on the ChoiceBox or after a 200 ms
delay.
- install(ChoiceBox<T>, Callback<ChoiceBox<T>, ObservableList<T>>, Duration) - Static method in class jidefx.utils.LazyLoadUtils
-
Customizes the ChoiceBox to call the callback and setItems until user clicks on the ChoiceBox or after a delay.
- install(ChoiceBox<T>, Callback<ChoiceBox<T>, ObservableList<T>>, boolean) - Static method in class jidefx.utils.LazyLoadUtils
-
Customizes the ChoiceBox to call the callback and setItems until user clicks on the ChoiceBox (if beforeShowing
is true) or after a 200ms delay.
- install(ChoiceBox<T>, Callback<ChoiceBox<T>, ObservableList<T>>, Duration, boolean) - Static method in class jidefx.utils.LazyLoadUtils
-
Customizes the ChoiceBox to call the callback until user clicks on the ChoiceBox (if beforeShowing is true) or
after a delay.
- install(ChoiceBox<T>, Callback<ChoiceBox<T>, ObservableList<T>>, Duration, boolean, T) - Static method in class jidefx.utils.LazyLoadUtils
-
Customizes the ChoiceBox to call the callback until user clicks on the ChoiceBox (if beforeShowing is true) or
after a delay.
- installListeners() - Method in class jidefx.scene.control.searchable.ChoiceBoxSearchable
-
- installListeners() - Method in class jidefx.scene.control.searchable.ComboBoxSearchable
-
- installListeners() - Method in class jidefx.scene.control.searchable.ListViewSearchable
-
- installListeners() - Method in class jidefx.scene.control.searchable.Searchable
-
Installs necessary listeners to the control.
- installListeners() - Method in class jidefx.scene.control.searchable.TableViewSearchable
-
- installListeners() - Method in class jidefx.scene.control.searchable.TextInputControlSearchable
-
- installListeners() - Method in class jidefx.scene.control.searchable.TreeViewSearchable
-
- installListeners(ButtonBase, Duration, Duration) - Method in class jidefx.utils.AutoRepeatButtonUtils
-
- IntelliHints<T> - Interface in jidefx.scene.control.hints
-
IntelliHints is an interface that defines all necessary methods to implement showing a hint popup depending
on a context and allows user to pick from a list of hints.
- interpolate(double) - Method in class com.fxexperience.javafx.animation.CachedTimelineTransition
-
- interpolate(double) - Method in class com.fxexperience.javafx.animation.FlipTransition
-
- isActivated() - Method in class jidefx.scene.control.popup.TooltipEx
-
Gets the value of the property activated.
- isActivateKey(KeyEvent) - Method in class jidefx.scene.control.searchable.Searchable
-
Checks if the key in KeyEvent should activate the search popup.
- isActivateKey(KeyEvent) - Method in class jidefx.scene.control.searchable.TableViewSearchable
-
- isActivateKey(KeyEvent) - Method in class jidefx.scene.control.searchable.TextInputControlSearchable
-
- isAncestor(Node, Node) - Static method in class jidefx.utils.FXUtils
-
determine if the Node is the ancestorNode of another Node or the same.
- isAnyMac() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the os is any Mac os.
- isAtMonth(Calendar, int) - Static method in class jidefx.utils.DateUtils
-
Checks if the calendar object is in the specified month, regardless of the year.
- isAtQuarter(Calendar, int) - Static method in class jidefx.utils.DateUtils
-
Checks if the calendar object is in the specified quarter, regardless of the year.
- isAutoPopup() - Method in class jidefx.scene.control.hints.AbstractIntelliHints
-
Returns whether the hints popup is automatically displayed.
- isCaseSensitive() - Method in class jidefx.scene.control.hints.ListDataIntelliHints
-
Checks if it used case sensitive search.
- isCaseSensitive() - Method in class jidefx.scene.control.searchable.Searchable
-
Checks if the case is sensitive during searching.
- isCJKLocale() - Static method in class jidefx.utils.SystemInfo
-
Returns whether the default locale is one of the three language - Chinese, Japanese or Korean - also known as
CJK.
- isCJKLocale(Locale) - Static method in class jidefx.utils.SystemInfo
-
Returns whether the locale is one of the three language - Chinese, Japanese or Korean - also known as CJK.
- isClassicWindows() - Static method in class jidefx.utils.SystemInfo
-
Gets the state of the flag which indicates if the old Windows look and feel should be rendered.
- isCloseButtonVisible() - Method in class jidefx.scene.control.popup.ShapedPopup
-
Checks if the close button is visible.
- isDeactivateKey(KeyEvent) - Method in class jidefx.scene.control.searchable.Searchable
-
Checks if the key in KeyEvent should hide the search popup.
- isFindFirstKey(KeyEvent) - Method in class jidefx.scene.control.searchable.Searchable
-
Checks if the key is used as a key to find the first occurrence.
- isFindLastKey(KeyEvent) - Method in class jidefx.scene.control.searchable.Searchable
-
Checks if the key is used as a key to find the last occurrence.
- isFindNextKey(KeyEvent) - Method in class jidefx.scene.control.searchable.Searchable
-
Checks if the key is used as a key to find the next occurrence.
- isFindNextKey(KeyEvent) - Method in class jidefx.scene.control.searchable.TableViewSearchable
-
- isFindPreviousKey(KeyEvent) - Method in class jidefx.scene.control.searchable.Searchable
-
Checks if the key is used as a key to find the previous occurrence.
- isFindPreviousKey(KeyEvent) - Method in class jidefx.scene.control.searchable.TableViewSearchable
-
- isFolderOnly() - Method in class jidefx.scene.control.hints.FileIntelliHints
-
If the hints contain the folder names only.
- isFromStart() - Method in class jidefx.scene.control.searchable.Searchable
-
This is a property of how to compare searching text with the data.
- isHintsPopupVisible() - Method in class jidefx.scene.control.hints.AbstractIntelliHints
-
Checks if the hints popup is visible.
- isIncrementalSelectKey(KeyEvent) - Method in class jidefx.scene.control.searchable.Searchable
-
Checks if the key will trigger incremental selection.
- isJdk13Above() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or no the JDK version is 1.3 and above.
- isJdk142Above() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or no the JDK version is 1.4.2 and above.
- isJdk14Above() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or no the JDK version is 1.4 and above.
- isJdk15Above() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or no the JDK version is 1.5 and above.
- isJdk6Above() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or no the JDK version is 6 and above.
- isJdk6u10Above() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or no the JDK version is 6u10 and above.
- isJdk6u14Above() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or no the JDK version is 6u14 and above.
- isJdk6u25Above() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or no the JDK version is 6u25 and above.
- isJdk7Above() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or no the JDK version is 1.7 and above.
- isJdk8Above() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or no the JDK version is 1.8 and above.
- isJdkVersion(double, int, int) - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the JDK version is exactly the version you are expecting
- isJdkVersionAbove(double, int, int) - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the JDK version is above the version, including the version, you are expecting
- isJdkVersionBelow(double, int, int) - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the JDK version is below the version, including the version, you are expecting
- isLastMonth(Calendar) - Static method in class jidefx.utils.DateUtils
-
Checks if the calendar object is last month.
- isLastQuarter(Calendar) - Static method in class jidefx.utils.DateUtils
-
Checks if the calendar object is last quarter.
- isLastWeek(Calendar) - Static method in class jidefx.utils.DateUtils
-
Checks if the calendar object is last week.
- isLastYear(Calendar) - Static method in class jidefx.utils.DateUtils
-
Checks if the calendar object is last year.
- isLinux() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the os is Linux.
- isMacClassic() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the os is Mac 9.1 or earlier.
- isMacOSX() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the os is Mac OSX.
- isMultiline() - Method in class jidefx.scene.control.hints.AbstractIntelliHints
-
Returns whether this IntelliHints' TextInputControl supports single-line text or multi-line text.
- isNavigationKey(KeyEvent) - Method in class jidefx.scene.control.searchable.Searchable
-
Checks if the key is used as a navigation key.
- isNextMonth(Calendar) - Static method in class jidefx.utils.DateUtils
-
Checks if the calendar object is next month.
- isNextQuarter(Calendar) - Static method in class jidefx.utils.DateUtils
-
Checks if the calendar object is next quarter.
- isNextWeek(Calendar) - Static method in class jidefx.utils.DateUtils
-
Checks if the calendar object is next week.
- isNextYear(Calendar) - Static method in class jidefx.utils.DateUtils
-
Checks if the calendar object is next year.
- isNumericType(Class<?>) - Static method in class jidefx.utils.TypeUtils
-
Checks if the type is a numeric type.
- isPopupVisible() - Method in class jidefx.scene.control.searchable.Searchable
-
Check if the searchable popup is visible.
- isPrimitive(Class<?>) - Static method in class jidefx.utils.TypeUtils
-
- isPrimitiveWrapper(Class<?>) - Static method in class jidefx.utils.TypeUtils
-
- isRecursive() - Method in class jidefx.scene.control.searchable.TreeViewSearchable
-
Checks if the searchable is recursive.
- isRepeats() - Method in class jidefx.scene.control.searchable.Searchable
-
Checks if restart from the beginning when searching reaches the end or restart from the end when reaches
beginning.
- isReverseOrder() - Method in class jidefx.scene.control.searchable.Searchable
-
Checks the searching order.
- isRowSelectionAllowed(TableView<T>) - Method in class jidefx.scene.control.searchable.TableViewSearchable
-
Is the row selection allowed?
- isSearching() - Method in class jidefx.scene.control.searchable.Searchable
-
Gets the value of the property searching.
- isSearchSelectedRows() - Method in class jidefx.scene.control.searchable.TableViewSearchable
-
Are we trying to search on multi-columns (but NOT all columns)?
- isSelectAllKey(KeyEvent) - Method in class jidefx.scene.control.searchable.Searchable
-
Checks if the key will trigger selecting all.
- isSelectedCellEditable() - Method in class jidefx.scene.control.searchable.TableViewSearchable
-
Checks if the selected cell is editable.
- isShowFullPath() - Method in class jidefx.scene.control.hints.FileIntelliHints
-
If the hints contain the full path.
- isShowPopup() - Method in class jidefx.scene.control.searchable.ChoiceBoxSearchable
-
Gets the value of the property showPopup.
- isShowPopup() - Method in class jidefx.scene.control.searchable.ComboBoxSearchable
-
Gets the value of the property showPopup.
- isSolaris() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the os is Solaris.
- isSubClassOf(Object, String) - Static method in class jidefx.utils.ReflectionUtils
-
Checks if the instance o is an instance of a subclass of the designated class name.
- isThisMonth(Calendar) - Static method in class jidefx.utils.DateUtils
-
Checks if the calendar object is same month as today.
- isThisQuarter(Calendar) - Static method in class jidefx.utils.DateUtils
-
Checks if the calendar object is same quarter as today.
- isThisWeek(Calendar) - Static method in class jidefx.utils.DateUtils
-
Checks if the calendar object is same week as today.
- isThisYear(Calendar) - Static method in class jidefx.utils.DateUtils
-
Checks if the calendar object is same year as today.
- isToday(Calendar) - Static method in class jidefx.utils.DateUtils
-
Checks if the calendar object is same date as today.
- isTomorrow(Calendar) - Static method in class jidefx.utils.DateUtils
-
Checks if the calendar object is same date as tomorrow.
- isUnix() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the os is some version of Unix, defined here as only Solaris or Linux.
- isWildcardEnabled() - Method in class jidefx.scene.control.searchable.Searchable
-
Checks if it supports wildcard in searching text.
- isWindows() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the os is some version of Windows.
- isWindows2003() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the os is some version of Windows 2003.
- isWindows7() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the os is some version of Windows 7.
- isWindows8() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the os is some version of Windows 8.
- isWindows95() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the os is some version of Windows 95.
- isWindows98() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the os is some version of Windows 98.
- isWindowsNTor2000() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the os is some version of Windows NT.
- isWindowsVista() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the os is some version of Windows Vista.
- isWindowsVistaAbove() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the os is some version of Windows Vista or Windows 7.
- isWindowsXP() - Static method in class jidefx.utils.SystemInfo
-
Returns whether or not the os is some version of Windows XP.
- isWrapText() - Method in class jidefx.scene.control.popup.TooltipEx
-
Gets the value of the property wrapText.
- isYesterday(Calendar) - Static method in class jidefx.utils.DateUtils
-
Checks if the calendar object is same date as yesterday.
- RectanglePopupOutline - Class in jidefx.scene.control.popup
-
RectanglePopupOutline is a rectangle shaped <code>Path</code> which can be used to display a
rectangle or rounded rectangle popup.
- RectanglePopupOutline() - Constructor for class jidefx.scene.control.popup.RectanglePopupOutline
-
- recursiveProperty() - Method in class jidefx.scene.control.searchable.TreeViewSearchable
-
- ReflectionUtils - Class in jidefx.utils
-
Utils to use reflection to call methods.
- ReflectionUtils() - Constructor for class jidefx.utils.ReflectionUtils
-
- register(Class<?>, T, K) - Method in class com.jidefx.utils.CacheMap
-
Registers an object with the specified clazz and object.
- remove(Class<?>) - Method in class com.jidefx.utils.CacheMap
-
Remove all registrations for the designated class.
- removeAllHighlights() - Method in class jidefx.scene.control.searchable.TextInputControlSearchable
-
Removes all highlights from the text component.
- removeShowHintKeyCombination(KeyCombination) - Method in class jidefx.scene.control.hints.AbstractIntelliHints
-
Removes a key stroke from the list to show hints popup.
- repeatsProperty() - Method in class jidefx.scene.control.searchable.Searchable
-
- resetTreeItems() - Method in class jidefx.scene.control.searchable.TreeViewSearchable
-
Reset the cached tree paths list.
- reverseFindFromCursor(String) - Method in class jidefx.scene.control.searchable.Searchable
-
Finds the previous matching index from the cursor.
- reverseFindFromCursor(String) - Method in class jidefx.scene.control.searchable.TextInputControlSearchable
-
- RollInTransition - Class in com.fxexperience.javafx.animation
-
Animate a roll in left effect on a node
Port of RollIn from Animate.css http://daneden.me/animate by Dan Eden
Which was originally authored by Nick Pettit - https://github.com/nickpettit/glide
@keyframes rollIn {
0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}
- RollInTransition(Node) - Constructor for class com.fxexperience.javafx.animation.RollInTransition
-
Create new RollInTransition
- RollOutTransition - Class in com.fxexperience.javafx.animation
-
Animate a roll out right effect on a node
Port of RollOut from Animate.css http://daneden.me/animate by Dan Eden
Which was originally authored by Nick Pettit - https://github.com/nickpettit/glide
@keyframes rollOut {
0% {
opacity: 1;
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
transform: translateX(100%) rotate(120deg);
}
}
- RollOutTransition(Node) - Constructor for class com.fxexperience.javafx.animation.RollOutTransition
-
Create new RollOutTransition
- RotateInDownLeftTransition - Class in com.fxexperience.javafx.animation
-
Animate a rotate in down left effect on a node
Port of RotateInDownLeft from Animate.css http://daneden.me/animate by Dan Eden
@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
- RotateInDownLeftTransition(Node) - Constructor for class com.fxexperience.javafx.animation.RotateInDownLeftTransition
-
Create new RotateInDownLeftTransition
- RotateInDownRightTransition - Class in com.fxexperience.javafx.animation
-
Animate a rotate in down right effect on a node
Port of RotateInDownRight from Animate.css http://daneden.me/animate by Dan Eden
@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
- RotateInDownRightTransition(Node) - Constructor for class com.fxexperience.javafx.animation.RotateInDownRightTransition
-
Create new RotateInDownRightTransition
- RotateInTransition - Class in com.fxexperience.javafx.animation
-
Animate a rotate in effect on a node
Port of RotateIn from Animate.css http://daneden.me/animate by Dan Eden
@keyframes rotateIn {
0% {
transform-origin: center center;
transform: rotate(-200deg);
opacity: 0;
}=
100% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
}
- RotateInTransition(Node) - Constructor for class com.fxexperience.javafx.animation.RotateInTransition
-
Create new RotateInTransition
- RotateInUpLeftTransition - Class in com.fxexperience.javafx.animation
-
Animate a rotate in up left effect on a node
Port of RotateInUpLeft from Animate.css http://daneden.me/animate by Dan Eden
@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
- RotateInUpLeftTransition(Node) - Constructor for class com.fxexperience.javafx.animation.RotateInUpLeftTransition
-
Create new RotateInUpLeftTransition
- RotateInUpRightTransition - Class in com.fxexperience.javafx.animation
-
Animate a rotate in up right effect on a node
Port of RotateInUpRight from Animate.css http://daneden.me/animate by Dan Eden
@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
- RotateInUpRightTransition(Node) - Constructor for class com.fxexperience.javafx.animation.RotateInUpRightTransition
-
Create new RotateInUpRightTransition
- RotateOutDownLeftTransition - Class in com.fxexperience.javafx.animation
-
Animate a rotate out down left effect on a node
Port of RotateOutDownLeft from Animate.css http://daneden.me/animate by Dan Eden
@keyframes rotateOutDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
}
- RotateOutDownLeftTransition(Node) - Constructor for class com.fxexperience.javafx.animation.RotateOutDownLeftTransition
-
Create new RotateOutDownLeftTransition
- RotateOutDownRightTransition - Class in com.fxexperience.javafx.animation
-
Animate a rotate out down right effect on a node
Port of RotateOutDownRight from Animate.css http://daneden.me/animate by Dan Eden
@keyframes rotateOutDownRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
}
- RotateOutDownRightTransition(Node) - Constructor for class com.fxexperience.javafx.animation.RotateOutDownRightTransition
-
Create new RotateOutDownRightTransition
- RotateOutTransition - Class in com.fxexperience.javafx.animation
-
Animate a rotate out effect on a node
Port of RotateOut from Animate.css http://daneden.me/animate by Dan Eden
@keyframes rotateOut {
0% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: center center;
transform: rotate(200deg);
opacity: 0;
}
}
- RotateOutTransition(Node) - Constructor for class com.fxexperience.javafx.animation.RotateOutTransition
-
Create new RotateOutTransition
- RotateOutUpLeftTransition - Class in com.fxexperience.javafx.animation
-
Animate a rotate out up left effect on a node
Port of RotateOutUpLeft from Animate.css http://daneden.me/animate by Dan Eden
@keyframes rotateOutUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
}
- RotateOutUpLeftTransition(Node) - Constructor for class com.fxexperience.javafx.animation.RotateOutUpLeftTransition
-
Create new RotateOutUpLeftTransition
- RotateOutUpRightTransition - Class in com.fxexperience.javafx.animation
-
Animate a rotate out up right effect on a node
Port of RotateOutUpRight from Animate.css http://daneden.me/animate by Dan Eden
@keyframes rotateOutUpRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
}
- RotateOutUpRightTransition(Node) - Constructor for class com.fxexperience.javafx.animation.RotateOutUpRightTransition
-
Create new RotateOutUpRightTransition
- roundedRadiusProperty() - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
- roundedRadiusProperty() - Method in class jidefx.scene.control.popup.RectanglePopupOutline
-
- runThreadSafe(Runnable) - Static method in class jidefx.utils.FXUtils
-
Runs the runnable using Platform.runLater if the current thread is not on JavaFX Application Thread.
- Searchable<T> - Class in jidefx.scene.control.searchable
-
In JavaFX, ListView, TableView, TreeView, ComboBox, ChoiceBox, TextArea are six data-rich controls.
- Searchable(Node) - Constructor for class jidefx.scene.control.searchable.Searchable
-
Creates a Searchable.
- Searchable.SearchPopup - Class in jidefx.scene.control.searchable
-
- Searchable.SearchPopup() - Constructor for class jidefx.scene.control.searchable.Searchable.SearchPopup
-
- searchingDelayProperty() - Method in class jidefx.scene.control.searchable.Searchable
-
- searchingLabelProperty() - Method in class jidefx.scene.control.searchable.Searchable
-
- searchingProperty() - Method in class jidefx.scene.control.searchable.Searchable
-
- searchingTextProperty() - Method in class jidefx.scene.control.searchable.Searchable
-
- SecurityUtils - Class in jidefx.utils
-
A class that keeps all the security stuff so that an application can safely run in applet or WebStart environment.
- SecurityUtils() - Constructor for class jidefx.utils.SecurityUtils
-
- select(int) - Method in class jidefx.scene.control.searchable.Searchable
-
Select the index for the searching text.
- setArrowBasePosition(double) - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
Sets the arrow base position relative to the balloon content.
- setArrowHeight(double) - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
Sets the height of the arrow, in pixels.
- setArrowPosition(double) - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
Sets the arrow position relative to the balloon content.
- setArrowSide(Side) - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
Sets the arrow side.
- setArrowWidth(double) - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
Sets the width of the arrow base, in pixels.
- setAutoPopup(boolean) - Method in class jidefx.scene.control.hints.AbstractIntelliHints
-
Sets whether the popup should be displayed automatically.
- setAvailableHints(ObservableList<T>) - Method in class jidefx.scene.control.hints.AbstractListIntelliHints
-
Sets the available hints.
- setCaseSensitive(boolean) - Method in class jidefx.scene.control.hints.ListDataIntelliHints
-
Sets the case sensitive flag.
- setCaseSensitive(boolean) - Method in class jidefx.scene.control.searchable.Searchable
-
Sets the case sensitive flag.
- setCloseButtonVisible(boolean) - Method in class jidefx.scene.control.popup.ShapedPopup
-
Sets the close button visible or invisible.
- setCompletionList(List<T>) - Method in class jidefx.scene.control.hints.ListDataIntelliHints
-
Sets a new list of hints.
- setCompletionList(T[]) - Method in class jidefx.scene.control.hints.ListDataIntelliHints
-
Sets a new list of hints.
- setContentDisplay(ContentDisplay) - Method in class jidefx.scene.control.popup.TooltipEx
-
Sets the value of the property contentDisplay.
- setCursor(int) - Method in class jidefx.scene.control.searchable.Searchable
-
Sets the cursor which is the index of current location when searching.
- setCursor(int, boolean) - Method in class jidefx.scene.control.searchable.Searchable
-
Sets the cursor which is the index of current location when searching.
- setFilter(FilenameFilter) - Method in class jidefx.scene.control.hints.FileIntelliHints
-
Set FilenameFilter to this hints.
- setFolderOnly(boolean) - Method in class jidefx.scene.control.hints.FileIntelliHints
-
Sets the property of folder only.
- setFont(Font) - Method in class jidefx.scene.control.popup.TooltipEx
-
Sets the value of the property font.
- setFromStart(boolean) - Method in class jidefx.scene.control.searchable.Searchable
-
Sets the fromStart property.
- setGraphic(Node) - Method in class jidefx.scene.control.popup.TooltipEx
-
Sets the value of the property graphic.
- setGraphicTextGap(double) - Method in class jidefx.scene.control.popup.TooltipEx
-
Sets the value of the property graphicTextGap.
- setHeight(double) - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
Sets the height of the balloon content.
- setHeight(double) - Method in class jidefx.scene.control.popup.RectanglePopupOutline
-
Sets the height of the balloon content.
- setHidePopupDelay(Duration) - Method in class jidefx.scene.control.searchable.Searchable
-
Sets the delay before hiding the popup.
- setHintsEnabled(boolean) - Method in class jidefx.scene.control.hints.AbstractIntelliHints
-
Enables or disables the hints popup.
- setInsets(Insets) - Method in class jidefx.scene.control.popup.ShapedPopup
-
Sets the insets for the popup.
- setInstance(PredefinedShapes) - Static method in class jidefx.utils.PredefinedShapes
-
Sets your own instance of PredefinedShapes if you want to customize the predefined shapes.
- setMainIndex(int) - Method in class jidefx.scene.control.searchable.TableViewSearchable
-
Sets the main index.
- setMatchingElement(T) - Method in class jidefx.scene.control.searchable.Searchable
-
Sets the value of the property matchingElement.
- setMatchingIndex(int) - Method in class jidefx.scene.control.searchable.Searchable
-
Sets the value of the property matchingIndex.
- setOriginPosition(Pos) - Method in class jidefx.scene.control.popup.RectanglePopupOutline
-
Sets origin point position.
- setPopupContent(Node) - Method in class jidefx.scene.control.popup.ShapedPopup
-
Sets the content for the popup.
- setPopupOutline(PopupOutline) - Method in class jidefx.scene.control.popup.ShapedPopup
-
Sets the outline for the popup.
- setPopupPosition(Pos) - Method in class jidefx.scene.control.searchable.Searchable
-
Sets the popup position.
- setPopupPositionRelativeTo(Node) - Method in class jidefx.scene.control.searchable.Searchable
-
Sets the position of the popup relative to the specified node.
- setPos(Pos) - Method in class jidefx.scene.control.popup.TooltipEx
-
Sets the value of the property pos.
- setRecursive(boolean) - Method in class jidefx.scene.control.searchable.TreeViewSearchable
-
Sets the recursive attribute.
- setRecursively(T, FXUtils.Handler<T>) - Static method in class jidefx.utils.FXUtils
-
Calls the handler recursively on a Node.
- setRepeats(boolean) - Method in class jidefx.scene.control.searchable.Searchable
-
Sets the repeat flag.
- setReverseOrder(boolean) - Method in class jidefx.scene.control.searchable.Searchable
-
Sets the searching order.
- setRoundedRadius(double) - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
Sets the radius of the rounded rectangle corner of the balloon content.
- setRoundedRadius(double) - Method in class jidefx.scene.control.popup.RectanglePopupOutline
-
Sets the radius of the rounded rectangle corner of the balloon content.
- setSearchColumnIndices(int[]) - Method in class jidefx.scene.control.searchable.TableViewSearchable
-
Sets the main indexes.
- setSearching(boolean) - Method in class jidefx.scene.control.searchable.Searchable
-
Sets the value of the property searching.
- setSearchingDelay(Duration) - Method in class jidefx.scene.control.searchable.Searchable
-
If this flag is set to Duration, it will wait for that many ms before doing the search.
- setSearchingText(String) - Method in class jidefx.scene.control.searchable.Searchable
-
Sets the value of the property searchingText.
- setSearchLabel(String) - Method in class jidefx.scene.control.searchable.Searchable
-
Sets the text that appears in the search popup.
- setSelectedIndex(int, boolean) - Method in class jidefx.scene.control.searchable.ChoiceBoxSearchable
-
- setSelectedIndex(int, boolean) - Method in class jidefx.scene.control.searchable.ComboBoxSearchable
-
- setSelectedIndex(int, boolean) - Method in class jidefx.scene.control.searchable.ListViewSearchable
-
- setSelectedIndex(int, boolean) - Method in class jidefx.scene.control.searchable.Searchable
-
Sets the selected index.
- setSelectedIndex(int, boolean) - Method in class jidefx.scene.control.searchable.TableViewSearchable
-
- setSelectedIndex(int, boolean) - Method in class jidefx.scene.control.searchable.TextInputControlSearchable
-
- setSelectedIndex(int, boolean) - Method in class jidefx.scene.control.searchable.TreeViewSearchable
-
- setShowFullPath(boolean) - Method in class jidefx.scene.control.hints.FileIntelliHints
-
Sets the property of showing full path.
- setShowHintsDelay(Duration) - Method in class jidefx.scene.control.hints.AbstractIntelliHints
-
Sets the delay after the key is pressed to show hints.
- setShowPopup(boolean) - Method in class jidefx.scene.control.searchable.ChoiceBoxSearchable
-
Sets the value of the property showPopup.
- setShowPopup(boolean) - Method in class jidefx.scene.control.searchable.ComboBoxSearchable
-
Sets the value of the property showPopup.
- setSupportsTray(boolean) - Static method in class jidefx.utils.SystemInfo
-
Set supportTray to false in case dll is missing.
- setText(String) - Method in class jidefx.scene.control.popup.TooltipEx
-
Sets the value of the property text.
- setTextAlignment(TextAlignment) - Method in class jidefx.scene.control.popup.TooltipEx
-
Sets the value of the property textAlignment.
- setTextOverrun(OverrunStyle) - Method in class jidefx.scene.control.popup.TooltipEx
-
Sets the value of the property textOverrun.
- setWidth(double) - Method in class jidefx.scene.control.popup.BalloonPopupOutline
-
Sets the width of the balloon content.
- setWidth(double) - Method in class jidefx.scene.control.popup.RectanglePopupOutline
-
Sets the width of the balloon content.
- setWildcardEnabled(Boolean) - Method in class jidefx.scene.control.searchable.Searchable
-
Enable or disable the usage of wildcard.
- setWildcardSupport(WildcardSupport) - Method in class jidefx.scene.control.searchable.Searchable
-
Sets the WildcardSupport.
- setWrapText(boolean) - Method in class jidefx.scene.control.popup.TooltipEx
-
Sets the value of the property wrapText.
- ShakeTransition - Class in com.fxexperience.javafx.animation
-
Animate a shake effect on the given node
Port of Shake from Animate.css http://daneden.me/animate by Dan Eden
@keyframes shake {
0%, 100% {transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
20%, 40%, 60%, 80% {transform: translateX(10px);}
}
- ShakeTransition(Node) - Constructor for class com.fxexperience.javafx.animation.ShakeTransition
-
Create new ShakeTransition
- ShapedPopup - Class in jidefx.scene.control.popup
-
A <code>PopupControl</code> that can set an outline of any shape.
- ShapedPopup() - Constructor for class jidefx.scene.control.popup.ShapedPopup
-
- show(Window) - Method in class jidefx.scene.control.popup.ShapedPopup
-
- show(Node, double, double) - Method in class jidefx.scene.control.popup.ShapedPopup
-
- show(Window, double, double) - Method in class jidefx.scene.control.popup.ShapedPopup
-
- showHints() - Method in class jidefx.scene.control.hints.AbstractIntelliHints
-
Shows the hints popup which contains the hints.
- showHintsDelayProperty() - Method in class jidefx.scene.control.hints.AbstractIntelliHints
-
- showHintsPopup() - Method in class jidefx.scene.control.hints.AbstractIntelliHints
-
- showPopup(Node, Pos) - Method in class jidefx.scene.control.popup.ShapedPopup
-
- showPopup(Node, Pos, double, double) - Method in class jidefx.scene.control.popup.ShapedPopup
-
- showPopup(String) - Method in class jidefx.scene.control.searchable.Searchable
-
Shows the search popup.
- showPopup(String) - Method in class jidefx.scene.control.searchable.TextInputControlSearchable
-
- showPopupProperty() - Method in class jidefx.scene.control.searchable.ChoiceBoxSearchable
-
- showPopupProperty() - Method in class jidefx.scene.control.searchable.ComboBoxSearchable
-
- starting() - Method in class com.fxexperience.javafx.animation.BounceInDownTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.BounceInLeftTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.BounceInRightTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.BounceInUpTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.BounceOutDownTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.BounceOutLeftTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.BounceOutRightTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.BounceOutUpTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.CachedTimelineTransition
-
Called when the animation is starting
- starting() - Method in class com.fxexperience.javafx.animation.FadeInDownBigTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.FadeInLeftBigTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.FadeInRightBigTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.FadeInUpBigTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.FadeOutDownBigTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.FadeOutLeftBigTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.FadeOutRightBigTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.FadeOutUpBigTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.FlipInXTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.FlipInYTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.FlipOutXTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.FlipOutYTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.HingeTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.RollInTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.RollOutTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.RotateInDownLeftTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.RotateInDownRightTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.RotateInUpLeftTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.RotateInUpRightTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.RotateOutDownLeftTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.RotateOutDownRightTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.RotateOutUpLeftTransition
-
- starting() - Method in class com.fxexperience.javafx.animation.RotateOutUpRightTransition
-
- stopCondition(T) - Method in interface jidefx.utils.FXUtils.ConditionHandler
-
If this method returns true, the recursive call will stop at the Node and will not call to its children.
- stopping() - Method in class com.fxexperience.javafx.animation.BounceOutDownTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.BounceOutLeftTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.BounceOutRightTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.BounceOutUpTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.CachedTimelineTransition
-
Called when the animation is stopping
- stopping() - Method in class com.fxexperience.javafx.animation.FadeOutDownBigTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.FadeOutDownTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.FadeOutLeftBigTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.FadeOutLeftTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.FadeOutRightBigTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.FadeOutRightTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.FadeOutUpBigTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.FadeOutUpTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.FlipInXTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.FlipInYTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.FlipOutXTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.FlipOutYTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.HingeTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.RollOutTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.RotateInDownLeftTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.RotateInDownRightTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.RotateInUpLeftTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.RotateInUpRightTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.RotateOutDownLeftTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.RotateOutDownRightTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.RotateOutTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.RotateOutUpLeftTransition
-
- stopping() - Method in class com.fxexperience.javafx.animation.RotateOutUpRightTransition
-
- supportsTray() - Static method in class jidefx.utils.SystemInfo
-
Returns true if this is Windows NT or Windows 2000 and hence can support a system tray feature.
- SwingTransition - Class in com.fxexperience.javafx.animation
-
Animate a swing effect on the given node
Port of Swing from Animate.css http://daneden.me/animate by Dan Eden
@keyframes swing {
20% { transform: rotate(15deg); }
40% { transform: rotate(-10deg); }
60% { transform: rotate(5deg); }
80% { transform: rotate(-5deg); }
100% { transform: rotate(0deg); }
}
- SwingTransition(Node) - Constructor for class com.fxexperience.javafx.animation.SwingTransition
-
Create new SwingTransition
- SystemInfo - Class in jidefx.utils
-
A utility class can detect OS system information.
- SystemInfo.JavaVersion - Class in jidefx.utils
-
- SystemInfo.JavaVersion(String) - Constructor for class jidefx.utils.SystemInfo.JavaVersion
-
- SystemInfo.JavaVersion(double, int, int) - Constructor for class jidefx.utils.SystemInfo.JavaVersion
-