|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.nite.meta.impl.NiteDataView
public class NiteDataView
Information about a NITE data view: a collection of displays on the screen used for a particular purpose.
Field Summary |
---|
Fields inherited from interface net.sourceforge.nite.meta.NDataView |
---|
DISPLAY, EDITOR |
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 |
Constructor Detail |
---|
public NiteDataView(java.lang.String description, int type, java.util.List windows)
Method Detail |
---|
public java.lang.String getDescription()
getDescription
in interface NDataView
public int getType()
getType
in interface NDataView
public java.util.List getWindows()
getWindows
in interface NDataView
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |