|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
java.lang.Objectjavax.swing.LookAndFeel
javax.swing.plaf.basic.BasicLookAndFeel
javax.swing.plaf.metal.MetalLookAndFeel
public class MetalLookAndFeel
Java Look & Feel (ÄÚµå¸íÀº Metal)¸¦ ±¸ÇöÇÕ´Ï´Ù.
¸¹Àº ÄÁÆ®·Ñ·Î metal´Â µðÆúÆ®·Î º¼µå ÆùÆ®¸¦ »ç¿ëÇÕ´Ï´Ù. ¸ðµç ÄÁÆ®·Ñ (³»ºÎ ÇÁ·¹ÀÓÀÇ Å¸ÀÌÆ²À̳ª Ŭ¶óÀÌ¾ðÆ®·Î Àå½ÄÇÑ ÇÁ·¹ÀÓÀÇ Å¸ÀÌÆ² ¹Ù¸¦ Á¦¿ÜÇÏ´Ù)ÀÌ ÇÁ·¹ÀÎ ÆùÆ®¸¦ »ç¿ëÇϵµ·Ï ÇÏ·Á¸é, ¾Æ·¡ÀÇ ¾î´ÀÂÊÀ̵çÀ» ½Ç½ÃÇÕ´Ï´Ù.
swing.boldMetal
¸¦
false
·Î
¼³Á¤ÇÑ´Ù. ·Ê£º
java -Dswing.boldMetal=false MyApp
.
swing.boldMetal
¸¦
Boolean.FALSE
·Î
¼³Á¤ÇÑ´Ù. ·Ê£º
UIManager.put("swing.boldMetal", Boolean.FALSE);
swing.boldMetal
¸¦ ¼³Á¤Çϸé, °°Àº À̸§ÀÇ ½Ã½ºÅÛ ÇÁ·ÎÆÛƼº¸´Ù ¿ì¼±ÇØ »ç¿ëµË´Ï´Ù. µðÆúÆ® ÇÁ·ÎÆÛƼ¸¦ ¼³Á¤ÇÑ ÈÄ´Â MetalLookAndFeel
¸¦ ÀçÀνºÅç ÇØ, ÀÌÀü¿¡ ÀÛ¼ºÇÑ À§Á¦Æ®ÀÇ UI¸¦ ¸ðµÎ °»½ÅÇÒ Çʿ䰡 ÀÖ½À´Ï´Ù. ±×·¸°Ô ÇÏÁö ¾Ê´Â °æ¿ì´Â °á°ú¸¦ Á¤ÀÇÇÒ ¼ö ¾ø½À´Ï´Ù. Äڵ忹¸¦ ÀÌÇÏ¿¡ ³ªÅ¸³À´Ï´Ù.
// turn off bold fonts UIManager.put("swing.boldMetal", Boolean.FALSE); // re-install the Metal Look and Feel UIManager.setLookAndFeel(new MetalLookAndFeel()); // only needed to update existing widgets SwingUtilities.updateComponentTreeUI(rootComponent);
°æ°í: ÀÌ Å¬·¡½ºÀÇ Á÷·ÄÈ µÈ °´Ã¼´Â ÇâÈÄÀÇ Swing ¸±¸®Áî¿Í
ȣȯµÇÁö ¾ÊÀ» ¿¹Á¤ÀÔ´Ï´Ù. ÇöÀçÀÇ Á÷·ÄÈÀÇ Áö¿øÀº
´Ü±â°£ÀÇ ¿î¿ëÀ̳ª, °°Àº ¹öÀüÀÇ Swing¸¦ ½ÇÇàÇÏ´Â ¾îÇø®ÄÉÀ̼ǰ£ÀÇ RMI¿¡ ÀûÀýÇϰí ÀÖ½À´Ï´Ù. JDK ¹öÀü
1.4 ÀÌÈÄ, ¸ðµç JavaBeans™
Àå±â°£ÀÇ ¿î¿ë Áö¿øÀº
java.beans
ÆÐŰÁö¿¡ Ãß°¡µÇ°í ÀÖ½À´Ï´Ù. ÀÚ¼¼ÇÑ ³»¿ëÀº XMLEncoder
¸¦
ÂüÁ¶ÇϽʽÿÀ.
»ý¼ºÀÚ °³¿ä | |
---|---|
MetalLookAndFeel ()
|
¸Þ¼µå °³¿ä | |
---|---|
protected void |
createDefaultTheme ()
|
static ColorUIResource |
getAcceleratorForeground ()
|
static ColorUIResource |
getAcceleratorSelectedForeground ()
|
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 °íÀ¯ÀÇ µðÆúÆ® Å×À̺íÀ» ÀÛ¼ºÇϱâ À§Çؼ UIManager.setLookAndFeel¿¡ ÀÇÇØ 1ȸ È£ÃâÇÕ´Ï´Ù. |
String |
getDescription ()
¡¸The CDE/Motif Look and Feel¡¹ µî, ÀÌ Look & Feel ±¸Çö¿¡ ´ëÇÑ 1 ÇàÀÇ ¼³¸íÀ» ¸®ÅÏÇÕ´Ï´Ù. |
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¸¦ ½Äº°Çϴ ij¸¯ÅÍ ¶óÀÎÀ» ¸®ÅÏÇÕ´Ï´Ù. |
static ColorUIResource |
getInactiveControlTextColor ()
|
static ColorUIResource |
getInactiveSystemTextColor ()
|
static ColorUIResource |
getMenuBackground ()
|
static ColorUIResource |
getMenuDisabledForeground ()
|
static ColorUIResource |
getMenuForeground ()
|
static ColorUIResource |
getMenuSelectedBackground ()
|
static ColorUIResource |
getMenuSelectedForeground ()
|
static FontUIResource |
getMenuTextFont ()
|
String |
getName ()
¡¸CDE/Motif¡¹ µî, ÀÌ Look & Feel¸¦ ½Äº°Çϴ ªÀº ij¸¯ÅÍ ¶óÀÎÀ» ¸®ÅÏÇÕ´Ï´Ù. |
static ColorUIResource |
getPrimaryControl ()
|
static ColorUIResource |
getPrimaryControlDarkShadow ()
|
static ColorUIResource |
getPrimaryControlHighlight ()
|
static ColorUIResource |
getPrimaryControlInfo ()
|
static ColorUIResource |
getPrimaryControlShadow ()
|
static ColorUIResource |
getSeparatorBackground ()
|
static ColorUIResource |
getSeparatorForeground ()
|
static FontUIResource |
getSubTextFont ()
|
boolean |
getSupportsWindowDecorations ()
LookAndFeel °¡ µ¹·ÁÁÖ´Â RootPaneUI ÀνºÅϽº°¡ JRootPane ¿¡
¼ÀÇ À©µµ¿ì Àå½ÄÀÇ Á¦°øÀ» Áö¿øÇÏ´ÂÀÎ °æ¿ì, 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 ()
|
static ColorUIResource |
getWindowTitleInactiveBackground ()
|
static ColorUIResource |
getWindowTitleInactiveForeground ()
|
protected void |
initClassDefaults (UIDefaults table)
ID¿Í ComponentUI
Æä¾î¸¦ °Ç³×¹ÞÀº µðÆúÆ® Å×ÀÌºí¿¡ ¹èÄ¡ÇØ, UI Ŭ·¡½ºÀÇ ID ·ÎºÎÅÍ ComponentUI Ŭ·¡½º¿¡ÀÇ ¸ÅÇÎÀ» ÀÛ¼ºÇÕ´Ï´Ù. |
protected void |
initComponentDefaults (UIDefaults table)
|
protected void |
initSystemColorDefaults (UIDefaults table)
µðÆúÆ®ÀÇ Å×ÀÌºí¿¡ SystemColor¸¦ ·ÎµåÇÕ´Ï´Ù. |
boolean |
isNativeLookAndFeel ()
±âº»ÀÇ Ç÷§Æû¿¡ ¡¸³×ÀÌÆ¼ºêÀΡ¹Look & Feel°¡ ÀÖ¾î, ÇöÀçÀÇ Look & Feel°¡ ±× ±¸ÇöÀÎ °æ¿ì¿¡ true¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
boolean |
isSupportedLookAndFeel ()
±âº»ÀÇ Ç÷§ÆûÀÌ ÀÌ Look & Feel¸¦ Áö¿ø Çϰųª Çã¿ë Çϰųª ÇÏ´Â °æ¿ì¿¡ 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()
LookAndFeel
񃬣:
LookAndFeel
³»ÀÇ getName
public String getID()
LookAndFeel
񃬣:
LookAndFeel
³»ÀÇ getID
public String getDescription()
LookAndFeel
񃬣:
LookAndFeel
³»ÀÇ getDescription
public boolean isNativeLookAndFeel()
LookAndFeel
񃬣:
LookAndFeel
³»ÀÇ isNativeLookAndFeel
public boolean isSupportedLookAndFeel()
LookAndFeel
񃬣:
LookAndFeel
³»ÀÇ isSupportedLookAndFeel
UIManager.setLookAndFeel(javax.swing.LookAndFeel)
public boolean getSupportsWindowDecorations()
LookAndFeel
°¡ µ¹·ÁÁÖ´Â RootPaneUI
ÀνºÅϽº°¡ JRootPane
¿¡
¼ÀÇ À©µµ¿ì Àå½ÄÀÇ Á¦°øÀ» Áö¿øÇÏ´ÂÀÎ °æ¿ì, true¸¦ ¸®ÅÏÇÕ´Ï´Ù.
º¸´õ¿Í À©µµ¿ìÀÇ Å¸ÀÌÆ² ±¸È¹ÀÇ Àå½ÄÀÇ Á¦°øÀ» Áö¿ø Çϱâ À§ÇØ, ÀÌ ±¸ÇöÀº true¸¦ ¸®ÅÏÇÕ´Ï´Ù.
LookAndFeel
³»ÀÇ getSupportsWindowDecorations
JDialog.setDefaultLookAndFeelDecorated(boolean)
,
JFrame.setDefaultLookAndFeelDecorated(boolean)
,
JRootPane.setWindowDecorationStyle(int)
protected void initClassDefaults(UIDefaults table)
ComponentUI
Æä¾î¸¦ °Ç³×¹ÞÀº µðÆúÆ® Å×ÀÌºí¿¡ ¹èÄ¡ÇØ, UI Ŭ·¡½ºÀÇ ID ·ÎºÎÅÍ ComponentUI
Ŭ·¡½º¿¡ÀÇ ¸ÅÇÎÀ» ÀÛ¼ºÇÕ´Ï´Ù. °¢ JComponent
Ŭ·¡½º´Â ±× ÀÚüÀÇ UI Ŭ·¡½ºÀÇ ID ij¸¯ÅÍ ¶óÀÎÀ» ÁöÁ¤ÇÕ´Ï´Ù. ¿¹¸¦ µé¾î, JButton
´Â UI Ŭ·¡½ºÀÇ ID ¡¸ButtonUI¡¹¸¦ °¡Á®, ÀÌ ¸Þ¼µå´Â ¡¸javax.swing.plaf.metal.MetalButtonUI¡¹¿¡ ¸ÅÇÎ ÇÕ´Ï´Ù.
BasicLookAndFeel
³»ÀÇ initClassDefaults
BasicLookAndFeel.getDefaults()
,
JComponent.getUIClassID()
protected void initSystemColorDefaults(UIDefaults table)
BasicLookAndFeel
³»ÀÇ initSystemColorDefaults
protected void initComponentDefaults(UIDefaults table)
BasicLookAndFeel
³»ÀÇ initComponentDefaults
protected void createDefaultTheme()
public UIDefaults getDefaults()
LookAndFeel
񃬣:
BasicLookAndFeel
³»ÀÇ getDefaults
LookAndFeel.initialize()
,
LookAndFeel.uninitialize()
,
UIManager.setLookAndFeel(javax.swing.LookAndFeel)
public void provideErrorFeedback(Component component)
Æ÷Ä¿½º¸¦ °¡Áö´Â ÆíÁý ºÒ°¡´ÉÇÑ JTextField
¿¡ ºÙÀ̱⸦ ½Ç½ÃÇÏ´Â µî, »ç¿ëÀÚ°¡ ¹«È¿ÀÎ Á¶ÀÛÀ» ÇÏ·Á°í ÇßÀ» ¶§¿¡ È£ÃâÇÕ´Ï´Ù.
µ¥½ºÅ©Å¾¿¡ °¡½ÃÀûÀÎ ¿¡·¯ Ç¥½Ã¸¦ ½Ç½ÃÇÒ ¼ö ÀÖµµ·Ï ÇßÀ» °æ¿ì, ÀÌ ¸Þ¼µå´Â ¾×Ƽºê À©µµ¿ìÀÇ Ä¸¼Ç ¹Ù¸¦ Ç÷¡½Ã ÇÕ´Ï´Ù. ÇÁ·ÎÆÛƼ awt.visualbell¸¦ true ·Î ¼³Á¤Çصµ, °°Àº °á°ú¸¦ ¾òÀ» ¼ö ÀÖ½À´Ï´Ù.
LookAndFeel
³»ÀÇ provideErrorFeedback
component
- ¿¡·¯°¡ ¹ß»ýÇÑ ÄÄÆÛ³ÍÆ®. nullÀº
¿¡·¯ Á¶°ÇÀ» Component
¿¡ Á÷Á¢ °ü·ÃÁþÁö ¾Ê´Â °ÍÀ» ³ªÅ¸³»´ÂLookAndFeel.provideErrorFeedback(java.awt.Component)
public static void setCurrentTheme(MetalTheme theme)
MetalLookAndFeel
·Î
»ç¿ëÇÏ´Â Å׸¶¸¦ ¼³Á¤ÇÕ´Ï´Ù.
null ¿¡¼µµ »ó°üÇÏÁö ¾Ê½À´Ï´Ù.
MetalLookAndFeel
¸¦ ÀçÀνºÅç ÇØ, ÀÌÀü¿¡ ÀÛ¼ºÇÑ À§Á¦Æ®ÀÇ UI¸¦ ¸ðµÎ °»½ÅÇÒ Çʿ䰡 ÀÖ½À´Ï´Ù. ±×·¸°Ô ÇÏÁö ¾Ê´Â °æ¿ì´Â °á°ú¸¦ Á¤ÀÇÇÒ ¼ö ¾ø½À´Ï´Ù. ÀÌÇÏ¿¡ Äڵ忹¸¦ ³ªÅ¸³À´Ï´Ù.
// turn off bold fonts MetalLookAndFeel.setCurrentTheme(theme); // re-install the Metal Look and Feel UIManager.setLookAndFeel(new MetalLookAndFeel()); // only needed to update existing widgets SwingUtilities.updateComponentTreeUI(rootComponent);
theme
- »ç¿ëÇÏ´Â Å׸¶. null ÀÌ¿Ü.
NullPointerException
- 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
À»
»ý¼ºÇϱâ À§Çؼ È£ÃâÇÕ´Ï´Ù. nullÀÌ °Ç³×¹Þ´Â °÷ÀÇ ¸Þ¼µå´Â nullÀ»
¸®ÅÏÇÕ´Ï´Ù.
Look & Feel¿¡ µû¶ó¼´Â »ç¿ë ºÒ°¡ÀÎ Icon¸¦ ·»´õ¸µ ÇÏÁö ¾ÊÀ»Áöµµ ¸ð¸¨´Ï´Ù. ±× °æ¿ì´Â ¹«½ÃµË´Ï´Ù.
LookAndFeel
³»ÀÇ getDisabledIcon
component
- Icon¸¦ Ç¥½ÃÇÏ´Â JComponent. null ¿¡¼µµ °¡´É. icon
- »ç¿ë ºÒ°¡ÀÎÀÚ½Ä ¾ÆÀÌÄÜÀ» »ý¼ºÇÏ´Â Icon
public Icon getDisabledSelectedIcon(JComponent component, Icon icon)
Icon
À»
¸®ÅÏÇÕ´Ï´Ù.
ÀÌ ¸Þ¼µå´Â »ç¿ë ºÒ°¡ ¶ÇÇÑ ¼±Åõǰí ÀÖÁö¸¸ ±× »óÅ¿¡ ´ëÇÑ Æ¯Á¤ÀÇ Icon
À»
°¡ÁöÁö ¾Ê´Â ÄÄÆÛ³ÍÆ®ÀÇ Icon
À»
»ý¼ºÇϱâ À§Çؼ »ç¿ëµË´Ï´Ù. ¿¹¸¦ µé¾î JButton
À»
ÀÛ¼ºÇØ setIcon
°æÀ¯¿¡¼¸¸ Icon
À»
ÁöÁ¤Çϸé, ÀÌ ¸Þ¼µå´Â »ç¿ë ºÒ°¡ ¶ÇÇÑ ¼±ÅÃµÈ Icon
À»
»ý¼ºÇϱâ À§Çؼ È£ÃâÇÕ´Ï´Ù. nullÀÌ °Ç³×¹Þ´Â °÷ÀÇ ¸Þ¼µå´Â nullÀ»
¸®ÅÏÇÕ´Ï´Ù.
Look & Feel¿¡ µû¶ó¼´Â »ç¿ë ºÒ°¡ ¶ÇÇÑ ¼±ÅÃµÈ Icon¸¦ ·»´õ¸µ ÇÏÁö ¾ÊÀ»Áöµµ ¸ð¸¨´Ï´Ù. ±× °æ¿ì´Â ¹«½ÃµË´Ï´Ù.
LookAndFeel
³»ÀÇ getDisabledSelectedIcon
component
- Icon¸¦ Ç¥½ÃÇÏ´Â JComponent. null ¿¡¼µµ °¡´É. icon
- »ç¿ë ºÒ°¡ ¶ÇÇÑ ¼±ÅõÈÀÚ½Ä ¾ÆÀÌÄÜÀ» »ý¼ºÇÏ´Â Icon
public static FontUIResource getControlTextFont()
public static FontUIResource getSystemTextFont()
public static FontUIResource getUserTextFont()
public static FontUIResource getMenuTextFont()
public static FontUIResource getWindowTitleFont()
public static FontUIResource getSubTextFont()
public static ColorUIResource getDesktopColor()
public static ColorUIResource getFocusColor()
public static ColorUIResource getWhite()
public static ColorUIResource getBlack()
public static ColorUIResource getControl()
public static ColorUIResource getControlShadow()
public static ColorUIResource getControlDarkShadow()
public static ColorUIResource getControlInfo()
public static ColorUIResource getControlHighlight()
public static ColorUIResource getControlDisabled()
public static ColorUIResource getPrimaryControl()
public static ColorUIResource getPrimaryControlShadow()
public static ColorUIResource getPrimaryControlDarkShadow()
public static ColorUIResource getPrimaryControlInfo()
public static ColorUIResource getPrimaryControlHighlight()
public static ColorUIResource getSystemTextColor()
public static ColorUIResource getControlTextColor()
public static ColorUIResource getInactiveControlTextColor()
public static ColorUIResource getInactiveSystemTextColor()
public static ColorUIResource getUserTextColor()
public static ColorUIResource getTextHighlightColor()
public static ColorUIResource getHighlightedTextColor()
public static ColorUIResource getWindowBackground()
public static ColorUIResource getWindowTitleBackground()
public static ColorUIResource getWindowTitleForeground()
public static ColorUIResource getWindowTitleInactiveBackground()
public static ColorUIResource getWindowTitleInactiveForeground()
public static ColorUIResource getMenuBackground()
public static ColorUIResource getMenuForeground()
public static ColorUIResource getMenuSelectedBackground()
public static ColorUIResource getMenuSelectedForeground()
public static ColorUIResource getMenuDisabledForeground()
public static ColorUIResource getSeparatorBackground()
public static ColorUIResource getSeparatorForeground()
public static ColorUIResource getAcceleratorForeground()
public static ColorUIResource getAcceleratorSelectedForeground()
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.