A C D G H I J L M N O P R S T U V _ 

A

addDecorator(Node, Decorator, Node) - Method in class jidefx.scene.control.decoration.DecorationDelegate
 

C

computeMaxHeight(double) - Method in class jidefx.scene.control.decoration.DecorationPane
 
computeMaxWidth(double) - Method in class jidefx.scene.control.decoration.DecorationPane
 
computeMinHeight(double) - Method in class jidefx.scene.control.decoration.DecorationPane
 
computeMinWidth(double) - Method in class jidefx.scene.control.decoration.DecorationPane
 
computePrefHeight(double) - Method in class jidefx.scene.control.decoration.DecorationPane
 
computePrefWidth(double) - Method in class jidefx.scene.control.decoration.DecorationPane
 
create(Node) - Method in class jidefx.scene.control.decoration.PredefinedDecorators.AbstractButtonDecoratorSupplier
 
create(Node, double, double) - Method in class jidefx.scene.control.decoration.PredefinedDecorators.AbstractButtonDecoratorSupplier
 
createButton(Node) - Method in class jidefx.scene.control.decoration.PredefinedDecorators.AbstractButtonDecoratorSupplier
 
createButton(Node, double, double) - Method in class jidefx.scene.control.decoration.PredefinedDecorators.AbstractButtonDecoratorSupplier
 
createButton() - Method in class jidefx.scene.control.decoration.PredefinedDecorators.DecreaseButtonDecoratorSupplier
 
createButton() - Method in class jidefx.scene.control.decoration.PredefinedDecorators.IncreaseButtonDecoratorSupplier
 

D

DecorationDelegate - Class in jidefx.scene.control.decoration
DecorationDelegate works with the DecorationSupport interface to allow any Region supporting decorations.
DecorationDelegate(Region) - Constructor for class jidefx.scene.control.decoration.DecorationDelegate
 
DecorationPane - Class in jidefx.scene.control.decoration
DecorationPane is the default implementation for the DecorationSupport.
DecorationPane(Parent) - Constructor for class jidefx.scene.control.decoration.DecorationPane
 
DecorationSupport - Interface in jidefx.scene.control.decoration
DecorationSupport is an interface that indicates a Region can be a host for decorations created by Decorator.
DecorationUtils - Class in jidefx.scene.control.decoration
DecorationUtils provides a few convenient ways to install (and uninstall) decorators to a target node.
DecorationUtils() - Constructor for class jidefx.scene.control.decoration.DecorationUtils
 
Decorator<T extends javafx.scene.Node> - Class in jidefx.scene.control.decoration
Decorator provides the information for a decorator.
Decorator() - Constructor for class jidefx.scene.control.decoration.Decorator
 
Decorator(T) - Constructor for class jidefx.scene.control.decoration.Decorator
Creates a Decorator at the TOP_RIGHT position.
Decorator(T, Pos) - Constructor for class jidefx.scene.control.decoration.Decorator
Creates a Decorator at the specified position.
Decorator(T, Pos, Point2D) - Constructor for class jidefx.scene.control.decoration.Decorator
Creates a Decorator at the specified position.
Decorator(T, Pos, Point2D, Insets) - Constructor for class jidefx.scene.control.decoration.Decorator
Creates a Decorator at the specified position.
Decorator(T, Pos, Point2D, Insets, AnimationType) - Constructor for class jidefx.scene.control.decoration.Decorator
Creates a Decorator at the specified position with a specified padding added to the target node.
Decorator(T, Pos, Point2D, Insets, boolean, Transition) - Constructor for class jidefx.scene.control.decoration.Decorator
Creates a Decorator at the specified position with a specified padding added to the target node.
DEFAULT_HEIGHT - Static variable in class jidefx.scene.control.decoration.PredefinedDecorators.DecreaseButtonDecoratorSupplier
 
DEFAULT_HEIGHT - Static variable in class jidefx.scene.control.decoration.PredefinedDecorators.IncreaseButtonDecoratorSupplier
 
DEFAULT_HEIGHT - Static variable in class jidefx.scene.control.decoration.PredefinedDecorators.PopupButtonDecoratorSupplier
 
DEFAULT_SIZE - Static variable in class jidefx.scene.control.decoration.PredefinedDecorators.ClearButtonDecoratorSupplier
 
DEFAULT_WIDTH - Static variable in class jidefx.scene.control.decoration.PredefinedDecorators.DecreaseButtonDecoratorSupplier
 
DEFAULT_WIDTH - Static variable in class jidefx.scene.control.decoration.PredefinedDecorators.IncreaseButtonDecoratorSupplier
 
DEFAULT_WIDTH - Static variable in class jidefx.scene.control.decoration.PredefinedDecorators.PopupButtonDecoratorSupplier
 

G

get() - Method in class jidefx.scene.control.decoration.PredefinedDecorators.ClearButtonDecoratorSupplier
 
get() - Method in class jidefx.scene.control.decoration.PredefinedDecorators.DecreaseButtonDecoratorSupplier
 
get() - Method in class jidefx.scene.control.decoration.PredefinedDecorators.IncreaseButtonDecoratorSupplier
 
get() - Method in class jidefx.scene.control.decoration.PredefinedDecorators.PopupButtonDecoratorSupplier
 
getChildren() - Method in interface jidefx.scene.control.decoration.DecorationSupport
Gets the children of the region.
getClearButtonDecoratorSupplier() - Method in class jidefx.scene.control.decoration.PredefinedDecorators
Gets the decorator supplier for the clear button which can be used to clear the text in a TextField.
getContent() - Method in class jidefx.scene.control.decoration.DecorationPane
Gets the content of the DecorationPane.
getDecorators(Node) - Static method in class jidefx.scene.control.decoration.DecorationUtils
Gets the decorators.
getDecreaseButtonDecoratorSupplier() - Method in class jidefx.scene.control.decoration.PredefinedDecorators
Gets the decorator supplier for the decrease button used as the spinner buttons (in FormattedTextField).
getIncreaseButtonDecoratorSupplier() - Method in class jidefx.scene.control.decoration.PredefinedDecorators
Gets the decorator supplier for the increase button used as the spinner buttons (in FormattedTextField).
getInstance() - Static method in class jidefx.scene.control.decoration.PredefinedDecorators
Gets the default instance of PredefinedDecorators.
getNode() - Method in class jidefx.scene.control.decoration.Decorator
Gets the decoration node.
getPadding() - Method in class jidefx.scene.control.decoration.Decorator
Gets the padding that will be applied to the node that is decorated.
getPopupButtonDecoratorSupplier() - Method in class jidefx.scene.control.decoration.PredefinedDecorators
Gets the decorator supplier for the popup button which can be used to show a popup.
getPos() - Method in class jidefx.scene.control.decoration.Decorator
Gets the position of the decoration.
getPosOffset() - Method in class jidefx.scene.control.decoration.Decorator
Gets the position offset from the specified Pos.
getTransition() - Method in class jidefx.scene.control.decoration.Decorator
Gets the transition.

H

hasDecorators(Node) - Static method in class jidefx.scene.control.decoration.DecorationUtils
Checks if the node has decorator(s) installed.

I

initializeChildren() - Method in class jidefx.scene.control.decoration.DecorationPane
 
initializeStyle() - Method in class jidefx.scene.control.decoration.DecorationPane
 
install(Node, Decorator) - Static method in class jidefx.scene.control.decoration.DecorationUtils
Installs a Decorator to a target Node.
installAll(Node, Decorator...) - Static method in class jidefx.scene.control.decoration.DecorationUtils
Installs some Decorators to a target Node.
installAll(List<Node>, Supplier<Decorator>) - Static method in class jidefx.scene.control.decoration.DecorationUtils
Installs a same Decorator to many target Nodes.
isAnimationPlayed(Node) - Static method in class jidefx.scene.control.decoration.DecorationUtils
To determine if the animation on a decorator has been played.
isValueInPercent() - Method in class jidefx.scene.control.decoration.Decorator
Checks if the PosOffset and Padding is pixel based or percent based.

J

jidefx.scene.control.decoration - package jidefx.scene.control.decoration
The package contains classes related to decoration.

L

layoutChildren() - Method in class jidefx.scene.control.decoration.DecorationPane
layoutDecorations() - Method in class jidefx.scene.control.decoration.DecorationDelegate
 

M

MutableDecorator<T extends javafx.scene.Node> - Class in jidefx.scene.control.decoration
MutableDecorator is a decorator whose position information can be changed.
MutableDecorator() - Constructor for class jidefx.scene.control.decoration.MutableDecorator
 
MutableDecorator(T) - Constructor for class jidefx.scene.control.decoration.MutableDecorator
Creates a MutableDecorator at the TOP_RIGHT position.
MutableDecorator(T, Pos) - Constructor for class jidefx.scene.control.decoration.MutableDecorator
Creates a MutableDecorator at the specified position.
MutableDecorator(T, Pos, Point2D) - Constructor for class jidefx.scene.control.decoration.MutableDecorator
Creates a MutableDecorator at the specified position.
MutableDecorator(T, Pos, Point2D, Insets) - Constructor for class jidefx.scene.control.decoration.MutableDecorator
Creates a MutableDecorator at the specified position with a specified padding added to the target node.
MutableDecorator(T, Pos, Point2D, Insets, boolean) - Constructor for class jidefx.scene.control.decoration.MutableDecorator
Creates a MutableDecorator at the specified position with a specified padding added to the target node.
MutableDecorator(T, Pos, Point2D, Insets, boolean, AnimationType) - Constructor for class jidefx.scene.control.decoration.MutableDecorator
Creates a MutableDecorator at the specified position with a specified padding added to the target node.
MutableDecorator(T, Pos, Point2D, Insets, boolean, Transition) - Constructor for class jidefx.scene.control.decoration.MutableDecorator
Creates a MutableDecorator at the specified position with a specified padding added to the target node.

N

nodeProperty() - Method in class jidefx.scene.control.decoration.Decorator
A read-only property for the decoration node.
nodeProperty() - Method in class jidefx.scene.control.decoration.MutableDecorator
 
nodePropertyImpl() - Method in class jidefx.scene.control.decoration.Decorator
 

O

offsetProperty() - Method in class jidefx.scene.control.decoration.Decorator
 
offsetProperty() - Method in class jidefx.scene.control.decoration.MutableDecorator
 
offsetPropertyImpl() - Method in class jidefx.scene.control.decoration.Decorator
 

P

paddingProperty() - Method in class jidefx.scene.control.decoration.Decorator
 
paddingProperty() - Method in class jidefx.scene.control.decoration.MutableDecorator
 
paddingPropertyImpl() - Method in class jidefx.scene.control.decoration.Decorator
 
positionInArea(Node, double, double, double, double, double, HPos, VPos) - Method in class jidefx.scene.control.decoration.DecorationPane
 
positionInArea(Node, double, double, double, double, double, HPos, VPos) - Method in interface jidefx.scene.control.decoration.DecorationSupport
This is a protected method on Region.
posProperty() - Method in class jidefx.scene.control.decoration.Decorator
 
posProperty() - Method in class jidefx.scene.control.decoration.MutableDecorator
 
posPropertyImpl() - Method in class jidefx.scene.control.decoration.Decorator
 
PredefinedDecorators - Class in jidefx.scene.control.decoration
PredefinedDecorators defines several decorator supplier that can be used in the UI.
PredefinedDecorators() - Constructor for class jidefx.scene.control.decoration.PredefinedDecorators
 
PredefinedDecorators.AbstractButtonDecoratorSupplier - Class in jidefx.scene.control.decoration
A convenient class that can be subclassed to create a button decorator supplier using any node.
PredefinedDecorators.AbstractButtonDecoratorSupplier() - Constructor for class jidefx.scene.control.decoration.PredefinedDecorators.AbstractButtonDecoratorSupplier
 
PredefinedDecorators.ClearButtonDecoratorSupplier - Class in jidefx.scene.control.decoration
 
PredefinedDecorators.ClearButtonDecoratorSupplier() - Constructor for class jidefx.scene.control.decoration.PredefinedDecorators.ClearButtonDecoratorSupplier
 
PredefinedDecorators.DecreaseButtonDecoratorSupplier - Class in jidefx.scene.control.decoration
 
PredefinedDecorators.DecreaseButtonDecoratorSupplier() - Constructor for class jidefx.scene.control.decoration.PredefinedDecorators.DecreaseButtonDecoratorSupplier
 
PredefinedDecorators.IncreaseButtonDecoratorSupplier - Class in jidefx.scene.control.decoration
 
PredefinedDecorators.IncreaseButtonDecoratorSupplier() - Constructor for class jidefx.scene.control.decoration.PredefinedDecorators.IncreaseButtonDecoratorSupplier
 
PredefinedDecorators.PopupButtonDecoratorSupplier - Class in jidefx.scene.control.decoration
 
PredefinedDecorators.PopupButtonDecoratorSupplier() - Constructor for class jidefx.scene.control.decoration.PredefinedDecorators.PopupButtonDecoratorSupplier
 
prepareDecorations() - Method in class jidefx.scene.control.decoration.DecorationDelegate
 

R

registerListeners() - Method in class jidefx.scene.control.decoration.DecorationPane
 

S

setAnimationPlayed(Node, boolean) - Static method in class jidefx.scene.control.decoration.DecorationUtils
Set the status of playing of the animation on a decorator.
setInstance(PredefinedDecorators) - Static method in class jidefx.scene.control.decoration.PredefinedDecorators
Sets your own instance of PredefinedDecorators if you want to customize the predefined decorators.
setPadding(Insets) - Method in class jidefx.scene.control.decoration.MutableDecorator
Sets the padding to the target node.
setPos(Pos) - Method in class jidefx.scene.control.decoration.MutableDecorator
Sets the position of the decoration node relative to the target node.
setPosOffset(Point2D) - Method in class jidefx.scene.control.decoration.MutableDecorator
Sets the offset of the decoration node.
setTargetDecoratorCleaned(Node, boolean) - Static method in class jidefx.scene.control.decoration.DecorationUtils
Set the status of decorators on a node.
setTransition(Transition) - Method in class jidefx.scene.control.decoration.MutableDecorator
Sets the transition.
setValueInPercent(boolean) - Method in class jidefx.scene.control.decoration.MutableDecorator
Sets the flag if the value is in percentage or pixels.
STYLE_CLASS_DECORATION_SUPPORT - Static variable in interface jidefx.scene.control.decoration.DecorationSupport
 

T

transitionProperty() - Method in class jidefx.scene.control.decoration.Decorator
 
transitionProperty() - Method in class jidefx.scene.control.decoration.MutableDecorator
 
transitionPropertyImpl() - Method in class jidefx.scene.control.decoration.Decorator
 

U

uninstall(Node) - Static method in class jidefx.scene.control.decoration.DecorationUtils
Uninstalls all decorators from the target Node.
uninstall(Node, Decorator) - Static method in class jidefx.scene.control.decoration.DecorationUtils
Uninstalls a decorator from the target Node.

V

valueInPercentProperty() - Method in class jidefx.scene.control.decoration.Decorator
 
valueInPercentProperty() - Method in class jidefx.scene.control.decoration.MutableDecorator
 
valueInPercentPropertyImpl() - Method in class jidefx.scene.control.decoration.Decorator
 

_

_nodeProperty - Variable in class jidefx.scene.control.decoration.Decorator
 
_offsetProperty - Variable in class jidefx.scene.control.decoration.Decorator
 
_paddingProperty - Variable in class jidefx.scene.control.decoration.Decorator
 
_posProperty - Variable in class jidefx.scene.control.decoration.Decorator
 
_transitionProperty - Variable in class jidefx.scene.control.decoration.Decorator
 
_valueInPercentProperty - Variable in class jidefx.scene.control.decoration.Decorator
 
A C D G H I J L M N O P R S T U V _