IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.gui
Class SpPanel

java.lang.Object
  extended byjava.awt.Component
      extended byjava.awt.Container
          extended byjavax.swing.JComponent
              extended byjavax.swing.JPanel
                  extended bycom.ibm.dse.gui.SpPanel
All Implemented Interfaces:
javax.accessibility.Accessible, ErrorMessageListener, java.util.EventListener, GUIComponent, java.awt.image.ImageObserver, java.awt.event.KeyListener, java.awt.MenuContainer, java.io.Serializable
Direct Known Subclasses:
DSECoordinatedPanel, EmbeddedPanel

public abstract class SpPanel
extends javax.swing.JPanel
implements java.awt.event.KeyListener, GUIComponent, ErrorMessageListener

The SpPanel class is an abstract class with a common behavior for the CoordinatedPanel and the EmbeddedPanel.

See Also:
Serialized Form

Nested Class Summary
(package private)  class SpPanel.ErrorBeanLabel
           
 
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
 
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
 
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
 
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
 
Field Summary
protected static java.lang.String NULL_VALUE
          Representation of null value for a data exchanger.
protected static boolean refreshing
          If the panel is being refreshed or not.
 
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
 
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
SpPanel()
          This constructor creates a SpPanel object.
SpPanel(boolean isDoubleBuffered)
          This constructor creates a SpPanel object.
SpPanel(java.awt.LayoutManager layout)
          This constructor creates a SpPanel object.
SpPanel(java.awt.LayoutManager layout, boolean isDoubleBuffered)
          This constructor creates a SpPanel object.
 
Method Summary
 java.awt.Component add(java.awt.Component comp)
          When adding a component to the panel, the panel registers itself as interested in the Key events generated by the component.
 java.awt.Component add(java.awt.Component comp, int index)
          When adding a component to the panel, the panel registers itself as interested in the Key events generated by the component.
 void add(java.awt.Component comp, java.lang.Object constraints)
          When adding a component to the panel, the panel registers itself as interested in the Key events generated by the component.
 void add(java.awt.Component comp, java.lang.Object constraints, int index)
          When adding a component to the panel, the panel registers itself as interested in the Key events generated by the component.
 java.awt.Component add(java.lang.String name, java.awt.Component comp)
          Adds the specified component to this container.
 void changeComponentOrientation(java.awt.ComponentOrientation o)
          Set the language-sensitive orientation that is to be used to order the elements within this component.
 void clear(java.lang.String typeClear)
          Clears all the components in the panel according to the clear option passed as argument.
protected  boolean clearDataDirection(java.lang.String typeClear, java.lang.String typeDataExchanger)
          Returns if typeDataExchanger clear option is affected by typeClear clear option.
protected  void clearDataExchangersScrolls(java.lang.String typeClear)
          Clears all the scroll panes in the panel according to the clear option passed as argument.
protected  void enableListScrolls(boolean isEnabled)
          Enables all the scroll panes in the panel according to the boolean passed as argument.
 SpButton get_ClearButton()
          Gets the clearButton property (com.ibm.dse.gui.SpButton) value.
 SpButton get_OkButton()
          Gets the okButton property (com.ibm.dse.gui.SpButton) value.
 SpButton get_RepeatButton()
          Gets the repeatButton property (com.ibm.dse.gui.SpButton) value.
 boolean getActivatedOkKey()
          Gets the activatedOkKey property (boolean) value.
 boolean getClearOutputData()
          Gets the clearOutputData property (boolean) value.
protected  java.util.Vector getComponents(java.lang.Class c)
          Gets all components (and components inside their components) instance of Class c
 boolean getEditable()
          Gets the editable property (boolean) value.
 java.util.Vector getEnableStateElements()
          Gets the enableStateElements property (java.util.Vector) value.
 ErrorVisualBean getErrorBean()
          Gets the errorBean property (com.ibm.dse.gui.ErrorVisualBean) value.
 javax.swing.JLabel getErrorLabel()
          Deprecated. (use getErrorBean())
 java.lang.String getHelpID()
          Gets the helpID property (java.lang.String) value.
 java.lang.String getHelpID(java.awt.Component c)
          Gets the helpID property (java.lang.String) value.
 java.util.Vector getOutsiders()
          Gets the outsiders property (java.util.Vector) value.
static SpPanel getSpPanel(java.awt.Component c)
          Returns the panel that contains the component passed as argument.
static SpPanel getSpPanelParent(java.awt.Component c)
          Returns the panel that contains the component passed as argument.
 void handleDSECoordinationEvent(DSECoordinationEvent event)
          Contains the appropriate actions to be executed when DSECoordinationEvent has been triggered.
 void handleErrorMessage(ErrorMessageEvent eme)
          Manages the appropriate actions when an ErrorMessageEvent has been sent.
 void init()
          Registers itself as key listener.
 void key(java.awt.event.KeyEvent e)
          Manages the appropriate actions in case key is 'help key' or 'ok key' or 'tab key'.
 void keyPressed(java.awt.event.KeyEvent e)
          Method to handle events for the KeyListener interface.
 void keyReleased(java.awt.event.KeyEvent e)
          Method to handle events for the KeyListener interface.
 void keyTyped(java.awt.event.KeyEvent e)
          Method to handle events for the KeyListener interface.
 void manageHelp(java.awt.Component c)
          Invoked when a help key has been pressed in some SpPanel Component "c".Gets the HelpID property from this component and executes DSECoordinatedPanel manageHelp method with HelpID property.
protected  void register(java.awt.Component c)
          Registers the component passed as argument as appropriate: In case is a DataExchanger, it is registered in the DSECoordinatedPanel associated to the panel In case is a JTabbedPane, JPanel or JScrollPane, their internal components are registered In case is a SpErrorLabel, the errorLabel property is updated In case is a Clear or Repeat button, the clearButton or repeatButton properties are updated
 void registerOutsider(Outsider outsider)
          Registers the outsider in the DSECoordinatedPanel associated to the panel.
 void repeat()
          Retrieves all the components values in the panel since the last operation execution.
 void repeatDataExchangersScrolls()
          Retrieves all the components values of components located in scrollPanes in the panel since the last operation execution.
protected  void saveEnabledStateComponents()
          Saves the enabling state for each component in the panel.
 void set_ClearButton(SpButton clearButton)
          Sets the clearButton property (com.ibm.dse.gui.SpButton) value.
 void set_RepeatButton(SpButton repeatButton)
          Sets the repeatButton property (com.ibm.dse.gui.SpButton) value.
 void setActivatedOkKey(boolean activatedOkKey)
          Sets the activatedOkKey property (boolean) value.
 void setClearOutputData(boolean clearOutputData)
          Sets the clearOutputData property (boolean) value.
 void setEditable(boolean isEditable)
          Makes editable or not all the components that compose the panel.
 void setEnabled(boolean isEnabled)
          Makes enabled or not all the components that compose the panel.
 void setEnableStateElements(java.util.Vector enableStateElements)
          Sets the enableStateElements property (java.util.Vector) value.
 void setErrorBean(ErrorVisualBean errorBean)
          Sets the errorBean property (com.ibm.dse.gui.ErrorVisualBean) value.
 void setErrorLabel(javax.swing.JLabel errorLabel)
          Deprecated. (use setErrorBean(ErrorVisualBean))
 void setHelpID(java.lang.String helpID)
          Sets the helpID property (java.lang.String) value.
 void setVisible(boolean isVisible)
          Makes visible or not all the components that compose the panel.
 
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
 
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, unregisterKeyboardAction, update
 
Methods inherited from class java.awt.Container
addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, 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, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, 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

refreshing

protected static boolean refreshing
If the panel is being refreshed or not.


NULL_VALUE

protected static java.lang.String NULL_VALUE
Representation of null value for a data exchanger.

Constructor Detail

SpPanel

public SpPanel()
This constructor creates a SpPanel object.


SpPanel

public SpPanel(java.awt.LayoutManager layout)
This constructor creates a SpPanel object.

Parameters:
layout - java.awt.LayoutManager

SpPanel

public SpPanel(java.awt.LayoutManager layout,
               boolean isDoubleBuffered)
This constructor creates a SpPanel object.

Parameters:
layout - java.awt.LayoutManager
isDoubleBuffered - boolean

SpPanel

public SpPanel(boolean isDoubleBuffered)
This constructor creates a SpPanel object.

Parameters:
isDoubleBuffered - boolean
Method Detail

add

public java.awt.Component add(java.awt.Component comp)
When adding a component to the panel, the panel registers itself as interested in the Key events generated by the component. On the other hand, the component is registered as appropriate.

Parameters:
comp - the component to be added
Returns:
the component argument.

add

public java.awt.Component add(java.awt.Component comp,
                              int index)
When adding a component to the panel, the panel registers itself as interested in the Key events generated by the component. On the other hand, the component is registered as appropriate.

Parameters:
comp - the component to be added
index - the position at which to insert the component,or -1 to insert the component at the end.
Returns:
the component argument.

add

public void add(java.awt.Component comp,
                java.lang.Object constraints)
When adding a component to the panel, the panel registers itself as interested in the Key events generated by the component. On the other hand, the component is registered as appropriate.

Parameters:
comp - the component to be added
constraints - an object expressing layout contraints for this component
See Also:
LayoutManager

add

public void add(java.awt.Component comp,
                java.lang.Object constraints,
                int index)
When adding a component to the panel, the panel registers itself as interested in the Key events generated by the component. On the other hand, the component is registered as appropriate.

Parameters:
comp - the component to be added
constraints - an object expressing layout contraints for this component
index - the position at which to insert the component,or -1 to insert the component at the end.
See Also:
LayoutManager

add

public java.awt.Component add(java.lang.String name,
                              java.awt.Component comp)
Adds the specified component to this container. It is strongly advised to use the 1.1 method, add(Component, Object), in place of this method.


changeComponentOrientation

public void changeComponentOrientation(java.awt.ComponentOrientation o)
Set the language-sensitive orientation that is to be used to order the elements within this component.


clear

public void clear(java.lang.String typeClear)
Clears all the components in the panel according to the clear option passed as argument.

Parameters:
typeClear - String, the clear option

clearDataDirection

protected boolean clearDataDirection(java.lang.String typeClear,
                                     java.lang.String typeDataExchanger)
Returns if typeDataExchanger clear option is affected by typeClear clear option.

Parameters:
typeClear - String, a clear option
typeDataExchanger - String, the data exchanger clear option
Returns:
boolean

clearDataExchangersScrolls

protected void clearDataExchangersScrolls(java.lang.String typeClear)
Clears all the scroll panes in the panel according to the clear option passed as argument.

Parameters:
typeClear - String, the clear option

enableListScrolls

protected void enableListScrolls(boolean isEnabled)
Enables all the scroll panes in the panel according to the boolean passed as argument.

Parameters:
isEnabled - boolean

get_ClearButton

public SpButton get_ClearButton()
Gets the clearButton property (com.ibm.dse.gui.SpButton) value.

Returns:
SpButton - the clearButton property value
See Also:
#setClearButton

get_OkButton

public SpButton get_OkButton()
Gets the okButton property (com.ibm.dse.gui.SpButton) value.

Returns:
SpButton - the okButton property value
See Also:
#setOkButton

get_RepeatButton

public SpButton get_RepeatButton()
Gets the repeatButton property (com.ibm.dse.gui.SpButton) value.

Returns:
SpButton - the repeatButton property value
See Also:
#setRepeatButton

getActivatedOkKey

public boolean getActivatedOkKey()
Gets the activatedOkKey property (boolean) value.

Specified by:
getActivatedOkKey in interface GUIComponent
Returns:
boolean - the activatedOkKey property value
See Also:
setActivatedOkKey(boolean)

getClearOutputData

public boolean getClearOutputData()
Gets the clearOutputData property (boolean) value.

Returns:
boolean - the clearOutputData property value
See Also:
setClearOutputData(boolean)

getComponents

protected java.util.Vector getComponents(java.lang.Class c)
Gets all components (and components inside their components) instance of Class c

Parameters:
c - java.lang.Class
Returns:
java.util.Vector components instance of class c

getEditable

public boolean getEditable()
Gets the editable property (boolean) value.

Returns:
boolean - the editable property value
See Also:
setEditable(boolean)

getEnableStateElements

public java.util.Vector getEnableStateElements()
Gets the enableStateElements property (java.util.Vector) value.

Returns:
java.util.Vector - the enableStateElements property value
See Also:
setEnableStateElements(java.util.Vector)

getErrorBean

public ErrorVisualBean getErrorBean()
Gets the errorBean property (com.ibm.dse.gui.ErrorVisualBean) value.

Returns:
The errorBean property value.
See Also:
setErrorBean(com.ibm.dse.gui.ErrorVisualBean)

getErrorLabel

public javax.swing.JLabel getErrorLabel()
Deprecated. (use getErrorBean())

Gets the errorLabel property (JLabel) value.

Returns:
JLabel - the errorLabel property value

getHelpID

public java.lang.String getHelpID()
Gets the helpID property (java.lang.String) value.

Returns:
String - the helpID property value
See Also:
setHelpID(java.lang.String)

getHelpID

public java.lang.String getHelpID(java.awt.Component c)
Gets the helpID property (java.lang.String) value.

Returns:
String - the helpID property value.
See Also:
setHelpID(java.lang.String)

getOutsiders

public java.util.Vector getOutsiders()
Gets the outsiders property (java.util.Vector) value.

Returns:
java.util.Vector - the outsiders property value
See Also:
#setOutsiders

getSpPanel

public static SpPanel getSpPanel(java.awt.Component c)
Returns the panel that contains the component passed as argument. It could be itself, its parent, grandparent etc.

Parameters:
c - java.awt.Component, a component
Returns:
com.ibm.dse.gui.SpPanel - the panel where the component is located

getSpPanelParent

public static SpPanel getSpPanelParent(java.awt.Component c)
Returns the panel that contains the component passed as argument. It could be its parent, grandparent,...

Parameters:
c - java.awt.Component, a component
Returns:
com.ibm.dse.gui.SpPanel - the panel where the component is located

handleDSECoordinationEvent

public void handleDSECoordinationEvent(DSECoordinationEvent event)
Contains the appropriate actions to be executed when DSECoordinationEvent has been triggered.

Parameters:
event - DSECoordinationEvent

handleErrorMessage

public void handleErrorMessage(ErrorMessageEvent eme)
Manages the appropriate actions when an ErrorMessageEvent has been sent.

Specified by:
handleErrorMessage in interface ErrorMessageListener
Parameters:
eme - com.ibm.dse.gui.ErrorMessageEvent

init

public void init()
Registers itself as key listener.


key

public void key(java.awt.event.KeyEvent e)
Manages the appropriate actions in case key is 'help key' or 'ok key' or 'tab key'.


keyPressed

public void keyPressed(java.awt.event.KeyEvent e)
Method to handle events for the KeyListener interface.

Specified by:
keyPressed in interface java.awt.event.KeyListener
Parameters:
e - java.awt.event.KeyEvent

keyReleased

public void keyReleased(java.awt.event.KeyEvent e)
Method to handle events for the KeyListener interface.

Specified by:
keyReleased in interface java.awt.event.KeyListener
Parameters:
e - java.awt.event.KeyEvent

keyTyped

public void keyTyped(java.awt.event.KeyEvent e)
Method to handle events for the KeyListener interface.

Specified by:
keyTyped in interface java.awt.event.KeyListener
Parameters:
e - java.awt.event.KeyEvent

manageHelp

public void manageHelp(java.awt.Component c)
Invoked when a help key has been pressed in some SpPanel Component "c".Gets the HelpID property from this component and executes DSECoordinatedPanel manageHelp method with HelpID property.


register

protected void register(java.awt.Component c)
Registers the component passed as argument as appropriate: In case is a DataExchanger, it is registered in the DSECoordinatedPanel associated to the panel In case is a JTabbedPane, JPanel or JScrollPane, their internal components are registered In case is a SpErrorLabel, the errorLabel property is updated In case is a Clear or Repeat button, the clearButton or repeatButton properties are updated

Parameters:
c - Component, the component to be registered

registerOutsider

public void registerOutsider(Outsider outsider)
Registers the outsider in the DSECoordinatedPanel associated to the panel.

Parameters:
outsider - Outsider

repeat

public void repeat()
Retrieves all the components values in the panel since the last operation execution.


repeatDataExchangersScrolls

public void repeatDataExchangersScrolls()
Retrieves all the components values of components located in scrollPanes in the panel since the last operation execution.


saveEnabledStateComponents

protected void saveEnabledStateComponents()
Saves the enabling state for each component in the panel.


set_ClearButton

public void set_ClearButton(SpButton clearButton)
Sets the clearButton property (com.ibm.dse.gui.SpButton) value.

Parameters:
clearButton - boolean, the new value for the property
See Also:
#getClearButton

set_RepeatButton

public void set_RepeatButton(SpButton repeatButton)
Sets the repeatButton property (com.ibm.dse.gui.SpButton) value.

Parameters:
repeatButton - boolean, the new value for the property
See Also:
#getRepeatButton

setActivatedOkKey

public void setActivatedOkKey(boolean activatedOkKey)
Sets the activatedOkKey property (boolean) value.

Specified by:
setActivatedOkKey in interface GUIComponent
Parameters:
activatedOkKey - boolean, the new value for the property
See Also:
getActivatedOkKey()

setClearOutputData

public void setClearOutputData(boolean clearOutputData)
Sets the clearOutputData property (boolean) value.

Parameters:
clearOutputData - boolean, the new value for the property
See Also:
getClearOutputData()

setEditable

public void setEditable(boolean isEditable)
Makes editable or not all the components that compose the panel.


setEnabled

public void setEnabled(boolean isEnabled)
Makes enabled or not all the components that compose the panel.


setEnableStateElements

public void setEnableStateElements(java.util.Vector enableStateElements)
Sets the enableStateElements property (java.util.Vector) value.

Parameters:
enableStateElements - boolean, the new value for the property
See Also:
getEnableStateElements()

setErrorBean

public void setErrorBean(ErrorVisualBean errorBean)
Sets the errorBean property (com.ibm.dse.gui.ErrorVisualBean) value.

Parameters:
errorBean - The new value for the property.
See Also:
getErrorBean()

setErrorLabel

public void setErrorLabel(javax.swing.JLabel errorLabel)
Deprecated. (use setErrorBean(ErrorVisualBean))

Sets the errorLabel property (JLabel) value.

Parameters:
errorLabel - JLabel, the new value for the property

setHelpID

public void setHelpID(java.lang.String helpID)
Sets the helpID property (java.lang.String) value.

Parameters:
helpID - String, the new value for the property
See Also:
getHelpID()

setVisible

public void setVisible(boolean isVisible)
Makes visible or not all the components that compose the panel.


IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005