|
||||||||||
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.skeleton.model.DynamicHelpModel
public final class DynamicHelpModel
Provides bound bean properties for the help tree model, the help page and the help visibility.
MainModel
,
Serialized FormField Summary | |
---|---|
static String |
PROPERTYNAME_HELP_PAGE
|
static String |
PROPERTYNAME_HELP_TREE_MODEL
|
static String |
PROPERTYNAME_HELP_VISIBLE
|
Method Summary | |
---|---|
URL |
getHelpPage()
Returns the current help page, a URL. |
TreeModel |
getHelpTreeModel()
Returns the tree model for the help tree. |
TreeSelectionModel |
getHelpTreeSelectionModel()
Returns the fixed selection model for the navigation tree. |
boolean |
isHelpVisible()
Answers whether the dynamic help is visible or not. |
void |
registerHelp(Class domainClass,
TreeNode node)
Registers a help tree for a domain class. |
void |
setHelpVisible(boolean newVisibility)
Sets a new visibility for the help viewer. |
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 PROPERTYNAME_HELP_TREE_MODEL
public static final String PROPERTYNAME_HELP_PAGE
public static final String PROPERTYNAME_HELP_VISIBLE
Method Detail |
---|
public TreeModel getHelpTreeModel()
public TreeSelectionModel getHelpTreeSelectionModel()
public void registerHelp(Class domainClass, TreeNode node)
domainClass
- the class associated with the given nodenode
- the help tree node associated with the domainClasspublic URL getHelpPage()
public boolean isHelpVisible()
public void setHelpVisible(boolean newVisibility)
newVisibility
- the help page to setisHelpVisible()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |