|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--javax.swing.plaf.metal.MetalTheme
|
+--javax.swing.plaf.metal.DefaultMetalTheme
|
+--ide.Preferences
A class to unify the preferences for all he past and future themes. It currently handles only the font type.
| Field Summary | |
(package private) java.awt.Font |
defaultFont
|
(package private) java.lang.String |
defaultFontName
|
(package private) FileHashtable |
fh
|
(package private) int |
size
|
| Fields inherited from class javax.swing.plaf.metal.DefaultMetalTheme |
controlFont,
primary1,
primary2,
primary3,
secondary1,
secondary2,
secondary3,
smallFont,
systemFont,
userFont |
| Fields inherited from class javax.swing.plaf.metal.MetalTheme |
black,
white |
| Constructor Summary | |
Preferences(FileHashtable fh)
|
|
| Method Summary | |
javax.swing.plaf.FontUIResource |
getControlTextFont()
|
javax.swing.plaf.FontUIResource |
getMenuTextFont()
|
javax.swing.plaf.FontUIResource |
getSubTextFont()
|
javax.swing.plaf.FontUIResource |
getSystemTextFont()
|
javax.swing.plaf.FontUIResource |
getUserTextFont()
|
javax.swing.plaf.FontUIResource |
getWindowTitleFont()
|
| Methods inherited from class javax.swing.plaf.metal.DefaultMetalTheme |
getName,
getPrimary1,
getPrimary2,
getPrimary3,
getSecondary1,
getSecondary2,
getSecondary3 |
| Methods inherited from class javax.swing.plaf.metal.MetalTheme |
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
| Field Detail |
java.lang.String defaultFontName
int size
java.awt.Font defaultFont
FileHashtable fh
| Constructor Detail |
public Preferences(FileHashtable fh)
| Method Detail |
public javax.swing.plaf.FontUIResource getMenuTextFont()
public javax.swing.plaf.FontUIResource getControlTextFont()
public javax.swing.plaf.FontUIResource getUserTextFont()
public javax.swing.plaf.FontUIResource getSystemTextFont()
public javax.swing.plaf.FontUIResource getSubTextFont()
public javax.swing.plaf.FontUIResource getWindowTitleFont()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||