|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
org.jdesktop.swingx.action.AbstractActionExt
org.jdesktop.swingx.hyperlink.AbstractHyperlinkAction<JXMonthView>
org.jdesktop.swingx.plaf.basic.BasicCalendarHeaderHandler.ZoomOutAction
protected static class BasicCalendarHeaderHandler.ZoomOutAction
Quick fix for Issue #1046-swingx: header text not updated if zoomable.
Field Summary |
---|
Fields inherited from class org.jdesktop.swingx.hyperlink.AbstractHyperlinkAction |
---|
target, VISITED_KEY |
Fields inherited from class org.jdesktop.swingx.action.AbstractActionExt |
---|
GROUP, IS_STATE, LARGE_ICON |
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 |
Constructor Summary | |
---|---|
BasicCalendarHeaderHandler.ZoomOutAction()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class org.jdesktop.swingx.hyperlink.AbstractHyperlinkAction |
---|
getTarget, isVisited, itemStateChanged, setStateAction, setTarget, setVisited |
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 |
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, wait, wait, wait |
Constructor Detail |
---|
public BasicCalendarHeaderHandler.ZoomOutAction()
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |