Klasse ClearTextActionTask

java.lang.Object
net.sf.jguiraffe.examples.tutorial.createfile.ClearTextActionTask
Alle implementierten Schnittstellen:
Runnable

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.

Version:
$Id: ClearTextActionTask.java 205 2012-01-29 18:29:57Z oheger $
Autor:
Oliver Heger
  • Konstruktordetails

    • ClearTextActionTask

      public ClearTextActionTask(net.sf.jguiraffe.gui.forms.ComponentHandler<String> handler)
      Creates a new instance of ClearTextActionTask and initializes it.
      Parameter:
      handler - the handler to be cleared
  • Methodendetails

    • run

      public void run()
      Executes this task. This implementation just writes null data into the handler.
      Angegeben von:
      run in Schnittstelle Runnable