|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BaseModel in org.devaki.nextobjects.ui.components |
Methods in org.devaki.nextobjects.ui.components that return BaseModel | |
BaseModel |
CustomInternalFrame.getModel()
Get the 'NOModel' object hosted by the instancied frame |
Constructors in org.devaki.nextobjects.ui.components with parameters of type BaseModel | |
CustomInternalFrame(BaseModel pModel)
Construct a 'CustomInternalFrame' object |
Uses of BaseModel in org.devaki.nextobjects.ui.workspace.models |
Methods in org.devaki.nextobjects.ui.workspace.models with parameters of type BaseModel | |
void |
ModelEdit.setData(BaseModel pModel)
Get the informations |
Uses of BaseModel in org.devaki.nextobjects.util |
Methods in org.devaki.nextobjects.util that return BaseModel | |
static BaseModel |
ModelMan.getCurrentModel()
Get the current model |
Methods in org.devaki.nextobjects.util with parameters of type BaseModel | |
static void |
ModelMan.addInheritanceLink(BaseModel pModel,
InheritanceLink pInheritanceLink)
Conveniency method for the ConceptualView.java to add an InheritanceLink. |
static void |
ModelMan.addLabel(BaseModel pModel,
java.awt.Point p)
method for the ModelView to add a label |
static void |
ModelMan.addLabel(BaseModel pModel,
Label lbl)
Method to add a label |
static void |
ModelMan.removeLabel(BaseModel pModel,
Label pLabel)
Remove a label from a model |
static void |
ModelMan.setCurrentModel(BaseModel pNOModel)
Define the current model |
static void |
ModelMan.removeModel(BaseModel pNOModel)
get rid of a model |
static void |
ModelMan.verify(BaseModel pModel)
Call the right verifier according to the model type. |
static void |
ModelMan.resizeModelObjects(BaseModel pModel)
Compute best size for classes and best positions for links |
static boolean |
NOFileManager.saveToFile(BaseModel pModel)
Save a model |
static boolean |
NOFileManager.close(BaseModel pNOModel)
Actions executed when closing an internal frame |
static boolean |
NOFileManager.dumpProjectDotXml(BaseModel pModel)
Ask for a file and the write a project.xml |
static void |
NOFileManager.save(BaseModel pModel)
Save the current model to its default file |
static void |
NOFileManager.save(BaseModel pModel,
java.io.File out)
Save the current model |
static boolean |
NOImageTransform.writeImage(BaseModel pModel,
java.io.File file)
Write the base model to a PNG file |
protected static void |
NOXMLFactory.loadBaseModel(org.w3c.dom.Element root,
BaseModel pBaseModel)
Convert a JDom Elment into an BaseModel |
protected static void |
NOXMLFactory.loadProjectDotXml(java.io.File file,
BaseModel pBaseModel)
load a project.xml tree for a given model |
static void |
NOXMLOutputer.writeProjectDotXml(BaseModel pBaseModel,
java.io.OutputStream out)
Write a project.xml file. |
Constructors in org.devaki.nextobjects.util with parameters of type BaseModel | |
JDBCTest(BaseModel pdm,
CustomTextArea info)
Test a connection for a given model |
Uses of BaseModel in org.devaki.nextobjects.workspace.models |
Subclasses of BaseModel in org.devaki.nextobjects.workspace.models | |
class |
ConceptualModel
The Conceptual Data Model |
class |
PhysicalModel
Physical model represent the database as it is |
Uses of BaseModel in org.devaki.nextobjects.workspace.models.graphics |
Fields in org.devaki.nextobjects.workspace.models.graphics declared as BaseModel | |
protected BaseModel |
BaseModelView.myModel
the context model |
Methods in org.devaki.nextobjects.workspace.models.graphics that return BaseModel | |
BaseModel |
BaseModelView.getMyModel()
get the model |
Methods in org.devaki.nextobjects.workspace.models.graphics with parameters of type BaseModel | |
void |
BaseModelView.setMyModel(BaseModel model)
set the model |
Constructors in org.devaki.nextobjects.workspace.models.graphics with parameters of type BaseModel | |
BaseModelView(BaseModel pModel)
constructor |
Uses of BaseModel in org.devaki.nextobjects.workspace.models.objects |
Methods in org.devaki.nextobjects.workspace.models.objects that return BaseModel | |
BaseModel |
BaseObject.getMyModel()
Get the model |
Methods in org.devaki.nextobjects.workspace.models.objects with parameters of type BaseModel | |
void |
BaseObject.setMyModel(BaseModel pModel)
Changes the model |
Constructors in org.devaki.nextobjects.workspace.models.objects with parameters of type BaseModel | |
BaseClass(BaseModel pModel)
Construct a nextGraphicsObject with a pre-defined NOModel |
|
BaseLine(BaseModel pModel)
Construct a BaseLine with a pre-defined NOModel |
|
BaseObject(BaseModel pModel)
Construct an object with a pre-defined model |
|
InheritanceLink(BaseModel pModel,
BaseClass pChildClass,
BaseClass pParentClass)
Constructor |
|
InheritanceLink(BaseModel pModel,
java.lang.String sChildClass,
java.lang.String sParentClass)
Constructor |
|
Label(BaseModel pModel)
Constructor |
|
ModelTitle(BaseModel pModel)
constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |