Class PropertySheetPageAdapter

java.lang.Object
com._1c.g5.properties.ui.adapters.PropertySheetPageAdapter
All Implemented Interfaces:
org.eclipse.core.runtime.IAdapterFactory

public class PropertySheetPageAdapter extends Object implements org.eclipse.core.runtime.IAdapterFactory
Creates single instance of PropertySheetPage and shares it between all adaptable targets.
  • Constructor Details

    • PropertySheetPageAdapter

      public PropertySheetPageAdapter()
  • Method Details

    • getAdapter

      public <T> T getAdapter(Object adaptableObject, Class<T> adapterType)
      Specified by:
      getAdapter in interface org.eclipse.core.runtime.IAdapterFactory
    • getAdapterList

      public Class<?>[] getAdapterList()
      Specified by:
      getAdapterList in interface org.eclipse.core.runtime.IAdapterFactory