public class AppendTextActionTask extends Object implements Runnable
A task for an action that appends a configurable text to a text component.
This task class is used by actions of the create file dialog. It populates the text field for the file's content with predefined text fragments.
Constructor and Description |
---|
AppendTextActionTask(ComponentHandler<String> handler,
String txt)
Creates a new instance of
AppendTextActionTask and initializes
it. |
public AppendTextActionTask(ComponentHandler<String> handler, String txt)
AppendTextActionTask
and initializes
it.handler
- the handler to be updatedtxt
- the text to be appendedCopyright © 2016 The JGUIraffe Team. All rights reserved.