|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverDescriptor
public class CEditorTextHoverDescriptor
CEditorTexHoverDescriptor
Field Summary | |
---|---|
static java.lang.String |
DISABLED_TAG
|
static java.lang.String |
NO_MODIFIER
|
static java.lang.String |
VALUE_SEPARATOR
|
Method Summary | |
---|---|
boolean |
canActivatePlugIn()
|
int |
compareTo(java.lang.Object o)
|
static int |
computeStateMask(java.lang.String modifiers)
Computes the state mask for the given modifier string. |
ICEditorTextHover |
createTextHover()
Creates the C editor text hover. |
boolean |
equals(java.lang.Object obj)
|
org.eclipse.core.runtime.IConfigurationElement |
getConfigurationElement()
Returns this hover descriptors configuration element. |
static CEditorTextHoverDescriptor[] |
getContributedHovers()
Returns all C editor text hovers contributed to the workbench. |
java.lang.String |
getDescription()
Returns the hover's description. |
java.lang.String |
getHoverClassName()
Returns the hover's class name. |
java.lang.String |
getId()
Returns the hover's id. |
java.lang.String |
getLabel()
Returns the hover's label. |
java.lang.String |
getModifierString()
Returns the modifier String as set in the preference store. |
java.lang.String |
getPerspective()
|
int |
getStateMask()
Returns the configured modifier getStateMask for this hover. |
int |
hashCode()
|
boolean |
isEnabled()
Returns whether this hover is enabled or not. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NO_MODIFIER
public static final java.lang.String DISABLED_TAG
public static final java.lang.String VALUE_SEPARATOR
Method Detail |
---|
public static CEditorTextHoverDescriptor[] getContributedHovers()
public static int computeStateMask(java.lang.String modifiers)
modifiers
- the string with the modifiers, separated by '+', '-', ';', ',' or '.'
public ICEditorTextHover createTextHover()
public java.lang.String getId()
public java.lang.String getHoverClassName()
public java.lang.String getLabel()
public java.lang.String getDescription()
null
if not providedpublic java.lang.String getPerspective()
public boolean canActivatePlugIn()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public int getStateMask()
public java.lang.String getModifierString()
public boolean isEnabled()
true
if enabledpublic org.eclipse.core.runtime.IConfigurationElement getConfigurationElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |