Package org.opt4j.viewer
Class VisualizationModule
java.lang.Object
com.google.inject.AbstractModule
org.opt4j.start.Opt4JModule
org.opt4j.viewer.VisualizationModule
- All Implemented Interfaces:
com.google.inject.Module
- Direct Known Subclasses:
LoggerModule
,ViewerModule
The
VisualizationModule
.-
Field Summary
Fields inherited from class org.opt4j.start.Opt4JModule
SINGLETON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final void
addIndividualMouseListener
(com.google.inject.Binder binder, Class<? extends IndividualMouseListener> individualMouseListener) Add aIndividualMouseListener
.protected void
addIndividualMouseListener
(Class<? extends IndividualMouseListener> individualMouseListener) Add aIndividualMouseListener
.protected static void
addToolBarService
(com.google.inject.Binder binder, Class<? extends ToolBarService> toolBarService) Add aToolBarService
.protected void
addToolBarService
(Class<? extends ToolBarService> toolBarService) Add aToolBarService
.Methods inherited from class org.opt4j.start.Opt4JModule
addControlListener, addIndividualStateListener, addOptimizerIterationListener, addOptimizerStateListener, bindConstant, bindConstant, bindConstant, bindConstant, config, configure, 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
-
Constructor Details
-
VisualizationModule
public VisualizationModule()
-
-
Method Details
-
addToolBarService
Add aToolBarService
.- Parameters:
toolBarService
- the tool bar service to be added
-
addToolBarService
protected static void addToolBarService(com.google.inject.Binder binder, Class<? extends ToolBarService> toolBarService) Add aToolBarService
.- Parameters:
binder
- the bindertoolBarService
- the tool bar service to be added
-
addIndividualMouseListener
protected void addIndividualMouseListener(Class<? extends IndividualMouseListener> individualMouseListener) Add aIndividualMouseListener
.- Parameters:
individualMouseListener
- the individual mouse listener to be added
-
addIndividualMouseListener
public static final void addIndividualMouseListener(com.google.inject.Binder binder, Class<? extends IndividualMouseListener> individualMouseListener) Add aIndividualMouseListener
.- Parameters:
binder
- the binderindividualMouseListener
- the individual mouse listener to be added
-