public class ClearTextActionTask extends Object implements Runnable
A task for an action that clears the content of a text component.
This action task is used by the create new file dialog to clear the text field for the content of the new file.
| Constructor and Description | 
|---|
| ClearTextActionTask(ComponentHandler<String> handler)Creates a new instance of  ClearTextActionTaskand initializes it. | 
public ClearTextActionTask(ComponentHandler<String> handler)
ClearTextActionTask and initializes it.handler - the handler to be clearedCopyright © 2016 The JGUIraffe Team. All rights reserved.