|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
ilog.views.maps.datasource.IlvMapDataSourceNode
public class IlvMapDataSourceNode
a DefaultMutableTreeNode to encapsulate a IlvMapDataSource
in order to display it in a tree. The class is intended to be used as nodes to be
inserted in a IlvMapDataSourceModel.
| Field Summary |
|---|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, userObject |
| Constructor Summary | |
|---|---|
IlvMapDataSourceNode(IlvInputStream stream)
Reads an IlvMapDataSourceNode from an IlvInputStream |
|
IlvMapDataSourceNode(Object o)
Creates a node with the object o. |
|
| Method Summary | |
|---|---|
IlvMapDataSource |
getDataSource()
Returns the data source associated with this node, or null. |
void |
write(IlvOutputStream stream)
Writes this node into an IlvOutputStream |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlvMapDataSourceNode(IlvInputStream stream)
throws IlvReadFileException
IlvMapDataSourceNode from an IlvInputStream
stream - The stream to read from.
IlvReadFileExceptionpublic IlvMapDataSourceNode(Object o)
IlvMapDataSource, this
node is affected to the data source.
o - The object to attach.| Method Detail |
|---|
public IlvMapDataSource getDataSource()
public void write(IlvOutputStream stream)
throws IOException
IlvOutputStream
write in interface IlvPersistentObjectstream - The stream to write to.
IOException
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||