Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.report.modules.gui.swing.common.AbstractActionPlugin
Field Summary | |
static String |
|
Constructor Summary | |
Method Summary | |
void |
|
void |
|
protected ReportProgressDialog |
|
ExtendedConfiguration | |
protected abstract String | |
SwingGuiContext | |
String |
|
IconTheme | |
int |
|
protected PropertyChangeSupport | |
String |
|
int | |
String | |
int | |
boolean |
|
boolean |
|
boolean |
|
boolean | |
boolean |
|
void |
|
void |
|
void |
|
public void addPropertyChangeListener(PropertyChangeListener l)
- Specified by:
- addPropertyChangeListener in interface ActionPlugin
public void addPropertyChangeListener(String property, PropertyChangeListener l)
- Specified by:
- addPropertyChangeListener in interface ActionPlugin
protected ReportProgressDialog createProgressDialog()
Creates a progress dialog, and tries to assign a parent based on the given preview proxy.
- Returns:
- the progress dialog.
public String getFailureDescription()
Returns an error description for the last operation. This implementation provides a basic default failure description text and should be overriden to give a more detailed explaination.
- Returns:
- returns a error description.
public int getMenuOrder()
A sort key used to enforce a certain order within the actions.
- Specified by:
- getMenuOrder in interface ActionPlugin
- Returns:
public int getRolePreference()
- Specified by:
- getRolePreference in interface ActionPlugin
public boolean initialize(SwingGuiContext context)
- Specified by:
- initialize in interface ActionPlugin
public boolean isAddToMenu()
Returns true if the action should be added to the menu, and false otherwise.
- Specified by:
- isAddToMenu in interface ActionPlugin
- Returns:
- A boolean.
public boolean isAddToToolbar()
Returns true if the action should be added to the toolbar, and false otherwise.
- Specified by:
- isAddToToolbar in interface ActionPlugin
- Returns:
- true, if the plugin should be added to the toolbar, false otherwise.
public boolean isSeparated()
Returns true if the action is separated, and false otherwise. A separated action starts a new action group and will be spearated from previous actions on the menu and toolbar.
- Specified by:
- isSeparated in interface ActionPlugin
- Returns:
- true, if the action should be separated from previous actions, false otherwise.
public void removePropertyChangeListener(PropertyChangeListener l)
- Specified by:
- removePropertyChangeListener in interface ActionPlugin