|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.binding.beans.Model
com.jgoodies.uifextras.history.History<URL>
com.jgoodies.uifextras.help.HelpHistory
public final class HelpHistory
A History subclass that holds URLs, creates short tooltips, and overrides the action names.
Field Summary | |
---|---|
static String |
ACTION_GO_BACK
|
static String |
ACTION_GO_HOME
|
static String |
ACTION_GO_NEXT
|
Fields inherited from class com.jgoodies.uifextras.history.History |
---|
PROPERTYNAME_HOME, PROPERTYNAME_SELECTION |
Method Summary | |
---|---|
protected String |
createToolTip(URL url)
Creates and returns a tool tip for the given object; clips the string's center, if it exceeds a maximum length. |
void |
goBack()
|
void |
goHome()
|
void |
goNext()
|
Methods inherited from class com.jgoodies.uifextras.history.History |
---|
getBackPopupMenu, getGoBackAction, getGoHomeAction, getGoNextAction, getHome, getNextPopupMenu, getSelection, removeAll, removeAndGoBack, reset, setHome, setSelection |
Methods inherited from class com.jgoodies.binding.beans.Model |
---|
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, equals, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ACTION_GO_BACK
public static final String ACTION_GO_NEXT
public static final String ACTION_GO_HOME
Method Detail |
---|
@Action(name="com.jgoodies.help.goBack") public void goBack()
goBack
in class History<URL>
@Action(name="com.jgoodies.help.goNext") public void goNext()
goNext
in class History<URL>
@Action(name="com.jgoodies.help.goHome") public void goHome()
goHome
in class History<URL>
protected String createToolTip(URL url)
History
createToolTip
in class History<URL>
url
- the object to extract the tooltip text from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |