org.jdesktop.swingx.plaf.basic
Class BasicMonthViewUI.ZoomOutAction
java.lang.Object
javax.swing.AbstractAction
org.jdesktop.swingx.action.AbstractActionExt
org.jdesktop.swingx.hyperlink.AbstractHyperlinkAction<JXMonthView>
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.ZoomOutAction
- All Implemented Interfaces:
- ActionListener, ItemListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- BasicMonthViewUI
protected static class BasicMonthViewUI.ZoomOutAction
- extends AbstractHyperlinkAction<JXMonthView>
Quick fix for Issue #1046-swingx: header text not updated if zoomable.
- See Also:
- Serialized Form
Methods inherited from class org.jdesktop.swingx.action.AbstractActionExt |
dispose, getAccelerator, getActionCommand, getGroup, getLargeIcon, getLongDescription, getMnemonic, getName, getShortDescription, getSmallIcon, isSelected, isStateAction, setAccelerator, setActionCommand, setGroup, setLargeIcon, setLongDescription, setMnemonic, setMnemonic, setName, setSelected, setShortDescription, setSmallIcon, setStateAction, toString |
BasicMonthViewUI.ZoomOutAction
public BasicMonthViewUI.ZoomOutAction()
actionPerformed
public void actionPerformed(ActionEvent e)
- Description copied from interface:
java.awt.event.ActionListener
- Invoked when an action occurs.
installTarget
protected void installTarget()
- installs a propertyChangeListener on the target and
updates the visual properties from the target.
- Overrides:
installTarget
in class AbstractHyperlinkAction<JXMonthView>
uninstallTarget
protected void uninstallTarget()
- removes the propertyChangeListener.
Implementation NOTE: this does not clean-up internal state! There is
no need to because updateFromTarget handles both null and not-null
targets. Hmm...
- Overrides:
uninstallTarget
in class AbstractHyperlinkAction<JXMonthView>
updateFromTarget
protected void updateFromTarget()