final class SaveLayersDialog.SaveAndProceedAction extends javax.swing.AbstractAction implements java.beans.PropertyChangeListener
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
BASE_ICON |
private static int |
ICON_SIZE |
private java.awt.Image |
save |
private java.awt.Image |
saveDis |
private java.awt.Image |
upld |
private java.awt.Image |
upldDis |
| Constructor and Description |
|---|
SaveAndProceedAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
initForSaveAndDelete() |
void |
initForSaveAndExit() |
void |
propertyChange(java.beans.PropertyChangeEvent evt) |
void |
redrawIcon() |
private static final int ICON_SIZE
private static final java.lang.String BASE_ICON
private final transient java.awt.Image save
private final transient java.awt.Image upld
private final transient java.awt.Image saveDis
private final transient java.awt.Image upldDis
SaveAndProceedAction()
public void initForSaveAndExit()
public void initForSaveAndDelete()
public void redrawIcon()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange in interface java.beans.PropertyChangeListener