JavaTM Platform
Standard Ed. 6

javax.swing.text
클래스 TableView.TableCell

java.lang.Object 
  상위를 확장 javax.swing.text.View 
      상위를 확장 javax.swing.text.CompositeView 
          상위를 확장 javax.swing.text.BoxView 
              상위를 확장 javax.swing.text.TableView.TableCell
모든 구현된 인터페이스:
SwingConstants
포함되어 있는 클래스:
TableView


추천 되고 있지 않습니다.  테이블 셀은 임의의 View 구현이 될 수가 있습니다.

@Deprecated 
public class TableView.TableCell
extends BoxView


필드의 개요
 
클래스 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
 
생성자 의 개요
TableView.TableCell (Element  elem)
          추천 되고 있지 않습니다.  지정된 요소의 테이블 셀을 구축합니다.
 
메소드의 개요
 int getColumnCount ()
          추천 되고 있지 않습니다.  이 셀이 추가하는 열의 수를 돌려줍니다 (구라두의 폭 등).
 int getGridColumn ()
          추천 되고 있지 않습니다.  구라두 위치의 열을 가져옵니다.
 int getGridRow ()
          추천 되고 있지 않습니다.  구라두 위치의 행을 가져옵니다.
 int getRowCount ()
          추천 되고 있지 않습니다.  이 셀이 추가하는 행의 수 (구라두의 높이)를 돌려줍니다.
 void setGridLocation (int row, int col)
          추천 되고 있지 않습니다.  구라두 위치를 설정합니다.
 
클래스 javax.swing.text. BoxView 로부터 상속된 메소드
baselineLayout , baselineRequirements , calculateMajorAxisRequirements , calculateMinorAxisRequirements , childAllocation , flipEastAndWestAtEnds , forwardUpdate , getAlignment , getAxis , getChildAllocation , getHeight , getMaximumSpan , getMinimumSpan , getOffset , getPreferredSpan , getResizeWeight , getSpan , getViewAtPoint , getWidth , isAfter , isAllocationValid , isBefore , isLayoutValid , layout , layoutChanged , layoutMajorAxis , layoutMinorAxis , modelToView , paint , paintChild , 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 , setParent
 
클래스 javax.swing.text. View 로부터 상속된 메소드
append , breakView , changedUpdate , createFragment , forwardUpdateToView , getAttributes , 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
 

생성자 의 상세

TableView.TableCell

public TableView.TableCell(Element  elem)
추천 되고 있지 않습니다.  
지정된 요소의 테이블 셀을 구축합니다.

파라미터:
elem - 이 뷰가 취급하는 요소
도입된 버젼:
1.4
메소드의 상세

getColumnCount

public int getColumnCount()
추천 되고 있지 않습니다.  
이 셀이 추가하는 열의 수를 돌려줍니다 (구라두의 폭 등).

반환값:
렬수

getRowCount

public int getRowCount()
추천 되고 있지 않습니다.  
이 셀이 추가하는 행의 수 (구라두의 높이)를 돌려줍니다.

반환값:
행 수

setGridLocation

public void setGridLocation(int row,
                            int col)
추천 되고 있지 않습니다.  
구라두 위치를 설정합니다.

파라미터:
row - 행 >= 0
col - 열 >= 0

getGridRow

public int getGridRow()
추천 되고 있지 않습니다.  
구라두 위치의 행을 가져옵니다.


getGridColumn

public int getGridColumn()
추천 되고 있지 않습니다.  
구라두 위치의 열을 가져옵니다.


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