|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.gee.publication.net.WStorable
info.aduna.gee.publication.session.CLabelDefinitions
public class CLabelDefinitions
| Field Summary | |
|---|---|
static String |
CLABEL_ID_INHERIT
|
static String |
CLABEL_ID_NO_CLABELS
All non-positive clabel ID's are reserved! |
static String |
CLABEL_ID_SUBSCRIPTION
|
WProperties |
clabelColors
Key is the clabel ID, value is the clabel's (6 hex digit) colorString. |
WProperties |
clabelImages
Key is the clabel ID, value is a String representing an image URL. |
WProperties |
clabelOverImages
Key is the clabel ID, value is a String representing an image URL. |
WProperties |
clabels
Key is the clabel ID, value is the clabel's description. |
| Fields inherited from class info.aduna.gee.publication.net.WStorable |
|---|
_isStorable, _lastModified, BASE64ENCODING, GZIPCOMPRESSION, NONE, WLZ77COMPRESSION |
| Constructor Summary | |
|---|---|
CLabelDefinitions()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Clone the storable object. |
void |
load(InputStream in,
int version)
Reads the configuration data from the specified input. |
void |
store(OutputStream out)
Store the storable to an output stream. |
| Methods inherited from class info.aduna.gee.publication.net.WStorable |
|---|
destroy, getCompression, getEncoding, getLastModified, getVersion, isStorable, setLastModified, setStorable, toSeconds |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CLABEL_ID_NO_CLABELS
public static final String CLABEL_ID_SUBSCRIPTION
public static final String CLABEL_ID_INHERIT
public WProperties clabels
public WProperties clabelColors
public WProperties clabelImages
public WProperties clabelOverImages
| Constructor Detail |
|---|
public CLabelDefinitions()
| Method Detail |
|---|
public void store(OutputStream out)
throws IOException
WStorable
store in class WStorableout - the output stream to store to.
IOException
public void load(InputStream in,
int version)
throws IOException
load in class WStorablein - the InputStream to read from.version - the CLabelDefinitions-version at time of storage.
IOExceptionpublic Object clone()
WStorable
clone in class WStorable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||