|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjavax.swing.LookAndFeel
javax.swing.plaf.basic.BasicLookAndFeel
javax.swing.plaf.metal.MetalLookAndFeel
public class MetalLookAndFeel
Metal 로서 알려져 있는 Java Look & Feel 입니다.
MetalLookAndFeel
가 제공하는 각 ComponentUI
는, 그 동작을 디폴트 테이블에서 가져옵니다. 특히 명기되어 있지 않은 한, 이 패키지의 각 ComponentUI
구현에는, 사용하는 디폴트세트가 문서화 되고 있습니다. 특히 명기되어 있지 않은 한, 디폴트는 installUI
의 호출시에 인스톨 됩니다. 디폴트의 인스톨은,LookAndFeel
에 기재되어 있는 추천 사항에 따라 실시합니다.
MetalLookAndFeel
는, 칼라 팔레트와 폰트를 MetalTheme
로부터 가져옵니다. 디폴트의 테마는 OceanTheme
입니다. 테마는,setCurrentTheme
메소드로 변경할 수 있습니다. 테마의 변경 방법에 대해서는, 이 메소드를 참조해 주세요. 1.5 보다 전에서는, 디폴트의 테마는 DefaultMetalTheme
였습니다. 시스템 프로퍼티 swing.metalTheme
을 steel
로 설정하면(자), 디폴트로서 DefaultMetalTheme
를 지정할 수 있습니다.
경고: 이 클래스의 직렬화 된 객체는, 향후의 Swing 릴리스와 호환은 아니게 될 예정입니다. 현재의 직렬화의 지원는, 단기간의 운용이나, 같은 버젼의 Swing 를 실행하는 어플리케이션간의 RMI 에 적절하고 있습니다. JDK Version 1.4 이후, 모든 JavaBeans™ 의 장기간의 운용 지원는,java.beans
패키지에 추가되고 있습니다. 자세한 것은,XMLEncoder
를 참조해 주세요.
MetalTheme
,
DefaultMetalTheme
,
OceanTheme
생성자 의 개요 | |
---|---|
MetalLookAndFeel ()
|
메소드의 개요 | |
---|---|
protected void |
createDefaultTheme ()
현재의 MetalTheme 가 null 이외 인 것을 확인합니다. |
static ColorUIResource |
getAcceleratorForeground ()
현재의 테마의 가속기의 foreground 칼라를 돌려줍니다. |
static ColorUIResource |
getAcceleratorSelectedForeground ()
현재의 테마의 선택된 가속기의 foreground 칼라를 돌려줍니다. |
static ColorUIResource |
getBlack ()
현재의 테마의 흑을 돌려줍니다. |
static ColorUIResource |
getControl ()
현재의 테마의 컨트롤 칼라를 돌려줍니다. |
static ColorUIResource |
getControlDarkShadow ()
현재의 테마의 컨트롤 다크 그림자 칼라를 돌려줍니다. |
static ColorUIResource |
getControlDisabled ()
현재의 테마의 무효인 컨트롤의 컨트롤 칼라를 돌려줍니다. |
static ColorUIResource |
getControlHighlight ()
현재의 테마의 컨트롤 하이라이트 칼라를 돌려줍니다. |
static ColorUIResource |
getControlInfo ()
현재의 테마의 제어 정보 칼라를 돌려줍니다. |
static ColorUIResource |
getControlShadow ()
현재의 테마의 컨트롤 그림자 칼라를 돌려줍니다. |
static ColorUIResource |
getControlTextColor ()
현재의 테마의 컨트롤 텍스트 칼라를 돌려줍니다. |
static FontUIResource |
getControlTextFont ()
현재의 테마의 컨트롤 텍스트 폰트를 돌려줍니다. |
static MetalTheme |
getCurrentTheme ()
MetalLookAndFeel 로 현재 사용되고 있는 테마를 돌려줍니다. |
UIDefaults |
getDefaults ()
Look & Feel 의 디폴트를 돌려줍니다. |
String |
getDescription ()
이 Look & Feel 의 짧은 설명을 돌려줍니다. |
static ColorUIResource |
getDesktopColor ()
현재의 테마의 데스크탑 칼라를 돌려줍니다. |
Icon |
getDisabledIcon (JComponent component,
Icon icon)
무효인 상태의 Icon 를 돌려줍니다. |
Icon |
getDisabledSelectedIcon (JComponent component,
Icon icon)
무효로, 한편 선택되고 있는 컴퍼넌트에 의해 사용되는 Icon 를 돌려줍니다. |
static ColorUIResource |
getFocusColor ()
현재의 테마의 포커스 칼라를 돌려줍니다. |
static ColorUIResource |
getHighlightedTextColor ()
현재의 테마의 하이라이트 텍스트의 텍스트 칼라를 돌려줍니다. |
String |
getID ()
이 Look & Feel 의 식별자를 돌려줍니다. |
static ColorUIResource |
getInactiveControlTextColor ()
현재의 테마의 액티브하지 않은 컨트롤 텍스트 칼라를 돌려줍니다. |
static ColorUIResource |
getInactiveSystemTextColor ()
현재의 테마의 액티브하지 않은 시스템 텍스트 칼라를 돌려줍니다. |
LayoutStyle |
getLayoutStyle ()
http://java.sun.com/products/jlf/ed2/book/HIG.Visual2.html 로 지정되고 있는 대로, Java Look & Feel 의 설계 가이드 라인을 구현하는 LayoutStyle 를 돌려줍니다. |
static ColorUIResource |
getMenuBackground ()
현재의 테마의 메뉴의 백그라운드 칼라를 돌려줍니다. |
static ColorUIResource |
getMenuDisabledForeground ()
현재의 테마의 무효인 메뉴의 foreground 칼라를 돌려줍니다. |
static ColorUIResource |
getMenuForeground ()
현재의 테마의 메뉴의 foreground 칼라를 돌려줍니다. |
static ColorUIResource |
getMenuSelectedBackground ()
현재의 테마의 선택된 메뉴의 백그라운드 칼라를 돌려줍니다. |
static ColorUIResource |
getMenuSelectedForeground ()
현재의 테마의 선택된 메뉴의 foreground 칼라를 돌려줍니다. |
static FontUIResource |
getMenuTextFont ()
현재의 테마의 메뉴 텍스트 폰트를 돌려줍니다. |
String |
getName ()
이 Look & Feel 의 이름을 돌려줍니다. |
static ColorUIResource |
getPrimaryControl ()
현재의 테마의 일차 컨트롤 칼라를 돌려줍니다. |
static ColorUIResource |
getPrimaryControlDarkShadow ()
현재의 테마의 일차 컨트롤 다크 그림자 칼라를 돌려줍니다. |
static ColorUIResource |
getPrimaryControlHighlight ()
현재의 테마의 일차 컨트롤 하이라이트 칼라를 돌려줍니다. |
static ColorUIResource |
getPrimaryControlInfo ()
현재의 테마의 일차 제어 정보 칼라를 돌려줍니다. |
static ColorUIResource |
getPrimaryControlShadow ()
현재의 테마의 일차 컨트롤 그림자 칼라를 돌려줍니다. |
static ColorUIResource |
getSeparatorBackground ()
현재의 테마의 separator의 백그라운드 칼라를 돌려줍니다. |
static ColorUIResource |
getSeparatorForeground ()
현재의 테마의 separator의 foreground 칼라를 돌려줍니다. |
static FontUIResource |
getSubTextFont ()
현재의 테마의 서브 텍스트 폰트를 돌려줍니다. |
boolean |
getSupportsWindowDecorations ()
Metal 는 Window 장식을 제공할 수 있으므로,true 를 돌려줍니다. |
static ColorUIResource |
getSystemTextColor ()
현재의 테마의 시스템 텍스트 칼라를 돌려줍니다. |
static FontUIResource |
getSystemTextFont ()
현재의 테마의 시스템 텍스트 폰트를 돌려줍니다. |
static ColorUIResource |
getTextHighlightColor ()
현재의 테마의 텍스트 하이라이트 칼라를 돌려줍니다. |
static ColorUIResource |
getUserTextColor ()
현재의 테마의 사용자 텍스트 칼라를 돌려줍니다. |
static FontUIResource |
getUserTextFont ()
현재의 테마의 사용자 텍스트 폰트를 돌려줍니다. |
static ColorUIResource |
getWhite ()
현재의 테마의 흰색을 돌려줍니다. |
static ColorUIResource |
getWindowBackground ()
현재의 테마의 윈도우의 백그라운드 칼라를 돌려줍니다. |
static ColorUIResource |
getWindowTitleBackground ()
현재의 테마의 윈도우 타이틀의 백그라운드 칼라를 돌려줍니다. |
static FontUIResource |
getWindowTitleFont ()
현재의 테마의 윈도우 타이틀 폰트를 돌려줍니다. |
static ColorUIResource |
getWindowTitleForeground ()
현재의 테마의 윈도우 타이틀의 foreground 칼라를 돌려줍니다. |
static ColorUIResource |
getWindowTitleInactiveBackground ()
현재의 테마의 액티브하지 않은 윈도우 타이틀의 백그라운드 칼라를 돌려줍니다. |
static ColorUIResource |
getWindowTitleInactiveForeground ()
현재의 테마의 액티브하지 않은 윈도우 타이틀의 foreground 칼라를 돌려줍니다. |
protected void |
initClassDefaults (UIDefaults table)
uiClassID 와 UI 클래스의 완전 지정명의 매핑을 포함한 table 를 생성합니다. |
protected void |
initComponentDefaults (UIDefaults table)
Metal 의 디폴트로 table 를 생성합니다. |
protected void |
initSystemColorDefaults (UIDefaults table)
시스템 칼라의 table 를 생성합니다. |
boolean |
isNativeLookAndFeel ()
MetalLookAndFeel 는 네이티브인 Look & Feel 는 아니기 때문에,false 를 돌려줍니다. |
boolean |
isSupportedLookAndFeel ()
MetalLookAndFeel 는 모든 플랫폼에서 실행 가능해서,true 를 돌려줍니다. |
void |
provideErrorFeedback (Component component)
포커스를 가지는, 편집 불가능한 JTextField 에 붙이기를 실시하는 등, 사용자가 무효인 조작을 하려고 했을 때에 불려 갑니다. |
static void |
setCurrentTheme (MetalTheme theme)
MetalLookAndFeel 로 사용하는 테마를 설정합니다. |
클래스 javax.swing.plaf.basic. BasicLookAndFeel 로부터 상속된 메소드 |
---|
createAudioAction , getAudioActionMap , initialize , loadSystemColors , playSound , uninitialize |
클래스 javax.swing. LookAndFeel 로부터 상속된 메소드 |
---|
getDesktopPropertyValue , installBorder , installColors , installColorsAndFont , installProperty , loadKeyBindings , makeComponentInputMap , makeIcon , makeInputMap , makeKeyBindings , toString , uninstallBorder |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
생성자 의 상세 |
---|
public MetalLookAndFeel()
메소드의 상세 |
---|
public String getName()
Metal
를 돌려줍니다.
LookAndFeel
내의 getName
public String getID()
Metal
를 돌려줍니다.
LookAndFeel
내의 getID
public String getDescription()
「Java(tm) Look & Feel」
를 돌려줍니다.
LookAndFeel
내의 getDescription
public boolean isNativeLookAndFeel()
MetalLookAndFeel
는 네이티브인 Look & Feel 는 아니기 때문에,false
를 돌려줍니다.
LookAndFeel
내의 isNativeLookAndFeel
false
public boolean isSupportedLookAndFeel()
MetalLookAndFeel
는 모든 플랫폼에서 실행 가능해서,true
를 돌려줍니다.
LookAndFeel
내의 isSupportedLookAndFeel
true
UIManager.setLookAndFeel(javax.swing.LookAndFeel)
public boolean getSupportsWindowDecorations()
Window
장식을 제공할 수 있으므로,true
를 돌려줍니다.
LookAndFeel
내의 getSupportsWindowDecorations
true
JDialog.setDefaultLookAndFeelDecorated(boolean)
,
JFrame.setDefaultLookAndFeelDecorated(boolean)
,
JRootPane.setWindowDecorationStyle(int)
protected void initClassDefaults(UIDefaults table)
uiClassID
와 UI 클래스의 완전 지정명의 매핑을 포함한 table
를 생성합니다. MetalLookAndFeel
는,javax.swing.plaf.metal
패키지에 포함되는 「MetalXXXUI」라고 하는 이름의 클래스 마다, 엔트리를 등록합니다. 캐릭터 라인 XXX
는, Swing 의 임의의 uiClassID 입니다. Metal 패키지내에 uiClassID
로 지정된 클래스가 포함되지 않은 경우,javax.swing.plaf.basic
패키지내의 대응하는 클래스가 사용됩니다. 예를 들어, Metal 패키지에 MetalColorChooserUI
라는 이름의 클래스가 포함되지 않은 경우,javax.swing.plaf.basic.BasicColorChooserUI
가 사용됩니다.
BasicLookAndFeel
내의 initClassDefaults
table
- 엔트리가 추가되는 UIDefaults
인스턴스
NullPointerException
- table
가 null
의 경우BasicLookAndFeel.initClassDefaults(javax.swing.UIDefaults)
protected void initSystemColorDefaults(UIDefaults table)
table
를 생성합니다. table
에 추가되는 값은, 다음과 같습니다.
키 | 치 |
---|---|
"desktop" | theme.getDesktopColor()
|
"activeCaption" | theme.getWindowTitleBackground()
|
"activeCaptionText" | theme.getWindowTitleForeground()
|
"activeCaptionBorder" | theme.getPrimaryControlShadow()
|
"inactiveCaption" | theme.getWindowTitleInactiveBackground()
|
"inactiveCaptionText" | theme.getWindowTitleInactiveForeground()
|
"inactiveCaptionBorder" | theme.getControlShadow()
|
"window" | theme.getWindowBackground()
|
"windowBorder" | theme.getControl()
|
"windowText" | theme.getUserTextColor()
|
"menu" | theme.getMenuBackground()
|
"menuText" | theme.getMenuForeground()
|
"text" | theme.getWindowBackground()
|
"textText" | theme.getUserTextColor()
|
"textHighlight" | theme.getTextHighlightColor()
|
"textHighlightText" | theme.getHighlightedTextColor()
|
"textInactiveText" | theme.getInactiveSystemTextColor()
|
"control" | theme.getControl()
|
"controlText" | theme.getControlTextColor()
|
"controlHighlight" | theme.getControlHighlight()
|
"controlLtHighlight" | theme.getControlHighlight()
|
"controlShadow" | theme.getControlShadow()
|
"controlDkShadow" | theme.getControlDarkShadow()
|
"scrollbar" | theme.getControl()
|
"info" | theme.getPrimaryControl()
|
"infoText" | theme.getPrimaryControlInfo()
|
theme
는, 현재의 MetalTheme
에 대응하고 있습니다.
BasicLookAndFeel
내의 initSystemColorDefaults
table
- 치가 추가되는 UIDefaults
객체
NullPointerException
- table
가 null
의 경우SystemColor
,
BasicLookAndFeel.getDefaults()
,
BasicLookAndFeel.loadSystemColors(javax.swing.UIDefaults, java.lang.String[], boolean)
protected void initComponentDefaults(UIDefaults table)
table
를 생성합니다.
BasicLookAndFeel
내의 initComponentDefaults
table
- 치가 추가되는 UIDefaults
NullPointerException
- table
가 null
의 경우protected void createDefaultTheme()
MetalTheme
가 null 이외
인 것을 확인합니다. 이 메소드는,getCurrentTheme
의 커버 메소드입니다.
getCurrentTheme()
public UIDefaults getDefaults()
createDefaultTheme()
,super.getDefaults()
,getCurrentTheme(). addCustomEntriesToTable(table)
를 이 차례로 호출합니다.
이 메소드는 public 메소드입니다만, 항상, 임의의 Look & Feel 가 현재의 Look & Feel 로서 설정되어initialize
가 불려 간 뒤,UIManager
에 의해 불려 가도록 해 주세요.
BasicLookAndFeel
내의 getDefaults
createDefaultTheme()
,
BasicLookAndFeel.getDefaults()
,
MetalTheme.addCustomEntriesToTable(UIDefaults)
public void provideErrorFeedback(Component component)
JTextField
에 붙이기를 실시하는 등, 사용자가 무효인 조작을 하려고 했을 때에 불려 갑니다. 디폴트의 구현에서는, beep음을 울립니다. 다른 동작을 실시하는 경우는, 디폴트의 구현을 서브 클래스에 의해 오버라이드(override) 해, 다른 피드백을 지정할 필요가 있습니다.
LookAndFeel
내의 provideErrorFeedback
component
- 에러가 발생한 Component
. null
도 가능 (이 경우, 에러 조건은 Component
와 직접 관련지을 수 없다)public static void setCurrentTheme(MetalTheme theme)
MetalLookAndFeel
로 사용하는 테마를 설정합니다.
테마를 설정하면(자),MetalLookAndFeel
를 재인스톨 해, UI 를 다시 작성할 필요가 있습니다. 다음에, 이 방법을 나타냅니다.
MetalLookAndFeel.setCurrentTheme(theme); // re-install the Metal Look and Feel UIManager.setLookAndFeel(new MetalLookAndFeel()); // Update the ComponentUIs for all Components.This // needs to be invoked for all windows. SwingUtilities.updateComponentTreeUI(rootComponent);이 처리가 실행되어 있지 않은 경우, 결과는 정의되지 않습니다.
theme
- 사용하는 테마
NullPointerException
- theme
가 null
의 경우getCurrentTheme()
public static MetalTheme getCurrentTheme()
MetalLookAndFeel
로 현재 사용되고 있는 테마를 돌려줍니다. 현재의 테마가 null
의 경우, 디폴트의 테마가 작성됩니다.
setCurrentTheme(javax.swing.plaf.metal.MetalTheme)
public Icon getDisabledIcon(JComponent component, Icon icon)
Icon
를 돌려줍니다. 이 메소드는, 무효인 상태의 Icon
가 지정되어 있지 않은 경우에, 그것을 생성하기 위해서 사용됩니다. 예를 들어,JButton
를 작성해,setIcon
에 의해 Icon
만을 지정했을 경우 이 메소드가 불려 가 무효인 상태의 Icon
가 작성됩니다. icon
로서 null 가 건네받았을 경우, 이 메소드는 null 를 돌려줍니다. Look & Feel 에 따라서는 무효인 상태의 아이콘이 draw 되지 않는 것이 있어, 그 경우, 무효인 상태의 아이콘은 무시됩니다.
LookAndFeel
내의 getDisabledIcon
component
- 아이콘을 표시하는 JComponent. null 도 가능icon
- 무효인 상태의 아이콘을 생성하는 아이콘
public Icon getDisabledSelectedIcon(JComponent component, Icon icon)
Icon
를 돌려줍니다. 이 메소드는, 무효로, 한편 선택되고 있는 상태의 컴퍼넌트에 대해서, 이 상태의 특정의 Icon
가 설정되어 있지 않은 경우에,Icon
를 생성하기 위해서 사용합니다. 예를 들어,JButton
를 작성해,setIcon
에 의해 Icon
만을 지정했을 경우, 이 메소드가 불려 가 무효로 한편 선택되고 있는 Icon
가 생성됩니다. icon
로서 null 가 건네받았을 경우, 이 메소드는 null 를 돌려줍니다. Look & Feel 에 따라서는, 무효로, 한편 선택되고 있는 상태의 아이콘이 draw 되지 않는 것이 있습니다만, 그 경우, 이 메소드는 무시됩니다.
LookAndFeel
내의 getDisabledSelectedIcon
component
- 아이콘을 표시하는 JComponent. null 도 가능icon
- 무효로, 한편 선택되고 있는 상태의 아이콘을 생성하는 아이콘
public static FontUIResource getControlTextFont()
getCurrentTheme(). getControlTextColor()
의 커버 메소드입니다.
MetalTheme
public static FontUIResource getSystemTextFont()
getCurrentTheme(). getSystemTextFont()
의 커버 메소드입니다.
MetalTheme
public static FontUIResource getUserTextFont()
getCurrentTheme(). getUserTextFont()
의 커버 메소드입니다.
MetalTheme
public static FontUIResource getMenuTextFont()
getCurrentTheme(). getMenuTextFont()
의 커버 메소드입니다.
MetalTheme
public static FontUIResource getWindowTitleFont()
getCurrentTheme(). getWindowTitleFont()
의 커버 메소드입니다.
MetalTheme
public static FontUIResource getSubTextFont()
getCurrentTheme(). getSubTextFont()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getDesktopColor()
getCurrentTheme(). getDesktopColor()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getFocusColor()
getCurrentTheme(). getFocusColor()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getWhite()
getCurrentTheme(). getWhite()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getBlack()
getCurrentTheme(). getBlack()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getControl()
getCurrentTheme(). getControl()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getControlShadow()
getCurrentTheme(). getControlShadow()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getControlDarkShadow()
getCurrentTheme(). getControlDarkShadow()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getControlInfo()
getCurrentTheme(). getControlInfo()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getControlHighlight()
getCurrentTheme(). getControlHighlight()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getControlDisabled()
getCurrentTheme(). getControlDisabled()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getPrimaryControl()
getCurrentTheme(). getPrimaryControl()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getPrimaryControlShadow()
getCurrentTheme(). getPrimaryControlShadow()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getPrimaryControlDarkShadow()
getCurrentTheme(). getPrimaryControlDarkShadow()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getPrimaryControlInfo()
getCurrentTheme(). getPrimaryControlInfo()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getPrimaryControlHighlight()
getCurrentTheme(). getPrimaryControlHighlight()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getSystemTextColor()
getCurrentTheme(). getSystemTextColor()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getControlTextColor()
getCurrentTheme(). getControlTextColor()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getInactiveControlTextColor()
getCurrentTheme(). getInactiveControlTextColor()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getInactiveSystemTextColor()
getCurrentTheme(). getInactiveSystemTextColor()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getUserTextColor()
getCurrentTheme(). getUserTextColor()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getTextHighlightColor()
getCurrentTheme(). getTextHighlightColor()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getHighlightedTextColor()
getCurrentTheme(). getHighlightedTextColor()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getWindowBackground()
getCurrentTheme(). getWindowBackground()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getWindowTitleBackground()
getCurrentTheme(). getWindowTitleBackground()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getWindowTitleForeground()
getCurrentTheme(). getWindowTitleForeground()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getWindowTitleInactiveBackground()
getCurrentTheme(). getWindowTitleInactiveBackground()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getWindowTitleInactiveForeground()
getCurrentTheme(). getWindowTitleInactiveForeground()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getMenuBackground()
getCurrentTheme(). getMenuBackground()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getMenuForeground()
getCurrentTheme(). getMenuForeground()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getMenuSelectedBackground()
getCurrentTheme(). getMenuSelectedBackground()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getMenuSelectedForeground()
getCurrentTheme(). getMenuSelectedForeground()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getMenuDisabledForeground()
getCurrentTheme(). getMenuDisabledForeground()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getSeparatorBackground()
getCurrentTheme(). getSeparatorBackground()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getSeparatorForeground()
getCurrentTheme(). getSeparatorForeground()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getAcceleratorForeground()
getCurrentTheme(). getAcceleratorForeground()
의 커버 메소드입니다.
MetalTheme
public static ColorUIResource getAcceleratorSelectedForeground()
getCurrentTheme(). getAcceleratorSelectedForeground()
의 커버 메소드입니다.
MetalTheme
public LayoutStyle getLayoutStyle()
LayoutStyle
를 돌려줍니다.
LookAndFeel
내의 getLayoutStyle
LayoutStyle.getInstance()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.