|
|
javax > javax.swing > javax.swing.text > javax.swing.text.plainview >
Class: javax.swing.text.PlainView java.lang.Object javax.swing.text.View javax.swing.text.PlainView
public class PlainView extends View implements TabExpander
FIELDS:
CONSTRUCTORS:
METHODS:
| | | | public | void | changedUpdate(DocumentEvent changes, Shape a, ViewFactory f) Overrides: View |
| | protected | void | damageLineRange(int line0, int line1, Shape a, Component host) |
| | protected | void | drawLine(int lineIndex, Graphics g, int x, int y) |
| | protected | int | drawSelectedText(Graphics g, int x, int y, int p0, int p1) Throws: BadLocationException |
| | protected | int | drawUnselectedText(Graphics g, int x, int y, int p0, int p1) Throws: BadLocationException |
| | protected final | Segment | getLineBuffer() |
| | public | float | getPreferredSpan(int axis) Throws: IllegalArgumentException Overrides: View |
| | protected | int | getTabSize() |
| | public | void | insertUpdate(DocumentEvent changes, Shape a, ViewFactory f) Overrides: View |
| | protected | Rectangle | lineToRect(Shape a, int line) |
| | public | Shape | modelToView(int pos, Shape a, Position.Bias b) Throws: BadLocationException Overrides: View |
| | public | float | nextTabStop(float x, int tabOffset) |
| | public | void | paint(Graphics g, Shape a) Overrides: View |
| | public | void | removeUpdate(DocumentEvent changes, Shape a, ViewFactory f) Overrides: View |
| | public | void | setSize(float width, float height) Overrides: View |
| | protected | void | updateDamage(DocumentEvent changes, Shape a, ViewFactory f) |
| | protected | void | updateMetrics() |
| | public | int | viewToModel(float fx, float fy, Shape a, Position.Bias[] bias) Overrides: View |
| |
|
|
|
INHERITED METHODS:
| getParent(), isVisible(), getPreferredSpan(int), getMinimumSpan(int), getMaximumSpan(int), preferenceChanged(javax.swing.text.View, boolean, boolean), getAlignment(int), paint(java.awt.Graphics, java.awt.Shape), setParent(javax.swing.text.View), getViewCount(), getView(int), removeAll(), remove(int), insert(int, javax.swing.text.View), append(javax.swing.text.View), replace(int, int, javax.swing.text.View[]), getViewIndex(int, javax.swing.text.Position.Bias), getViewIndex(float, float, java.awt.Shape), getChildAllocation(int, java.awt.Shape), getNextVisualPositionFrom(int, javax.swing.text.Position.Bias, java.awt.Shape, int, javax.swing.text.Position.Bias[]), modelToView(int, java.awt.Shape, javax.swing.text.Position.Bias), modelToView(int, javax.swing.text.Position.Bias, int, javax.swing.text.Position.Bias, java.awt.Shape), modelToView(int, java.awt.Shape), viewToModel(float, float, java.awt.Shape, javax.swing.text.Position.Bias[]), viewToModel(float, float, java.awt.Shape), insertUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory), removeUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory), changedUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory), getDocument(), getStartOffset(), getEndOffset(), getElement(), getGraphics(), getAttributes(), breakView(int, int, float, float), createFragment(int, int), getBreakWeight(int, float, float), getResizeWeight(int), setSize(float, float), getContainer(), getViewFactory(), getToolTipText(float, float, java.awt.Shape), updateChildren(javax.swing.event.DocumentEvent.ElementChange, javax.swing.event.DocumentEvent, javax.swing.text.ViewFactory), forwardUpdate(javax.swing.event.DocumentEvent.ElementChange, javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory), forwardUpdateToView(javax.swing.text.View, javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory), updateLayout(javax.swing.event.DocumentEvent.ElementChange, javax.swing.event.DocumentEvent, java.awt.Shape), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|