com.fullspan.pwkeep.model
Class PwkModel

java.lang.Object
  extended by com.fullspan.pwkeep.model.PwkModel

public class PwkModel
extends java.lang.Object

The model for all data represented in the PWKeep user interface. Contains specific models such as the Tree and List models for the UI.

Version:
$Revision: 1.3 $, $Date: 2004/01/18 07:21:04 $
Author:
Mitch Stuart, $Author: mitch $

Constructor Summary
PwkModel()
          Creates a new model with a new Tree and a new List.
 
Method Summary
 com.fullspan.util.swing.TreeNodeListModel getListModel()
           
 PwkTreeModel getTreeModel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PwkModel

public PwkModel()
Creates a new model with a new Tree and a new List. The Tree has a single root entry of type PwkBean labeled with the value of treenode.label.root in messages.properties.

Method Detail

getListModel

public com.fullspan.util.swing.TreeNodeListModel getListModel()

getTreeModel

public PwkTreeModel getTreeModel()