|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gov.lbl.genome.gui.Resource
public class Resource
Title: Resource
Description: read resource file (VistaApp.rc) and provide resources to all classes
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
Field Summary | |
---|---|
static java.util.Hashtable |
colors
|
static Parameter |
parameter
|
Constructor Summary | |
---|---|
Resource(java.io.InputStream is)
Resource |
Method Summary | |
---|---|
Parameter |
getParameters(java.lang.Object obj)
return Parameters associated with the object class |
void |
setDebug(boolean debug)
set Debug mode of the parser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static Parameter parameter
public static java.util.Hashtable colors
Constructor Detail |
---|
public Resource(java.io.InputStream is)
is
- InputStreamMethod Detail |
---|
public Parameter getParameters(java.lang.Object obj)
obj
- Object
public void setDebug(boolean debug)
debug
- boolean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |