|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.controls.JetProperty jet.controls.JetString jet.controls.JetStringList jet.controls.JetFont
public class JetFont
JetFont, for saving/retrieving a Font Name
It does no different with JetString, except it doesn't have default value
Field Summary |
---|
Fields inherited from interface jet.util.Propertiable |
---|
BIGSTRING, BOOLEAN, CHG_FMTTINGBLNAME, CHG_FMTTINGFORMULA, CHG_OTHER, COLOR, COMPFML_RESOURCE, CUSTOMER, CUSTOMERLINK, DELIM, DELIMCHAR, DOUBLE, ENUMERATION, IGNORED, IMAGE, IMGVECTOR, MAPPINGTBL, NORMAL_RESOURCE, NUMBER, REFERENCE, STRING, SUB1_DELIM, UNIT, VAL_NORMALLENGTH, VAL_NORMALSTART, VECTOR |
Constructor Summary | |
---|---|
JetFont()
|
|
JetFont(jet.controls.JetObject parent,
java.lang.String name)
Create a JetFont instance with normal value is 'SansSerif'(after April 26, 2010). |
|
JetFont(jet.controls.JetObject parent,
java.lang.String name,
java.lang.String value)
Create a JetFont instance with specified value |
Method Summary | |
---|---|
java.util.Vector |
getList()
|
java.util.Vector |
getPropertyChoice()
Only For Designer UI |
Methods inherited from class jet.controls.JetStringList |
---|
setDefault, setList |
Methods inherited from class jet.controls.JetString |
---|
get, getMatchingSqlType, set, set, setPropertyChoice, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface jet.convert.StringInfo |
---|
get |
Methods inherited from interface jet.convert.PropInfo |
---|
getChangeByObjectName, getInspValue, getName, getValue, isChangeByOther, isNull, toString, toUnitString |
Constructor Detail |
---|
public JetFont()
public JetFont(jet.controls.JetObject parent, java.lang.String name)
parent
- ownername
- namepublic JetFont(jet.controls.JetObject parent, java.lang.String name, java.lang.String value)
parent
- ownername
- namevalue
- the font name set to normal valueMethod Detail |
---|
public java.util.Vector getList()
getList
in interface jet.convert.StringListInfo
getList
in class JetStringList
FontSets.getAllFonts()
public java.util.Vector getPropertyChoice()
JetProperty
getPropertyChoice
in class JetStringList
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |