|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
eu.beesoft.gantt.action.AbstractGanttAction
eu.beesoft.gantt.action.AbstractZoomAction
eu.beesoft.gantt.action.ZoomOutAction
public class ZoomOutAction
This action zooms out the content of ChartComponent
.
Field Summary |
---|
Fields inherited from class javax.swing.AbstractAction |
---|
enabled, changeSupport |
Fields inherited from interface javax.swing.Action |
---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
---|---|
ZoomOutAction(JGantt gantt)
Creates a new instance of ZoomOutAction. |
Method Summary | |
---|---|
protected int |
zoom(int currentStep,
int stepCount)
Returns the next step in the zoom action. |
Methods inherited from class eu.beesoft.gantt.action.AbstractZoomAction |
---|
executeAction, getZoomPolicy, getZoomStep |
Methods inherited from class eu.beesoft.gantt.action.AbstractGanttAction |
---|
actionPerformed, getGantt, getTextFromResourceBundle, languageChanged |
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 ZoomOutAction(JGantt gantt)
gantt
- JGantt instance to which this action belongsMethod Detail |
---|
protected int zoom(int currentStep, int stepCount)
zoom
in class AbstractZoomAction
currentStep
- - current index of step in the ZoomPolicy instancestepCount
- - total number of steps in the ZoomPolicy instance
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |