gate.gui
Class DocumentEditor.CustomStyledViewFactory
java.lang.Object
  
gate.gui.DocumentEditor.CustomStyledViewFactory
- All Implemented Interfaces: 
 - ViewFactory
 
- Enclosing class:
 - DocumentEditor
 
public class DocumentEditor.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.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DocumentEditor.CustomStyledViewFactory
public DocumentEditor.CustomStyledViewFactory()
create
public View create(Element elem)
- Specified by:
 create in interface ViewFactory