net.sf.dc.core.modules
Class DCModules
java.lang.Object
net.sf.dc.core.modules.DCModules
- public class DCModules
- extends java.lang.Object
Here the seperate modules are registered. This is all pretty much
straightforward
- Since:
- 1.4
- Version:
- 2.3
- Author:
- Robert Jan van der Waals
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_SOFTWARECAT
public static final int _SOFTWARECAT
- See Also:
- Constant Field Values
_SOFTWARE
public static final int _SOFTWARE
- See Also:
- Constant Field Values
_MOVIE
public static final int _MOVIE
- See Also:
- Constant Field Values
_MUSIC
public static final int _MUSIC
- See Also:
- Constant Field Values
_AUDIOCD
public static final int _AUDIOCD
- See Also:
- Constant Field Values
_AUDIOTRACK
public static final int _AUDIOTRACK
- See Also:
- Constant Field Values
_BOOK
public static final int _BOOK
- See Also:
- Constant Field Values
_BOOKCAT
public static final int _BOOKCAT
- See Also:
- Constant Field Values
DCModules
public DCModules()
register
public static void register(DCModule module)
getModule
public static DCModule getModule(int index)
getModules
public static java.util.Iterator getModules()