ComputerDictionaries.org      Computer terms spelled out...
Home -› RS -› PlainView
Online dictionary
From all dictionaries     Only from this dictionary
 

Dictionaries by Category


High-Tech News

Definition Of:

PlainView

RSJDK Doc (JAVA)
- class javax.swing.text..PlainView 
public class PlainView extends View implements TabExpander 
Tree:java.lang.Object - javax.swing.text.View - javax.swing.text.PlainView
Implements View interface for a simple multi-line text view that has text in one font and color. The view represents each child element as a line of text.
 
- Constructor for class javax.swing.text.PlainView 
public PlainView (Element Â elem)
Constructs a new PlainView wrapped on an element.Parameters: elem - the element
See also: , , , ,