FontDialog.addOnApply

Overview | Methods | This Package | All Packages

FontDialog.addOnApply

Assigns a delegate to the apply event.

Syntax

public final void addOnApply( EventHandler value )

Parameters

value

The EventHandler delegate to be notified when the event occurs.

Remarks

Passing an event handler as a parameter to this method is equivalent to setting the apply event to that method in the Properties window. The apply event occurs when the user clicks Apply in the dialog box.

See Also   removeOnApply