LPEX
4.4.0

com.ibm.lpex.alef
Class LpexTextViewer.TextHoverKey

java.lang.Object
  extended by com.ibm.lpex.alef.LpexTextViewer.TextHoverKey
Enclosing class:
LpexTextViewer

protected static 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
Since:
4.2
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

LPEX
4.4.0

Copyright � 2016 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.