T
- public final class SimpleGUITunableHandlerFactory<T extends GUITunableHandler> extends BasicTunableHandlerFactory<T> implements GUITunableHandlerFactory<T>
Constructor and Description |
---|
SimpleGUITunableHandlerFactory(Class<T> specificHandlerType,
Class<?>... classesToMatch)
Constructs this BasicGUITunableHandlerFactory.
|
createTunableHandler, createTunableHandler
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createTunableHandler, createTunableHandler
public SimpleGUITunableHandlerFactory(Class<T> specificHandlerType, Class<?>... classesToMatch)
specificHandlerType
- The class of the specific handler to be constructed
to handle the matching classes. For instance FloatHandler.class might be specified
to handle values with a Float type.classesToMatch
- One or more class types that will be handled by this handler.
For example the FloatHandler might handle both Float.class and float.class.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.