|
|||||||||
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
public abstract class KeyValueInspector
Abstract superclass for all inspectors that present key/value pairs.
Field Summary | |
---|---|
protected static java.lang.String |
actKeyInspectTab
|
protected static java.lang.String |
actKeyInspectWindow
|
Fields inherited from class org.pfsw.joi.BasicInspector |
---|
actResetModifiedValue, actSaveModifiedValue, actSetValueToNull, errorDevice, MIN_INFO_WIDTH, MIN_TREE_HEIGHT, MIN_TREE_WIDTH |
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. |
protected javax.swing.JPopupMenu |
createElementPopupMenu()
|
protected void |
inspectCurrentKey(int where)
|
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 |
Field Detail |
---|
protected static final java.lang.String actKeyInspectWindow
protected static final java.lang.String actKeyInspectTab
Constructor Detail |
---|
public KeyValueInspector()
Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class BasicInspector
e
- The action event holding further information on what happened.protected void inspectCurrentKey(int where)
protected javax.swing.JPopupMenu createElementPopupMenu()
createElementPopupMenu
in class BasicInspector
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |