Class | Description |
---|---|
DataPool |
This class serves as a singleton and will store all shared data.
|
DataPool.AlgorithmSettings |
A subclass that stores the current Algorithm settings.
|
DataPool.APLVoroSettings |
This class is needed to setup the direct path to APL@Voro
|
DataPool.AtomValues | |
DataPool.CoordinateTransformationSettings |
A subclass that stores the current Coordinate Transformation settings.
|
DataPool.DNDBridge |
Used for Drag and Drop.
|
DataPool.InternetSettings | |
DataPool.IO | |
DataPool.J3DSettings |
A subclass that stores our J3d settings.
|
DataPool.JmolSettings |
This class is needed to setup the direct path to Jmol, including the
java -jar execution string.
|
DataPool.LimitationSettings |
A subclass that stores the current limitation settings.
|
DataPool.PPESettings |
A subclass that stores the current Protein Placement Expansion settings.
|
Engine |
This class is the basement of the whole application;
the basic usecases will be handled by this class.
|
StartMain |
The Entry Class of the Application.
|
TestArea |
A class that allows to execute code any time the user pressed the testbutton.
|