wt.clients.vc
Class VersionPanel
java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Panel
wt.clients.vc.VersionPanel
- All Implemented Interfaces:
- Accessible, ImageObserver, MenuContainer, Serializable
- public class VersionPanel
- extends Panel
- See Also:
- Serialized Form
Fields inherited from class java.awt.Panel |
|
Fields inherited from class java.awt.Container |
|
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, 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, getLocale, 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, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusUpCycle |
versionLabel
Label versionLabel
versionMultiList
WTMultiList versionMultiList
viewButton
Button viewButton
helpContext
private HelpContext helpContext
helpSystem
private HelpSystem helpSystem
threadGroup
private ThreadGroup threadGroup
master
private Master master
versionList
private VersionList versionList
applet
private Applet applet
frame
private Frame frame
RESOURCE
protected static String RESOURCE
resource
protected static ResourceBundle resource
context
private WTContext context
SET_OBJECT
protected static final int SET_OBJECT
- The work thread for this Panel.
The work thread is used to place long operations in a separate WTThread
so the AWT thread isn't tied up.
- See Also:
- Constant Field Values
VIEW_OBJECT
protected static final int VIEW_OBJECT
- See Also:
- Constant Field Values
VersionPanel
public VersionPanel()
getPreferredSize
public Dimension getPreferredSize()
setMaster
public void setMaster(Master obj)
throws WTException,
PropertyVetoException
- Throws:
WTException
PropertyVetoException
setObject
protected void setObject(Object obj)
throws WTException,
PropertyVetoException
- Throws:
WTException
PropertyVetoException
getMasterObject
public Master getMasterObject()
setApplet
public void setApplet(Applet applet)
setParentFrame
public void setParentFrame(Frame frame)
getParentFrame
public Frame getParentFrame()
getApplet
public Applet getApplet()
getThreadGroup
protected ThreadGroup getThreadGroup()
localize
protected void localize()
initResources
protected void initResources()
getLabelsRB
protected ResourceBundle getLabelsRB()
addNotify
public void addNotify()
getHelpContext
public HelpContext getHelpContext()
getHelpSystem
public HelpSystem getHelpSystem()
setHelpSystem
public void setHelpSystem(HelpSystem helpSystem)
setHelpContext
public void setHelpContext(HelpContext helpContext)
initializeHelp
public void initializeHelp()
throws PropertyVetoException
- Throws:
PropertyVetoException
initializeHelpTips
protected void initializeHelpTips()
getHelpBundleName
protected String getHelpBundleName()
addHelpListener
public void addHelpListener(PropertyChangeListener listener)
getContext
public WTContext getContext()
- Get the WTContext to use in threads
versionMultiList_itemStateChanged
void versionMultiList_itemStateChanged(ItemEvent event)
getSelectedObject
protected Object getSelectedObject()
viewButton_Action
void viewButton_Action(ActionEvent event)
viewSelectedItem
protected void viewSelectedItem()
showMessageDialog
protected void showMessageDialog(String message,
boolean modal)
getLocalizedMessage
protected String getLocalizedMessage(String key,
Object[] params)
getLocalizedValue
protected String getLocalizedValue(String key)
versionMultiList_actionPerformed
void versionMultiList_actionPerformed(ActionEvent event)
clear
public void clear()