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.


Constructor Summary
AnnotationEditor.CustomStyledViewFactory()
           
 
Method Summary
 View create(Element elem)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationEditor.CustomStyledViewFactory

public AnnotationEditor.CustomStyledViewFactory()
Method Detail

create

public View create(Element elem)
Specified by:
create in interface ViewFactory