|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectix.iface.ui.DefaultColourField
ix.iface.ui.EditableColourField
public class EditableColourField
An interface with four aspects: string, colour, symbol, image. The four aspects can be displayed as one cell. They are of type
Field Summary | |
---|---|
boolean |
editable
|
Fields inherited from class ix.iface.ui.DefaultColourField |
---|
colour, font, icon, name, sym |
Constructor Summary | |
---|---|
EditableColourField(java.lang.String name,
java.awt.Color colour,
boolean editable)
|
Method Summary | |
---|---|
boolean |
hasIcon()
|
javax.swing.Icon |
toIcon()
|
Methods inherited from class ix.iface.ui.DefaultColourField |
---|
hasColour, hasFont, hasSymbol, setColour, setFont, setIcon, setString, setSymbol, toColour, toFont, toString, toSymbol |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean editable
Constructor Detail |
---|
public EditableColourField(java.lang.String name, java.awt.Color colour, boolean editable)
Method Detail |
---|
public javax.swing.Icon toIcon()
toIcon
in interface FourField
toIcon
in class DefaultColourField
public boolean hasIcon()
hasIcon
in interface FourField
hasIcon
in class DefaultColourField
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |