|
||||||||||
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.help.HelpModel
public final class HelpModel
Provides the models used in a HelpViewer, its tree and HTML view.
Method Summary | |
---|---|
void |
closeViewer()
|
URL |
getSelection()
Returns the selected URL. |
void |
openPageSetup(ActionEvent e)
|
void |
printHelp(ActionEvent e)
|
void |
setSelection(URL newURL)
Sets the given URL as new selection. |
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 |
Method Detail |
---|
public URL getSelection()
public void setSelection(URL newURL)
newURL
- the URL to be set as new selection@Action(name="com.jgoodies.help.close") public void closeViewer()
@Action(name="com.jgoodies.help.pageSetup") public void openPageSetup(ActionEvent e)
@Action(name="com.jgoodies.help.print") public void printHelp(ActionEvent e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |