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