|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface ISurrogate
Implementations of this class represent an object that knows how to acquire specific pieces of information needed to present a node in a hierarchical tree view.
| Method Summary | |
|---|---|
boolean |
canContainChildren(Object o)
Deprecated. |
boolean |
canResolve(Object o)
Deprecated. Determines if the passed in Object is an instance of an object for which this class can act as a surrogate. |
Object[] |
getAspects(Object o)
Deprecated. Returns the aspects of the passed in object. |
Object[] |
getChildren(Object o)
Deprecated. |
String |
getId(Object o)
Deprecated. Gets the unique id for the passed in object. |
Object |
getLabelData(Object o)
Deprecated. Returns information needed for rendering the UI representation of this node. |
boolean |
hasAspects(Object o)
Deprecated. Indicates if this object has aspects. |
boolean |
hasChildren(Object o)
Deprecated. |
| Method Detail |
|---|
boolean canResolve(Object o)
o -
String getId(Object o)
o -
Object getLabelData(Object o)
o -
boolean hasAspects(Object o)
o -
Object[] getAspects(Object o)
o -
boolean canContainChildren(Object o)
boolean hasChildren(Object o)
Object[] getChildren(Object o)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||