|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fife.ui.rtextfilechooser.FileTypeInfo
An icon and a color grouped together. This data structure is used
to associate a "style" with a given file type (i.e., files ending in
a given extension) in an RTextFileChooser.
| Field Summary | |
javax.swing.Icon |
icon
An icon to use in the file chooser when a file of the specified type is displayed. |
java.awt.Color |
labelTextColor
The color to paint the name of the file in the file chooser. |
| Constructor Summary | |
FileTypeInfo(javax.swing.Icon icon,
java.awt.Color labelTextColor)
Constructor. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public javax.swing.Icon icon
public java.awt.Color labelTextColor
| Constructor Detail |
public FileTypeInfo(javax.swing.Icon icon,
java.awt.Color labelTextColor)
icon - The icon to use.labelTextColor - The color to use for the label.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||