public class EveApplet
extends java.applet.Applet
java.applet.Applet.AccessibleApplet| Modifier and Type | Field and Description |
|---|---|
String |
className |
static String[] |
commandLine |
static boolean |
dontResize |
String |
eveFile |
int |
height |
boolean |
isApplication |
boolean |
isColor |
static String |
localCountry |
static String |
localLanguage |
static int |
mainHeight |
static int |
mainWidth |
static String[] |
programArguments |
static String |
programDirectory |
static boolean |
shouldUseFrame |
String |
title |
static int |
vmFlags |
int |
width |
| Constructor and Description |
|---|
EveApplet() |
getAccessibleContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, isValidateRoot, newAudioClip, play, play, resize, resize, setStub, showStatusadd, 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, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, paramString, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, setLayout, transferFocusDownCycle, update, validate, validateTreeaction, 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, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, 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, revalidate, setBackground, setBounds, 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, transferFocusUpCyclepublic static int vmFlags
public String className
public String eveFile
public static String programDirectory
public String title
public static String localLanguage
public static String localCountry
public static String[] commandLine
public static String[] programArguments
public boolean isColor
public boolean isApplication
public int width
public int height
public static int mainWidth
public static int mainHeight
public static boolean shouldUseFrame
public static boolean dontResize
public static EveApplet getApplet()
public ZipFile getResources()
public static WebApplication getWebApplication()
public static Applet getSysApplet()
public static void setClipboardText(String text)
public static String[] getClipboardFiles()
public static IClipboard openClipboard(int options)
public static void setClipboardFiles(String[] names)
public static String getClipboardText()
public static ImageData getClipboardImage()
public static void setClipboardImage(ImageData im)
public static InputStream openLocalResource(String resourceName)
public static InputStream openStreamInEves(String fileName)
public static InputStream openStreamInEves(String fileName, boolean runFile)
public static byte[] findFileInEves(String fileName)
public static byte[] findFileInEves(String fileName, boolean runFile)
public java.awt.Dimension getPreferredSize()
getPreferredSize in class java.awt.Containerpublic void init()
init in class java.applet.Appletprotected void myInit()
public static void disableFocusTraversal(java.awt.Container con)
public void start()
start in class java.applet.Appletpublic void stop()
stop in class java.applet.Appletpublic void destroy()
destroy in class java.applet.Appletpublic static int startEve(String className, String[] args)
className - args - public static PropertyList getAppletProperties()
public static boolean installSignalHandler(SignalHandler handler, int signal)
public static void main(String[] args)
public boolean wasShown()
public java.applet.AppletContext getAppletContext()
getAppletContext in class java.applet.Appletpublic void appletResize(int width,
int height)
public void showDocument(URL url)
public void setStream(String key, InputStream stream) throws IOException
IOExceptionpublic InputStream getStream(String key)
public Iterator getStreamKeys()