|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ismartartnodecollection
method summary | |
---|---|
ismartartnode |
addnode()
add new smart art node or sub node. |
ismartartnode |
addnodebyposition(int position)
|
void |
copyto(java.lang.object[] array,
int index)
copies all elements from the collection to the specified array. |
ismartartnode |
get(int index)
getsnode by index |
int |
getcount()
gets count of nodes in collection |
ismartartnode |
getnodebyposition(int position)
get node by selected position |
java.lang.object |
getsyncroot()
gets a synchronization root. |
boolean |
issynchronized()
gets a value indicating whether access to the collection is synchronized (thread-safe). |
void |
removenode(int index)
remove node or sub node by index |
void |
removenode(ismartartnode node)
remove node or sub node |
boolean |
removenodebyposition(int position)
remove node from selected position |
method detail |
---|
int getcount()
ismartartnode get(int index)
index
-
ismartartnode addnode() throws documenteditexception
java.lang.illegalaccessexception
java.lang.reflect.invocationtargetexception
java.lang.instantiationexception
documenteditexception
void removenode(int index) throws documenteditexception
index
-
java.lang.reflect.invocationtargetexception
documenteditexception
java.lang.instantiationexception
java.lang.illegalaccessexception
void removenode(ismartartnode node) throws documenteditexception
node
-
java.lang.illegalaccessexception
documenteditexception
java.lang.instantiationexception
java.lang.reflect.invocationtargetexception
ismartartnode getnodebyposition(int position)
position
-
boolean removenodebyposition(int position) throws documenteditexception
position
-
java.lang.illegalaccessexception
documenteditexception
java.lang.instantiationexception
java.lang.reflect.invocationtargetexception
ismartartnode addnodebyposition(int position) throws documenteditexception
position
- : postion of node in smartart.
java.lang.illegalaccessexception
java.lang.instantiationexception
java.lang.reflect.invocationtargetexception
documenteditexception
void copyto(java.lang.object[] array, int index)
array
- index
- boolean issynchronized()
java.lang.object getsyncroot()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |