|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--ter.SDK.PluginSettings
Title: Class Plugin settings
Description: Stores the settings of the plugins (which plugin shoud be asciotated to a type of plugin)
Copyright: Copyright (c) 2003
Company:
Constructor Summary | |
PluginSettings()
Default constructor |
Method Summary | |
java.lang.Class |
get(int type)
gets the class for the type type |
java.lang.Class |
get(java.lang.Integer type)
gets the class for the type type |
void |
put(int type,
java.lang.Class c)
sets this class c for the type type |
void |
put(java.lang.Integer type,
java.lang.Class c)
sets this class c for the type type |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PluginSettings()
Method Detail |
public void put(int type, java.lang.Class c)
c
for the type type
type
- the typec
- the class (a Plugin)PluginTypes
public void put(java.lang.Integer type, java.lang.Class c)
c
for the type type
type
- the typec
- the class (a Plugin)PluginTypes
public java.lang.Class get(int type)
type
type
- the type
public java.lang.Class get(java.lang.Integer type)
type
type
- the type
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |