java.lang.Object
javax.swing.text.View
javax.swing.text.CompositeView
javax.swing.text.BoxView
javax.swing.text.WrappedPlainView
- All Implemented Interfaces:
- SwingConstants, TabExpander
- See Also:
- Source Code
protected int calculateBreakPosition(int p0,
int p1)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void changedUpdate(DocumentEvent e,
Shape a,
ViewFactory f)
- See Also:
- View
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void drawLine(int p0,
int p1,
Graphics g,
int x,
int y)
- See Also:
drawSelectedText(java.awt.Graphics, int, int, int, int)
, drawUnselectedText(java.awt.Graphics, int, int, int, int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int drawSelectedText(Graphics g,
int x,
int y,
int p0,
int p1)
throws BadLocationException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int drawUnselectedText(Graphics g,
int x,
int y,
int p0,
int p1)
throws BadLocationException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected final Segment getLineBuffer()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public float getMaximumSpan(int axis)
- See Also:
- BoxView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public float getMinimumSpan(int axis)
- See Also:
- BoxView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public float getPreferredSpan(int axis)
- See Also:
- BoxView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int getTabSize()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insertUpdate(DocumentEvent e,
Shape a,
ViewFactory f)
- See Also:
- View
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void loadChildren(ViewFactory f)
- See Also:
CompositeView.setParent(javax.swing.text.View)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public float nextTabStop(float x,
int tabOffset)
- See Also:
- TabExpander
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void paint(Graphics g,
Shape a)
- See Also:
- BoxView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void removeUpdate(DocumentEvent e,
Shape a,
ViewFactory f)
- See Also:
- View
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setSize(float width,
float height)
- See Also:
- BoxView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public WrappedPlainView(Element elem)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public WrappedPlainView(Element elem,
boolean wordWrap)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples