|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
wt.clients.util.http.HTTPUploadDownloadDialog
Supported API:false
Extendable:false
Nested Class Summary | |
(package private) class |
HTTPUploadDownloadDialog.SymAction
Deprecated. |
(package private) class |
HTTPUploadDownloadDialog.SymWindow
Deprecated. |
Nested classes inherited from class java.awt.Dialog |
Dialog.AccessibleAWTDialog |
Nested classes inherited from class java.awt.Window |
Window.AccessibleAWTWindow |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
(package private) boolean |
fComponentsAdjusted
Deprecated. |
(package private) HTTPUploadDownloadPanel |
hTTPUploadDownloadPanel1
Deprecated. |
(package private) Button |
okButton
Deprecated. |
private HTTPUploadDownload |
uploadDownload
Deprecated. |
Fields inherited from class java.awt.Dialog |
|
Fields inherited from class java.awt.Window |
|
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
HTTPUploadDownloadDialog(Frame parent,
HTTPUploadDownload uploadDownload,
HTTPUploadDownloadView uploadDownloadView,
Applet parentApplet,
int targetType)
Deprecated. |
Method Summary | |
void |
addNotify()
Deprecated. |
boolean |
getDebugOption()
Deprecated. Get the debug option state. |
String |
getHostURL()
Deprecated. Return the host url. |
Dimension |
getMaximumSize()
Deprecated. |
Dimension |
getMininumSize()
Deprecated. |
int |
getMode()
Deprecated. Return the file upload download model. |
Dimension |
getPreferredSize()
Deprecated. |
String |
getTarget()
Deprecated. Return the target path or url. |
int |
getTargetType()
Deprecated. Return the target type to file or url. |
HTTPUploadDownload |
getUploadDownload()
Deprecated. |
(package private) void |
HTTPUploadDownloadDialog_WindowClosing(WindowEvent event)
Deprecated. |
boolean |
isDebug()
Deprecated. Return the debug status. |
(package private) void |
okButton_ActionPerformed_Interaction1(ActionEvent event)
Deprecated. |
(package private) void |
okButton_ActionPerformed(ActionEvent event)
Deprecated. |
void |
setDebug(boolean newValue)
Deprecated. Set the debug status. |
void |
setDebugOption(boolean debugOption)
Deprecated. Set the debug option state. |
boolean |
setHostURL(String url)
Deprecated. Set the host url. |
void |
setMode(int mode)
Deprecated. Set the file upload or download mode. |
void |
setTarget(String target)
Deprecated. Set the target path or url. |
void |
setTargetType(int targetType)
Deprecated. Set the target path or url. |
void |
setVisible(boolean b)
Deprecated. Shows or hides the component depending on the boolean flag b. |
Methods inherited from class java.awt.Dialog |
dispose, getAccessibleContext, getTitle, hide, isModal, isResizable, isUndecorated, paramString, setModal, setResizable, setTitle, setUndecorated, show |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private HTTPUploadDownload uploadDownload
boolean fComponentsAdjusted
HTTPUploadDownloadPanel hTTPUploadDownloadPanel1
Button okButton
Constructor Detail |
public HTTPUploadDownloadDialog(Frame parent, HTTPUploadDownload uploadDownload, HTTPUploadDownloadView uploadDownloadView, Applet parentApplet, int targetType)
Method Detail |
public Dimension getMininumSize()
public Dimension getMaximumSize()
public Dimension getPreferredSize()
public HTTPUploadDownload getUploadDownload()
public boolean getDebugOption()
public void setDebugOption(boolean debugOption)
public boolean isDebug()
public void setDebug(boolean newValue)
public String getHostURL()
public boolean setHostURL(String url)
url
- The host url.
public int getTargetType()
public void setTargetType(int targetType)
targetType
- TARGET_TYPE_FILE or TARGET_TYPE_URL.public String getTarget()
public void setTarget(String target)
target
- The file path, e.g. "E:\abcd\test.txt" or "E:\abcd\*.txt".public int getMode()
public void setMode(int mode)
mode
- HTTPUploadDownload.DOWNLOAD or HTTPUploadDownload.UPLOAD.public void addNotify()
public void setVisible(boolean b)
b
- if true, show the component; otherwise, hide the component.Component.isVisible()
void HTTPUploadDownloadDialog_WindowClosing(WindowEvent event)
void okButton_ActionPerformed(ActionEvent event)
void okButton_ActionPerformed_Interaction1(ActionEvent event)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |