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

Quick Search    Search Deep
A C D E F G M O R S

A

addPropertyChangeListener(PropertyChangeListener) - Method in class org.modama.Model
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.modama.Model
 

C

CREATED - Static variable in class org.modama.ModelStates
after creation of the model
changeAgent - Variable in class org.modama.Model
 

D

DELETED - Static variable in class org.modama.ModelStates
the instance has been deleted/finished, it should not be used any more

E

EVENT_FIRED - Static variable in class org.modama.Model
used for firering events

F

fire(String, Object, Object) - Method in class org.modama.Model
fires an prop change notice, when any class receives and event, fired by one of the following methods, the member var is NOT already set.
fire(String, Object) - Method in class org.modama.Model
 
fire(String) - Method in class org.modama.Model
 

G

getState() - Method in class org.modama.Model
 

M

MODIFIED - Static variable in class org.modama.ModelStates
the data has been modified (dataloos if its not saved before deletion)
Model - class org.modama.Model.
base class for all models, profides methods for propertychangeevents and a variable for the state (subclasses should take care to update this value properly)
Model() - Constructor for class org.modama.Model
 
ModelStates - class org.modama.ModelStates.
the states a model can have
ModelStates() - Constructor for class org.modama.ModelStates
 

O

org.modama - package org.modama
 

R

removePropertyChangeListener(PropertyChangeListener) - Method in class org.modama.Model
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.modama.Model
 

S

SAVED - Static variable in class org.modama.ModelStates
the data has been saved, so its save to delete the instance
setState(int) - Method in class org.modama.Model
 
state - Variable in class org.modama.Model
the state of the model, see ModelState for possible values

A C D E F G M O R S