JavaTM Platform
Standard Ed. 6

javax.swing.plaf
클래스 PopupMenuUI

java.lang.Object 
  상위를 확장 javax.swing.plaf.ComponentUI 
      상위를 확장 javax.swing.plaf.PopupMenuUI
직계의 기존의 서브 클래스:
BasicPopupMenuUI , MultiPopupMenuUI


public abstract class PopupMenuUI
extends ComponentUI

JPopupMenu 용의 플러그 인 가능한 Look & Feel 인터페이스입니다.


생성자 의 개요
PopupMenuUI ()
           
 
메소드의 개요
 Popup getPopup (JPopupMenu  popup, int x, int y)
          JPopupMenu 의 표시를 취급하는 Popup 를 돌려줍니다.
 boolean isPopupTrigger (MouseEvent  e)
           
 
클래스 javax.swing.plaf. ComponentUI 로부터 상속된 메소드
contains , createUI , getAccessibleChild , getAccessibleChildrenCount , getBaseline , getBaselineResizeBehavior , getMaximumSize , getMinimumSize , getPreferredSize , installUI , paint , uninstallUI , update
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

생성자 의 상세

PopupMenuUI

public PopupMenuUI()
메소드의 상세

isPopupTrigger

public boolean isPopupTrigger(MouseEvent  e)
도입된 버젼:
1.3

getPopup

public Popup  getPopup(JPopupMenu  popup,
                      int x,
                      int y)
JPopupMenu 의 표시를 취급하는 Popup 를 돌려줍니다.

파라미터:
popup - Popup 를 요구하는 JPopupMenu
x - Popup 가 표시되는 화면의 x 좌표
y - Popup 가 표시되는 화면의 y 좌표
반환값:
JpopupMenu 를 표시하는 Popup
도입된 버젼:
1.4

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