KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > TableView

javax.swing.text
Class TableView

java.lang.Object
  extended by javax.swing.text.View
      extended by javax.swing.text.CompositeView
          extended by javax.swing.text.BoxView
              extended by javax.swing.text.TableView
All Implemented Interfaces:
SwingConstants

protected SizeRequirements calculateMinorAxisRequirements(int axis,
                                                          SizeRequirements r)
See Also:
BoxView
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
protected TableView.TableCell createTableCell(Element elem)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected TableView.TableRow createTableRow(Element elem)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void forwardUpdate(DocumentEvent.ElementChange ec,
                             DocumentEvent e,
                             Shape a,
                             ViewFactory f)
See Also:
View.changedUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory), View.removeUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory), View.insertUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory), 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 layoutColumns(int targetSpan,
                             int[] offsets,
                             int[] spans,
                             SizeRequirements[] reqs)
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(Element elem)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags