|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.AbstractAction info.monitorenter.gui.chart.events.AChart2DAction info.monitorenter.gui.chart.events.Chart2DActionPrintSingleton
public final class Chart2DActionPrintSingleton
Singleton Action
that prints the current chart by showing a modal print dialog.
Only one instance per target component may exist.
Chart2DActionSetCustomGridColor
,
Serialized FormField Summary |
---|
Fields inherited from class info.monitorenter.gui.chart.events.AChart2DAction |
---|
m_chart |
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 |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
static Chart2DActionPrintSingleton |
getInstance(Chart2D chart)
Returns the single instance for the given component or null, if it is not existing. |
static Chart2DActionPrintSingleton |
getInstance(Chart2D chart,
java.lang.String actionName)
Returns the single instance for the given component, potentially creating it. |
boolean |
isPrintWholePage()
Returns true if this action triggered a print request for the corresponding chart. |
void |
propertyChange(java.beans.PropertyChangeEvent evt)
|
void |
resetPrintWholePage()
Resets the printing modus for the corresponding chart triggered by this action. |
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 |
Method Detail |
---|
public static Chart2DActionPrintSingleton getInstance(Chart2D chart)
chart
- the target the action will work on
public static Chart2DActionPrintSingleton getInstance(Chart2D chart, java.lang.String actionName)
If an instance for the given component had been created the description String is ignored.
chart
- the target the action will work onactionName
- the descriptive String
that will be displayed by
AbstractButton
subclasses that get this Action
assigned ( AbstractButton.setAction(javax.swing.Action)
).
public void actionPerformed(java.awt.event.ActionEvent e)
ActionListener.actionPerformed(java.awt.event.ActionEvent)
public final boolean isPrintWholePage()
public void propertyChange(java.beans.PropertyChangeEvent evt)
PropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)
public final void resetPrintWholePage()
Has to be called by
when printing was
triggered from here.
Chart2D.paint(java.awt.Graphics)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |