Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

joelib.gui.molviewer.java3d.util
Class CentralLookup  view CentralLookup download CentralLookup.java

java.lang.Object
  extended byjoelib.gui.molviewer.java3d.util.CentralLookup

public class CentralLookup
extends java.lang.Object

Description of the Class


Field Summary
private static CentralLookup lookup
           
private  java.util.Hashtable objectTable
           
 
Constructor Summary
(package private) CentralLookup()
          Constructor for the CentralLookup object
 
Method Summary
 void addObject(java.lang.String name, java.lang.Object object)
          Adds a feature to the Object attribute of the CentralLookup object
static CentralLookup getLookup()
          Gets the lookup attribute of the CentralLookup class
 java.lang.Object getObject(java.lang.String name)
          Gets the object attribute of the CentralLookup object
private static void init()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lookup

private static CentralLookup lookup

objectTable

private java.util.Hashtable objectTable
Constructor Detail

CentralLookup

CentralLookup()
Constructor for the CentralLookup object

Method Detail

getLookup

public static CentralLookup getLookup()
Gets the lookup attribute of the CentralLookup class


getObject

public java.lang.Object getObject(java.lang.String name)
Gets the object attribute of the CentralLookup object


addObject

public void addObject(java.lang.String name,
                      java.lang.Object object)
Adds a feature to the Object attribute of the CentralLookup object


init

private static void init()
Description of the Method