net.sourceforge.nite.meta.impl
Class NiteDataView
java.lang.Object
net.sourceforge.nite.meta.impl.NiteDataView
- All Implemented Interfaces:
- NDataView
public class NiteDataView
- extends java.lang.Object
- implements NDataView
Information about a NITE data view: a collection of displays on the
screen used for a particular purpose.
- Author:
- jonathan
|
Constructor Summary |
NiteDataView(java.lang.String description,
int type,
java.util.List windows)
|
|
Method Summary |
java.lang.String |
getDescription()
Returns a textual description of the purpose of this view |
int |
getType()
returns one of EDITOR or DISPLAY depending on whether the NOM
can be changed using this view. |
java.util.List |
getWindows()
Find the windows that can be edited - returns a List of
NWindows |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NiteDataView
public NiteDataView(java.lang.String description,
int type,
java.util.List windows)
getDescription
public java.lang.String getDescription()
- Returns a textual description of the purpose of this view
- Specified by:
getDescription in interface NDataView
getType
public int getType()
- returns one of EDITOR or DISPLAY depending on whether the NOM
can be changed using this view.
- Specified by:
getType in interface NDataView
getWindows
public java.util.List getWindows()
- Find the windows that can be edited - returns a List of
NWindows
- Specified by:
getWindows in interface NDataView