|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
FlowView を使用しているパッケージ | |
---|---|
javax.swing.text | 編集可能/編集不能テキストコンポーネントを処理するクラスとインタフェースを提供します。 |
javax.swing.text での FlowView の使用 |
---|
javax.swing.text での FlowView のサブクラス | |
---|---|
class |
ParagraphView
複数のフォント、色、コンポーネント、アイコンなどをサポートする単純な行折り返し段落のビューです。 |
FlowView 型のパラメータを持つ javax.swing.text のメソッド | |
---|---|
protected void |
FlowView.FlowStrategy.adjustRow(FlowView fv,
int rowIndex,
int desiredSpan,
int x)
指定された行を可能であれば調整して、配置スパン内に収めるようにします。 |
void |
FlowView.FlowStrategy.changedUpdate(FlowView fv,
DocumentEvent e,
Rectangle alloc)
このビューが扱う位置で属性が変更されたことをドキュメントから通知します。 |
protected View |
FlowView.FlowStrategy.createView(FlowView fv,
int startOffset,
int spanLeft,
int rowIndex)
現在のフローの一部を表すために使用できるビューを作成します。 |
protected View |
FlowView.FlowStrategy.getLogicalView(FlowView fv)
このメソッドは FlowView の論理ビューへのフローを示します。 |
void |
FlowView.FlowStrategy.insertUpdate(FlowView fv,
DocumentEvent e,
Rectangle alloc)
このビューが担当する位置でドキュメントに何かが挿入されたことを通知します。 |
void |
FlowView.FlowStrategy.layout(FlowView fv)
指定された FlowView のフローを更新します。 |
protected int |
FlowView.FlowStrategy.layoutRow(FlowView fv,
int rowIndex,
int pos)
行の配置スパンのなかにおさまるビューの行を作成します。 |
void |
FlowView.FlowStrategy.removeUpdate(FlowView fv,
DocumentEvent e,
Rectangle alloc)
このビューが担当するドキュメント内の位置から何かが削除されたということを通知します。 |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。