com.japisoft.framework.dialog.actions
Interface DialogAction

All Superinterfaces:
javax.swing.Action, java.awt.event.ActionListener, java.util.EventListener
All Known Implementing Classes:
AbstractDialogAction

public interface DialogAction
extends javax.swing.Action

Default action interface for dialogs

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Field Summary
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Method Summary
 int getActionId()
           
 boolean isForDialogFooter()
           
 boolean isSpecial()
           
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Method Detail

getActionId

public int getActionId()
Returns:
an unique action ID

isForDialogFooter

public boolean isForDialogFooter()
Returns:
true if this action will be added inside the dialog footer

isSpecial

public boolean isSpecial()
Returns:
true if this is a specific action that must appear on the left part