Klasse ClearTextActionTask
java.lang.Object
net.sf.jguiraffe.examples.tutorial.createfile.ClearTextActionTask
- Alle implementierten Schnittstellen:
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.
- Version:
- $Id: ClearTextActionTask.java 205 2012-01-29 18:29:57Z oheger $
- Autor:
- Oliver Heger
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungClearTextActionTask
(net.sf.jguiraffe.gui.forms.ComponentHandler<String> handler) Creates a new instance ofClearTextActionTask
and initializes it. -
Methodenübersicht
-
Konstruktordetails
-
ClearTextActionTask
Creates a new instance ofClearTextActionTask
and initializes it.- Parameter:
handler
- the handler to be cleared
-
-
Methodendetails