|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.fg.xmleditor.CustInfo
CustInfo objects are used to hold additional information
about XML Schema elements, provided within xsd:appinfo
elements. CustIfo objects are instantiated, cached and returned by
CacheStore object. CustInfo doesn't have to be instantiated
and used by the user code directly.
| Constructor Summary | |
CustInfo()
|
|
| Method Summary | |
java.lang.Object |
getEditorClassOrId()
Method returns editor Class or
String id, which is used to create field
editor and renderer. |
java.lang.String |
getMessage()
Method returns a text message to be shown to user when respective node of the XML document is selected. |
Params |
getParams()
Method returns Params object, which
holds field editor/renderer parameters. |
boolean |
isExposed()
Method returns true if respective schema element is
defined as "exposed" and false otherwise. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CustInfo()
| Method Detail |
public boolean isExposed()
true if respective schema element is
defined as "exposed" and false otherwise.
true if respective schema element is
defined as "exposed" and false otherwise.public java.lang.Object getEditorClassOrId()
Class or
String id, which is used to create field
editor and renderer.
Class or JDialog object,
which is used to create field editor and renderer.public Params getParams()
Params object, which
holds field editor/renderer parameters.
Params object, which
holds field editor/renderer parameters.public java.lang.String getMessage()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||