java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Actionprotected abstract class GraphicsWindow.ExportAction extends BasicAction
| Modifier and Type | Method | Description |
|---|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt) |
|
abstract void |
exportTo(java.io.OutputStream out) |
Performs the export by writing bytes to a given stream.
|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledgetEventWindowpublic abstract void exportTo(java.io.OutputStream out)
throws java.io.IOException
out - destination streamjava.io.IOExceptionpublic void actionPerformed(java.awt.event.ActionEvent evt)
Copyright © 2003-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.