|
Oracle Fusion Middleware Java API Reference for Oracle Help 12c (12.1.2) E48720-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BaseNavigator
The BaseNavigator interface defines a set of methods common to all navigators. Navigators can all be initialized with a set of views, and then views may be dynamically added and removed as necessary. Navigators also maintain topic selection, and they also correspond to types and labels.
Method Summary | |
---|---|
void |
addView(oracle.help.common.View view) Add a view to the navigator. |
oracle.help.common.Topic |
getCurrentSelection() Get the Topic currently selected in the navigator. |
java.lang.String |
getDefaultLabel() Get the default label for the navigator. |
java.lang.String |
getLabel() Get the label corresponding to the navigator. |
java.lang.String |
getType() Get the type corresponding to the navigator. |
void |
initNavigator(oracle.help.common.View[] initialViews) Initialize the navigator with the initialViews. |
void |
removeView(oracle.help.common.View view) Remove the specified view from the navigator. |
Method Detail |
---|
void initNavigator(oracle.help.common.View[] initialViews)
void addView(oracle.help.common.View view)
void removeView(oracle.help.common.View view)
oracle.help.common.Topic getCurrentSelection()
java.lang.String getDefaultLabel()
java.lang.String getType()
java.lang.String getLabel()
|
Oracle Fusion Middleware Java API Reference for Oracle Help 12c (12.1.2) E48720-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |