|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionPlugin
Creation-Date: 16.11.2006, 15:47:02
Method Summary | |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
|
void |
addPropertyChangeListener(java.lang.String property,
java.beans.PropertyChangeListener l)
|
javax.swing.KeyStroke |
getAcceleratorKey()
Returns the accelerator key for the export action. |
java.lang.String |
getDisplayName()
Returns the display name for the export action. |
javax.swing.Icon |
getLargeIcon()
Returns the large icon for the export action. |
int |
getMenuOrder()
A sort key used to enforce a certain order within the actions. |
java.lang.Integer |
getMnemonicKey()
Returns the mnemonic key code. |
java.lang.String |
getRole()
|
int |
getRolePreference()
|
java.lang.String |
getShortDescription()
Returns the short description for the export action. |
javax.swing.Icon |
getSmallIcon()
Returns the small icon for the export action. |
int |
getToolbarOrder()
|
boolean |
initialize(SwingGuiContext context)
|
boolean |
isAddToMenu()
Returns true if the action should be added to the menu, and false otherwise. |
boolean |
isAddToToolbar()
Returns true if the action should be added to the toolbar, and false otherwise. |
boolean |
isSeparated()
Returns true if the action is separated, and false otherwise. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
|
Method Detail |
---|
java.lang.String getDisplayName()
java.lang.String getShortDescription()
javax.swing.Icon getSmallIcon()
javax.swing.Icon getLargeIcon()
javax.swing.KeyStroke getAcceleratorKey()
java.lang.Integer getMnemonicKey()
boolean isSeparated()
boolean isAddToToolbar()
boolean isAddToMenu()
void addPropertyChangeListener(java.beans.PropertyChangeListener l)
void addPropertyChangeListener(java.lang.String property, java.beans.PropertyChangeListener l)
void removePropertyChangeListener(java.beans.PropertyChangeListener l)
int getMenuOrder()
int getToolbarOrder()
java.lang.String getRole()
int getRolePreference()
boolean initialize(SwingGuiContext context)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |