|
|||||||||
| Home >> All >> joelib >> gui >> molviewer >> java3d >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
joelib.gui.molviewer.java3d.util
Class CentralLookup

java.lang.Objectjoelib.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
|
|||||||||
| Home >> All >> joelib >> gui >> molviewer >> java3d >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
joelib.gui.molviewer.java3d.util.CentralLookup