Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.ltk.internal.ui.refactoring
Class AbstractDescriptor  view AbstractDescriptor download AbstractDescriptor.java

java.lang.Object
  extended byorg.eclipse.ltk.internal.ui.refactoring.AbstractDescriptor
Direct Known Subclasses:
ChangePreviewViewerDescriptor, StatusContextViewerDescriptor

public abstract class AbstractDescriptor
extends java.lang.Object


Field Summary
protected static java.lang.String CLASS
           
protected  org.eclipse.core.runtime.IConfigurationElement fConfigurationElement
           
protected  org.eclipse.core.expressions.Expression fExpression
           
protected static java.lang.String ID
           
protected static java.lang.String OBJECT_STATE
           
 
Constructor Summary
protected AbstractDescriptor(org.eclipse.core.runtime.IConfigurationElement element)
           
 
Method Summary
 void clear()
           
protected  org.eclipse.core.expressions.Expression createExpression(org.eclipse.core.runtime.IConfigurationElement element)
           
 org.eclipse.core.expressions.Expression getExpression()
           
 java.lang.String getId()
           
 boolean matches(java.lang.Object element, java.lang.String variableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fConfigurationElement

protected org.eclipse.core.runtime.IConfigurationElement fConfigurationElement

fExpression

protected org.eclipse.core.expressions.Expression fExpression

ID

protected static final java.lang.String ID
See Also:
Constant Field Values

OBJECT_STATE

protected static final java.lang.String OBJECT_STATE
See Also:
Constant Field Values

CLASS

protected static final java.lang.String CLASS
See Also:
Constant Field Values
Constructor Detail

AbstractDescriptor

protected AbstractDescriptor(org.eclipse.core.runtime.IConfigurationElement element)
Method Detail

getId

public java.lang.String getId()

matches

public boolean matches(java.lang.Object element,
                       java.lang.String variableName)
                throws org.eclipse.core.runtime.CoreException

getExpression

public org.eclipse.core.expressions.Expression getExpression()
                                                      throws org.eclipse.core.runtime.CoreException

clear

public void clear()

createExpression

protected org.eclipse.core.expressions.Expression createExpression(org.eclipse.core.runtime.IConfigurationElement element)
                                                            throws org.eclipse.core.runtime.CoreException