|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjavax.swing.plaf.metal.MetalTheme
javax.swing.plaf.metal.DefaultMetalTheme
javax.swing.plaf.metal.OceanTheme
public class OceanTheme
MetalLookAndFeel 의 디폴트의 테마입니다.
Metal Look & Feel 의 설계자는, 향후도 새로운 테마를 사용해, 디폴트의 외관을 최신에 유지하도록(듯이) 노력합니다. 그 때문에, 개발자는, 장래의 갱신에 관계없이, 「Ocean」의 외관의 커스터마이즈나, 그것을 현재의 테마로 하는 경우에게만, 이 클래스를 직접 사용할 필요가 있습니다.
OceanTheme 로부터 반환되는 색은 모두 완전하게 불투명합니다.
MetalLookAndFeel.setCurrentTheme(javax.swing.plaf.metal.MetalTheme) | 생성자 의 개요 | |
|---|---|
OceanTheme ()
OceanTheme 의 인스턴스를 작성합니다. |
|
| 메소드의 개요 | |
|---|---|
void |
addCustomEntriesToTable (UIDefaults table)
이 테마의 커스텀 엔트리를 디폴트의 테이블에 추가합니다. |
protected ColorUIResource |
getBlack ()
흑을 돌려줍니다. |
ColorUIResource |
getControlTextColor ()
컨트롤 텍스트 칼라를 돌려줍니다. |
ColorUIResource |
getDesktopColor ()
데스크탑 칼라를 돌려줍니다. |
ColorUIResource |
getInactiveControlTextColor ()
액티브하지 않은 컨트롤 텍스트 칼라를 돌려줍니다. |
ColorUIResource |
getMenuDisabledForeground ()
무효인 메뉴의 foreground 칼라를 돌려줍니다. |
String |
getName ()
이 테마 「Ocean」의 이름을 돌려줍니다. |
protected ColorUIResource |
getPrimary1 ()
Primary 1 칼라를 돌려줍니다. |
protected ColorUIResource |
getPrimary2 ()
Primary 2 칼라를 돌려줍니다. |
protected ColorUIResource |
getPrimary3 ()
Primary 3 칼라를 돌려줍니다. |
protected ColorUIResource |
getSecondary1 ()
Secondary 1 칼라를 돌려줍니다. |
protected ColorUIResource |
getSecondary2 ()
Secondary 2 칼라를 돌려줍니다. |
protected ColorUIResource |
getSecondary3 ()
Secondary 3 칼라를 돌려줍니다. |
| 클래스 javax.swing.plaf.metal. DefaultMetalTheme 로부터 상속된 메소드 |
|---|
getControlTextFont , getMenuTextFont , getSubTextFont , getSystemTextFont , getUserTextFont , getWindowTitleFont |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
| 생성자 의 상세 |
|---|
public OceanTheme()
OceanTheme 의 인스턴스를 작성합니다.
| 메소드의 상세 |
|---|
public void addCustomEntriesToTable(UIDefaults table)
MetalTheme 내의 addCustomEntriesToTable table - 디폴트의 테이블. null 는 불가
NullPointerException - table 가 null 의 경우MetalLookAndFeel.getDefaults() public String getName()
DefaultMetalTheme 내의 getName protected ColorUIResource getPrimary1()
0x6382BF 로 나타내지는 색을 돌려줍니다.
DefaultMetalTheme 내의 getPrimary1 Color.decode(java.lang.String) protected ColorUIResource getPrimary2()
0xA3B8CC 로 나타내지는 색을 돌려줍니다.
DefaultMetalTheme 내의 getPrimary2 Color.decode(java.lang.String) protected ColorUIResource getPrimary3()
0xB8CFE5 로 나타내지는 색을 돌려줍니다.
DefaultMetalTheme 내의 getPrimary3 Color.decode(java.lang.String) protected ColorUIResource getSecondary1()
0x7A8A99 로 나타내지는 색을 돌려줍니다.
DefaultMetalTheme 내의 getSecondary1 Color.decode(java.lang.String) protected ColorUIResource getSecondary2()
0xB8CFE5 로 나타내지는 색을 돌려줍니다.
DefaultMetalTheme 내의 getSecondary2 Color.decode(java.lang.String) protected ColorUIResource getSecondary3()
0xEEEEEE 로 나타내지는 색을 돌려줍니다.
DefaultMetalTheme 내의 getSecondary3 Color.decode(java.lang.String) protected ColorUIResource getBlack()
0x333333 로 나타내지는 색을 돌려줍니다.
MetalTheme 내의 getBlack Color.decode(java.lang.String) public ColorUIResource getDesktopColor()
0xFFFFFF 로 나타내지는 색을 돌려줍니다.
MetalTheme 내의 getDesktopColor Color.decode(java.lang.String) public ColorUIResource getInactiveControlTextColor()
0x999999 로 나타내지는 색을 돌려줍니다.
MetalTheme 내의 getInactiveControlTextColor public ColorUIResource getControlTextColor()
0x333333 로 나타내지는 색을 돌려줍니다.
MetalTheme 내의 getControlTextColor public ColorUIResource getMenuDisabledForeground()
0x999999 로 나타내지는 색을 돌려줍니다.
MetalTheme 내의 getMenuDisabledForeground
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.