org.freehep.jas.plugin.basic
Class FileHelper

java.lang.Object
  extended by org.freehep.jas.plugin.basic.FileHelper

public class FileHelper
extends Object

Version:
$Id: FileHelper.java 13876 2011-09-20 00:52:21Z tonyj $
Author:
tonyj

Constructor Summary
FileHelper(Class klass)
          Creates a new instance of FileHelper
 
Method Summary
 void addActionListener(ActionListener al)
           
protected  void fireActionPerformed(ActionEvent e)
           
 boolean isFireListenersOnAWTThread()
          Getter for property fireListenersOnAWTThread.
 void removeActionListener(ActionListener al)
           
 void send(String message)
           
 void setFireListenersOnAWTThread(boolean fireListenersOnAWTThread)
          Setter for property fireListenersOnAWTThread.
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileHelper

public FileHelper(Class klass)
Creates a new instance of FileHelper

Parameters:
klass - The klass on whose behalf this FileHelper is working
Method Detail

addActionListener

public void addActionListener(ActionListener al)

removeActionListener

public void removeActionListener(ActionListener al)

fireActionPerformed

protected void fireActionPerformed(ActionEvent e)

start

public void start()

stop

public void stop()

send

public void send(String message)
          throws IOException
Throws:
IOException

isFireListenersOnAWTThread

public boolean isFireListenersOnAWTThread()
Getter for property fireListenersOnAWTThread.

Returns:
Value of property fireListenersOnAWTThread.

setFireListenersOnAWTThread

public void setFireListenersOnAWTThread(boolean fireListenersOnAWTThread)
Setter for property fireListenersOnAWTThread.

Parameters:
fireListenersOnAWTThread - New value of property fireListenersOnAWTThread.


Copyright © 2013. All Rights Reserved.