Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.jface.text
Class TextViewer.TextHoverKey


java.lang.Object
  extended by 
org.eclipse.jface.text.TextViewer.TextHoverKey
Enclosing class:
TextViewer

protected class TextViewer.TextHoverKey
extends Object

Value object used as 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

Since:
2.1

Constructor Summary
protected TextViewer.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

TextViewer.TextHoverKey

protected TextViewer.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)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire