|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.cougaar.clik.util.ThreatCon
public class ThreatCon
This class acts as an example of an object that can be instantiated and set via the EditBlackboardObjectDialog. It contains a no-arg constructor, and a publicly accessible field named 'level', which accepts a value of type String, thus satisfying the 3 requirements of the EditBlackboardObject mechanism.
Field Summary | |
---|---|
java.lang.String |
level
|
Constructor Summary | |
---|---|
ThreatCon()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String level
Constructor Detail |
---|
public ThreatCon()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |