public abstract class XMLViewerAction extends AbstractSimpleApplicationAction<XMLViewer>
TAG_ACCELERATOR, TAG_MNEMONIC, TAG_NAME, TAG_TOOLTIP| Modifier | Constructor and Description |
|---|---|
protected |
XMLViewerAction(XMLViewer application)
Construtor
|
|
XMLViewerAction(XMLViewer application,
javax.swing.ImageIcon icon)
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
actionDone(javax.swing.JComponent component)
Ação.
|
void |
handleActionPerformed(java.awt.event.ActionEvent ae)
Resultado da ação encapsulada do Java.
|
actionPerformed, getClassString, getDefaultIcon, getString, getStrokeFromTextgetApplicationprotected XMLViewerAction(XMLViewer application)
application - aplicaçãopublic XMLViewerAction(XMLViewer application, javax.swing.ImageIcon icon)
application - aplicaçãoicon - íconepublic final void handleActionPerformed(java.awt.event.ActionEvent ae)
handleActionPerformed in class AbstractSimpleApplicationAction<XMLViewer>ae - evento JavaactionDone(JComponent)public abstract void actionDone(javax.swing.JComponent component)
throws java.lang.Exception
component - componente Swingjava.lang.Exception - em caso de falha.Copyright © 2016. All Rights Reserved.