|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjavax.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)
지정된 draw 표면 및 그 표면상의 영역을 사용해 draw 합니다. |
protected void |
paintChild (Graphics g,
Rectangle alloc,
int index)
아이 1개를 draw 합니다. |
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. CompositeView 로부터 상속된 메소드 |
---|
getBottomInset , getInsideAllocation , getLeftInset , getNextEastWestVisualPositionFrom , getNextNorthSouthVisualPositionFrom , getNextVisualPositionFrom , getRightInset , getTopInset , getView , getViewAtPosition , getViewCount , getViewIndex , getViewIndexAtPosition , loadChildren , modelToView , setInsets , setParagraphInsets |
클래스 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
- 사용하는 draw 표면allocation
- draw를 위해서(때문에) 할당할 수 있었던 영역View.paint(java.awt.Graphics, java.awt.Shape)
protected void paintChild(Graphics g, Rectangle alloc, int index)
BoxView
내의 paintChild
g
- 그래픽스 문맥alloc
- 자를 draw 하는 할당 영역index
- 자의 인덱스protected void setPropertiesFromAttributes()
BlockView
의 기술:
BlockView
내의 setPropertiesFromAttributes
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.