|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.inspector.InspectorManager
public class InspectorManager
Insert the type's description here. Creation date: (8.1.2001 21:35:03)
Field Summary | |
---|---|
protected static java.util.HashMap |
instances
|
Constructor Summary | |
---|---|
protected |
InspectorManager()
InspectorManager constructor comment. |
Method Summary | |
---|---|
void |
disposeAllInspectors(java.lang.Object dsId)
Insert the method's description here. |
void |
fucusGained(InspectorInterface inspector)
Insert the method's description here. |
InspectorInterface |
getActiveInspector()
Insert the method's description here. |
static InspectorManager |
getInstance()
|
static java.awt.Frame |
getParent()
Insert the method's description here. |
boolean |
isInspected(Inspectable object)
Insert the method's description here. |
void |
onDsAdded(java.lang.Object id)
|
void |
onDsFocused(java.lang.Object id)
|
void |
onDsRemoved(java.lang.Object id)
|
void |
requestInspectorFor(Inspectable object)
Insert the method's description here. |
void |
setHelpText(java.lang.String text)
Displays help text in the current active inspector. |
void |
setHelpTextColor(java.awt.Color color)
|
static void |
setParent(java.awt.Frame newParent)
Insert the method's description here. |
void |
updateCommentProperty(Inspectable object)
Insert the method's description here. |
void |
updateObject(Inspectable object)
Insert the method's description here. |
void |
updateObjectLists()
Insert the method's description here. |
void |
updateProperty(Inspectable object,
InspectableProperty property)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static java.util.HashMap instances
Constructor Detail |
---|
protected InspectorManager()
Method Detail |
---|
public void disposeAllInspectors(java.lang.Object dsId)
public void fucusGained(InspectorInterface inspector)
inspector
- com.cosylab.vdct.inspector.InspectorInterfacepublic InspectorInterface getActiveInspector()
public static InspectorManager getInstance()
public static java.awt.Frame getParent()
public boolean isInspected(Inspectable object)
object
- com.cosylab.vdct.inspector.Inspectable
public void requestInspectorFor(Inspectable object)
object
- com.cosylab.vdct.inspector.Inspectablepublic void updateObject(Inspectable object)
object
- com.cosylab.vdct.inspector.Inspectablepublic static void setParent(java.awt.Frame newParent)
newParent
- java.awt.Framepublic void updateCommentProperty(Inspectable object)
object
- com.cosylab.vdct.inspector.Inspectablepublic void updateObjectLists()
public void updateProperty(Inspectable object, InspectableProperty property)
object
- com.cosylab.vdct.inspector.Inspectablepublic void setHelpText(java.lang.String text)
setHelpText
in interface HelpDisplayer
public void setHelpTextColor(java.awt.Color color)
setHelpTextColor
in interface HelpDisplayer
public void onDsAdded(java.lang.Object id)
onDsAdded
in interface DsEventListener
public void onDsFocused(java.lang.Object id)
onDsFocused
in interface DsEventListener
public void onDsRemoved(java.lang.Object id)
onDsRemoved
in interface DsEventListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |