| Package | Description |
|---|---|
| org.cellmicrocosmos.cm2.engine | |
| org.cellmicrocosmos.cm2.gui | |
| org.cellmicrocosmos.cm2.gui.dialogs | |
| org.cellmicrocosmos.cm2.membranepackingalgorithm |
| Modifier and Type | Class and Description |
|---|---|
class |
Engine.BasicOperations
provides the basic file Operations for the application.
|
| Modifier and Type | Field and Description |
|---|---|
GuiListener |
MainGui.guiListener |
| Modifier and Type | Method and Description |
|---|---|
void |
MainGui.addGuiListener(GuiListener listener)
Adds the GuiListener, that is needed to invoke Actions in the parent class
of this gui
|
| Constructor and Description |
|---|
SetUpConnectionsDialog(GuiListener listener)
Assembles the Gui
|
| Modifier and Type | Field and Description |
|---|---|
GuiListener |
MembranePackingAlgorithm.basicOperations |
| Modifier and Type | Method and Description |
|---|---|
void |
MembranePackingAlgorithm.setListenerAndPrepare(MembraneViewListener membraneViewListener,
GuiListener basicOperations,
CalculationManager calculationManager)
Deprecated.
|
void |
MembranePackingAlgorithm.setListenerAndPrepare(MembraneViewListener membraneViewListener,
GuiListener basicOperations,
DatabaseViewListener databaseOperations,
CalculationManager calculationManager)
NOT MEANT TO BE USED BY PLUGIN DEVELOPERS!
|