|
|||||||||||
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.Panel
java.applet.Applet
wt.clients.util.http.DownloadPrimaryContentApplet
Applet for downloading primary content from HTML user interface accessing the
local file handling functionality from Java.
This applet accepts several initialization parameters. All params are optional.
<param name="oid" value="VR:wt.doc.WTDocument:70315">
<param name="url" value="http:\\xxx">
<param name="bgcolor" value=decimal integer value of the desired background color, default is 14934992 This is a decimal integer giving the red, green, and blue components where the red component is in bits 16-23 of the argument, the green component is in bits 8-15 of the argument, and the blue component is in bits 0-7. The value zero indicates no contribution from the primary color component. Example: for the hex RGB color #E3E3CF, the bgcolor value would be "14934992". For #0000FF, bgcolor="255".
Nested Class Summary |
Nested classes inherited from class java.applet.Applet |
Applet.AccessibleApplet |
Nested classes inherited from class java.awt.Panel |
Panel.AccessibleAWTPanel |
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 | |
private ThreadGroup |
contextGroup
Deprecated. |
private static boolean |
DEBUG
Deprecated. |
private String |
downloadOpType
Deprecated. |
private FileAccess |
fileAccess
Deprecated. |
private static Object |
initSync
Deprecated. |
(package private) FormatContentHolder |
myObject
Deprecated. |
private String |
openInApp
Deprecated. |
private boolean |
remember
Deprecated. |
private static ResourceBundle |
resources
Deprecated. |
private static String |
RESOURCES
Deprecated. |
private String |
skipDownload
Deprecated. |
private Thread |
workerThread
Deprecated. |
private String |
workspacePath
Deprecated. |
Fields inherited from class java.applet.Applet |
|
Fields inherited from class java.awt.Panel |
|
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 | |
DownloadPrimaryContentApplet()
Deprecated. |
Method Summary | |
String |
createValidDefaultPath(String path)
Deprecated. |
void |
destroy()
Deprecated. |
private WTContext |
getContext()
Deprecated. |
private FileAccess |
getFileAccess()
Deprecated. |
private String |
getParameter(String paramName,
String defaultParamValue)
Deprecated. |
Applet |
getParentApplet()
Deprecated. |
Frame |
getParentFrame()
Deprecated. |
private void |
getTargetObject()
Deprecated. |
private URL |
getUrl()
Deprecated. |
void |
init()
Deprecated. |
void |
initiateDownload()
Deprecated. |
private void |
initResources()
Deprecated. |
boolean |
isDirectory(String path)
Deprecated. |
void |
run()
Deprecated. |
private void |
showMessageDialog(String message)
Deprecated. |
void |
start()
Deprecated. |
void |
stop()
Deprecated. |
Methods inherited from class java.applet.Applet |
getAccessibleContext, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus |
Methods inherited from class java.awt.Panel |
addNotify |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
FormatContentHolder myObject
private static Object initSync
private static String RESOURCES
private static ResourceBundle resources
private ThreadGroup contextGroup
private boolean remember
private String openInApp
private String skipDownload
private String workspacePath
private String downloadOpType
private static boolean DEBUG
private Thread workerThread
private FileAccess fileAccess
Constructor Detail |
public DownloadPrimaryContentApplet()
Method Detail |
public Applet getParentApplet()
public Frame getParentFrame()
private void getTargetObject()
private URL getUrl()
public void init()
public void run()
run
in interface Runnable
public void initiateDownload()
private void showMessageDialog(String message)
private void initResources()
private String getParameter(String paramName, String defaultParamValue)
private WTContext getContext()
public void start()
public void stop()
public void destroy()
private FileAccess getFileAccess()
public String createValidDefaultPath(String path)
public boolean isDirectory(String path)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |