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
public abstract class VisualizationModule extends Opt4JModule
TheVisualizationModule.
-
-
Field Summary
-
Fields inherited from class org.opt4j.start.Opt4JModule
SINGLETON
-
-
Constructor Summary
Constructors Constructor Description VisualizationModule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidaddIndividualMouseListener(com.google.inject.Binder binder, Class<? extends IndividualMouseListener> individualMouseListener)Add aIndividualMouseListener.protected voidaddIndividualMouseListener(Class<? extends IndividualMouseListener> individualMouseListener)Add aIndividualMouseListener.protected static voidaddToolBarService(com.google.inject.Binder binder, Class<? extends ToolBarService> toolBarService)Add aToolBarService.protected voidaddToolBarService(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
-
-
-
-
Method Detail
-
addToolBarService
protected void addToolBarService(Class<? extends ToolBarService> toolBarService)
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
-
-