Java Doc for JFtp.java in  » Net » j-ftp » net » sf » jftp » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Net » j ftp » net.sf.jftp 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


javax.swing.JPanel
   net.sf.jftp.JFtp

JFtp
public class JFtp extends JPanel implements WindowListener,ComponentListener,Logger,ChangeListener,InternalFrameListener(Code)

Inner Class :class DTListener implements DropTargetListener

Field Summary
final public static  intCAPACITY
    
final public static  intCONNECTION_DATA_LENGTH
    
public static  intacceptableActions
    
public static  DownloadListdList
    
public static  DownloadQueuedQueue
    
public static  JDesktopPanedesktop
    
public static  DropTargetdropTarget
    
public static  DropTargetListenerdtListener
    
public  RSSFeederfeeder
    
public  HostChooserhc
    
public static  HostInfohostinfo
    
public  JTabbedPanelocalConnectionPanel
    
public static  DirlocalDir
    
public static  JTextArealog
    
public static  JFramemainFrame
    
public static  booleanmainUsed
    
public static  AppMenuBarmenuBar
    
public  JTabbedPaneremoteConnectionPanel
    
public static  DirremoteDir
    
public static  JLabelstatusL
    
public static  StatusPanelstatusP
    
public static  booleanuiBlocked
    

Constructor Summary
public  JFtp()
    
public  JFtp(boolean mainUsed)
    

Method Summary
public  voidaddBackgroundImage()
    
public  voidaddConnection(String name, BasicConnection con)
    
public  voidaddLocalConnection(String name, BasicConnection con)
    
public  voidaddToDesktop(String title, Component c, int w, int h)
    
protected  voidchooseHost()
    
public  voidclearLog()
    
public  voidcloseCurrentLocalTab()
    
public  voidcloseCurrentTab()
    
public  voidcomponentHidden(ComponentEvent e)
    
public  voidcomponentMoved(ComponentEvent e)
    
public  voidcomponentResized(ComponentEvent e)
    
public  voidcomponentShown(ComponentEvent e)
    
public  voiddebug(String msg)
    
public  voiddebug(String msg, Throwable throwable)
    
public  voiddebugRaw(String msg)
    
public  voiddebugSize(int size, boolean recv, boolean last, String file)
    
public  voiddrop()
    
public  voidensureLogging()
    
public  voiderror(String msg)
    
public  voiderror(String msg, Throwable throwable)
    
public  voidfatal(String msg)
    
public  voidfatal(String msg, Throwable throwable)
    
public  voidfireUpdate()
    
public static  ConnectionHandlergetConnectionHandler()
    
public static  StringgetHost()
    
public static  StringgetVersion()
    
public  voidhandleDrop(DropTargetDropEvent e, Transferable t)
    
public  voidinfo(String msg)
    
public  voidinfo(String msg, Throwable throwable)
    
public  voidinit()
    
public  voidinternalFrameActivated(InternalFrameEvent e)
    
public  voidinternalFrameClosed(InternalFrameEvent e)
    
public  voidinternalFrameClosing(InternalFrameEvent e)
    
public  voidinternalFrameDeactivated(InternalFrameEvent e)
    
public  voidinternalFrameDeiconified(InternalFrameEvent e)
    
public  voidinternalFrameIconified(InternalFrameEvent e)
    
public  voidinternalFrameOpened(InternalFrameEvent e)
    
public static  voidlocalUpdate()
    
public static  voidmain(String[] argv)
    
public static  voidremoteUpdate()
    
public  voidremoveFromDesktop(int component)
    
public static  voidsafeDisconnect()
    
public  voidsetClosable(int component, boolean ok)
    
public static  voidsetHost(String which)
    
public  voidsetLocation(int component, int x, int y)
    
public  voidsetLookAndFeel(String name)
    
public  voidstateChanged(ChangeEvent e)
    
public static  voidupdateMenuBar()
    
public  voidwarn(String msg)
    
public  voidwarn(String msg, Throwable throwable)
    
public  voidwindowActivated(WindowEvent e)
    
public  voidwindowClosed(WindowEvent e)
    
public  voidwindowClosing(WindowEvent e)
    
public  voidwindowDeactivated(WindowEvent e)
    
public  voidwindowDeiconified(WindowEvent e)
    
public  voidwindowIconified(WindowEvent e)
    
public  voidwindowOpened(WindowEvent e)
    

Field Detail
CAPACITY
final public static int CAPACITY(Code)



CONNECTION_DATA_LENGTH
final public static int CONNECTION_DATA_LENGTH(Code)



acceptableActions
public static int acceptableActions(Code)



dList
public static DownloadList dList(Code)



dQueue
public static DownloadQueue dQueue(Code)



desktop
public static JDesktopPane desktop(Code)



dropTarget
public static DropTarget dropTarget(Code)



dtListener
public static DropTargetListener dtListener(Code)



feeder
public RSSFeeder feeder(Code)



hc
public HostChooser hc(Code)



hostinfo
public static HostInfo hostinfo(Code)



localConnectionPanel
public JTabbedPane localConnectionPanel(Code)



localDir
public static Dir localDir(Code)



log
public static JTextArea log(Code)



mainFrame
public static JFrame mainFrame(Code)



mainUsed
public static boolean mainUsed(Code)



menuBar
public static AppMenuBar menuBar(Code)



remoteConnectionPanel
public JTabbedPane remoteConnectionPanel(Code)



remoteDir
public static Dir remoteDir(Code)



statusL
public static JLabel statusL(Code)



statusP
public static StatusPanel statusP(Code)



uiBlocked
public static boolean uiBlocked(Code)




Constructor Detail
JFtp
public JFtp()(Code)



JFtp
public JFtp(boolean mainUsed)(Code)




Method Detail
addBackgroundImage
public void addBackgroundImage()(Code)



addConnection
public void addConnection(String name, BasicConnection con)(Code)



addLocalConnection
public void addLocalConnection(String name, BasicConnection con)(Code)



addToDesktop
public void addToDesktop(String title, Component c, int w, int h)(Code)



chooseHost
protected void chooseHost()(Code)



clearLog
public void clearLog()(Code)



closeCurrentLocalTab
public void closeCurrentLocalTab()(Code)



closeCurrentTab
public void closeCurrentTab()(Code)



componentHidden
public void componentHidden(ComponentEvent e)(Code)



componentMoved
public void componentMoved(ComponentEvent e)(Code)



componentResized
public void componentResized(ComponentEvent e)(Code)



componentShown
public void componentShown(ComponentEvent e)(Code)



debug
public void debug(String msg)(Code)



debug
public void debug(String msg, Throwable throwable)(Code)



debugRaw
public void debugRaw(String msg)(Code)



debugSize
public void debugSize(int size, boolean recv, boolean last, String file)(Code)



drop
public void drop()(Code)



ensureLogging
public void ensureLogging()(Code)



error
public void error(String msg)(Code)



error
public void error(String msg, Throwable throwable)(Code)



fatal
public void fatal(String msg)(Code)



fatal
public void fatal(String msg, Throwable throwable)(Code)



fireUpdate
public void fireUpdate()(Code)



getConnectionHandler
public static ConnectionHandler getConnectionHandler()(Code)



getHost
public static String getHost()(Code)



getVersion
public static String getVersion()(Code)



handleDrop
public void handleDrop(DropTargetDropEvent e, Transferable t) throws Exception(Code)



info
public void info(String msg)(Code)



info
public void info(String msg, Throwable throwable)(Code)



init
public void init()(Code)



internalFrameActivated
public void internalFrameActivated(InternalFrameEvent e)(Code)



internalFrameClosed
public void internalFrameClosed(InternalFrameEvent e)(Code)



internalFrameClosing
public void internalFrameClosing(InternalFrameEvent e)(Code)



internalFrameDeactivated
public void internalFrameDeactivated(InternalFrameEvent e)(Code)



internalFrameDeiconified
public void internalFrameDeiconified(InternalFrameEvent e)(Code)



internalFrameIconified
public void internalFrameIconified(InternalFrameEvent e)(Code)



internalFrameOpened
public void internalFrameOpened(InternalFrameEvent e)(Code)



localUpdate
public static void localUpdate()(Code)



main
public static void main(String[] argv)(Code)



remoteUpdate
public static void remoteUpdate()(Code)



removeFromDesktop
public void removeFromDesktop(int component)(Code)



safeDisconnect
public static void safeDisconnect()(Code)



setClosable
public void setClosable(int component, boolean ok)(Code)



setHost
public static void setHost(String which)(Code)



setLocation
public void setLocation(int component, int x, int y)(Code)



setLookAndFeel
public void setLookAndFeel(String name)(Code)



stateChanged
public void stateChanged(ChangeEvent e)(Code)



updateMenuBar
public static void updateMenuBar()(Code)



warn
public void warn(String msg)(Code)



warn
public void warn(String msg, Throwable throwable)(Code)



windowActivated
public void windowActivated(WindowEvent e)(Code)



windowClosed
public void windowClosed(WindowEvent e)(Code)



windowClosing
public void windowClosing(WindowEvent e)(Code)



windowDeactivated
public void windowDeactivated(WindowEvent e)(Code)



windowDeiconified
public void windowDeiconified(WindowEvent e)(Code)



windowIconified
public void windowIconified(WindowEvent e)(Code)



windowOpened
public void windowOpened(WindowEvent e)(Code)



Methods inherited from javax.swing.JPanel
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public PanelUI getUI()(Code)(Java Doc)
public String getUIClassID()(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
public void setUI(PanelUI ui)(Code)(Java Doc)
public void updateUI()(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.