g-Eclipse
Release 1.0.0

eu.geclipse.ui.properties
Class PropertiesAdapterFactory

java.lang.Object
  extended by eu.geclipse.ui.properties.PropertiesAdapterFactory

public class PropertiesAdapterFactory
extends java.lang.Object

Adapter factory for properties Register here new class inheriting AbstractPropertySource


Constructor Summary
PropertiesAdapterFactory()
           
 
Method Summary
 java.lang.Object getAdapter(java.lang.Object adaptableObject, java.lang.Class adapterType)
           
 java.lang.Class[] getAdapterList()
           
static void register()
          Register adapter in eclipse
static void unregister()
          Unregister adapter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesAdapterFactory

public PropertiesAdapterFactory()
Method Detail

getAdapterList

public java.lang.Class[] getAdapterList()

getAdapter

public java.lang.Object getAdapter(java.lang.Object adaptableObject,
                                   java.lang.Class adapterType)

register

public static void register()
Register adapter in eclipse


unregister

public static void unregister()
Unregister adapter


g-Eclipse
Release 1.0.0