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.ui.texteditor.quickdiff
Class ReferenceProviderDescriptor


java.lang.Object
  extended by 
org.eclipse.ui.texteditor.quickdiff.ReferenceProviderDescriptor

public class ReferenceProviderDescriptor
extends Object

Describes an extension to the quickdiff.referenceprovider extension point.

Since:
3.0
See Also:
ReferenceSelectionAction, QuickDiff

Constructor Summary
ReferenceProviderDescriptor ( IConfigurationElement element)
          Creates a new descriptor for element.
 
Method Summary
  IQuickDiffReferenceProvider createProvider ()
          Creates a reference provider as described in the extension's xml.
 boolean getDefault ()
          Deprecated. as of 3.2, the default flag should not be used any longer
  String getId ()
          Reads (if needed) and returns the id of this extension.
  String getLabel ()
          Reads (if needed) and returns the label of this extension.
 boolean isPluginLoaded ()
          States whether the plug-in declaring this extension has been loaded already.
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceProviderDescriptor

public ReferenceProviderDescriptor(
IConfigurationElement element)
Creates a new descriptor for element.

This method is for internal use only.

Parameters:
element - the extension point element to be described.
Method Detail

getLabel

public 
String getLabel()
Reads (if needed) and returns the label of this extension.

Returns:
the label for this extension.

getId

public 
String getId()
Reads (if needed) and returns the id of this extension.

Returns:
the id for this extension.

createProvider

public 
IQuickDiffReferenceProvider createProvider()
Creates a reference provider as described in the extension's xml. Sets the id on the provider.

Returns:
a new instance of the reference provider described by this descriptor.

isPluginLoaded

public boolean isPluginLoaded()
States whether the plug-in declaring this extension has been loaded already.

Returns:
true if the extension point's plug-in has been loaded, false otherwise.

getDefault

public boolean getDefault()
Deprecated. as of 3.2, the default flag should not be used any longer

Reads (if needed) and returns the default attribute value of this extension.

Returns:
the default attribute value for this extension.

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