ConForM.CoopnTools.CoKer
Class CoopnHelp

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.CoopnHelp
All Implemented Interfaces:
java.lang.Comparable

public class CoopnHelp
extends java.lang.Object
implements java.lang.Comparable

Help items in CO-OPN tools environments.

See Also:
ProjectEnvMgr

Constructor Summary
CoopnHelp(java.lang.String item, java.lang.String text)
          CoopnHelp unique constructor.
 
Method Summary
 int compareTo(java.lang.Object o)
          Compare two help texts.
 java.lang.String getItem()
          Get the item.
 java.lang.String getText()
          Get the text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoopnHelp

public CoopnHelp(java.lang.String item,
                 java.lang.String text)
CoopnHelp unique constructor.
Parameters:
item - the help item
text - the associated help text
Method Detail

getItem

public java.lang.String getItem()
Get the item.
Returns:
the help item

getText

public java.lang.String getText()
Get the text.
Returns:
the help text

compareTo

public int compareTo(java.lang.Object o)
Compare two help texts.
Specified by:
compareTo in interface java.lang.Comparable