org.pf.joi.inspectors
Class KeyValueInspector

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by org.pf.joi.Inspector
          extended by org.pf.joi.BasicInspector
              extended by org.pf.joi.inspectors.KeyValueInspector
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.MouseListener, java.util.EventListener, javax.swing.event.TreeSelectionListener
Direct Known Subclasses:
DictionaryInspector, MapInspector

public abstract class KeyValueInspector
extends BasicInspector

Abstract superclass for all inspectors that present key/value pairs.

Version:
1.0
Author:
M.Duchrow

Field Summary
 
Fields inherited from class org.pf.joi.Inspector
EXPORTER_MAPPING_FILENAME, EXPORTER_MAPPING_FILENAME_ALL, EXPORTER_MAPPING_FILENAME_CLASSLOADER, INSPECTOR_MAPPING_FILENAME, INSPECTOR_MAPPING_FILENAME_ALL, INSPECTOR_MAPPING_FILENAME_CLASSLOADER
 
Constructor Summary
KeyValueInspector()
          Initialize the new instance with default values.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Is called whenever a user action event occurred.
 
Methods inherited from class org.pf.joi.BasicInspector
mouseClicked, valueChanged
 
Methods inherited from class org.pf.joi.Inspector
basicInspect, basicInspect, basicInspectWait, basicInspectWait, bindInspector, deactivateHalt, fullIdentification, getBasicObjectSpy, getBasicObjectSpy, getObjectSpy, getObjectSpy, getProgSignature, halt, inspect, inspect, inspectWait, inspectWait, main, shortIdentification
 
Methods inherited from class java.awt.event.MouseAdapter
mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValueInspector

public KeyValueInspector()
Initialize the new instance with default values.

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Is called whenever a user action event occurred.
This method is actually performing all actions, triggered by buttons, keystrokes or menu items.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Overrides:
actionPerformed in class BasicInspector
Parameters:
e - The action event holding further information on what happened.