jET
1.0alpha5


org.jet
Class SimulatorCatalog

java.lang.Object
  |
  +--org.jet.SimulatorCatalog

public class SimulatorCatalog
extends java.lang.Object

Catalog is the class that integrates with existing MaSzyna directory on the filesystem and retrives contents of some subdirectories.


Method Summary
 javax.swing.MutableComboBoxModel getBmpModel()
           
static SimulatorCatalog getInstance()
          Gets one instance of simulator catalog.
 javax.swing.MutableComboBoxModel getTgaModel()
           
static void initialize(Configuration conf)
          Constructs one instance of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initialize

public static void initialize(Configuration conf)
Constructs one instance of this object.

Parameters:
conf - Configuration of the jET application.

getInstance

public static SimulatorCatalog getInstance()
Gets one instance of simulator catalog. It must be initalized before calling this method.

Returns:
The instance of the class. It may be null when it wasn't be initialized.
See Also:
initialize(org.jet.Configuration)

getBmpModel

public javax.swing.MutableComboBoxModel getBmpModel()

getTgaModel

public javax.swing.MutableComboBoxModel getTgaModel()

jET
1.0alpha5