org.freehep.jas.plugin.basic
Class FileHelper
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileHelper
public FileHelper(Class klass)
- Creates a new instance of FileHelper
- Parameters:
klass
- The klass on whose behalf this FileHelper is working
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.