T
- the type of Gantt chart on which the print action will be
performedpublic abstract class AbstractPrintAction<T extends AbstractGanttChart> extends AbstractGanttChartAction<T>
ganttChart
changeSupport, enabled
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Modifier | Constructor and Description |
---|---|
protected |
AbstractPrintAction(T gc,
String name)
Constructs a new print action.
|
protected |
AbstractPrintAction(T gc,
String name,
Icon icon)
Constructs a new print action.
|
findFocusedTable, getGanttChart, setGanttChart
getToolTipText, setToolTipText
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
actionPerformed
protected AbstractPrintAction(T gc, String name, Icon icon)
gc
- the Gantt chart on which to invoke printingname
- the name of the action that will be shown on buttons and / or
menu itemsicon
- a graphical representation of the action, also shown on
buttons and / or menu itemsCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.