|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.controls.JetProperty
jet.controls.JetString
jet.controls.JetStringList
public class JetStringList
Extends from JetString, contains a list of string can chooses from Object Inspector.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
JetStringList()
|
|
JetStringList(JetObject parent,
java.lang.String name)
Constructor. |
|
JetStringList(JetObject parent,
java.lang.String name,
java.lang.String value)
Constructor. |
|
| Method Summary | |
|---|---|
java.util.Vector |
getList()
Get the choice string list. |
java.util.Vector |
getPropertyChoice()
|
void |
setDefault(java.lang.String def)
Set the default value. |
void |
setList(java.util.Vector list)
Set the choice string list. |
| 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 |
| Constructor Detail |
|---|
public JetStringList()
public JetStringList(JetObject parent,
java.lang.String name)
parent - the owner of the property.name - the property name
public JetStringList(JetObject parent,
java.lang.String name,
java.lang.String value)
parent - the owner of the property.name - the property namevalue - the default value.| Method Detail |
|---|
public void setDefault(java.lang.String def)
public void setList(java.util.Vector list)
public java.util.Vector getList()
public java.util.Vector getPropertyChoice()
getPropertyChoice in class JetString
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||