|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--au.edu.swin.synergy.plugin.help.BHelpManager
Inner Class Summary | |
class |
BHelpManager.displayWindowListener
|
class |
BHelpManager.onDisplay
|
Constructor Summary | |
BHelpManager(BPlugin parent)
Please complete the missing tags for BHelpManager |
Method Summary | |
void |
addHelpModule(BHelpTreeModel model)
Please complete the missing tags for addHelpModule |
void |
clearIndexList()
|
void |
doDialect()
|
URL |
getCurrentUrl()
Please complete the missing tags for getItems |
URL |
getHome()
Please complete the missing tags for getItems |
Vector |
getItems()
Please complete the missing tags for getItems |
DefaultTreeModel |
getModel()
Please complete the missing tags for getModel |
void |
jumpToPage(URL url)
When user double clicks on node, they can call this to jump straight to the associated page without clicking "Display". |
void |
registerDisplayButton(JButton button)
Please complete the missing tags for getItems |
void |
setCurrentUrl(URL url)
Please complete the missing tags for getItems |
void |
setTabRef(JComponent tab)
|
void |
setViewpane(BHelpViewpane vp)
|
void |
updateIndex()
To include the ability of updating the index when plugins are loaded during run-time, this is called to make sure the index has all the latest items. |
void |
validateDisplay(JComponent comp)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public BHelpManager(BPlugin parent)
- Method Detail |
public void doDialect()
public void setViewpane(BHelpViewpane vp)
public void setTabRef(JComponent tab)
public void registerDisplayButton(JButton button)
- public void validateDisplay(JComponent comp)
public URL getHome()
- public void jumpToPage(URL url)
- public void updateIndex()
- public void clearIndexList()
public void setCurrentUrl(URL url)
- public URL getCurrentUrl()
- public DefaultTreeModel getModel()
- public Vector getItems()
- public void addHelpModule(BHelpTreeModel model)
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |