|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides methods for initializing, displaying, updating and
registering as a listener for a Component
that styles XML and
displays the results
Method Summary | |
MetaDisplayInterface |
getInstance()
Return a new instance of an object that implements the MetaDisplayInterface . |
MetaDisplayInterface |
getMetaDisplay(int displayNum)
Return a reference to an existing object that implements the MetaDisplayInterface . |
Method Detail |
public MetaDisplayInterface getInstance()
MetaDisplayInterface
. Implementing code should assign this
instance an integer identifier for internal use -
MetaDisplayInterface
getMetaDisplay(int displayNum)
public MetaDisplayInterface getMetaDisplay(int displayNum)
MetaDisplayInterface
. The object is identified by the int
index assigned to it in the getInstance() method at the time of creation
displayNum
- int index assigned to the object in the
getInstance() method at the time of creation
MetaDisplayInterface
identified by
displayNum. Returns NULL if displayNum out of range
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |