Uses of Class
org.tentackle.fx.component.delegate.FxPasswordFieldDelegate
-
Packages that use FxPasswordFieldDelegate Package Description org.tentackle.fx.component Extended FX components. -
-
Uses of FxPasswordFieldDelegate in org.tentackle.fx.component
Methods in org.tentackle.fx.component that return FxPasswordFieldDelegate Modifier and Type Method Description protected FxPasswordFieldDelegateFxPasswordField. createDelegate()Creates the delegate.FxPasswordFieldDelegateFxPasswordField. getDelegate()Methods in org.tentackle.fx.component with parameters of type FxPasswordFieldDelegate Modifier and Type Method Description voidFxPasswordField. setDelegate(FxPasswordFieldDelegate delegate)Sets the delegate.
Useful for application specific needs.
-