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(net.sf.jguiraffe.gui.forms.ComponentHandler<String> handler,
String txt)
Creates a new instance of
AppendTextActionTask and initializes
it. |
Copyright © 2016 The JGUIraffe Team. All Rights Reserved.