JavaTM Platform
Standard Ed. 6

클래스
javax.swing.JComponent 의 사용

JComponent 를 사용하고 있는 패키지
javax.swing 모든 플랫폼에서 가능한 한 똑같이 기능하는 「경량」(Java 공통 언어) 컴퍼넌트세트를 제공합니다.  
javax.swing.colorchooser 이 패키지에는,JColorChooser 컴퍼넌트에 의해 사용되는 클래스 및 인터페이스가 포함되어 있습니다.  
javax.swing.event Swing 컴퍼넌트에 의해 트리거되는 이벤트를 제공합니다.  
javax.swing.plaf 1 개의 인터페이스 및 많은 abstract 클래스를 제공하고 있어, Swing 는, 플러그 인 가능한 Look & Feel 기능을 실현하기 위해서(때문에) 이러한 클래스를 이용합니다.  
javax.swing.plaf.basic 기본 Look & Feel 에 따라 구축된 사용자 인터페이스 객체를 제공합니다.  
javax.swing.plaf.metal 디폴트의 Look & Feel 인 Java Look & Feel (코드명은 Metal)에 따라 작성된 사용자 인터페이스 객체를 제공합니다.  
javax.swing.plaf.multi 복수의 Look & Feel 를 결합하는 사용자 인터페이스 객체를 제공합니다.  
javax.swing.plaf.synth Synth 는, 모든 페인트가 위양 되는 스킨 설정 가능한 Look & Feel 입니다.  
javax.swing.table javax.swing.JTable 를 처리하기 위한 클래스 및 인터페이스를 제공합니다.  
javax.swing.text 편집 가능한 텍스트 컴퍼넌트와 편집 불능인 텍스트 컴퍼넌트를 처리하는 클래스와 인터페이스를 제공합니다.  
javax.swing.tree javax.swing.JTree 를 처리하기 위한 클래스와 인터페이스를 제공합니다.  
 

javax.swing 에서의 JComponent 의 사용
 

javax.swing 에서의 JComponent 의 서브 클래스
 class AbstractButton
          버튼 및 메뉴 항목의 공통 동작을 정의합니다.
 class Box
          BoxLayout 객체를 레이아웃 매니저로서 사용하는 경량인 컨테이너입니다.
static class Box.Filler
          배치에 포함되지만 뷰를 가지지 않는 경량 컴퍼넌트의 구현입니다.
 class DefaultListCellRenderer
          리스트내의 항목을 draw 합니다.
static class DefaultListCellRenderer.UIResource
          UIResource 를 구현하는 DefaultListCellRenderer 의 서브 클래스입니다.
 class JButton
           「푸쉬」버튼의 구현입니다.
 class JCheckBox
          체크 박스, 즉 선택 혹은 선택 해제할 수 있는 항목의 구현으로, 그 상태를 표시합니다.
 class JCheckBoxMenuItem
          선택 또는 선택 해제할 수 있는 메뉴 항목입니다.
 class JColorChooser
          JColorChooser 는, 사용자가 색을 선택 및 조작할 수 있도록(듯이) 설계된 컨트롤의 구획을 제공합니다.
 class JComboBox
          버튼, 또는 편집 가능 필드와 드롭 다운 리스트를 조합한 컴퍼넌트입니다.
 class JDesktopPane
          멀티 문서 인터페이스 또는 가상 데스크탑을 생성하는 컨테이너입니다.
 class JEditorPane
          다양한 종류의 컨텐츠를 편집하기 위한 텍스트 컴퍼넌트입니다.
 class JFileChooser
          JFileChooser 는 사용자가 파일을 선택하는 단순한 기구를 제공합니다.
 class JFormattedTextField
          JFormattedTextField 는,JTextField 를 확장해, 임의의 값을 포맷 하거나 사용자가 텍스트를 편집한 후에의 특정의 객체를 취득하거나 하는 기능을 추가합니다.
 class JInternalFrame
          네이티브인 프레임에, 드래그, 클로즈, 아이콘화, 사이즈 변경, 타이틀 표시, 및 도구모음의 지원 등, 많은 기능을 제공하는 경량 객체입니다.
static class JInternalFrame.JDesktopIcon
          이 컴퍼넌트는 JInternalFrame 의 아이콘화 한 버젼을 나타냅니다.
 class JLabel
          짧은 텍스트 캐릭터 라인이나 이미지의 표시 영역입니다.
 class JLayeredPane
          JLayeredPane 는, JFC/Swing 컨테이너에 깊이를 추가해, 필요하면 컴퍼넌트 끼리가 서로 오버랩 할 수 있도록(듯이) 합니다.
 class JList
          객체의 리스트를 표시해, 사용자가 1 개 또는 복수의 객체를 선택할 수 있도록(듯이) 하는 컴퍼넌트입니다.
 class JMenu
          메뉴의 구현이며, 사용자가 JMenuBar 로 항목을 선택한다고 표시되는 JMenuItem 를 보관 유지하는 pop-up 윈도우입니다.
 class JMenuBar
          도구모음의 구현입니다.
 class JMenuItem
          메뉴의 항목의 구현입니다.
 class JOptionPane
          JOptionPane 에 의해, 사용자에게 값의 입력을 요구하거나 정보를 제시하거나 하는 표준의 다이알로그 박스를 간단하게 표시할 수가 있습니다.
 class JPanel
          JPanel 는, 범용의 경량 컨테이너입니다.
 class JPasswordField
          JPasswordField 는, 1 행의 텍스트의 편집을 가능하게 하는, 경량 컴퍼넌트입니다.
 class JPopupMenu
          pop-up menu의 구현입니다.
static class JPopupMenu.Separator
          pop-up menu 고유의 separator입니다.
 class JProgressBar
          일부의 태스크의 진척 상황을 시각적으로 표시하는 컴퍼넌트입니다.
 class JRadioButton
          라디오 버튼의 구현입니다.
 class JRadioButtonMenuItem
          라디오 버튼 메뉴 항목의 구현입니다.
 class JRootPane
          JFrame,JDialog,JWindow,JApplet, 및 JInternalFrame 가 내부에서 사용하는 경량 컨테이너입니다.
 class JScrollBar
          스크롤 바의 구현입니다.
 class JScrollPane
          경량 컴퍼넌트의 스크롤 가능한 뷰를 제공합니다.
protected  class JScrollPane.ScrollBar
          디폴트에서는,JScrollPane 는, 이 클래스의 인스턴스인 스크롤 바를 작성합니다.
 class JSeparator
          JSeparator 는, 단락선을 구현하기 위한 범용적인 컴퍼넌트를 제공합니다.
 class JSlider
          사용자가 지정된 구간내에서 노브를 슬라이드하는 것으로써 그래피컬하게 값을 선택할 수 있도록(듯이) 하는 컴퍼넌트입니다.
 class JSpinner
          사용자가, 순서 붙일 수 있었던 순서로부터 수 또는 객체를 선택할 수 있도록(듯이) 하는 단일행의 입력 필드입니다.
static class JSpinner.DateEditor
          모델이 SpinnerDateModelJSpinner 용의 에디터입니다.
static class JSpinner.DefaultEditor
          특수한 에디터용의 간단한 base class입니다.
static class JSpinner.ListEditor
          모델이 SpinnerListModelJSpinner 용의 에디터입니다.
static class JSpinner.NumberEditor
          모델이 SpinnerNumberModelJSpinner 용의 에디터입니다.
 class JSplitPane
          JSplitPane 는 2 개의 Component 를 분할하는데 사용합니다 (2 개(살)인 만큼 분할).
 class JTabbedPane
          지정된 타이틀이나 아이콘을 가지는 탭을 클릭하는 것으로써, 사용자가 컴퍼넌트의 그룹을 교체되도록(듯이) 하는 컴퍼넌트입니다.
 class JTable
          JTable 는, 셀의 일반적으로의 2 차원 테이블 형식을 표시해, 편집하기 위해서 사용합니다.
 class JTextArea
          JTextArea 는, plaintext를 표시하는 복수행의 영역입니다.
 class JTextField
          JTextField 는, 1 행의 텍스트의 편집을 가능하게 하는 경량 컴퍼넌트입니다.
 class JTextPane
          그래픽으로 표현되는 속성으로 마크 올라갈 수 있는 텍스트 컴퍼넌트입니다.
 class JToggleButton
          2 상태 버튼의 구현입니다.
 class JToolBar
          JToolBar 는, 일반적으로 사용되는 Action 또는 컨트롤을 표시하는데 도움이 되는 컴퍼넌트를 제공합니다.
static class JToolBar.Separator
          툴바 독자적인 separator입니다.
 class JToolTip
          Component 의 「힌트」를 표시하기 위해서 사용합니다.
 class JTree
           계층 데이터세트를 아우트라인으로 표시하는 컨트롤입니다.
 class JViewport
          기본이 되는 정보를 보기 위해서(때문에) 사용하는 「뷰포트 (창)」입니다.
 

JComponent 로서 선언되고 있는 javax.swing 의 필드
protected  JComponent DefaultCellEditor. editorComponent
          편집중의 Swing 컴퍼넌트입니다.
 

JComponent 를 돌려주는 javax.swing 의 메소드
protected  JComponent JSpinner. createEditor (SpinnerModel  model)
          이 메소드는, 순서의 현재의 값을 표시하는 JComponent 를 작성하기 위해서, 생성자 에 의해 불려 갑니다.
 JComponent JFileChooser. getAccessory ()
          악세사리 컴퍼넌트를 돌려줍니다.
 JComponent ComponentInputMap. getComponent ()
          InputMap 가 생성된 컴퍼넌트를 돌려줍니다.
 JComponent JToolTip. getComponent ()
          툴팁가 적용되는 컴퍼넌트를 돌려줍니다.
 JComponent JSpinner. getEditor ()
          모델의 값을 표시해, 변경도 할 수 있는 컴퍼넌트를 돌려줍니다.
 JComponent JColorChooser. getPreviewPanel ()
          선택된 색을 표시하는 프리뷰 패널을 돌려줍니다.
 

JComponent 형의 파라미터를 가지는 javax.swing 의 메소드
 void RepaintManager. addDirtyRegion (JComponent  c, int x, int y, int w, int h)
          재표시되는 컴퍼넌트의 리스트에 컴퍼넌트를 추가합니다.
 void RepaintManager. addInvalidComponent (JComponent  invalidComponent)
          레이아웃의 필요에 따라서 컴퍼넌트를 마크 해, 컴퍼넌트의 최초의 isValidateRoot()의 상위 객체를 검증하는 이벤트발송쓰레드를 위해서(때문에) 실행 가능한 컴퍼넌트를 기다리는 행렬에 넣습니다.
 GroupLayout.SequentialGroup GroupLayout.SequentialGroup. addPreferredGap (JComponent  comp1, JComponent  comp2, LayoutStyle.ComponentPlacement  type)
          2 개의 컴퍼넌트간의 추천 갭을 나타내는 요소를 추가합니다.
 GroupLayout.SequentialGroup GroupLayout.SequentialGroup. addPreferredGap (JComponent  comp1, JComponent  comp2, LayoutStyle.ComponentPlacement  type, int pref, int max)
          2 개의 컴퍼넌트간의 추천 갭을 나타내는 요소를 추가합니다.
 void DesktopManager. beginDraggingFrame (JComponent  f)
          일반적으로, 사용자가 컴퍼넌트의 드래그 개시를 나타내면(자) 불려 갑니다.
 void DefaultDesktopManager. beginDraggingFrame (JComponent  f)
           
 void DesktopManager. beginResizingFrame (JComponent  f, int direction)
          이 메소드는, 일반적으로, 사용자가 프레임의 사이즈 변경 개시를 나타내면(자) 불려 갑니다.
 void DefaultDesktopManager. beginResizingFrame (JComponent  f, int direction)
           
static Rectangle SwingUtilities. calculateInnerArea (JComponent  c, Rectangle  r)
          r 내에서 지정된 컴퍼넌트의 내부 페인트 영역의 위치와 사이즈를 포함해,r 를 돌려줍니다.
 boolean TransferHandler. canImport (JComponent  comp, DataFlavor [] transferFlavors)
          컴퍼넌트가 실제로 일련의 데이타후레이바의 임포트를 시도하기 전에, 데이타후레이바의 임포트를 받아들일지 어떨지를 나타냅니다.
protected  Transferable TransferHandler. createTransferable (JComponent  c)
          데이터 전송의 소스로서 사용하는 Transferable 를 작성합니다.
static RepaintManager RepaintManager. currentManager (JComponent  c)
          JComponent 를 지정해, 호출측 thread의 RepaintManager 를 돌려줍니다.
 void DesktopManager. dragFrame (JComponent  f, int newX, int newY)
          사용자가 프레임을 이동했습니다.
 void DefaultDesktopManager. dragFrame (JComponent  f, int newX, int newY)
          드래그 되고 있는 프레임의 가시 위치가 지정된 위치로 이동합니다.
 void DesktopManager. endDraggingFrame (JComponent  f)
          이 메소드는, 드래그 세션의 마지막을 나타냅니다.
 void DefaultDesktopManager. endDraggingFrame (JComponent  f)
           
 void DesktopManager. endResizingFrame (JComponent  f)
          이 메소드는, 사이즈 변경 세션의 마지막을 나타냅니다.
 void DefaultDesktopManager. endResizingFrame (JComponent  f)
           
 void TransferHandler. exportAsDrag (JComponent  comp, InputEvent  e, int action)
          Swing 드래그 지원를 개시합니다.
protected  void TransferHandler. exportDone (JComponent  source, Transferable  data, int action)
          데이터의 export 후에 불려 갑니다.
 void TransferHandler. exportToClipboard (JComponent  comp, Clipboard  clip, int action)
          지정된 컴퍼넌트가 지정된 클립보드에 전송 합니다.
abstract  int LayoutStyle. getContainerGap (JComponent  component, int position, Container  parent)
          컴퍼넌트로부터 그 부모의 지정된 구석까지의 스페이스의 양을 돌려줍니다.
 Rectangle RepaintManager. getDirtyRegion (JComponent  aComponent)
          컴퍼넌트의 현재의 더티 리젼을 돌려줍니다.
 Icon LookAndFeel. getDisabledIcon (JComponent  component, Icon  icon)
          무효인 상태의 Icon 를 돌려줍니다.
 Icon LookAndFeel. getDisabledSelectedIcon (JComponent  component, Icon  icon)
          무효로, 한편 선택되고 있는 컴퍼넌트에 의해 사용되는 Icon 를 돌려줍니다.
static int JLayeredPane. getLayer (JComponent  c)
          JComponent 의 층 프로퍼티을 돌려줍니다.
abstract  int LayoutStyle. getPreferredGap (JComponent  component1, JComponent  component2, LayoutStyle.ComponentPlacement  type, int position, Container  parent)
          2 개의 컴퍼넌트간의 스페이스의 양을 돌려줍니다.
 int TransferHandler. getSourceActions (JComponent  c)
          소스로 지원되고 있는 전송 액션의 종류를 돌려줍니다.
static ComponentUI UIManager. getUI (JComponent  target)
          target 에 적절한 ComponentUI 구현을 돌려줍니다.
 ComponentUI UIDefaults. getUI (JComponent  target)
          지정된 컴퍼넌트의 ComponentUI 의 구현을 작성합니다.
static ActionMap SwingUtilities. getUIActionMap (JComponent  component)
          UI 가 component 로 지정한 ActionMap 를 돌려줍니다.
static InputMap SwingUtilities. getUIInputMap (JComponent  component, int condition)
          UI 가 componentcondition 로 지정한 InputMap 를 돌려줍니다.
 boolean TransferHandler. importData (JComponent  comp, Transferable  t)
          클립보드 또는 DND 드롭 조작으로부터 컴퍼넌트에 전송 합니다.
static void LookAndFeel. installBorder (JComponent  c, String  defaultBorderName)
          컴퍼넌트의 경계의 프로퍼티에 디폴트 값를 설정하는 편리한 메소드입니다.
static void LookAndFeel. installColors (JComponent  c, String  defaultBgName, String  defaultFgName)
          컴퍼넌트의 foreground 칼라 및 백그라운드 칼라의 프로퍼티에 디폴트 값를 설정하는 편리한 메소드입니다.
static void LookAndFeel. installColorsAndFont (JComponent  c, String  defaultBgName, String  defaultFgName, String  defaultFontName)
          컴퍼넌트의 foreground, 백그라운드, 및 폰트의 프로퍼티에 디폴트 값를 설정하는 편리한 메소드입니다.
static void LookAndFeel. installProperty (JComponent  c, String  propertyName, Object  propertyValue)
          개발자가 아직 프로퍼티을 설정하고 있지 않는 경우에, 지정된 이름과 값으로 프로퍼티을 컴퍼넌트에 인스톨 하는 편리한 메소드입니다.
 boolean RepaintManager. isCompletelyDirty (JComponent  aComponent)
          다음의 paintDirtyRegions()로 aComponent 가 완전하게 페인트 되는 경우에 true 를 돌려주는 편리한 메소드입니다.
static String SwingUtilities. layoutCompoundLabel (JComponent  c, FontMetrics  fm, String  text, Icon  icon, int verticalAlignment, int horizontalAlignment, int verticalTextPosition, int horizontalTextPosition, Rectangle  viewR, Rectangle  iconR, Rectangle  textR, int textIconGap)
          아이콘의 기점 위치, 텍스트의 baseline의 기점 위치, 및 가능하면 클립 한 버젼의 복합 라벨 캐릭터 라인을 계산해 돌려줍니다.
static ComponentInputMap LookAndFeel. makeComponentInputMap (JComponent  c, Object [] keys)
          keys 로부터 ComponentInputMapUIResource 를 작성합니다.
 void RepaintManager. markCompletelyClean (JComponent  aComponent)
          완전하게 깨끗한 컴퍼넌트를 마크 합니다.
 void RepaintManager. markCompletelyDirty (JComponent  aComponent)
          완전하게 더티인 컴퍼넌트를 마크 합니다.
static void JLayeredPane. putLayer (JComponent  c, int layer)
          JComponent 의 층 프로퍼티을 설정합니다.
 void ToolTipManager. registerComponent (JComponent  component)
          컴퍼넌트를 툴팁 관리용으로 등록합니다.
 void RepaintManager. removeInvalidComponent (JComponent  component)
          무효인 컴퍼넌트의 리스트로부터 컴퍼넌트를 삭제합니다.
static void SwingUtilities. replaceUIActionMap (JComponent  component, ActionMap  uiActionMap)
          component 의 UI ActionMap 를 uiActionMap 로 변경하는 편리한 메소드입니다.
static void SwingUtilities. replaceUIInputMap (JComponent  component, int type, InputMap  uiInputMap)
          component 의 UI InputMap 를 uiInputMap 로 변경하는 편리한 메소드입니다.
 void DesktopManager. resizeFrame (JComponent  f, int newX, int newY, int newWidth, int newHeight)
          사용자가 컴퍼넌트를 사이즈 변경했습니다.
 void DefaultDesktopManager. resizeFrame (JComponent  f, int newX, int newY, int newWidth, int newHeight)
          새로운 값을 지정해 setBoundsForFrame 를 호출합니다.
 void JFileChooser. setAccessory (JComponent  newAccessory)
          악세사리 컴퍼넌트를 설정합니다.
 void DesktopManager. setBoundsForFrame (JComponent  f, int newX, int newY, int newWidth, int newHeight)
          프리미티브(primitive)인 형상 변경 메소드입니다.
 void DefaultDesktopManager. setBoundsForFrame (JComponent  f, int newX, int newY, int newWidth, int newHeight)
          JComponent 를 이동해, 영향을 받은 영역을 재draw 합니다.
 void JToolTip. setComponent (JComponent  c)
          툴팁에 기술되는 컴퍼넌트를 지정합니다.
 void JSpinner. setEditor (JComponent  editor)
          SpinnerModel 의 현재의 값을 표시하는 JComponent 를 변경합니다.
 void JColorChooser. setPreviewPanel (JComponent  preview)
          현재의 프리뷰 패널을 설정합니다.
 boolean InputVerifier. shouldYieldFocus (JComponent  input)
          verify(input) 를 호출해 입력이 유효한 것을 확인합니다.
static void LookAndFeel. uninstallBorder (JComponent  c)
          경계를 언인스톨하는 편리한 메소드입니다.
 void ToolTipManager. unregisterComponent (JComponent  component)
          툴팁 제어로부터 컴퍼넌트를 삭제합니다.
abstract  boolean InputVerifier. verify (JComponent  input)
          JComponent 의 입력이 유효한가 어떤가를 확인합니다.
 

JComponent 형의 파라미터를 가지는 javax.swing 의 생성자
ComponentInputMap (JComponent  component)
          특정의 컴퍼넌트에 관련지을 수 있었던 ComponentInputMap 를 생성합니다.
DebugGraphics (Graphics  graphics, JComponent  component)
          기존의 그래픽스 문맥으로부터, 지정된 컴퍼넌트의 draw 속도를 늦게 하는 디버그 그래픽스 문맥을 구축합니다.
 

javax.swing.colorchooser 에서의 JComponent 의 사용
 

javax.swing.colorchooser 에서의 JComponent 의 서브 클래스
 class AbstractColorChooserPanel
          칼라 츄-더의 추상 슈퍼 클래스입니다.
 

JComponent 를 돌려주는 javax.swing.colorchooser 의 메소드
static JComponent ColorChooserComponentFactory. getPreviewPanel ()
           
 

javax.swing.event 에서의 JComponent 의 사용
 

JComponent 를 돌려주는 javax.swing.event 의 메소드
 JComponent AncestorEvent. getComponent ()
          청취자가 추가된 컴퍼넌트를 돌려줍니다.
 

JComponent 형의 파라미터를 가지는 javax.swing.event 의 생성자
AncestorEvent (JComponent  source, int id, Container  ancestor, Container  ancestorParent)
          상위 컴퍼넌트의 표시 상태의 변경을 나타내는, AncestorEvent 객체를 구축합니다.
 

javax.swing.plaf 에서의 JComponent 의 사용
 

JComponent 형의 파라미터를 가지는 javax.swing.plaf 의 메소드
 boolean ComponentUI. contains (JComponent  c, int x, int y)
          지정된 x, y 의 위치가, 지정된 컴퍼넌트의 Look & Feel 정의의 형상내에 있는 경우는,true 를 돌려줍니다.
static ComponentUI ComponentUI. createUI (JComponent  c)
          지정된 컴퍼넌트의 UI 위양의 인스턴스를 돌려줍니다.
 Accessible ComponentUI. getAccessibleChild (JComponent  c, int i)
          객체의 i 번째의 Accessible 의 아이를 돌려줍니다.
 int ComponentUI. getAccessibleChildrenCount (JComponent  c)
          객체내의 접근성? 대응의 아이의 수를 돌려줍니다.
 int ComponentUI. getBaseline (JComponent  c, int width, int height)
          baseline를 돌려줍니다.
 Component.BaselineResizeBehavior ComponentUI. getBaselineResizeBehavior (JComponent  c)
          사이즈의 변화에 맞추어 컴퍼넌트의 baseline가 어떻게 변화하는지를 나타내는 열거를 돌려줍니다.
 Dimension ComponentUI. getMaximumSize (JComponent  c)
          Look & Feel 에 적절한, 지정된 컴퍼넌트의 최대 사이즈를 돌려줍니다.
 Dimension ComponentUI. getMinimumSize (JComponent  c)
          Look & Feel 에 적절한, 지정된 컴퍼넌트의 최소 사이즈를 돌려줍니다.
 Dimension ComponentUI. getPreferredSize (JComponent  c)
          Look & Feel 에 적절한, 지정된 컴퍼넌트의 적절한 사이즈를 돌려줍니다.
 void ComponentUI. installUI (JComponent  c)
          Look & Feel 에 적절한, 지정된 컴퍼넌트를 구성합니다.
 void ComponentUI. paint (Graphics  g, JComponent  c)
          Look &Feel 에 적절한, 지정된 컴퍼넌트를 그립니다.
 void ComponentUI. uninstallUI (JComponent  c)
          installUI 시에, 지정된 컴퍼넌트로 구성된 내용을 취소합니다.
 void ComponentUI. update (Graphics  g, JComponent  c)
          지정된 컴퍼넌트를 페인트 할 시간이 된 것을, 이 UI 위양에 통지합니다.
 

JComponent 형의 파라미터를 가지는 javax.swing.plaf 의 생성자
ComponentInputMapUIResource (JComponent  component)
           
 

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

javax.swing.plaf.basic 에서의 JComponent 의 서브 클래스
 class BasicArrowButton
          기본 방향의 어느 쪽인가에 슬캘링 되는 화살표를 draw 하는 JButton 객체입니다.
 class BasicComboBoxRenderer
          ComboBox 의 렌더링입니다.
static class BasicComboBoxRenderer.UIResource
          UIResource 를 구현하는 BasicComboBoxRenderer 의 서브 클래스입니다.
 class BasicComboPopup
          ComboPopup 인터페이스의 기본적인 구현입니다.
 class BasicInternalFrameTitlePane
          기본의 타이틀 바를 관리하는 클래스입니다.
 class BasicInternalFrameTitlePane.SystemMenuBar
          이 클래스는, 「protected」내부 클래스로서 취급하는 것을 추천합니다.
 

JComponent 로서 선언되고 있는 javax.swing.plaf.basic 의 필드
protected  JComponent BasicInternalFrameUI. eastPane
           
protected  JComponent BasicDesktopIconUI. iconPane
          데스크탑 아이콘으로 사용되는 타이틀 구획의 컴퍼넌트입니다.
protected  JComponent BasicOptionPaneUI. inputComponent
          optionPane.getWantsInput()가 true 를 돌려주었을 경우에, JComponent 가 입력을 제공합니다.
protected  JComponent BasicInternalFrameUI. northPane
           
protected  JComponent BasicInternalFrameUI. southPane
           
protected  JComponent BasicInternalFrameUI. westPane
           
 

JComponent 를 돌려주는 javax.swing.plaf.basic 의 메소드
protected  JComponent BasicInternalFrameUI. createEastPane (JInternalFrame  w)
           
protected  JComponent BasicSpinnerUI. createEditor ()
          이 메소드는 installUI 에 의해 불려 가JSpinner 의 에디터 컴퍼넌트를 가져옵니다.
protected  JComponent BasicInternalFrameUI. createNorthPane (JInternalFrame  w)
           
protected  JComponent BasicInternalFrameUI. createSouthPane (JInternalFrame  w)
           
protected  JComponent BasicInternalFrameUI. createWestPane (JInternalFrame  w)
           
 JComponent BasicInternalFrameUI. getEastPane ()
           
 JComponent BasicInternalFrameUI. getNorthPane ()
           
 JComponent BasicInternalFrameUI. getSouthPane ()
           
 JComponent BasicInternalFrameUI. getWestPane ()
           
 

JComponent 형의 파라미터를 가지는 javax.swing.plaf.basic 의 메소드
protected  ChangeListener BasicMenuUI. createChangeListener (JComponent  c)
           
static View BasicHTML. createHTMLView (JComponent  c, String  html)
          지정된 컴퍼넌트와 HTML 의 캐릭터 라인의 HTML 렌더링을 작성합니다.
protected  MenuDragMouseListener BasicMenuUI. createMenuDragMouseListener (JComponent  c)
           
protected  MenuDragMouseListener BasicMenuItemUI. createMenuDragMouseListener (JComponent  c)
           
protected  MenuKeyListener BasicMenuUI. createMenuKeyListener (JComponent  c)
           
protected  MenuKeyListener BasicMenuItemUI. createMenuKeyListener (JComponent  c)
           
protected  MenuListener BasicMenuUI. createMenuListener (JComponent  c)
           
protected  MouseInputListener BasicMenuUI. createMouseInputListener (JComponent  c)
           
protected  MouseInputListener BasicMenuItemUI. createMouseInputListener (JComponent  c)
           
protected  PropertyChangeListener BasicMenuUI. createPropertyChangeListener (JComponent  c)
           
protected  PropertyChangeListener BasicMenuItemUI. createPropertyChangeListener (JComponent  c)
          메뉴 항목에 추가되는 PropertyChangeListener 를 작성합니다.
static ComponentUI BasicPanelUI. createUI (JComponent  c)
           
static ComponentUI BasicRootPaneUI. createUI (JComponent  c)
           
static ComponentUI BasicLabelUI. createUI (JComponent  c)
           
static ComponentUI BasicButtonUI. createUI (JComponent  c)
           
static ComponentUI BasicToggleButtonUI. createUI (JComponent  b)
           
static ComponentUI BasicMenuBarUI. createUI (JComponent  x)
           
static ComponentUI BasicMenuUI. createUI (JComponent  x)
           
static ComponentUI BasicMenuItemUI. createUI (JComponent  c)
           
static ComponentUI BasicPopupMenuUI. createUI (JComponent  x)
           
static ComponentUI BasicSeparatorUI. createUI (JComponent  c)
           
static ComponentUI BasicScrollBarUI. createUI (JComponent  c)
           
static ComponentUI BasicComboBoxUI. createUI (JComponent  c)
           
static ComponentUI BasicListUI. createUI (JComponent  list)
          BasicListUI 의 새로운 인스턴스를 돌려줍니다.
static ComponentUI BasicViewportUI. createUI (JComponent  c)
           
static ComponentUI BasicScrollPaneUI. createUI (JComponent  x)
           
static ComponentUI BasicTextFieldUI. createUI (JComponent  c)
          JTextField 의 UI 를 작성합니다.
static ComponentUI BasicToolBarUI. createUI (JComponent  c)
           
static ComponentUI BasicToolBarSeparatorUI. createUI (JComponent  c)
           
static ComponentUI BasicTabbedPaneUI. createUI (JComponent  c)
           
static ComponentUI BasicRadioButtonUI. createUI (JComponent  b)
           
static ComponentUI BasicProgressBarUI. createUI (JComponent  x)
           
static ComponentUI BasicTableHeaderUI. createUI (JComponent  h)
           
static ComponentUI BasicTableUI. createUI (JComponent  c)
           
static ComponentUI BasicTreeUI. createUI (JComponent  x)
           
static ComponentUI BasicSplitPaneUI. createUI (JComponent  x)
          BasicSplitPaneUI 의 새로운 인스턴스를 생성합니다.
static ComponentUI BasicSliderUI. createUI (JComponent  b)
           
static ComponentUI BasicTextAreaUI. createUI (JComponent  ta)
          JTextArea 의 UI 를 작성합니다.
static ComponentUI BasicCheckBoxMenuItemUI. createUI (JComponent  c)
           
static ComponentUI BasicRadioButtonMenuItemUI. createUI (JComponent  b)
           
static ComponentUI BasicToolTipUI. createUI (JComponent  c)
           
static ComponentUI BasicTextPaneUI. createUI (JComponent  c)
          JTextPane 의 UI 를 작성합니다.
static ComponentUI BasicSpinnerUI. createUI (JComponent  c)
          BasicSpinnerUI 의 새로운 인스턴스를 돌려줍니다.
static ComponentUI BasicPopupMenuSeparatorUI. createUI (JComponent  c)
           
static ComponentUI BasicPasswordFieldUI. createUI (JComponent  c)
          JPasswordField 의 UI 를 작성합니다.
static ComponentUI BasicOptionPaneUI. createUI (JComponent  x)
          BasicOptionPaneUI 의 신규 인스턴스를 생성합니다.
static ComponentUI BasicInternalFrameUI. createUI (JComponent  b)
           
static ComponentUI BasicEditorPaneUI. createUI (JComponent  c)
          JTextPane 의 UI 를 작성합니다.
static ComponentUI BasicFormattedTextFieldUI. createUI (JComponent  c)
          JFormattedTextField 의 UI 를 작성합니다.
static ComponentUI BasicDesktopPaneUI. createUI (JComponent  c)
           
static ComponentUI BasicDesktopIconUI. createUI (JComponent  c)
           
static ComponentUI BasicColorChooserUI. createUI (JComponent  c)
           
static ComponentUI BasicCheckBoxUI. createUI (JComponent  b)
           
protected  void BasicInternalFrameUI. deinstallMouseHandlers (JComponent  c)
           
 Accessible BasicComboBoxUI. getAccessibleChild (JComponent  c, int i)
           
 int BasicComboBoxUI. getAccessibleChildrenCount (JComponent  c)
           
 int BasicPanelUI. getBaseline (JComponent  c, int width, int height)
          baseline를 돌려줍니다.
 int BasicLabelUI. getBaseline (JComponent  c, int width, int height)
          baseline를 돌려줍니다.
 int BasicButtonUI. getBaseline (JComponent  c, int width, int height)
          baseline를 돌려줍니다.
 int BasicComboBoxUI. getBaseline (JComponent  c, int width, int height)
          baseline를 돌려줍니다.
 int BasicListUI. getBaseline (JComponent  c, int width, int height)
          baseline를 돌려줍니다.
 int BasicScrollPaneUI. getBaseline (JComponent  c, int width, int height)
          baseline를 돌려줍니다.
 int BasicTextFieldUI. getBaseline (JComponent  c, int width, int height)
          baseline를 돌려줍니다.
 int BasicTabbedPaneUI. getBaseline (JComponent  c, int width, int height)
          baseline를 돌려줍니다.
 int BasicProgressBarUI. getBaseline (JComponent  c, int width, int height)
          baseline를 돌려줍니다.
 int BasicTableHeaderUI. getBaseline (JComponent  c, int width, int height)
          baseline를 돌려줍니다.
 int BasicTableUI. getBaseline (JComponent  c, int width, int height)
          baseline를 돌려줍니다.
 int BasicTreeUI. getBaseline (JComponent  c, int width, int height)
          baseline를 돌려줍니다.
 int BasicSliderUI. getBaseline (JComponent  c, int width, int height)
          baseline를 돌려줍니다.
 int BasicTextAreaUI. getBaseline (JComponent  c, int width, int height)
          baseline를 돌려줍니다.
 int BasicSpinnerUI. getBaseline (JComponent  c, int width, int height)
          baseline를 돌려줍니다.
 Component.BaselineResizeBehavior BasicPanelUI. getBaselineResizeBehavior (JComponent  c)
          사이즈의 변화에 맞추어 컴퍼넌트의 baseline가 어떻게 변화하는지를 나타내는 열거를 돌려줍니다.
 Component.BaselineResizeBehavior BasicLabelUI. getBaselineResizeBehavior (JComponent  c)
          사이즈의 변화에 맞추어 컴퍼넌트의 baseline가 어떻게 변화하는지를 나타내는 열거를 돌려줍니다.
 Component.BaselineResizeBehavior BasicButtonUI. getBaselineResizeBehavior (JComponent  c)
          사이즈의 변화에 맞추어 컴퍼넌트의 baseline가 어떻게 변화하는지를 나타내는 열거를 돌려줍니다.
 Component.BaselineResizeBehavior BasicComboBoxUI. getBaselineResizeBehavior (JComponent  c)
          사이즈의 변화에 맞추어 컴퍼넌트의 baseline가 어떻게 변화하는지를 나타내는 열거를 돌려줍니다.
 Component.BaselineResizeBehavior BasicListUI. getBaselineResizeBehavior (JComponent  c)
          컴퍼넌트의 사이즈가 변화하는 것에 따라 baseline가 변화하는 방법의 열거를 돌려줍니다.
 Component.BaselineResizeBehavior BasicScrollPaneUI. getBaselineResizeBehavior (JComponent  c)
          사이즈의 변화에 맞추어 컴퍼넌트의 baseline가 어떻게 변화하는지를 나타내는 열거를 돌려줍니다.
 Component.BaselineResizeBehavior BasicTextFieldUI. getBaselineResizeBehavior (JComponent  c)
          컴퍼넌트의 사이즈가 변화하는 것에 따라 baseline가 변화하는 방법의 열거를 돌려줍니다.
 Component.BaselineResizeBehavior BasicTabbedPaneUI. getBaselineResizeBehavior (JComponent  c)
          사이즈의 변화에 맞추어 컴퍼넌트의 baseline가 어떻게 변화하는지를 나타내는 열거를 돌려줍니다.
 Component.BaselineResizeBehavior BasicProgressBarUI. getBaselineResizeBehavior (JComponent  c)
          사이즈의 변화에 맞추어 컴퍼넌트의 baseline가 어떻게 변화하는지를 나타내는 열거를 돌려줍니다.
 Component.BaselineResizeBehavior BasicTableUI. getBaselineResizeBehavior (JComponent  c)
          사이즈의 변화에 맞추어 컴퍼넌트의 baseline가 어떻게 변화하는지를 나타내는 열거를 돌려줍니다.
 Component.BaselineResizeBehavior BasicTreeUI. getBaselineResizeBehavior (JComponent  c)
          사이즈의 변화에 맞추어 컴퍼넌트의 baseline가 어떻게 변화하는지를 나타내는 열거를 돌려줍니다.
 Component.BaselineResizeBehavior BasicSliderUI. getBaselineResizeBehavior (JComponent  c)
          사이즈의 변화에 맞추어 컴퍼넌트의 baseline가 어떻게 변화하는지를 나타내는 열거를 돌려줍니다.
 Component.BaselineResizeBehavior BasicTextAreaUI. getBaselineResizeBehavior (JComponent  c)
          사이즈의 변화에 맞추어 컴퍼넌트의 baseline가 어떻게 변화하는지를 나타내는 열거를 돌려줍니다.
 Component.BaselineResizeBehavior BasicSpinnerUI. getBaselineResizeBehavior (JComponent  c)
          사이즈의 변화에 맞추어 컴퍼넌트의 baseline가 어떻게 변화하는지를 나타내는 열거를 돌려줍니다.
 Insets BasicSplitPaneUI. getInsets (JComponent  jc)
          인 세트를 돌려줍니다.
 Insets BasicDesktopIconUI. getInsets (JComponent  c)
           
 Dimension BasicLabelUI. getMaximumSize (JComponent  c)
           
 Dimension BasicButtonUI. getMaximumSize (JComponent  c)
           
 Dimension BasicMenuBarUI. getMaximumSize (JComponent  c)
           
 Dimension BasicMenuUI. getMaximumSize (JComponent  c)
           
 Dimension BasicMenuItemUI. getMaximumSize (JComponent  c)
           
 Dimension BasicSeparatorUI. getMaximumSize (JComponent  c)
           
 Dimension BasicScrollBarUI. getMaximumSize (JComponent  c)
           
 Dimension BasicComboBoxUI. getMaximumSize (JComponent  c)
           
 Dimension BasicScrollPaneUI. getMaximumSize (JComponent  c)
           
 Dimension BasicTextUI. getMaximumSize (JComponent  c)
          에디터 컴퍼넌트의 최대 사이즈를 돌려줍니다.
 Dimension BasicTabbedPaneUI. getMaximumSize (JComponent  c)
           
 Dimension BasicProgressBarUI. getMaximumSize (JComponent  c)
           
 Dimension BasicTableHeaderUI. getMaximumSize (JComponent  c)
          헤더의 최대 사이즈를 돌려줍니다.
 Dimension BasicTableUI. getMaximumSize (JComponent  c)
          테이블의 최대 사이즈를 돌려줍니다.
 Dimension BasicTreeUI. getMaximumSize (JComponent  c)
          이 컴퍼넌트의 최대 사이즈를 돌려줍니다.
 Dimension BasicSplitPaneUI. getMaximumSize (JComponent  jc)
          건네받은 컴퍼넌트의 최대 사이즈를 돌려줍니다.
 Dimension BasicSliderUI. getMaximumSize (JComponent  c)
           
 Dimension BasicToolTipUI. getMaximumSize (JComponent  c)
           
 Dimension BasicInternalFrameUI. getMaximumSize (JComponent  x)
           
 Dimension BasicDesktopPaneUI. getMaximumSize (JComponent  c)
           
 Dimension BasicDesktopIconUI. getMaximumSize (JComponent  c)
          데스크탑 아이콘은 사이즈 변경할 수 없습니다.
 Dimension BasicLabelUI. getMinimumSize (JComponent  c)
           
 Dimension BasicButtonUI. getMinimumSize (JComponent  c)
           
 Dimension BasicMenuBarUI. getMinimumSize (JComponent  c)
           
 Dimension BasicMenuItemUI. getMinimumSize (JComponent  c)
           
 Dimension BasicSeparatorUI. getMinimumSize (JComponent  c)
           
 Dimension BasicComboBoxUI. getMinimumSize (JComponent  c)
          최소 사이즈는, 디스플레이 영역, 인 세트, 및 버튼을 더한 사이즈입니다.
 Dimension BasicTextUI. getMinimumSize (JComponent  c)
          에디터 컴퍼넌트의 최소 사이즈를 돌려줍니다.
 Dimension BasicTabbedPaneUI. getMinimumSize (JComponent  c)
           
 Dimension BasicProgressBarUI. getMinimumSize (JComponent  c)
          이 컴퍼넌트에서의 최소 사이즈는 10 입니다.
 Dimension BasicTableHeaderUI. getMinimumSize (JComponent  c)
          헤더의 최소 사이즈를 돌려줍니다.
 Dimension BasicTableUI. getMinimumSize (JComponent  c)
          테이블의 최소 사이즈를 돌려줍니다.
 Dimension BasicTreeUI. getMinimumSize (JComponent  c)
          이 컴퍼넌트의 최소 사이즈를 돌려줍니다.
 Dimension BasicSplitPaneUI. getMinimumSize (JComponent  jc)
          건네받은 컴퍼넌트의 최소 사이즈를 돌려줍니다.
 Dimension BasicSliderUI. getMinimumSize (JComponent  c)
           
 Dimension BasicTextAreaUI. getMinimumSize (JComponent  c)
          이 메소드는, caret폭을 고려하기 위해서 오버라이드(override) 됩니다.
 Dimension BasicToolTipUI. getMinimumSize (JComponent  c)
           
 Dimension BasicInternalFrameUI. getMinimumSize (JComponent  x)
           
 Dimension BasicDesktopPaneUI. getMinimumSize (JComponent  c)
           
 Dimension BasicDesktopIconUI. getMinimumSize (JComponent  c)
           
protected  Dimension BasicMenuItemUI. getPreferredMenuItemSize (JComponent  c, Icon  checkIcon, Icon  arrowIcon, int defaultTextIconGap)
           
 Dimension BasicLabelUI. getPreferredSize (JComponent  c)
           
 Dimension BasicButtonUI. getPreferredSize (JComponent  c)
           
 Dimension BasicMenuItemUI. getPreferredSize (JComponent  c)
           
 Dimension BasicSeparatorUI. getPreferredSize (JComponent  c)
           
 Dimension BasicScrollBarUI. getPreferredSize (JComponent  c)
          수직 스크롤 바의 적절한 폭은, 증분 버튼 및 감 분버튼의 적절한 폭 (null 이외)의 최대치, 및 샘의 최소폭입니다.
 Dimension BasicComboBoxUI. getPreferredSize (JComponent  c)
           
 Dimension BasicListUI. getPreferredSize (JComponent  c)
          리스트의 preferredSize 는, 배치 방향에 의해 정해집니다.
 Dimension BasicTextUI. getPreferredSize (JComponent  c)
          에디터 컴퍼넌트의 적절한 사이즈를 가져옵니다.
 Dimension BasicToolBarSeparatorUI. getPreferredSize (JComponent  c)
           
 Dimension BasicRadioButtonUI. getPreferredSize (JComponent  c)
          라디오 버튼의 적절한 사이즈입니다.
 Dimension BasicProgressBarUI. getPreferredSize (JComponent  c)
           
 Dimension BasicTableHeaderUI. getPreferredSize (JComponent  c)
          헤더의 적절한 사이즈를 돌려줍니다.
 Dimension BasicTableUI. getPreferredSize (JComponent  c)
          테이블의 적절한 사이즈를 돌려줍니다.
 Dimension BasicTreeUI. getPreferredSize (JComponent  c)
          트리를 올바르게 표시하기 위한 적절한 사이즈를 돌려줍니다.
 Dimension BasicSplitPaneUI. getPreferredSize (JComponent  jc)
          건네받은 컴퍼넌트의 적절한 사이즈를 돌려줍니다.
 Dimension BasicSliderUI. getPreferredSize (JComponent  c)
           
 Dimension BasicTextAreaUI. getPreferredSize (JComponent  c)
          이 메소드는, caret폭을 고려하기 위해서 오버라이드(override) 됩니다.
 Dimension BasicToolTipUI. getPreferredSize (JComponent  c)
           
 Dimension BasicPopupMenuSeparatorUI. getPreferredSize (JComponent  c)
           
 Dimension BasicOptionPaneUI. getPreferredSize (JComponent  c)
          c 가 리시버를 포함한 JOptionPane 인 경우, 반환되는 적절한 사이즈는,JOptionPaneLayoutManagergetMinimumOptionPaneSize 의 적절한 사이즈의 최대치입니다.
 Dimension BasicInternalFrameUI. getPreferredSize (JComponent  x)
           
 Dimension BasicDesktopPaneUI. getPreferredSize (JComponent  c)
           
 Dimension BasicDesktopIconUI. getPreferredSize (JComponent  c)
           
 Dimension BasicTreeUI. getPreferredSize (JComponent  c, boolean checkConsistancy)
          c 로 트리를 나타내기 위한 적절한 사이즈를 돌려줍니다.
protected  void BasicViewportUI. installDefaults (JComponent  c)
           
protected  void BasicToolTipUI. installDefaults (JComponent  c)
           
 void BasicButtonListener. installKeyboardActions (JComponent  c)
          디폴트의 키 액션을 등록합니다.
protected  void BasicToolTipUI. installListeners (JComponent  c)
           
protected  void BasicInternalFrameUI. installMouseHandlers (JComponent  c)
           
protected  void BasicToolBarUI. installNonRolloverBorders (JComponent  c)
          JComponent 의 모든 아이 컴퍼넌트에 비롤 오버 경계를 인스톨 합니다.
protected  void BasicToolBarUI. installNormalBorders (JComponent  c)
          JComponent 의 모든 아이 컴퍼넌트에 일반적으로의 경계를 인스톨 합니다.
protected  void BasicToolBarUI. installRolloverBorders (JComponent  c)
          JComponent 의 아이 컴퍼넌트 모두에게, 롤 오버 경계를 인스톨 합니다.
 void BasicPanelUI. installUI (JComponent  c)
           
 void BasicRootPaneUI. installUI (JComponent  c)
           
 void BasicLabelUI. installUI (JComponent  c)
           
 void BasicButtonUI. installUI (JComponent  c)
           
 void BasicMenuBarUI. installUI (JComponent  c)
           
 void BasicMenuItemUI. installUI (JComponent  c)
           
 void BasicPopupMenuUI. installUI (JComponent  c)
           
 void BasicSeparatorUI. installUI (JComponent  c)
           
 void BasicScrollBarUI. installUI (JComponent  c)
           
 void BasicComboBoxUI. installUI (JComponent  c)
           
 void BasicListUI. installUI (JComponent  c)
          installDefaults(),installListeners(), 및 installKeyboardActions() 를 순서에 호출해,this.list 를 초기화합니다.
 void BasicViewportUI. installUI (JComponent  c)
           
 void BasicScrollPaneUI. installUI (JComponent  x)
           
 void BasicTextUI. installUI (JComponent  c)
          컴퍼넌트의 UI 를 인스톨 합니다.
 void BasicToolBarUI. installUI (JComponent  c)
           
 void BasicTabbedPaneUI. installUI (JComponent  c)
           
 void BasicProgressBarUI. installUI (JComponent  c)
           
 void BasicTableHeaderUI. installUI (JComponent  c)
           
 void BasicTableUI. installUI (JComponent  c)
           
 void BasicTreeUI. installUI (JComponent  c)
           
 void BasicSplitPaneUI. installUI (JComponent  c)
          UI 를 인스톨 합니다.
 void BasicSliderUI. installUI (JComponent  c)
           
 void BasicToolTipUI. installUI (JComponent  c)
           
 void BasicTextPaneUI. installUI (JComponent  c)
           
 void BasicSpinnerUI. installUI (JComponent  c)
          installDefaultsinstallListeners 을 호출해,createNextButton,createPreviousButton, 및 createEditor 로부터 반환되는 컴퍼넌트를 추가합니다.
 void BasicOptionPaneUI. installUI (JComponent  c)
          건네받은 JOptionPane 를 위한 Look & Feel 로서 리시버를 인스톨 합니다.
 void BasicInternalFrameUI. installUI (JComponent  c)
           
 void BasicEditorPaneUI. installUI (JComponent  c)
          컴퍼넌트의 UI 를 인스톨 합니다.
 void BasicFileChooserUI. installUI (JComponent  c)
           
 void BasicDesktopPaneUI. installUI (JComponent  c)
           
 void BasicDesktopIconUI. installUI (JComponent  c)
           
 void BasicColorChooserUI. installUI (JComponent  c)
           
 void BasicDesktopIconUI.MouseInputHandler. moveAndRepaint (JComponent  f, int newX, int newY, int newWidth, int newHeight)
           
 void BasicLabelUI. paint (Graphics  g, JComponent  c)
          라벨의 텍스트를 foreground 칼라로 페인트 해, 라벨이 불투명의 경우는, 백그라운드의 전체를 백그라운드 칼라로 그립니다.
 void BasicButtonUI. paint (Graphics  g, JComponent  c)
           
 void BasicToggleButtonUI. paint (Graphics  g, JComponent  c)
           
 void BasicMenuItemUI. paint (Graphics  g, JComponent  c)
           
 void BasicSeparatorUI. paint (Graphics  g, JComponent  c)
           
 void BasicScrollBarUI. paint (Graphics  g, JComponent  c)
           
 void BasicComboBoxUI. paint (Graphics  g, JComponent  c)
           
 void BasicListUI. paint (Graphics  g, JComponent  c)
          Graphics 객체의 clipRect 와 교차하는 행을 그립니다.
 void BasicScrollPaneUI. paint (Graphics  g, JComponent  c)
           
 void BasicTextUI. paint (Graphics  g, JComponent  c)
          인터페이스를 그립니다.
 void BasicToolBarSeparatorUI. paint (Graphics  g, JComponent  c)
           
 void BasicTabbedPaneUI. paint (Graphics  g, JComponent  c)
           
 void BasicRadioButtonUI. paint (Graphics  g, JComponent  c)
          라디오 버튼을 그립니다.
 void BasicProgressBarUI. paint (Graphics  g, JComponent  c)
          페인트를 2 개의 메소드 paintDeterminate 또는 paintIndeterminate 의 어딘가에 위양 합니다.
 void BasicTableHeaderUI. paint (Graphics  g, JComponent  c)
           
 void BasicTableUI. paint (Graphics  g, JComponent  c)
          installUI()에 의해 설정된 table 의 인스턴스 표현을 그립니다.
 void BasicTreeUI. paint (Graphics  g, JComponent  c)
           
 void BasicSplitPaneUI. paint (Graphics  g, JComponent  jc)
          Look & Feel 를 페인트 하기 위해서 메세지로서 보내집니다.
 void BasicSliderUI. paint (Graphics  g, JComponent  c)
           
 void BasicToolTipUI. paint (Graphics  g, JComponent  c)
           
 void BasicPopupMenuSeparatorUI. paint (Graphics  g, JComponent  c)
           
 void BasicDesktopPaneUI. paint (Graphics  g, JComponent  c)
           
protected  void BasicProgressBarUI. paintDeterminate (Graphics  g, JComponent  c)
          거의 모든 확정 모드의 리니어인 진척 바로 올바르게 동작하는, 범용의 paint 메소드입니다.
protected  void BasicTreeUI. paintHorizontalLine (Graphics  g, JComponent  c, int y, int left, int right)
          수평선을 그립니다.
protected  void BasicButtonUI. paintIcon (Graphics  g, JComponent  c, Rectangle  iconRect)
           
protected  void BasicProgressBarUI. paintIndeterminate (Graphics  g, JComponent  c)
          모든 직선 바운싱복스 진척 바가 올바르게 동작하는, 범용의 paint 메소드입니다.
protected  void BasicMenuItemUI. paintMenuItem (Graphics  g, JComponent  c, Icon  checkIcon, Icon  arrowIcon, Color  background, Color  foreground, int defaultTextIconGap)
           
protected  void BasicButtonUI. paintText (Graphics  g, JComponent  c, Rectangle  textRect, String  text)
          Java 2 플랫폼 1.4 이후에서는, 이 메소드를 사용하거나 오버라이드(override) 하거나 하지 말아 주세요.
protected  void BasicScrollBarUI. paintThumb (Graphics  g, JComponent  c, Rectangle  thumbBounds)
           
protected  void BasicScrollBarUI. paintTrack (Graphics  g, JComponent  c, Rectangle  trackBounds)
           
protected  void BasicTreeUI. paintVerticalLine (Graphics  g, JComponent  c, int x, int top, int bottom)
          수직선을 그립니다.
protected  void BasicSpinnerUI. replaceEditor (JComponent  oldEditor, JComponent  newEditor)
          JSpinner 에디터 프로퍼티으로 변경이 있는 경우,PropertyChangeListener 에 의해 불려 갑니다.
protected  void BasicInternalFrameUI. replacePane (JComponent  currentPane, JComponent  newPane)
          필요한 마우스 핸들러를 newPane 에 인스톨 해, 프레임에 추가합니다.
 void BasicInternalFrameUI. setEastPane (JComponent  c)
           
 void BasicInternalFrameUI. setNorthPane (JComponent  c)
           
 void BasicInternalFrameUI. setSouthPane (JComponent  c)
           
 void BasicInternalFrameUI. setWestPane (JComponent  c)
           
protected  void BasicViewportUI. uninstallDefaults (JComponent  c)
           
protected  void BasicToolTipUI. uninstallDefaults (JComponent  c)
           
 void BasicButtonListener. uninstallKeyboardActions (JComponent  c)
          디폴트의 키 액션의 등록을 해제합니다.
protected  void BasicScrollPaneUI. uninstallListeners (JComponent  c)
           
protected  void BasicToolTipUI. uninstallListeners (JComponent  c)
           
 void BasicPanelUI. uninstallUI (JComponent  c)
           
 void BasicRootPaneUI. uninstallUI (JComponent  c)
           
 void BasicLabelUI. uninstallUI (JComponent  c)
           
 void BasicButtonUI. uninstallUI (JComponent  c)
           
 void BasicMenuBarUI. uninstallUI (JComponent  c)
           
 void BasicMenuItemUI. uninstallUI (JComponent  c)
           
 void BasicPopupMenuUI. uninstallUI (JComponent  c)
           
 void BasicSeparatorUI. uninstallUI (JComponent  c)
           
 void BasicScrollBarUI. uninstallUI (JComponent  c)
           
 void BasicComboBoxUI. uninstallUI (JComponent  c)
           
 void BasicListUI. uninstallUI (JComponent  c)
          uninstallListeners(),uninstallKeyboardActions(), 및 uninstallDefaults() 를 순서에 호출해,this.list 의 초기화를 해제합니다.
 void BasicViewportUI. uninstallUI (JComponent  c)
           
 void BasicScrollPaneUI. uninstallUI (JComponent  c)
           
 void BasicTextUI. uninstallUI (JComponent  c)
          컴퍼넌트의 UI 를 언인스톨합니다.
 void BasicToolBarUI. uninstallUI (JComponent  c)
           
 void BasicTabbedPaneUI. uninstallUI (JComponent  c)
           
 void BasicProgressBarUI. uninstallUI (JComponent  c)
           
 void BasicTableHeaderUI. uninstallUI (JComponent  c)
           
 void BasicTableUI. uninstallUI (JComponent  c)
           
 void BasicTreeUI. uninstallUI (JComponent  c)
           
 void BasicSplitPaneUI. uninstallUI (JComponent  c)
          UI 를 언인스톨합니다.
 void BasicSliderUI. uninstallUI (JComponent  c)
           
 void BasicToolTipUI. uninstallUI (JComponent  c)
           
 void BasicSpinnerUI. uninstallUI (JComponent  c)
          uninstallDefaultsuninstallListeners 를 호출해, 스피나-의 아이를 모두 삭제합니다.
 void BasicOptionPaneUI. uninstallUI (JComponent  c)
          건네받은 만큼 비율 구획의 Look & Feel 콘트롤러로부터, 리시버를 삭제합니다.
 void BasicInternalFrameUI. uninstallUI (JComponent  c)
           
 void BasicEditorPaneUI. uninstallUI (JComponent  c)
          컴퍼넌트의 UI 를 언인스톨합니다.
 void BasicFileChooserUI. uninstallUI (JComponent  c)
           
 void BasicDesktopPaneUI. uninstallUI (JComponent  c)
           
 void BasicDesktopIconUI. uninstallUI (JComponent  c)
           
 void BasicColorChooserUI. uninstallUI (JComponent  c)
           
 void BasicMenuItemUI. update (Graphics  g, JComponent  c)
          paintMenuItem()로 백그라운드를 draw 하기 위해서, 디폴트로 불투명한 컴퍼넌트의 백그라운드를 전부 칠하는 update 를 오버라이드(override) 해, paint()를 호출하는 만큼 합니다.
 void BasicTextUI. update (Graphics  g, JComponent  c)
          슈퍼 클래스는 제어 불가능한 방법으로 백그라운드를 그립니다.
static void BasicHTML. updateRenderer (JComponent  c, String  text)
          지정된 텍스트의 HTML 렌더링을, 지정된 JComponent 의 클라이언트 프로퍼티에 포함합니다.
 

javax.swing.plaf.metal 에서의 JComponent 의 사용
 

javax.swing.plaf.metal 에서의 JComponent 의 서브 클래스
 class MetalComboBoxButton
          MetalComboBoxUI 를 보조하는 JButton 서브 클래스입니다.
 class MetalComboBoxUI.MetalComboPopup
          추천 되고 있지 않습니다.  Java 2 플랫폼 v1. 4 이후 사용되고 있지 않습니다.
protected  class MetalFileChooserUI.FileRenderer
           
 class MetalFileChooserUI.FilterComboBoxRenderer
          각종의 사이즈 및 스타일을 draw 합니다.
 class MetalInternalFrameTitlePane
          JLF 스펙의 타이틀 바를 관리하는 클래스입니다.
 class MetalScrollButton
          Metal 스크롤 바 화살표에 사용하는 JButton 객체입니다.
 

JComponent 를 돌려주는 javax.swing.plaf.metal 의 메소드
protected  JComponent MetalInternalFrameUI. createNorthPane (JInternalFrame  w)
           
 

JComponent 형의 파라미터를 가지는 javax.swing.plaf.metal 의 메소드
static ComponentUI MetalRootPaneUI. createUI (JComponent  c)
          JRootPane 의 UI 를 작성합니다.
static ComponentUI MetalLabelUI. createUI (JComponent  c)
           
static ComponentUI MetalButtonUI. createUI (JComponent  c)
           
static ComponentUI MetalToggleButtonUI. createUI (JComponent  b)
           
static ComponentUI MetalSeparatorUI. createUI (JComponent  c)
           
static ComponentUI MetalPopupMenuSeparatorUI. createUI (JComponent  c)
           
static ComponentUI MetalScrollBarUI. createUI (JComponent  c)
           
static ComponentUI MetalComboBoxUI. createUI (JComponent  c)
           
static ComponentUI MetalScrollPaneUI. createUI (JComponent  x)
           
static ComponentUI MetalTextFieldUI. createUI (JComponent  c)
           
static ComponentUI MetalToolBarUI. createUI (JComponent  c)
           
static ComponentUI MetalTabbedPaneUI. createUI (JComponent  x)
           
static ComponentUI MetalRadioButtonUI. createUI (JComponent  c)
           
static ComponentUI MetalCheckBoxUI. createUI (JComponent  b)
           
static ComponentUI MetalProgressBarUI. createUI (JComponent  c)
           
static ComponentUI MetalTreeUI. createUI (JComponent  x)
           
static ComponentUI MetalSplitPaneUI. createUI (JComponent  x)
          MetalSplitPaneUI 의 새로운 인스턴스를 생성합니다.
static ComponentUI MetalSliderUI. createUI (JComponent  c)
           
static ComponentUI MetalToolTipUI. createUI (JComponent  c)
           
static ComponentUI MetalMenuBarUI. createUI (JComponent  x)
          건네받은 컴퍼넌트의 ComponentUI 구현을 작성합니다.
static ComponentUI MetalInternalFrameUI. createUI (JComponent  c)
           
static ComponentUI MetalFileChooserUI. createUI (JComponent  c)
           
static ComponentUI MetalDesktopIconUI. createUI (JComponent  c)
           
 int MetalComboBoxUI. getBaseline (JComponent  c, int width, int height)
          baseline를 돌려줍니다.
 Icon MetalLookAndFeel. getDisabledIcon (JComponent  component, Icon  icon)
          무효인 상태의 Icon 를 돌려줍니다.
 Icon MetalLookAndFeel. getDisabledSelectedIcon (JComponent  component, Icon  icon)
          무효로, 한편 선택되고 있는 컴퍼넌트에 의해 사용되는 Icon 를 돌려줍니다.
 Dimension MetalFileChooserUI. getMaximumSize (JComponent  c)
          JFileChooser 의 최대 사이즈를 돌려줍니다.
 Dimension MetalDesktopIconUI. getMaximumSize (JComponent  c)
           
 Dimension MetalComboBoxUI. getMinimumSize (JComponent  c)
           
 Dimension MetalFileChooserUI. getMinimumSize (JComponent  c)
          JFileChooser 의 최소 사이즈를 돌려줍니다.
 Dimension MetalDesktopIconUI. getMinimumSize (JComponent  c)
           
 Dimension MetalSeparatorUI. getPreferredSize (JComponent  c)
           
 Dimension MetalPopupMenuSeparatorUI. getPreferredSize (JComponent  c)
           
 Dimension MetalScrollBarUI. getPreferredSize (JComponent  c)
           
 Dimension MetalToolTipUI. getPreferredSize (JComponent  c)
           
 Dimension MetalFileChooserUI. getPreferredSize (JComponent  c)
          지정된 JFileChooser 의 적절한 사이즈를 돌려줍니다.
 Dimension MetalDesktopIconUI. getPreferredSize (JComponent  c)
           
 void MetalRootPaneUI. installUI (JComponent  c)
          installUI 의 슈퍼 클래스의 구현을 호출해, 건네받은 JRootPane 에 필요한 상태를 인스톨 해,RootPaneUI 의 Metal Look & Feel 의 구현을 draw 합니다.
 void MetalScrollPaneUI. installUI (JComponent  c)
           
 void MetalToolBarUI. installUI (JComponent  c)
           
 void MetalTreeUI. installUI (JComponent  c)
           
 void MetalSliderUI. installUI (JComponent  c)
           
 void MetalToolTipUI. installUI (JComponent  c)
           
 void MetalMenuBarUI. installUI (JComponent  c)
          Metal Look & Feel 에 적절한, 지정된 컴퍼넌트를 구성합니다.
 void MetalInternalFrameUI. installUI (JComponent  c)
           
 void MetalFileChooserUI. installUI (JComponent  c)
           
 void MetalSeparatorUI. paint (Graphics  g, JComponent  c)
           
 void MetalPopupMenuSeparatorUI. paint (Graphics  g, JComponent  c)
           
 void MetalComboBoxUI. paint (Graphics  g, JComponent  c)
           
 void MetalTabbedPaneUI. paint (Graphics  g, JComponent  c)
           
 void MetalRadioButtonUI. paint (Graphics  g, JComponent  c)
           
 void MetalTreeUI. paint (Graphics  g, JComponent  c)
           
 void MetalToolTipUI. paint (Graphics  g, JComponent  c)
           
 void MetalProgressBarUI. paintDeterminate (Graphics  g, JComponent  c)
          진척 바에 특별한 하이라이트를 draw 합니다.
protected  void MetalTreeUI. paintHorizontalSeparators (Graphics  g, JComponent  c)
           
 void MetalProgressBarUI. paintIndeterminate (Graphics  g, JComponent  c)
          진척 바 및 바운싱복스에 특별한 하이라이트를 draw 합니다.
protected  void MetalButtonUI. paintText (Graphics  g, JComponent  c, Rectangle  textRect, String  text)
           
protected  void MetalToggleButtonUI. paintText (Graphics  g, JComponent  c, Rectangle  textRect, String  text)
           
protected  void MetalScrollBarUI. paintThumb (Graphics  g, JComponent  c, Rectangle  thumbBounds)
           
protected  void MetalScrollBarUI. paintTrack (Graphics  g, JComponent  c, Rectangle  trackBounds)
           
 void MetalRootPaneUI. uninstallUI (JComponent  c)
          슈퍼 클래스의 구현을 호출해, 모든 상태를 언인스톨합니다.
 void MetalScrollPaneUI. uninstallUI (JComponent  c)
           
 void MetalToolBarUI. uninstallUI (JComponent  c)
           
 void MetalTreeUI. uninstallUI (JComponent  c)
           
 void MetalToolTipUI. uninstallUI (JComponent  c)
           
 void MetalMenuBarUI. uninstallUI (JComponent  c)
          installUI 시에, 지정된 컴퍼넌트로 구성된 내용을 취소합니다.
 void MetalInternalFrameUI. uninstallUI (JComponent  c)
           
 void MetalFileChooserUI. uninstallUI (JComponent  c)
           
 void MetalButtonUI. update (Graphics  g, JComponent  c)
          컴퍼넌트의 백그라운드를 페인트 할 필요가 있는 경우에 paint 를 호출합니다.
 void MetalToggleButtonUI. update (Graphics  g, JComponent  c)
          컴퍼넌트의 백그라운드를 페인트 할 필요가 있는 경우에 paint 를 호출합니다.
 void MetalToolBarUI. update (Graphics  g, JComponent  c)
          컴퍼넌트의 백그라운드를 페인트 할 필요가 있는 경우에 paint 를 호출합니다.
 void MetalTabbedPaneUI. update (Graphics  g, JComponent  c)
           
 void MetalMenuBarUI. update (Graphics  g, JComponent  c)
          컴퍼넌트의 백그라운드를 페인트 할 필요가 있는 경우에 paint 를 호출합니다.
 

javax.swing.plaf.multi 에서의 JComponent 의 사용
 

JComponent 형의 파라미터를 가지는 javax.swing.plaf.multi 의 메소드
 boolean MultiViewportUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiTreeUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiToolTipUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiToolBarUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiTextUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiTableUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiTableHeaderUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiTabbedPaneUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiSplitPaneUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiSpinnerUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiSliderUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiSeparatorUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiScrollPaneUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiScrollBarUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiRootPaneUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiProgressBarUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiPopupMenuUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiPanelUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiOptionPaneUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiMenuItemUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiMenuBarUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiListUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiLabelUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiInternalFrameUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiFileChooserUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiDesktopPaneUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiDesktopIconUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiComboBoxUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiColorChooserUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
 boolean MultiButtonUI. contains (JComponent  a, int b, int c)
          이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다.
static ComponentUI MultiViewportUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiTreeUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiToolTipUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiToolBarUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiTextUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiTableUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiTableHeaderUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiTabbedPaneUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiSplitPaneUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiSpinnerUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiSliderUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiSeparatorUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiScrollPaneUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiScrollBarUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiRootPaneUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiProgressBarUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiPopupMenuUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiPanelUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiOptionPaneUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiMenuItemUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiMenuBarUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiListUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiLabelUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiInternalFrameUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiFileChooserUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiDesktopPaneUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiDesktopIconUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiComboBoxUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiColorChooserUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiButtonUI. createUI (JComponent  a)
          보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다.
static ComponentUI MultiLookAndFeel. createUIs (ComponentUI  mui, Vector  uis, JComponent  target)
          target 컴퍼넌트를 표시하기 위해서 필요한 ComponentUI 객체를 작성해, 객체를 uis 벡터에 배치해, 컴퍼넌트의 UI 를 가장 적절히 표현하는 ComponentUI 객체를 돌려줍니다.
 Accessible MultiViewportUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiTreeUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiToolTipUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiToolBarUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiTextUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiTableUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiTableHeaderUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiTabbedPaneUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiSplitPaneUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiSpinnerUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiSliderUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiSeparatorUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiScrollPaneUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiScrollBarUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiRootPaneUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiProgressBarUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiPopupMenuUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiPanelUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiOptionPaneUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiMenuItemUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiMenuBarUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiListUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiLabelUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiInternalFrameUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiFileChooserUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiDesktopPaneUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiDesktopIconUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiComboBoxUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiColorChooserUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 Accessible MultiButtonUI. getAccessibleChild (JComponent  a, int b)
          이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다.
 int MultiViewportUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiTreeUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiToolTipUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiToolBarUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiTextUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiTableUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiTableHeaderUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiTabbedPaneUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiSplitPaneUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiSpinnerUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiSliderUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiSeparatorUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiScrollPaneUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiScrollBarUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiRootPaneUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiProgressBarUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiPopupMenuUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiPanelUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiOptionPaneUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiMenuItemUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiMenuBarUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiListUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiLabelUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiInternalFrameUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiFileChooserUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiDesktopPaneUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiDesktopIconUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiComboBoxUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiColorChooserUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 int MultiButtonUI. getAccessibleChildrenCount (JComponent  a)
          이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다.
 Dimension MultiViewportUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiTreeUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiToolTipUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiToolBarUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiTextUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiTableUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiTableHeaderUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiTabbedPaneUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiSplitPaneUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiSpinnerUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiSliderUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiSeparatorUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiScrollPaneUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiScrollBarUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiRootPaneUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiProgressBarUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiPopupMenuUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiPanelUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiOptionPaneUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiMenuItemUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiMenuBarUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiListUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiLabelUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiInternalFrameUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiFileChooserUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiDesktopPaneUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiDesktopIconUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiComboBoxUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiColorChooserUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiButtonUI. getMaximumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다.
 Dimension MultiViewportUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiTreeUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiToolTipUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiToolBarUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiTextUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiTableUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiTableHeaderUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiTabbedPaneUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiSplitPaneUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiSpinnerUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiSliderUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiSeparatorUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiScrollPaneUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiScrollBarUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiRootPaneUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiProgressBarUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiPopupMenuUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiPanelUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiOptionPaneUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiMenuItemUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiMenuBarUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiListUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiLabelUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiInternalFrameUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiFileChooserUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiDesktopPaneUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiDesktopIconUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiComboBoxUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiColorChooserUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiButtonUI. getMinimumSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다.
 Dimension MultiViewportUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiTreeUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiToolTipUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiToolBarUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiTextUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiTableUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiTableHeaderUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiTabbedPaneUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiSplitPaneUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiSpinnerUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiSliderUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiSeparatorUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiScrollPaneUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiScrollBarUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiRootPaneUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiProgressBarUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiPopupMenuUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiPanelUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiOptionPaneUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiMenuItemUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiMenuBarUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiListUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiLabelUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiInternalFrameUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiFileChooserUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiDesktopPaneUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiDesktopIconUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiComboBoxUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiColorChooserUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 Dimension MultiButtonUI. getPreferredSize (JComponent  a)
          이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다.
 void MultiViewportUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiTreeUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiToolTipUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiToolBarUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiTextUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiTableUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiTableHeaderUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiTabbedPaneUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiSplitPaneUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiSpinnerUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiSliderUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiSeparatorUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiScrollPaneUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiScrollBarUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiRootPaneUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiProgressBarUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiPopupMenuUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiPanelUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiOptionPaneUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiMenuItemUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiMenuBarUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiListUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiLabelUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiInternalFrameUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiFileChooserUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiDesktopPaneUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiDesktopIconUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiComboBoxUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiColorChooserUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiButtonUI. installUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다.
 void MultiViewportUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiTreeUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiToolTipUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiToolBarUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiTextUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiTableUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiTableHeaderUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiTabbedPaneUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiSplitPaneUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiSpinnerUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiSliderUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiSeparatorUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiScrollPaneUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiScrollBarUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiRootPaneUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiProgressBarUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiPopupMenuUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiPanelUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiOptionPaneUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiMenuItemUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiMenuBarUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiListUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiLabelUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiInternalFrameUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiFileChooserUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiDesktopPaneUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiDesktopIconUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiComboBoxUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiColorChooserUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiButtonUI. paint (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다.
 void MultiViewportUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiTreeUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiToolTipUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiToolBarUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiTextUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiTableUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiTableHeaderUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiTabbedPaneUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiSplitPaneUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiSpinnerUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiSliderUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiSeparatorUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiScrollPaneUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiScrollBarUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiRootPaneUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiProgressBarUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiPopupMenuUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiPanelUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiOptionPaneUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiMenuItemUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiMenuBarUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiListUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiLabelUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiInternalFrameUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiFileChooserUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiDesktopPaneUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiDesktopIconUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiComboBoxUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiColorChooserUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiButtonUI. uninstallUI (JComponent  a)
          이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다.
 void MultiViewportUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiTreeUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiToolTipUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiToolBarUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiTextUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiTableUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiTableHeaderUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiTabbedPaneUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiSplitPaneUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiSpinnerUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiSliderUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiSeparatorUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiScrollPaneUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiScrollBarUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiRootPaneUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiProgressBarUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiPopupMenuUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiPanelUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiOptionPaneUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiMenuItemUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiMenuBarUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiListUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiLabelUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiInternalFrameUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiFileChooserUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiDesktopPaneUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiDesktopIconUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiComboBoxUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiColorChooserUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 void MultiButtonUI. update (Graphics  a, JComponent  b)
          이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다.
 

javax.swing.plaf.synth 에서의 JComponent 의 사용
 

JComponent 를 돌려주는 javax.swing.plaf.synth 의 메소드
 JComponent SynthContext. getComponent ()
          이 영역을 포함한 수용측 컴퍼넌트를 돌려줍니다.
 

JComponent 형의 파라미터를 가지는 javax.swing.plaf.synth 의 메소드
static ComponentUI SynthLookAndFeel. createUI (JComponent  c)
          건네받은 JComponent 에 대해서 Synth 의 Look & Feel 의 ComponentUI 를 작성합니다.
static Region SynthLookAndFeel. getRegion (JComponent  c)
          JComponent c 의 Region 를 돌려줍니다.
static SynthStyle SynthLookAndFeel. getStyle (JComponent  c, Region  region)
          지정된 컴퍼넌트의 지정된 영역의 SynthStyle 를 가져옵니다.
abstract  SynthStyle SynthStyleFactory. getStyle (JComponent  c, Region  id)
          지정된 Component 의 스타일을 돌려줍니다.
 

JComponent 형의 파라미터를 가지는 javax.swing.plaf.synth 의 생성자
SynthContext (JComponent  component, Region  region, SynthStyle  style, int state)
          지정된 값을 사용해 SynthContext 를 작성합니다.
 

javax.swing.table 에서의 JComponent 의 사용
 

javax.swing.table 에서의 JComponent 의 서브 클래스
 class DefaultTableCellRenderer
          JTable 로 각 셀을 draw (표시)하기 위한 표준 클래스입니다.
static class DefaultTableCellRenderer.UIResource
          UIResource 을 구현하는 DefaultTableCellRenderer 의 서브 클래스입니다.
 class JTableHeader
          JTable 의 헤더를 관리하는 객체입니다.
 

javax.swing.text 에서의 JComponent 의 사용
 

javax.swing.text 에서의 JComponent 의 서브 클래스
 class JTextComponent
          JTextComponent 는, Swing 텍스트 컴퍼넌트의 base class입니다.
 

javax.swing.tree 에서의 JComponent 의 사용
 

javax.swing.tree 에서의 JComponent 의 서브 클래스
 class DefaultTreeCellEditor.DefaultTextField
          에디터가 제공되지 않는 경우에 사용하는 TextField 입니다.
 class DefaultTreeCellRenderer
          트리의 엔트리를 표시합니다.
 


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