Extension SDK

oracle.ide.help
Interface Helpable

All Known Subinterfaces:
Editor, EditorFrame, Explorer, InspectorWindow, LogOwner, LogPage, LogWindow, NavigatorWindow, PaletteWindow, ToplevelView, View
All Known Implementing Classes:
RunLogPage, RunProcess

public interface Helpable

Interface for a component which supplies its own HelpInfo information to the HelpSystem when asked.


Method Summary
 HelpInfo getHelpInfo()
           
 

Method Detail

getHelpInfo

public HelpInfo getHelpInfo()

Extension SDK