|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.l2fprod.common.swing.DefaultFontChooserModel
com.l2fprod.common.swing.MonospacedFontChooserModel
public class MonospacedFontChooserModel
An extension of the DefaultFontChooserModel
showing only Monospaced fonts.
Field Summary |
---|
Fields inherited from class com.l2fprod.common.swing.DefaultFontChooserModel |
---|
DEFAULT_FONT_SIZES, fontFamilies |
Constructor Summary | |
---|---|
MonospacedFontChooserModel()
|
Method Summary | |
---|---|
protected boolean |
isMonospaced(java.lang.String fontFamily)
|
Methods inherited from class com.l2fprod.common.swing.DefaultFontChooserModel |
---|
getCharSets, getDefaultSizes, getFontFamilies, getPreviewMessage, setCharSets, setDefaultFontSizes, setFontFamilies, setPreviewMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MonospacedFontChooserModel()
Method Detail |
---|
protected boolean isMonospaced(java.lang.String fontFamily)
fontFamily
-
fontFamily
can be considered as Monospaced,
i.e if it contains the strings Fixed, Monospaced, ProFont, Console
or Typewriter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |