|
|||||||||
| Home >> All >> samples >> swing >> [ multiview overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
samples.swing.multiview
Class MultiviewModel

java.lang.Objectorg.scopemvc.model.basic.BasicModel
samples.swing.multiview.MultiviewModel
- All Implemented Interfaces:
- org.scopemvc.core.ModelChangeEventSource, org.scopemvc.core.ModelChangeListener, org.scopemvc.core.ModelChangeTypes
- public class MultiviewModel
- extends org.scopemvc.model.basic.BasicModel
Simple Javabean: see HelloWorld example.
- Version:
- $Revision: 1.2 $ $Date: 2002/01/12 09:35:42 $
| Field Summary | |
private java.lang.String |
name
|
| Fields inherited from class org.scopemvc.model.basic.BasicModel |
|
| Fields inherited from interface org.scopemvc.core.ModelChangeTypes |
ACCESS_CHANGED, VALUE_ADDED, VALUE_CHANGED, VALUE_REMOVED |
| Constructor Summary | |
MultiviewModel()
|
|
| Method Summary | |
java.lang.String |
getName()
|
void |
setName(java.lang.String inName)
|
| Methods inherited from class org.scopemvc.model.basic.BasicModel |
addModelChangeListener, fireModelChange, listenNewSubmodel, makeActive, modelChanged, removeModelChangeListener, unlistenOldSubmodel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
name
private java.lang.String name
| Constructor Detail |
MultiviewModel
public MultiviewModel()
| Method Detail |
setName
public void setName(java.lang.String inName)
getName
public java.lang.String getName()
|
|||||||||
| Home >> All >> samples >> swing >> [ multiview overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC