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 도 참조해 주세요.