Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D G L N O P S

A

AbstractFrameworkModel - class org.modama.framework.AbstractFrameworkModel.
the modelclass for the framework
adds to the model:
- names for events
- load/save/delete methoddeclarations

IMPORTANT: the create and delete methods should also call the put/delete methods of the world
AbstractFrameworkModel() - Constructor for class org.modama.framework.AbstractFrameworkModel
 

C

create() - Method in class org.modama.framework.AbstractFrameworkModel
initial creation of the object.

D

delete() - Method in class org.modama.framework.AbstractFrameworkModel
delete the object.

G

getName() - Method in class org.modama.framework.AbstractFrameworkModel
getter for name

L

load(URL) - Method in class org.modama.framework.AbstractFrameworkModel
load data for the object

N

name - Variable in class org.modama.framework.AbstractFrameworkModel
the name of the object

O

org.modama.framework - package org.modama.framework
 

P

PROP_NAME - Static variable in class org.modama.framework.AbstractFrameworkModel
 

S

save(URL) - Method in class org.modama.framework.AbstractFrameworkModel
save data for the object
setName(String) - Method in class org.modama.framework.AbstractFrameworkModel
setter for name.

A C D G L N O P S