|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.nite.meta.impl.NiteStyle
public class NiteStyle
A stylesheet as referred to in the metadata
Field Summary |
---|
Fields inherited from interface net.sourceforge.nite.meta.NStyle |
---|
DISPLAY, EDITOR, NIE, OTAB |
Constructor Summary | |
---|---|
NiteStyle(int type,
int application,
java.lang.String name,
java.lang.String extension,
java.lang.String description,
java.util.ArrayList codings,
java.util.ArrayList objectsets,
java.util.ArrayList ontologies)
|
Method Summary | |
---|---|
int |
getApplication()
returns one of NIE or OTAB depending on which program this is a spec for. |
java.util.List |
getCodingNames()
Find the codings that can are used / edited - returns an ArrayList of Strings |
java.lang.String |
getDescription()
returns a textual description of the style that can be used, for example, in a GUI list to be chosen from |
java.lang.String |
getExtension()
returns the filename extension of the style as used in filenames |
java.lang.String |
getName()
returns the name of the style as used in filenames |
java.util.List |
getObjectSetNames()
Find the object sets that can be used / edited - returns a List of Strings |
java.util.List |
getOntologyNames()
Find the ontologies that can be used - returns a List of Strings |
int |
getType()
returns one of EDITOR or DISPLAY depending on whether the NOM can be changed by this stylesheet. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NiteStyle(int type, int application, java.lang.String name, java.lang.String extension, java.lang.String description, java.util.ArrayList codings, java.util.ArrayList objectsets, java.util.ArrayList ontologies)
Method Detail |
---|
public java.lang.String getName()
getName
in interface NStyle
public java.lang.String getExtension()
getExtension
in interface NStyle
public java.lang.String getDescription()
getDescription
in interface NStyle
public int getType()
getType
in interface NStyle
public int getApplication()
getApplication
in interface NStyle
public java.util.List getCodingNames()
getCodingNames
in interface NStyle
public java.util.List getObjectSetNames()
getObjectSetNames
in interface NStyle
public java.util.List getOntologyNames()
getOntologyNames
in interface NStyle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |