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

Quick Search    Search Deep

javax.swing.text
Class WrappedPlainView.WrappedLineCreator  view WrappedPlainView.WrappedLineCreator download WrappedPlainView.WrappedLineCreator.java

java.lang.Object
  extended byjavax.swing.text.WrappedPlainView.WrappedLineCreator
All Implemented Interfaces:
ViewFactory
Enclosing class:
WrappedPlainView

class WrappedPlainView.WrappedLineCreator
extends java.lang.Object
implements ViewFactory


Constructor Summary
(package private) WrappedPlainView.WrappedLineCreator()
           
 
Method Summary
 View create(Element elem)
          Creates a view for a given element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappedPlainView.WrappedLineCreator

WrappedPlainView.WrappedLineCreator()
Method Detail

create

public View create(Element elem)
Description copied from interface: ViewFactory
Creates a view for a given element.

Specified by:
create in interface ViewFactory