|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary |
---|
Fields inherited from interface com.ibm.eNetwork.HOD.customizable.HODSession |
---|
FUNCTION_ALLOWED, FUNCTION_DISABLED, FUNCTION_EXECUTED, FUNCTION_INVALID, FUNCTION_NOT_ALLOWED, STRING_RETURN_CODES |
Method Summary | |
---|---|
javax.swing.JPanel |
getTerminal()
Gets the FTP Terminal component used by the session. |
javax.swing.JPanel |
getToolbar()
Gets the toolbar component used by the session. |
javax.swing.JPanel |
getTransferListManager()
Gets the transfer list manager component used by the session. |
boolean |
isButtonBarVisible()
Returns true if the session is configured to start with button bar visible. |
boolean |
isTransferListManagerVisible()
Returns true if the session is configured to start with transfer list manager visible. |
int |
showCodepageConverter()
Shows the Codepage Converter. |
int |
showReceiveTransferList()
Shows the panel to receive a list from the host. |
int |
showSendTransferList()
Shows the panel to send a list to the host. |
Methods inherited from interface com.ibm.eNetwork.HOD.customizable.HODSession |
---|
close, connect, disconnect, getHODMenubar, getStatusBar, isConnected, isStatusBarVisible, showProblemDetermination |
Method Detail |
public javax.swing.JPanel getTerminal()
public javax.swing.JPanel getToolbar()
public javax.swing.JPanel getTransferListManager()
public int showSendTransferList()
The return code indicates if the method was successful.
The possible values are
Constant | Description |
---|---|
HODSession.FUNCTION_EXECUTED | Function was successful |
HODSession.FUNCTION_DISABLED | Function not allowed because it is disabled |
HODSession.FUNCTION_NOT_ALLOWED | Function not allowed at this time |
public int showReceiveTransferList()
The return code indicates if the method was successful.
The possible values are
Constant | Description |
---|---|
HODSession.FUNCTION_EXECUTED | Function was successful |
HODSession.FUNCTION_DISABLED | Function not allowed because it is disabled |
HODSession.FUNCTION_NOT_ALLOWED | Function not allowed at this time |
public int showCodepageConverter()
The return code indicates if the method was successful.
The possible values are
Constant | Description |
---|---|
HODSession.FUNCTION_EXECUTED | Function was successful |
HODSession.FUNCTION_DISABLED | Function not allowed because it is disabled |
HODSession.FUNCTION_NOT_ALLOWED | Function not allowed at this time |
public boolean isTransferListManagerVisible()
public boolean isButtonBarVisible()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |