|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.swing.text.View javax.swing.text.CompositeView javax.swing.text.BoxView javax.swing.text.html.BlockView javax.swing.text.html.ListView
public class ListView
HTML リストを表示するビューの実装です。
フィールドの概要 |
---|
クラス javax.swing.text.View から継承されたフィールド |
---|
BadBreakWeight, ExcellentBreakWeight, ForcedBreakWeight, GoodBreakWeight, X_AXIS, Y_AXIS |
インタフェース javax.swing.SwingConstants から継承されたフィールド |
---|
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
コンストラクタの概要 | |
---|---|
ListView(Element elem)
リスト要素を表す新しいビューを作成します。 |
メソッドの概要 | |
---|---|
float |
getAlignment(int axis)
リストの適切な形状を算出します。 |
void |
paint(Graphics g,
Shape allocation)
指定された描画表面およびその表面上の領域を使って描画します。 |
protected void |
paintChild(Graphics g,
Rectangle alloc,
int index)
子の 1 つを描画します。 |
protected void |
setPropertiesFromAttributes()
属性に由来する値がキャッシュに書き込まれていれば、それを更新します。 |
クラス javax.swing.text.html.BlockView から継承されたメソッド |
---|
calculateMajorAxisRequirements, calculateMinorAxisRequirements, changedUpdate, getAttributes, getMaximumSpan, getMinimumSpan, getPreferredSpan, getResizeWeight, getStyleSheet, layoutMinorAxis, setParent |
クラス javax.swing.text.BoxView から継承されたメソッド |
---|
baselineLayout, baselineRequirements, childAllocation, flipEastAndWestAtEnds, forwardUpdate, getAxis, getChildAllocation, getHeight, getOffset, getSpan, getViewAtPoint, getWidth, isAfter, isAllocationValid, isBefore, isLayoutValid, layout, layoutChanged, layoutMajorAxis, modelToView, preferenceChanged, replace, setAxis, setSize, viewToModel |
クラス javax.swing.text.View から継承されたメソッド |
---|
append, breakView, createFragment, forwardUpdateToView, getBreakWeight, getContainer, getDocument, getElement, getEndOffset, getGraphics, getParent, getStartOffset, getToolTipText, getViewFactory, getViewIndex, insert, insertUpdate, isVisible, modelToView, remove, removeAll, removeUpdate, updateChildren, updateLayout, viewToModel |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ListView(Element elem)
elem
- ビューを作成する要素メソッドの詳細 |
---|
public float getAlignment(int axis)
BlockView
内の getAlignment
axis
- X_AXIS または Y_AXIS
View.getPreferredSpan(int)
public void paint(Graphics g, Shape allocation)
BlockView
内の paint
g
- 使用する描画表面allocation
- 描画のために割り当てられた領域View.paint(java.awt.Graphics, java.awt.Shape)
protected void paintChild(Graphics g, Rectangle alloc, int index)
BoxView
内の paintChild
g
- グラフィックスコンテキストalloc
- 子を描画する割り当て領域index
- 子のインデックスprotected void setPropertiesFromAttributes()
BlockView
の記述:
BlockView
内の setPropertiesFromAttributes
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。