|
Java FTP Component
Java Secure FTP, FTP, SSL, SSH
Java SSH, Java Telnet
Java Server Faces, JSF, AJAX
Managed File Transfer, JSCAPE Secure FTP Server, Linux FTP Server, Solaris FTP Server
SSH .NET
FTP .NET, FTPS .NET
Java FTP
|
|
| Applets / Site Navigation / Trees / AWT Tree - full featured, animated |
| The TREE structures are very useful when you want to display hierarchical data. As you know JFC/ Swing has provided JTree class. The problem is that not all browsers have appropriate version of Java Plug-in installed and the only 1.2 -compliant browser available is the Applet Viewer utility provided with the Java 2 SDK.
So, we have decided to develop our AWT Tree class, which can be used with any 1.1 compliant browser. This class is full featured Tree structure. It's API is very similar to JTree API..
Tree Models :
Just like JTree, AWT Tree gets data by querying its data model. TreeModel class API is logically specified by TreeModel interface in JFC/Swing.
To detect when the user selects a node in a tree you need to register a tree selection listener. There is no difference in public methods between our TreeSelectionModel and JFC/Swing DefaultTreeSelectionModel specified by JFC/Swing TreeSelectionModel interface.
Tree Events :
We have provided classes representing TreeModelEvent, TreeSelectionEvent, TreeExpansionEvent.
Tree Event Listeners :
We have provided interfaces representing TreeModelListener, TreeSelectionListener, TreeExpansionListener and TreeWillExpandListener.
As you see, it's very easy to implement out AWT Tree in code that uses JTree. You can use AWT Tree in order to achieve better applet functionality without forcing the user to install appropriate plugin.
New Features:
AWT TREE class gives designer freedom.
Custom Node painting :
Every TreeNode subclass instance can paint itself in different ways and sizes. For that purpose you will have to override a few methods.
Custom Node animation :
Every TreeNode subclass instance can perform different animation. For that purpose you will have to override one method which is providing animation frames.
|
|
|
|
| Sponsored Links - please visit our sponsors |
| Java FTP Component | | Easily add FTP to your Java apps. | | http://www.jscape.com/inetfactory/ftp.html |
| SSH Factory | | automate telnet and SSH tasks | | http://www.jscape.com/sshfactory/ |
| Java SMTP Component | | Easily add SMTP to your Java apps | | http://www.jscape.com/inetfactory/smtp.html |
| Secure FTP Applet | | Connect to FTP securely from within your browser. | | http://www.jscape.com/sftpapplet/ |
| Java POP3 Component | | Easily add POP3 to your Java apps | | http://www.jscape.com/inetfactory/smtp.html |
Sponsor this site
| |
|
|