|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the methods needed to implement a ListModel.
Method Summary | |
Node |
getDefaultElement()
Get the default template element. |
Document |
getDocument()
Get an actual reference to the Document so you can create whatever type of node you wish. |
Node |
getElement(String key)
Get a template element for the key. |
List |
getElementKeys()
Get a list of all the keys for a given template. |
Method Detail |
public Node getDefaultElement()
public Node getElement(String key)
key
- the target key value
public List getElementKeys()
public Document getDocument()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |