Tree Action
843844Mar 4 2007 — edited Mar 4 2007plzz help i have a big problem to make a tree that will simulate a remote computer HDD,i just call a methods from the server which will give me the details of the HDD.
like getAllDrivers() will return string which contains the drivers " c:\\,d:\\"
getAllFolder() return string with all folder ... etc
the problem that i have an empty tree at first and after calling getAllDrivers() i can put i new nodes in the tree but how can i make an action for this node() to getAllFiles() for any node which represent Drive.
can i use this method??
newNode.setActionListener(actionListener) , but i don't know what kind of paramters does it takes !!!
Message was edited by:
HoBa