com.ibm.lpex.alef
Class LpexTextViewer.TextHoverKey
java.lang.Object
com.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.
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 typestateMask
- the state mask
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2012 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.