JavaTM Platform
Standard Ed. 6

javax.swing.plaf.basic
클래스 BasicCheckBoxMenuItemUI

java.lang.Object 
  상위를 확장 javax.swing.plaf.ComponentUI 
      상위를 확장 javax.swing.plaf.ButtonUI 
          상위를 확장 javax.swing.plaf.MenuItemUI 
              상위를 확장 javax.swing.plaf.basic.BasicMenuItemUI 
                  상위를 확장 javax.swing.plaf.basic.BasicCheckBoxMenuItemUI


public class BasicCheckBoxMenuItemUI
extends BasicMenuItemUI

BasicCheckboxMenuItem 의 구현입니다.


상자의 클래스의 개요
 
클래스 javax.swing.plaf.basic. BasicMenuItemUI 로부터 상속된 상자의 클래스/인터페이스
BasicMenuItemUI.MouseInputHandler
 
필드의 개요
 
클래스 javax.swing.plaf.basic. BasicMenuItemUI 로부터 상속된 필드
acceleratorFont , acceleratorForeground , acceleratorSelectionForeground , arrowIcon , checkIcon , defaultTextIconGap , disabledForeground , menuDragMouseListener , menuItem , menuKeyListener , mouseInputListener , oldBorderPainted , propertyChangeListener , selectionBackground , selectionForeground
 
생성자 의 개요
BasicCheckBoxMenuItemUI ()
           
 
메소드의 개요
static ComponentUI createUI (JComponent  c)
           
protected  String getPropertyPrefix ()
           
 void processMouseEvent (JMenuItem  item, MouseEvent  e, MenuElement [] path, MenuSelectionManager  manager)
           
 
클래스 javax.swing.plaf.basic. BasicMenuItemUI 로부터 상속된 메소드
createMenuDragMouseListener , createMenuKeyListener , createMouseInputListener , createPropertyChangeListener , doClick , getMaximumSize , getMinimumSize , getPath , getPreferredMenuItemSize , getPreferredSize , installComponents , installDefaults , installKeyboardActions , installListeners , installUI , paint , paintBackground , paintMenuItem , paintText , uninstallComponents , uninstallDefaults , uninstallKeyboardActions , uninstallListeners , uninstallUI , update
 
클래스 javax.swing.plaf. ComponentUI 로부터 상속된 메소드
contains , getAccessibleChild , getAccessibleChildrenCount , getBaseline , getBaselineResizeBehavior
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

생성자 의 상세

BasicCheckBoxMenuItemUI

public BasicCheckBoxMenuItemUI()
메소드의 상세

createUI

public static ComponentUI  createUI(JComponent  c)

getPropertyPrefix

protected String  getPropertyPrefix()
오버라이드(override):
클래스 BasicMenuItemUI 내의 getPropertyPrefix

processMouseEvent

public void processMouseEvent(JMenuItem  item,
                              MouseEvent  e,
                              MenuElement [] path,
                              MenuSelectionManager  manager)

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