gov.lbl.genome.gui
Class Resource

java.lang.Object
  extended by gov.lbl.genome.gui.Resource

public class Resource
extends java.lang.Object

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

parameter

public static Parameter parameter

colors

public static java.util.Hashtable colors
Constructor Detail

Resource

public Resource(java.io.InputStream is)
Resource

Parameters:
is - InputStream
Method Detail

getParameters

public Parameter getParameters(java.lang.Object obj)
return Parameters associated with the object class

Parameters:
obj - Object
Returns:
Parameter

setDebug

public void setDebug(boolean debug)
set Debug mode of the parser

Parameters:
debug - boolean