|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ponder2.HashInspector
public class HashInspector
Creates a window making available for editing the values of a Hash. Understands, strings, numbers and booleans. If objects are in the hash, they will be displayed but will not be editable.
Constructor Summary | |
---|---|
HashInspector()
Creates a HashInspector window with the default title of "Hash Inspector" |
|
HashInspector(java.lang.String aString)
Creates a HashInspector window with the title aString |
Method Summary | |
---|---|
void |
manage(P2Object aHash,
java.lang.String aName)
manages aHash using the identifier aName for its display |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HashInspector()
public HashInspector(java.lang.String aString)
aString
- the title of the windowMethod Detail |
---|
public void manage(P2Object aHash, java.lang.String aName) throws Ponder2ArgumentException, Ponder2OperationException
aHash
- the hash to be displayedaName
- the name to be given in the window for the hash
Ponder2ArgumentException
Ponder2OperationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |