net.sourceforge.nite.meta
Interface NDataView

All Known Implementing Classes:
NiteDataView

public interface NDataView

Information about a NITE data view: a collection of displays on the screen used for a particular purpose.

Author:
jonathan

Field Summary
static int DISPLAY
           
static int EDITOR
           
 
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
 

Field Detail

EDITOR

static final int EDITOR
See Also:
Constant Field Values

DISPLAY

static final int DISPLAY
See Also:
Constant Field Values
Method Detail

getDescription

java.lang.String getDescription()
Returns a textual description of the purpose of this view


getType

int getType()
returns one of EDITOR or DISPLAY depending on whether the NOM can be changed using this view.


getWindows

java.util.List getWindows()
Find the windows that can be edited - returns a List of NWindows