|
TIBCO ActiveMatrix Mediation Implementation Type v3.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.amsb.core.task.ui.HoverTipProperty
public class HoverTipProperty
Simple struct class to contain a property tag name and its value.
Field Summary | |
---|---|
java.lang.String |
description
Display string for the property description. |
java.lang.String |
value
Display string for a property value. |
Constructor Summary | |
---|---|
HoverTipProperty(java.lang.String description,
java.lang.String value)
Create an instance to be used to display properties in a hover tip. |
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 description
public java.lang.String value
Constructor Detail |
---|
public HoverTipProperty(java.lang.String description, java.lang.String value)
description
- - property namevalue
- - property value
|
TIBCO ActiveMatrix Mediation Implementation Type v3.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |