|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<FTP_OBJECT>
cct.tools.filebrowser.FTP_OBJECT
enum FTP_OBJECT
Title: Computational Chemistry Tookit
Description:
Shadow Manager stands behind GUIs and manages SSH connections. Could be run as a SFTP Browser standalone applicationCopyright: Copyright (c) 2005-2007 Dr. Vladislav Vassiliev
Company: ANU
| Enum Constant Summary | |
|---|---|
FTP_CLIENT_INTERFACE
|
|
FTP_FILE_CHOOSER
|
|
FTP_FRAME
|
|
| Method Summary | |
|---|---|
static FTP_OBJECT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FTP_OBJECT[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FTP_OBJECT FTP_FRAME
public static final FTP_OBJECT FTP_FILE_CHOOSER
public static final FTP_OBJECT FTP_CLIENT_INTERFACE
| Method Detail |
|---|
public static final FTP_OBJECT[] values()
for(FTP_OBJECT c : FTP_OBJECT.values())
System.out.println(c);
public static FTP_OBJECT valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||