|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.SplitPaneUI
javax.swing.plaf.multi.MultiSplitPaneUI
public class MultiSplitPaneUI
SplitPaneUI
를 조합하기 위해서(때문에) 사용하는 다중 UI 입니다.
이 파일은, AutoMulti 에 의해 자동 생성된 것입니다.
필드의 개요 | |
---|---|
protected Vector |
uis
실제의 UI 가 포함되고 있는 벡터입니다. |
생성자 의 개요 | |
---|---|
MultiSplitPaneUI ()
|
메소드의 개요 | |
---|---|
boolean |
contains (JComponent a,
int b,
int c)
이 객체가 취급하는 각 UI 로 contains 메소드를 호출합니다. |
static ComponentUI |
createUI (JComponent a)
보조 LookAndFeel 중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다. |
void |
finishedPaintingChildren (JSplitPane a,
Graphics b)
이 객체가 취급하는 각 UI 로 finishedPaintingChildren 메소드를 호출합니다. |
Accessible |
getAccessibleChild (JComponent a,
int b)
이 객체가 취급하는 각 UI 로 getAccessibleChild 메소드를 호출합니다. |
int |
getAccessibleChildrenCount (JComponent a)
이 객체가 취급하는 각 UI 로 getAccessibleChildrenCount 메소드를 호출합니다. |
int |
getDividerLocation (JSplitPane a)
이 객체가 취급하는 각 UI 로 getDividerLocation 메소드를 호출합니다. |
int |
getMaximumDividerLocation (JSplitPane a)
이 객체가 취급하는 각 UI 로 getMaximumDividerLocation 메소드를 호출합니다. |
Dimension |
getMaximumSize (JComponent a)
이 객체가 취급하는 각 UI 로 getMaximumSize 메소드를 호출합니다. |
int |
getMinimumDividerLocation (JSplitPane a)
이 객체가 취급하는 각 UI 로 getMinimumDividerLocation 메소드를 호출합니다. |
Dimension |
getMinimumSize (JComponent a)
이 객체가 취급하는 각 UI 로 getMinimumSize 메소드를 호출합니다. |
Dimension |
getPreferredSize (JComponent a)
이 객체가 취급하는 각 UI 로 getPreferredSize 메소드를 호출합니다. |
ComponentUI [] |
getUIs ()
이 다중 UI 에 관련지을 수 있었던 UI 의 리스트를 돌려줍니다. |
void |
installUI (JComponent a)
이 객체가 취급하는 각 UI 로 installUI 메소드를 호출합니다. |
void |
paint (Graphics a,
JComponent b)
이 객체가 취급하는 각 UI 로 paint 메소드를 호출합니다. |
void |
resetToPreferredSizes (JSplitPane a)
이 객체가 취급하는 각 UI 로 resetToPreferredSizes 메소드를 호출합니다. |
void |
setDividerLocation (JSplitPane a,
int b)
이 객체가 취급하는 각 UI 로 setDividerLocation 메소드를 호출합니다. |
void |
uninstallUI (JComponent a)
이 객체가 취급하는 각 UI 로 uninstallUI 메소드를 호출합니다. |
void |
update (Graphics a,
JComponent b)
이 객체가 취급하는 각 UI 로 update 메소드를 호출합니다. |
클래스 javax.swing.plaf. ComponentUI 로부터 상속된 메소드 |
---|
getBaseline , getBaselineResizeBehavior |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
필드의 상세 |
---|
protected Vector uis
createUI
의 호출에 의해 작성되어getUIs
메소드를 호출하는 것으로 취득할 수 있습니다. 최초의 요소는, 디폴트의 Look & Feel 로부터 얻을 수 있던 실제의 UI 인 것이 보증됩니다.
생성자 의 상세 |
---|
public MultiSplitPaneUI()
메소드의 상세 |
---|
public ComponentUI [] getUIs()
public void resetToPreferredSizes(JSplitPane a)
resetToPreferredSizes
메소드를 호출합니다.
SplitPaneUI
내의 resetToPreferredSizes
public void setDividerLocation(JSplitPane a, int b)
setDividerLocation
메소드를 호출합니다.
SplitPaneUI
내의 setDividerLocation
public int getDividerLocation(JSplitPane a)
getDividerLocation
메소드를 호출합니다.
SplitPaneUI
내의 getDividerLocation
LookAndFeel
로부터 취득된 UI 와 동일하다public int getMinimumDividerLocation(JSplitPane a)
getMinimumDividerLocation
메소드를 호출합니다.
SplitPaneUI
내의 getMinimumDividerLocation
LookAndFeel
로부터 취득된 UI 와 동일하다public int getMaximumDividerLocation(JSplitPane a)
getMaximumDividerLocation
메소드를 호출합니다.
SplitPaneUI
내의 getMaximumDividerLocation
LookAndFeel
로부터 취득된 UI 와 동일하다public void finishedPaintingChildren(JSplitPane a, Graphics b)
finishedPaintingChildren
메소드를 호출합니다.
SplitPaneUI
내의 finishedPaintingChildren
public boolean contains(JComponent a, int b, int c)
contains
메소드를 호출합니다.
ComponentUI
내의 contains
a
- x, y 의 위치가 조회되는 컴퍼넌트.
이 인수는 일반적으로 무시되지만,
UI 객체에 상태가 없고, 복수의 컴퍼넌트에 공유되고 있는 경우는
사용되는 일이 있는b
- 점의 x 좌표c
- 점의 y 좌표
LookAndFeel
로부터 취득된 UI 와 동일한JComponent.contains(int, int)
,
Component.contains(int, int)
public void update(Graphics a, JComponent b)
update
메소드를 호출합니다.
ComponentUI
내의 update
a
- 페인트 대상의 Graphics
문맥b
- 페인트 되는 컴퍼넌트.
이 인수는 일반적으로 무시되지만,
UI 객체에 상태가 없고, 복수의 컴퍼넌트에 공유되고 있는 경우는
사용되는 일이 있는ComponentUI.paint(java.awt.Graphics, javax.swing.JComponent)
,
JComponent.paintComponent(java.awt.Graphics)
public static ComponentUI createUI(JComponent a)
LookAndFeel
중 한쪽이 이 UI 를 지원하는 경우는, 다중 UI 인스턴스를 돌려줍니다. 그렇지 않은 경우는, 디폴트 LookAndFeel
로부터 취득된 UI 객체만을 돌려줍니다.
public void installUI(JComponent a)
installUI
메소드를 호출합니다.
ComponentUI
내의 installUI
a
- UI 위양이 인스톨 되고 있는 컴퍼넌트ComponentUI.uninstallUI(javax.swing.JComponent)
,
JComponent.setUI(javax.swing.plaf.ComponentUI)
,
JComponent.updateUI()
public void uninstallUI(JComponent a)
uninstallUI
메소드를 호출합니다.
ComponentUI
내의 uninstallUI
a
- 이 UI 위양을 삭제하는 컴퍼넌트.
이 인수는 일반적으로 무시되지만,
UI 객체에 상태가 없고, 복수의 컴퍼넌트에 공유되고 있는 경우는
사용되는 일이 있는ComponentUI.installUI(javax.swing.JComponent)
,
JComponent.updateUI()
public void paint(Graphics a, JComponent b)
paint
메소드를 호출합니다.
ComponentUI
내의 paint
a
- 페인트 대상의 Graphics
문맥b
- 페인트 되는 컴퍼넌트.
이 인수는 일반적으로 무시되지만,
UI 객체에 상태가 없고, 복수의 컴퍼넌트에 공유되고 있는 경우는
사용되는 일이 있는ComponentUI.update(java.awt.Graphics, javax.swing.JComponent)
public Dimension getPreferredSize(JComponent a)
getPreferredSize
메소드를 호출합니다.
ComponentUI
내의 getPreferredSize
a
- 적절한 사이즈가 조회되는 컴퍼넌트.
이 인수는 일반적으로 무시되지만,
UI 객체에 상태가 없고, 복수의 컴퍼넌트에 공유되고 있는 경우는
사용되는 일이 있다
LookAndFeel
로부터 취득된 UI 와 동일한JComponent.getPreferredSize()
,
LayoutManager.preferredLayoutSize(java.awt.Container)
public Dimension getMinimumSize(JComponent a)
getMinimumSize
메소드를 호출합니다.
ComponentUI
내의 getMinimumSize
a
- 최소 사이즈가 조회되는 컴퍼넌트.
이 인수는 일반적으로 무시되지만,
UI 객체에 상태가 없고, 복수의 컴퍼넌트에 공유되고 있는 경우는
사용되는 일이 있다
LookAndFeel
로부터 취득된 UI 와 동일한JComponent.getMinimumSize()
,
LayoutManager.minimumLayoutSize(java.awt.Container)
,
ComponentUI.getPreferredSize(javax.swing.JComponent)
public Dimension getMaximumSize(JComponent a)
getMaximumSize
메소드를 호출합니다.
ComponentUI
내의 getMaximumSize
a
- 최대 사이즈가 조회되는 컴퍼넌트.
이 인수는 일반적으로 무시되지만,
UI 객체에 상태가 없고, 복수의 컴퍼넌트에 공유되고 있는 경우는
사용되는 일이 있다
LookAndFeel
로부터 취득된 UI 와 동일한JComponent.getMaximumSize()
,
LayoutManager2.maximumLayoutSize(java.awt.Container)
public int getAccessibleChildrenCount(JComponent a)
getAccessibleChildrenCount
메소드를 호출합니다.
ComponentUI
내의 getAccessibleChildrenCount
LookAndFeel
로부터 취득된 UI 와 동일한ComponentUI.getAccessibleChild(javax.swing.JComponent, int)
public Accessible getAccessibleChild(JComponent a, int b)
getAccessibleChild
메소드를 호출합니다.
ComponentUI
내의 getAccessibleChild
b
- 제로로부터 시작되는 아이의 인덱스
LookAndFeel
로부터 취득된 UI 와 동일한ComponentUI.getAccessibleChildrenCount(javax.swing.JComponent)
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.