edu.stanford.hci.dtools.deviceeditor
Class DeviceEditPartFactory

java.lang.Object
  extended by edu.stanford.hci.dtools.deviceeditor.DeviceEditPartFactory
All Implemented Interfaces:
org.eclipse.gef.EditPartFactory

public class DeviceEditPartFactory
extends java.lang.Object
implements org.eclipse.gef.EditPartFactory

Utility class that can create a GEF Palette. See createPalette(). This code is partially based on code that is copyright (c) 2004 Elias Volanakis. See License.txt

This software is distributed under the BSD License.

Author:
Michael Bernstein ( mbernst(AT)stanford.edu ), Bjoern Hartmann ( bjoern(AT)stanford.edu )

Constructor Summary
DeviceEditPartFactory()
           
 
Method Summary
 org.eclipse.gef.EditPart createEditPart(org.eclipse.gef.EditPart context, java.lang.Object modelElement)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceEditPartFactory

public DeviceEditPartFactory()
Method Detail

createEditPart

public org.eclipse.gef.EditPart createEditPart(org.eclipse.gef.EditPart context,
                                               java.lang.Object modelElement)
Specified by:
createEditPart in interface org.eclipse.gef.EditPartFactory