|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.MouseAdapter
org.pfsw.joi.Inspector
org.pfsw.joi.BasicInspector
org.pfsw.joi.inspectors.KeyValueInspector
org.pfsw.joi.inspectors.MapInspector
public class MapInspector
This is a specialized Inspector for objects that implement the Map interface.
Field Summary |
---|
Fields inherited from class org.pfsw.joi.inspectors.KeyValueInspector |
---|
actKeyInspectTab, actKeyInspectWindow |
Fields inherited from class org.pfsw.joi.BasicInspector |
---|
actResetModifiedValue, actSaveModifiedValue, actSetValueToNull, errorDevice, MIN_INFO_WIDTH, MIN_TREE_HEIGHT, MIN_TREE_WIDTH |
Constructor Summary | |
---|---|
MapInspector()
Initialize the new instance with default values. |
Method Summary | |
---|---|
protected java.lang.String |
getInspectorId()
|
protected AbstractObjectSpy |
objectSpyFor(java.lang.Object obj)
Returns the correct wrapper class (spy) for the given object. |
Methods inherited from class org.pfsw.joi.inspectors.KeyValueInspector |
---|
actionPerformed, createElementPopupMenu, inspectCurrentKey |
Methods inherited from class java.awt.event.MouseAdapter |
---|
mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapInspector()
Method Detail |
---|
protected AbstractObjectSpy objectSpyFor(java.lang.Object obj)
objectSpyFor
in class Inspector
obj
- The object to inspectprotected java.lang.String getInspectorId()
getInspectorId
in class BasicInspector
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |