net.sourceforge.toscanaj.gui.action
Class ExportBurmeisterFormatAction

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended bynet.sourceforge.toscanaj.gui.action.KeyboardMappedAction
          extended bynet.sourceforge.toscanaj.gui.action.ExportContextAction
              extended bynet.sourceforge.toscanaj.gui.action.ExportBurmeisterFormatAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable

public class ExportBurmeisterFormatAction
extends ExportContextAction

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class net.sourceforge.toscanaj.gui.action.ExportContextAction
ExportContextAction.ContextSource
 
Field Summary
 
Fields inherited from class net.sourceforge.toscanaj.gui.action.KeyboardMappedAction
frame
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
ExportBurmeisterFormatAction(java.awt.Frame frame, ExportContextAction.ContextSource contextSource)
           
ExportBurmeisterFormatAction(java.awt.Frame frame, ExportContextAction.ContextSource contextSource, int mnemonic, javax.swing.KeyStroke keystroke)
           
 
Method Summary
protected  void exportFile(java.io.File selectedFile)
           
protected  ExtensionFileFilter getFileFilter()
           
protected  java.lang.String getName()
           
 
Methods inherited from class net.sourceforge.toscanaj.gui.action.ExportContextAction
actionPerformed, getContextSource
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportBurmeisterFormatAction

public ExportBurmeisterFormatAction(java.awt.Frame frame,
                                    ExportContextAction.ContextSource contextSource)

ExportBurmeisterFormatAction

public ExportBurmeisterFormatAction(java.awt.Frame frame,
                                    ExportContextAction.ContextSource contextSource,
                                    int mnemonic,
                                    javax.swing.KeyStroke keystroke)
Method Detail

exportFile

protected void exportFile(java.io.File selectedFile)
                   throws java.io.FileNotFoundException
Specified by:
exportFile in class ExportContextAction
Throws:
java.io.FileNotFoundException

getFileFilter

protected ExtensionFileFilter getFileFilter()
Specified by:
getFileFilter in class ExportContextAction

getName

protected java.lang.String getName()
Specified by:
getName in class ExportContextAction


The ToscanaJ project