JavaTM Platform
Standard Ed. 6

クラス
javax.swing.text.FlowView の使用

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 Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。