|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.google.inject.AbstractModule
org.opt4j.core.start.Opt4JModule
org.opt4j.core.common.logger.OutputModule
org.opt4j.viewer.VisualizationModule
public abstract class VisualizationModule
The VisualizationModule.
| Field Summary |
|---|
| Fields inherited from class org.opt4j.core.start.Opt4JModule |
|---|
SINGLETON |
| Constructor Summary | |
|---|---|
VisualizationModule()
|
|
| Method Summary | |
|---|---|
static void |
addIndividualMouseListener(com.google.inject.Binder binder,
java.lang.Class<? extends IndividualMouseListener> individualMouseListener)
Add a IndividualMouseListener. |
void |
addIndividualMouseListener(java.lang.Class<? extends IndividualMouseListener> individualMouseListener)
Add a IndividualMouseListener. |
static void |
addToolBarService(com.google.inject.Binder binder,
java.lang.Class<? extends ToolBarService> toolBarService)
Add a ToolBarService. |
void |
addToolBarService(java.lang.Class<? extends ToolBarService> toolBarService)
Add a ToolBarService. |
protected void |
configure()
|
| Methods inherited from class org.opt4j.core.start.Opt4JModule |
|---|
addControlListener, addIndividualStateListener, addOptimizerIterationListener, addOptimizerStateListener, bindConstant, bindConstant, bindConstant, bindConstant, config, constant, multi |
| Methods inherited from class com.google.inject.AbstractModule |
|---|
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VisualizationModule()
| Method Detail |
|---|
public void addToolBarService(java.lang.Class<? extends ToolBarService> toolBarService)
ToolBarService.
toolBarService - the tool bar service to be added
public static void addToolBarService(com.google.inject.Binder binder,
java.lang.Class<? extends ToolBarService> toolBarService)
ToolBarService.
binder - the bindertoolBarService - the tool bar service to be addedpublic void addIndividualMouseListener(java.lang.Class<? extends IndividualMouseListener> individualMouseListener)
IndividualMouseListener.
individualMouseListener - the individual mouse listener to be added
public static final void addIndividualMouseListener(com.google.inject.Binder binder,
java.lang.Class<? extends IndividualMouseListener> individualMouseListener)
IndividualMouseListener.
binder - the binderindividualMouseListener - the individual mouse listener to be addedprotected void configure()
configure in class org.opt4j.core.start.Opt4JModule
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||