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

Dictionaries by Category


High-Tech News

Definition Of:

FieldView

RSJDK Doc (JAVA)
- class javax.swing.text..FieldView 
public class FieldView extends PlainView 
Tree:java.lang.Object - javax.swing.text.View - javax.swing.text.PlainView - javax.swing.text.FieldView
Extends the multi-line plain text view to be suitable for a single-line editor view. If the view is allocated extra space, the field must adjust for it. If the hosting component is a JTextField, this view will manage the ranges of the associated BoundedRangeModel and will adjust the horizontal allocation to match the current visibility settings of the JTextField.
 
- Constructor for class javax.swing.text.FieldView 
public FieldView (Element Â elem)
Constructs a new FieldView wrapped on an element.Parameters: elem - the element
See also: , , , ,