public abstract class AppletViewerPanelAccess
extends sun.applet.AppletPanel
APPLET_DESTROY, APPLET_DISPOSE, APPLET_ERROR, APPLET_INIT, APPLET_LOAD, APPLET_LOADING, APPLET_LOADING_COMPLETED, APPLET_QUIT, APPLET_RESIZE, APPLET_START, APPLET_STOP, doInit, handler, loader, status
Constructor and Description |
---|
AppletViewerPanelAccess(java.net.URL documentURL,
java.util.Map<java.lang.String,java.lang.String> atts) |
Modifier and Type | Method and Description |
---|---|
protected void |
createAppletThread() |
java.applet.AppletContext |
getAppletContext() |
protected java.net.URL |
getBaseURL() |
java.lang.String |
getCode() |
java.net.URL |
getCodeBase() |
java.net.URL |
getDocumentBase() |
protected java.net.URL |
getDocumentURL() |
int |
getHeight() |
java.lang.String |
getJarFiles() |
java.lang.String |
getParameter(java.lang.String arg0) |
java.lang.String |
getSerializedObject() |
int |
getWidth() |
boolean |
hasInitialFocus() |
protected abstract void |
ourRunLoader() |
void |
run() |
protected void |
setApplet(java.applet.Applet iapplet) |
protected void |
setDoInitIfExists(boolean a)
jdk9 removed doInit.
|
addAppletListener, appletResize, changeFrameAppContext, clearLoadAbortRequest, createApplet, createClassLoader, dispatchAppletEvent, flushClassLoader, flushClassLoaders, getApplet, getAppletHandlerThread, getAppletHeight, getAppletWidth, getClassLoaderCacheKey, init, isActive, isJDK11Applet, isJDK12Applet, loadJarFiles, minimumSize, okToLoad, preferredSize, removeAppletListener, sendEvent, setBounds, setLoadAbortRequest, setupAppletAppContext, showAppletException, showAppletLog, showAppletLog, showAppletStatus, showAppletStatus, showAppletStatus, stopLoading
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, isValidateRoot, layout, list, list, locate, paint, paintComponents, paramString, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, setLayout, transferFocusDownCycle, update, validate, validateTree
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, revalidate, setBackground, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
public AppletViewerPanelAccess(java.net.URL documentURL, java.util.Map<java.lang.String,java.lang.String> atts)
protected java.net.URL getDocumentURL()
protected void setApplet(java.applet.Applet iapplet)
public void run()
run
in interface java.lang.Runnable
run
in class sun.applet.AppletPanel
public java.applet.AppletContext getAppletContext()
getAppletContext
in interface java.applet.AppletStub
protected java.net.URL getBaseURL()
protected void createAppletThread()
createAppletThread
in class sun.applet.AppletPanel
protected abstract void ourRunLoader()
protected void setDoInitIfExists(boolean a)
a
- value to set to doInit if it existspublic java.lang.String getParameter(java.lang.String arg0)
public java.net.URL getDocumentBase()
public java.net.URL getCodeBase()
public int getWidth()
getWidth
in class sun.applet.AppletPanel
public int getHeight()
getHeight
in class sun.applet.AppletPanel
public boolean hasInitialFocus()
hasInitialFocus
in class sun.applet.AppletPanel
public java.lang.String getCode()
getCode
in class sun.applet.AppletPanel
public java.lang.String getJarFiles()
getJarFiles
in class sun.applet.AppletPanel
public java.lang.String getSerializedObject()
getSerializedObject
in class sun.applet.AppletPanel