|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.borland.primetime.insight.InsightManager
InsightManager manages the registration and instantiation of CodeInsight instances.
Its responsibilities are:
Insight
,
InsightFactory
Method Summary | |
Insight |
getInsight(FileNode node)
Find and instantiate an appropriate Insight implementation. |
static InsightManager |
getInstance()
Provides access to the Registry. |
void |
registerInsight(InsightFactory factory)
Implementations of InsightFactory must call this during OpenTools initialization. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static InsightManager getInstance()
public Insight getInsight(FileNode node)
node
- The node that this Insight instance will handle.public void registerInsight(InsightFactory factory)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |