Uses of Interface
net.ssehub.easy.producer.ui.confModel.IGUITextHandler
-
Packages that use IGUITextHandler Package Description net.ssehub.easy.producer.ui.confModel This package holds a GUI representation of the configuration with methods and additional information as needed by the Eclipse UI. -
-
Uses of IGUITextHandler in net.ssehub.easy.producer.ui.confModel
Classes in net.ssehub.easy.producer.ui.confModel that implement IGUITextHandler Modifier and Type Class Description classIntegerTextHandlerClass to handle and format Set of Integers in the Editor.classStringCollectionHandlerClass to handle string collections and their format in editor.Fields in net.ssehub.easy.producer.ui.confModel declared as IGUITextHandler Modifier and Type Field Description private IGUITextHandlerContainerTextGUIEditor. handlerConstructors in net.ssehub.easy.producer.ui.confModel with parameters of type IGUITextHandler Constructor Description ContainerTextGUIEditor(org.eclipse.swt.widgets.Text text, IGUITextHandler handler)Constructor for ContainerTextGUIEditor.
-