| Methoden |
| public View | getParent() |
| public boolean | isVisible() |
| public float | getPreferredSpan(int axis) |
| public float | getMinimumSpan(int axis) |
| public float | getMaximumSpan(int axis) |
| public void | preferenceChanged(View child, boolean width, boolean height) |
| public float | getAlignment(int axis) |
| public void | paint(Graphics g, Shape allocation) |
| public void | setParent(View parent) |
| public int | getViewCount() |
| public View | getView(int n) |
| public void | removeAll() ![[1.3]](../../images/marg13.gif) |
| public void | remove(int i) ![[1.3]](../../images/marg13.gif) |
| public void | insert(int offs, View v) ![[1.3]](../../images/marg13.gif) |
| public void | append(View v) ![[1.3]](../../images/marg13.gif) |
| public void | replace(int offset, int length, View[] views) ![[1.3]](../../images/marg13.gif) |
| public int | getViewIndex(int pos, Position.Bias b) ![[1.3]](../../images/marg13.gif) |
| public Shape | getChildAllocation(int index, Shape a) |
| public int | getNextVisualPositionFrom(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) |
| public Shape | modelToView(int pos, Shape a, Position.Bias b) |
| public Shape | modelToView(int p0, Position.Bias b0, int p1, Position.Bias b1, Shape a) |
| public int | viewToModel(float x, float y, Shape a, Position.Bias[] biasReturn) |
| public void | insertUpdate(DocumentEvent e, Shape a, ViewFactory f) |
| public void | removeUpdate(DocumentEvent e, Shape a, ViewFactory f) |
| public void | changedUpdate(DocumentEvent e, Shape a, ViewFactory f) |
| public Document | getDocument() |
| public int | getStartOffset() |
| public int | getEndOffset() |
| public Element | getElement() |
| public Graphics | getGraphics() ![[1.3]](../../images/marg13.gif) |
| public AttributeSet | getAttributes() |
| public View | breakView(int axis, int offset, float pos, float len) |
| public View | createFragment(int p0, int p1) |
| public int | getBreakWeight(int axis, float pos, float len) |
| public int | getResizeWeight(int axis) |
| public void | setSize(float width, float height) |
| public Container | getContainer() |
| public ViewFactory | getViewFactory() |
| public String | getToolTipText(float x, float y, Shape allocation) ![[1.4]](../../images/marg14.gif) |
| public int | getViewIndex(float x, float y, Shape allocation) ![[1.4]](../../images/marg14.gif) |
| protected boolean | updateChildren(DocumentEvent.ElementChange ec, DocumentEvent e, ViewFactory f) ![[1.3]](../../images/marg13.gif) |
| protected void | forwardUpdate(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a, ViewFactory f) ![[1.3]](../../images/marg13.gif) |
| protected void | forwardUpdateToView(View v, DocumentEvent e, Shape a, ViewFactory f) ![[1.3]](../../images/marg13.gif) |
| protected void | updateLayout(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a) ![[1.3]](../../images/marg13.gif) |
| public Shape | modelToView(int pos, Shape a)
Verworfen in Version 1.4. |
| public int | viewToModel(float x, float y, Shape a)
Verworfen in Version 1.4. |