org.jdesktop.swingx.plaf.basic
protected static class BasicCalendarHeaderHandler.ZoomOutAction extends AbstractHyperlinkAction<JXMonthView>
target, VISITED_KEY
GROUP, IS_STATE, LARGE_ICON
Constructor and Description |
---|
BasicCalendarHeaderHandler.ZoomOutAction() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
protected void |
installTarget()
installs a propertyChangeListener on the target and
updates the visual properties from the target.
|
protected void |
uninstallTarget()
removes the propertyChangeListener.
|
protected void |
updateFromTarget() |
getTarget, isVisited, itemStateChanged, setStateAction, setTarget, setVisited
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
public BasicCalendarHeaderHandler.ZoomOutAction()
public void actionPerformed(java.awt.event.ActionEvent e)
protected void installTarget()
installTarget
in class AbstractHyperlinkAction<JXMonthView>
protected void uninstallTarget()
Implementation NOTE: this does not clean-up internal state! There is no need to because updateFromTarget handles both null and not-null targets. Hmm...
uninstallTarget
in class AbstractHyperlinkAction<JXMonthView>
protected void updateFromTarget()