Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.swing.text
Class StyledEditorKit.StyledViewFactory  view StyledEditorKit.StyledViewFactory download StyledEditorKit.StyledViewFactory.java

java.lang.Object
  extended byjavax.swing.text.StyledEditorKit.StyledViewFactory
All Implemented Interfaces:
ViewFactory
Enclosing class:
StyledEditorKit

static class StyledEditorKit.StyledViewFactory
extends java.lang.Object
implements ViewFactory

A ViewFactory that is able to create Views for the Elements that are supported by StyledEditorKit, namely the following types of Elements:


Constructor Summary
(package private) StyledEditorKit.StyledViewFactory()
           
 
Method Summary
 View create(Element element)
          Creates a View for the specified Element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyledEditorKit.StyledViewFactory

StyledEditorKit.StyledViewFactory()
Method Detail

create

public View create(Element element)
Creates a View for the specified Element.

Specified by:
create in interface ViewFactory