|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractAction
info.aduna.clustermap.action.ExportAction
public class ExportAction
ExportAction allows the user to export the visual contents of a ClusterMap to various export formats. The specific set of available formats is determined by the ExportWizard used by this ExportAction. The wizard shown by the ExportAction obeys the settings for which formats should be exportable. However, the wizard is not updated when these settings change; you need to create a new ExportAction in that case.
| Field Summary |
|---|
| Fields inherited from class javax.swing.AbstractAction |
|---|
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
|---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
| Constructor Summary | |
|---|---|
ExportAction(GraphPanel panel)
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
Lazily creates an ExportWizard in a JDialog and makes it visible. |
void |
clusterModelChanged(ClusterMap map)
Event that signals that the ClusterMap has gotten a different ClusterModel instance. |
protected ExportWizard |
createWizard(GraphPanel panel2)
|
void |
graphChanged(ClusterMap map)
Event that signals that the ClusterMap's updateGraph method has finished and the visualisation has structurally changed, i.e. |
void |
propertyChanged(String property,
Object subject,
ClusterMap map)
Event that signals that the specified property has changed. |
void |
renderingChanged(ClusterMap map)
Event that signals that the rendering has changed, other than through selection or structural graph changes. |
void |
selectionChanged(ClusterMap map)
Event that signals that the current set of selected objects has changed, triggered by user interaction in the ClusterMap or by request from other components. |
| Methods inherited from class javax.swing.AbstractAction |
|---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExportAction(GraphPanel panel)
| Method Detail |
|---|
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerprotected ExportWizard createWizard(GraphPanel panel2)
public void clusterModelChanged(ClusterMap map)
ClusterMapListener
clusterModelChanged in interface ClusterMapListenerpublic void graphChanged(ClusterMap map)
ClusterMapListener
graphChanged in interface ClusterMapListenerpublic void selectionChanged(ClusterMap map)
ClusterMapListener
selectionChanged in interface ClusterMapListenerpublic void renderingChanged(ClusterMap map)
ClusterMapListener
renderingChanged in interface ClusterMapListener
public void propertyChanged(String property,
Object subject,
ClusterMap map)
ClusterMapListener
propertyChanged in interface ClusterMapListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||