org.devaki.nextobjects.ui.workspace.models
Class EditorFactory

java.lang.Object
  extended byorg.devaki.nextobjects.ui.workspace.models.EditorFactory

public final class EditorFactory
extends java.lang.Object

This class calls the properties et styles editors for each object


Method Summary
static void getAssociationEdit(Association pAssociation)
          Call the 'AssociationEdit' window
static void getAssociationLinkEdit(AssociationLink pLink)
          Call the 'AssociationLinkEdit' window
static void getConstraintEdit(Constraint pConstraint)
          Call the 'ContraintEdit' window
static void getEntityEdit(Entity pEntity)
          Call the 'EntityEdit' window
static void getInheritanceEdit(InheritanceLink pLink)
          Call the 'InheritanceLinkEdit' window
static void getLabelEdit(Label pLabel)
          Call the 'LabelEdit' window
static void getModelEdit()
          Call the 'ProjectPreferences' window
static void getObjectEdit(BaseObject pObject)
          Call current object editing window If no current object call current model object editing window
static void getObjectStyle(ObjectView pObjectView)
          Get an object style window
static void getTableEdit(Table pTable)
          Call the 'TableEdit' window
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getObjectEdit

public static void getObjectEdit(BaseObject pObject)
Call current object editing window If no current object call current model object editing window

Parameters:
pObject - the object to show the editor

getModelEdit

public static void getModelEdit()
Call the 'ProjectPreferences' window


getAssociationEdit

public static void getAssociationEdit(Association pAssociation)
Call the 'AssociationEdit' window

Parameters:
pAssociation - the context Association

getAssociationLinkEdit

public static void getAssociationLinkEdit(AssociationLink pLink)
Call the 'AssociationLinkEdit' window

Parameters:
pLink - the context AssociationLink

getConstraintEdit

public static void getConstraintEdit(Constraint pConstraint)
Call the 'ContraintEdit' window

Parameters:
pConstraint - the context Constraint

getEntityEdit

public static void getEntityEdit(Entity pEntity)
Call the 'EntityEdit' window

Parameters:
pEntity - the context Entity

getInheritanceEdit

public static void getInheritanceEdit(InheritanceLink pLink)
Call the 'InheritanceLinkEdit' window

Parameters:
pLink - the context InheritanceLink

getLabelEdit

public static void getLabelEdit(Label pLabel)
Call the 'LabelEdit' window

Parameters:
pLabel - the context Label

getTableEdit

public static void getTableEdit(Table pTable)
Call the 'TableEdit' window

Parameters:
pTable - the context Table

getObjectStyle

public static void getObjectStyle(ObjectView pObjectView)
Get an object style window

Parameters:
pObjectView - the context object view


Copyright © 2002-2004 devaki.org. All Rights Reserved.