wt.clients.epm
Class EPMDocumentGeneralPanel

java.lang.Object
  extended byjava.awt.Component
      extended byjava.awt.Container
          extended byjava.awt.Panel
              extended bywt.clients.epm.EPMDocumentGeneralPanel
All Implemented Interfaces:
Accessible, ImageObserver, MenuContainer, Serializable

public class EPMDocumentGeneralPanel
extends Panel

See Also:
Serialized Form

Nested Class Summary
 
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)  Panel attributesPanel
           
(package private)  Panel authorPanel
           
(package private)  Label createdbyLabel
           
(package private)  TextField createdByTextField
           
(package private)  Label createdLabel
           
(package private)  TextField createdTextField
           
(package private)  Label descriptionLabel
           
(package private)  TextArea descriptionTextArea
           
private  EPMDocument epmDoc
           
(package private) static ResourceBundle epmRB
           
(package private)  boolean fComponentsAdjusted
           
(package private)  symantec.itools.awt.shape.HorizontalLine horizontalLine1
           
(package private)  symantec.itools.awt.shape.HorizontalLine horizontalLine2
           
(package private)  Label iterationLabel
           
(package private)  TextField iterationTextField
           
(package private)  Label lastUpdatedLabel
           
(package private)  TextField lastUpdatedTextField
           
(package private)  LifeCycleInfo lifeCycleInfo
           
(package private)  Label locationLabel
           
(package private)  TextField locationTextField
           
(package private)  Label nameLabel
           
(package private)  TextField nameTextField
           
(package private)  Label numberLabel
           
(package private)  TextField numberTextField
           
(package private)  Label ownerAppLabel
           
(package private)  TextField ownerAppTextField
           
(package private) static ResourceBundle prodmgmtRB
           
(package private)  Label statusLabel
           
(package private)  TextField statusTextField
           
(package private)  Label updatedByLabel
           
(package private)  TextField updatedByTextField
           
 
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
EPMDocumentGeneralPanel()
           
 
Method Summary
 void addNotify()
           
 EPMDocument getEPMDocument()
          returns the EPMDocument displayed by this panel
 void localize()
           
 void populate()
           
 void setEPMDocument(EPMDocument epdarg)
          Sets the EPMDocument Displayed in current Attributes Panel Populates the GUI when it is set
 void setVisible(boolean b)
          Shows or hides the component depending on the boolean flag b.
 
Methods inherited from class java.awt.Panel
getAccessibleContext
 
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, 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, 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

epmDoc

private EPMDocument epmDoc

epmRB

static ResourceBundle epmRB

prodmgmtRB

static ResourceBundle prodmgmtRB

fComponentsAdjusted

boolean fComponentsAdjusted

attributesPanel

Panel attributesPanel

numberLabel

Label numberLabel

numberTextField

TextField numberTextField

nameLabel

Label nameLabel

nameTextField

TextField nameTextField

iterationLabel

Label iterationLabel

iterationTextField

TextField iterationTextField

ownerAppLabel

Label ownerAppLabel

ownerAppTextField

TextField ownerAppTextField

statusLabel

Label statusLabel

statusTextField

TextField statusTextField

locationLabel

Label locationLabel

locationTextField

TextField locationTextField

descriptionLabel

Label descriptionLabel

descriptionTextArea

TextArea descriptionTextArea

horizontalLine1

symantec.itools.awt.shape.HorizontalLine horizontalLine1

authorPanel

Panel authorPanel

createdLabel

Label createdLabel

createdTextField

TextField createdTextField

lastUpdatedLabel

Label lastUpdatedLabel

lastUpdatedTextField

TextField lastUpdatedTextField

createdbyLabel

Label createdbyLabel

createdByTextField

TextField createdByTextField

updatedByLabel

Label updatedByLabel

updatedByTextField

TextField updatedByTextField

horizontalLine2

symantec.itools.awt.shape.HorizontalLine horizontalLine2

lifeCycleInfo

LifeCycleInfo lifeCycleInfo
Constructor Detail

EPMDocumentGeneralPanel

public EPMDocumentGeneralPanel()
Method Detail

setEPMDocument

public void setEPMDocument(EPMDocument epdarg)
Sets the EPMDocument Displayed in current Attributes Panel Populates the GUI when it is set


getEPMDocument

public EPMDocument getEPMDocument()
returns the EPMDocument displayed by this panel


populate

public void populate()

localize

public void localize()

setVisible

public void setVisible(boolean b)
Shows or hides the component depending on the boolean flag b.

Parameters:
b - if true, show the component; otherwise, hide the component.
See Also:
Component.isVisible()

addNotify

public void addNotify()