wt.clients.step
Class StepApplet

java.lang.Object
  extended byjava.awt.Component
      extended byjava.awt.Container
          extended byjava.awt.Panel
              extended byjava.applet.Applet
                  extended bywt.clients.step.StepApplet
All Implemented Interfaces:
Accessible, ImageObserver, MenuContainer, Serializable
Direct Known Subclasses:
StepExportApp, StepExportApplet, StepImportApp, StepImportApplet

public abstract class StepApplet
extends Applet

See Also:
Serialized Form

Nested Class Summary
(package private)  class StepApplet.SymMouse
           
 
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
(package private)  symantec.itools.multimedia.ImageViewer backgroundImageViewer
           
private static String HELP_RESOURCE
           
(package private)  HelpContext helpContext
           
(package private)  HelpSystem helpSystem
           
(package private)  symantec.itools.multimedia.ImageViewer iconImageViewer
           
private static Object initSync
           
private static ResourceBundle resource
           
private static String RESOURCE
           
private static String versionID
           
 
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
StepApplet()
           
 
Method Summary
protected abstract  STEPFrame createStepFrame()
          Create an instance of the frame launched when this applet button is activated.
 void destroy()
           
 Applet getApplet()
           
(package private)  WTContext getContext()
           
 HelpSystem getHelpSystem()
           
protected abstract  String getIconImageFile()
          Get the image to be displayed for the launcher of this Applet.
protected  ResourceBundle getLabelsRB()
           
protected  String getLocalizedMessage(String s, Object[] aobj)
           
protected  String getLocalizedValue(String s)
           
 Frame getParentFrame()
           
(package private)  void imageViewer1_mouseClicked(MouseEvent mouseevent)
           
(package private)  void imageViewer1_mouseEntered(MouseEvent mouseevent)
           
(package private)  void imageViewer1_mouseExited(MouseEvent mouseevent)
           
 void init()
           
private  void initHelpSystem()
           
protected  void initResources()
           
private  void launchStep()
           
protected  void localize()
           
protected  void showExceptionDialog(String s, boolean flag, Exception exception)
           
 void start()
           
 void stop()
           
 
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.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, paramString, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, setLayout, transferFocusBackward, transferFocusDownCycle, update, validate, validateTree
 
Methods inherited from class java.awt.Component
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, getBackground, 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, 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, isOpaque, 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, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values

initSync

private static Object initSync

iconImageViewer

symantec.itools.multimedia.ImageViewer iconImageViewer

backgroundImageViewer

symantec.itools.multimedia.ImageViewer backgroundImageViewer

helpSystem

HelpSystem helpSystem

helpContext

HelpContext helpContext

HELP_RESOURCE

private static String HELP_RESOURCE

RESOURCE

private static String RESOURCE

resource

private static ResourceBundle resource
Constructor Detail

StepApplet

public StepApplet()
Method Detail

init

public void init()

getIconImageFile

protected abstract String getIconImageFile()
Get the image to be displayed for the launcher of this Applet.


initHelpSystem

private void initHelpSystem()

launchStep

private void launchStep()

createStepFrame

protected abstract STEPFrame createStepFrame()
                                      throws NoSchemasFoundException
Create an instance of the frame launched when this applet button is activated.

Throws:
NoSchemasFoundException

start

public void start()

stop

public void stop()

getApplet

public Applet getApplet()

destroy

public void destroy()

getHelpSystem

public HelpSystem getHelpSystem()

initResources

protected void initResources()

getParentFrame

public Frame getParentFrame()

localize

protected void localize()

getLabelsRB

protected ResourceBundle getLabelsRB()

getLocalizedMessage

protected String getLocalizedMessage(String s,
                                     Object[] aobj)

getLocalizedValue

protected String getLocalizedValue(String s)

getContext

WTContext getContext()

imageViewer1_mouseEntered

void imageViewer1_mouseEntered(MouseEvent mouseevent)

imageViewer1_mouseExited

void imageViewer1_mouseExited(MouseEvent mouseevent)

imageViewer1_mouseClicked

void imageViewer1_mouseClicked(MouseEvent mouseevent)

showExceptionDialog

protected void showExceptionDialog(String s,
                                   boolean flag,
                                   Exception exception)