java.lang.Object
javax.swing.text.View
javax.swing.text.CompositeView
javax.swing.text.BoxView
javax.swing.text.TableView.TableRow
- All Implemented Interfaces:
- SwingConstants
- Enclosing class:
- TableView
public int getResizeWeight(int axis)
- See Also:
- IllegalArgumentException, BoxView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected View getViewAtPosition(int pos,
Rectangle a)
- See Also:
- CompositeView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void layoutMajorAxis(int targetSpan,
int axis,
int[] offsets,
int[] spans)
- See Also:
- BoxView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void layoutMinorAxis(int targetSpan,
int axis,
int[] offsets,
int[] spans)
- See Also:
- BoxView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void replace(int offset,
int length,
View[] views)
- See Also:
- BoxView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TableView.TableRow(Element elem)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples