Overview

 
Package  Use  Tree  Serialized  Deprecated  Index  Help 
SWT LPEX
v3.0.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

com.ibm.lpex.alef
Class LpexTextViewer.TextHoverKey

java.lang.Object
  extended bycom.ibm.lpex.alef.LpexTextViewer.TextHoverKey

Enclosing class:
LpexTextViewer


protected class LpexTextViewer.TextHoverKey
extends Object

Value object used as a key in the text hover configuration table. It is modifiable only inside this compilation unit, to allow the reuse of created objects for efficiency reasons.


Constructor Summary
protected LpexTextViewer.TextHoverKey(String contentType, int stateMask)
          Creates a new text hover key for the given content type and state mask.
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

 

 

LpexTextViewer.TextHoverKey

protected LpexTextViewer.TextHoverKey(String contentType,
                                      int stateMask)

Creates a new text hover key for the given content type and state mask.

Parameters:
contentType - the content type
stateMask - the state mask
Method Detail

 

 

equals

public boolean equals(Object obj)


 

 

hashCode

public int hashCode()


 

Overview

 
Package  Use  Tree  Serialized  Deprecated  Index  Help 
SWT LPEX
v3.0.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD