JavaTM Platform
Standard Ed. 6

클래스
javax.swing.JRootPane 의 사용

JRootPane 를 사용하고 있는 패키지
javax.swing 모든 플랫폼에서 가능한 한 똑같이 기능하는 「경량」(Java 공통 언어) 컴퍼넌트세트를 제공합니다.  
javax.swing.plaf.basic 기본 Look & Feel 에 따라 구축된 사용자 인터페이스 객체를 제공합니다.  
 

javax.swing 에서의 JRootPane 의 사용
 

JRootPane 로서 선언되고 있는 javax.swing 의 필드
protected  JRootPane JFrame. rootPane
          glassPane 뿐만이 아니라, 이 프레임의 contentPane 및 옵션의 menuBar 를 관리하는 JRootPane 의 인스턴스입니다.
protected  JRootPane JInternalFrame. rootPane
          유리 구획 뿐만이 아니라, 이 프레임의 컨텐츠 구획 및 옵션의 도구모음을 관리하는 JRootPane 의 인스턴스입니다.
protected  JRootPane JDialog. rootPane
           
protected  JRootPane JWindow. rootPane
          glassPane 뿐만이 아니라, 이 프레임의 contentPane 및 옵션의 menuBar 를 관리하는 JRootPane 의 인스턴스입니다.
protected  JRootPane JApplet. rootPane
           
 

JRootPane 를 돌려주는 javax.swing 의 메소드
protected  JRootPane JFrame. createRootPane ()
          생성자 메소드에 의해 불려 가 디폴트의 rootPane 를 작성합니다.
protected  JRootPane JInternalFrame. createRootPane ()
          JRootPane 를 설정하기 위해서 생성자 에 의해 불려 갑니다.
protected  JRootPane JDialog. createRootPane ()
          생성자 메소드에 의해 불려 가 디폴트의 rootPane 를 작성합니다.
protected  JRootPane JWindow. createRootPane ()
          생성자 메소드에 의해 불려 가 디폴트의 rootPane 를 작성합니다.
protected  JRootPane JApplet. createRootPane ()
          생성자 메소드에 의해 불려 가 디폴트의 rootPane 을 생성합니다.
 JRootPane JFrame. getRootPane ()
          이 프레임의 rootPane 객체를 돌려줍니다.
 JRootPane RootPaneContainer. getRootPane ()
          이 컴퍼넌트의 단일의 JRootPane 의 아이를 돌려줍니다.
 JRootPane JComponent. getRootPane ()
          이 컴퍼넌트의 JRootPane 상위 컴퍼넌트를 돌려줍니다.
 JRootPane JInternalFrame. getRootPane ()
          이 내부 프레임의 rootPane 객체를 돌려줍니다.
 JRootPane JDialog. getRootPane ()
          이 다이얼로그의 rootPane 객체를 돌려줍니다.
 JRootPane JWindow. getRootPane ()
          이 윈도우의 rootPane 객체를 돌려줍니다.
 JRootPane JApplet. getRootPane ()
          애플릿의 rootPane 객체를 돌려줍니다.
static JRootPane SwingUtilities. getRootPane (Component  c)
          c 가 하위 JRootPane 객체의 경우는, 게다가 위 JRootPane 객체를 돌려줍니다.
 

JRootPane 형의 파라미터를 가지는 javax.swing 의 메소드
protected  void JFrame. setRootPane (JRootPane  root)
          rootPane 프로퍼티을 설정합니다.
protected  void JInternalFrame. setRootPane (JRootPane  root)
          이 JInternalFramerootPane 프로퍼티을 설정합니다.
protected  void JDialog. setRootPane (JRootPane  root)
          rootPane 프로퍼티을 설정합니다.
protected  void JWindow. setRootPane (JRootPane  root)
          이 윈도우의 새로운 rootPane 객체를 설정합니다.
protected  void JApplet. setRootPane (JRootPane  root)
          rootPane 프로퍼티을 설정합니다.
 

javax.swing.plaf.basic 에서의 JRootPane 의 사용
 

JRootPane 형의 파라미터를 가지는 javax.swing.plaf.basic 의 메소드
protected  void BasicRootPaneUI. installComponents (JRootPane  root)
           
protected  void BasicRootPaneUI. installDefaults (JRootPane  c)
           
protected  void BasicRootPaneUI. installKeyboardActions (JRootPane  root)
           
protected  void BasicRootPaneUI. installListeners (JRootPane  root)
           
protected  void BasicRootPaneUI. uninstallComponents (JRootPane  root)
           
protected  void BasicRootPaneUI. uninstallDefaults (JRootPane  root)
           
protected  void BasicRootPaneUI. uninstallKeyboardActions (JRootPane  root)
           
protected  void BasicRootPaneUI. uninstallListeners (JRootPane  root)
           
 


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