gate.gui
Class CorpusQualityAssurance.ExportToHtmlAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by gate.gui.CorpusQualityAssurance.ExportToHtmlAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
CorpusQualityAssurance

protected class CorpusQualityAssurance.ExportToHtmlAction
extends AbstractAction

See Also:
Serialized Form

Field Summary
(package private) static String BEGINHEAD
           
(package private) static String BEGINHTML
           
(package private) static String BEGINTABLE
           
(package private) static String ENDHEAD
           
(package private) static String ENDHTML
           
(package private) static String ENDTABLE
           
(package private)  String nl
           
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
CorpusQualityAssurance.ExportToHtmlAction()
           
 
Method Summary
 void actionPerformed(ActionEvent evt)
           
 
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
 

Field Detail

nl

final String nl

BEGINHTML

static final String BEGINHTML
See Also:
Constant Field Values

ENDHTML

static final String ENDHTML
See Also:
Constant Field Values

BEGINHEAD

static final String BEGINHEAD
See Also:
Constant Field Values

ENDHEAD

static final String ENDHEAD
See Also:
Constant Field Values

BEGINTABLE

static final String BEGINTABLE
See Also:
Constant Field Values

ENDTABLE

static final String ENDTABLE
See Also:
Constant Field Values
Constructor Detail

CorpusQualityAssurance.ExportToHtmlAction

public CorpusQualityAssurance.ExportToHtmlAction()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent evt)