org.eclipse.emf.edit.ui
Class EditorEntryPoint

java.lang.Object
  extended by org.eclipse.emf.edit.ui.EditorEntryPoint
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public abstract class EditorEntryPoint
extends java.lang.Object
implements com.google.gwt.core.client.EntryPoint


Nested Class Summary
static class EditorEntryPoint.CommandHandler
           
static class EditorEntryPoint.FeatureEditor
           
static class EditorEntryPoint.ImageData
           
static class EditorEntryPoint.ItemPropertyDescriptorFeatureEditor
           
 
Constructor Summary
EditorEntryPoint()
           
 
Method Summary
protected  void configureItemProviderAdapterFactories(ComposedAdapterFactory adapterFactory)
           
static
<T> java.lang.String[]
createItems(java.util.List<T> list, IItemLabelProvider labelProvider, java.lang.String filter, boolean sorted)
           
protected abstract  java.lang.String getApplicationTitle()
           
protected  EditorEntryPoint.ImageData getImageData(java.lang.Object image)
           
 void onModuleLoad()
           
protected abstract  void registerPackages(EPackage.Registry ePackageRegistry)
           
static boolean select(java.lang.String filter, java.lang.String labelValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorEntryPoint

public EditorEntryPoint()
Method Detail

onModuleLoad

public void onModuleLoad()
Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

registerPackages

protected abstract void registerPackages(EPackage.Registry ePackageRegistry)

configureItemProviderAdapterFactories

protected void configureItemProviderAdapterFactories(ComposedAdapterFactory adapterFactory)

getApplicationTitle

protected abstract java.lang.String getApplicationTitle()

getImageData

protected EditorEntryPoint.ImageData getImageData(java.lang.Object image)

createItems

public static <T> java.lang.String[] createItems(java.util.List<T> list,
                                                 IItemLabelProvider labelProvider,
                                                 java.lang.String filter,
                                                 boolean sorted)

select

public static boolean select(java.lang.String filter,
                             java.lang.String labelValue)

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.