gate.gui
Class AnnotationEditor.CustomStyledViewFactory
java.lang.Object
|
+--gate.gui.AnnotationEditor.CustomStyledViewFactory
- All Implemented Interfaces:
- ViewFactory
- Enclosing class:
- AnnotationEditor
- public class AnnotationEditor.CustomStyledViewFactory
- extends Object
- implements ViewFactory
Fixes the
4406598 bug in swing text components.
The bug consists in the fact that the Background attribute is ignored by
the text component whent it is defined in a style from which the current
style inherits.
AnnotationEditor.CustomStyledViewFactory
public AnnotationEditor.CustomStyledViewFactory()
create
public View create(Element elem)
- Specified by:
create
in interface ViewFactory