|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.ibm.dse.gui.SpPanel
com.ibm.dse.gui.DSECoordinatedPanel
The DSECoordinatedPanel implements the navigation interface and provides de common part for OperationPanel and ContextPanel. The abstract methods are used to link the view with the model.
Nested Class Summary |
---|
Nested classes inherited from class com.ibm.dse.gui.SpPanel |
---|
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 ExceptionInOperationListener |
aExceptionInOperationListener
|
protected DSECoordinationEvent |
executeNextView
|
static Externalizer |
externalizer
|
Fields inherited from class com.ibm.dse.gui.SpPanel |
---|
NULL_VALUE, refreshing |
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 | |
---|---|
DSECoordinatedPanel()
This constructor creates an DSECoordinatedPanel object. |
|
DSECoordinatedPanel(boolean isDoubleBuffered)
This constructor creates an DSECoordinatedPanel object. |
|
DSECoordinatedPanel(java.awt.LayoutManager layout)
This constructor creates an DSECoordinatedPanel object. |
|
DSECoordinatedPanel(java.awt.LayoutManager layout,
boolean isDoubleBuffered)
This constructor creates an DSECoordinatedPanel object. |
Method Summary | |
---|---|
void |
addCoordinatedEventListener(CoordinatedEventListener newListener)
Adds a CoordinatedEventListener. |
void |
addExceptionInOperationListener(ExceptionInOperationListener newListener)
Adds an ExceptionInOperationListener. |
void |
addToChildrenInErrorList(DataExchanger de)
Adds the data exchanger specified as parameter in the childrenInError list. |
void |
addToExecuteButtonsList(javax.swing.JButton but)
Adds the JButton specified as parameter in the ExecuteButtons list. |
void |
addToNextButtonsList(javax.swing.JButton but)
Adds the JButton specified as parameter in the NextButtons list. |
void |
addToPrevButtonsList(javax.swing.JButton but)
Adds the JButton specified as parameter in the PrevButtons list. |
void |
addToRequiredNotFilledList(DataExchanger de)
Adds the data exchanger specified as parameter in the childrenNotFilled list. |
void |
ancestor(javax.swing.event.AncestorEvent event)
Manages the appropriate actions when an AncestorEvent has been sent. |
void |
ancestorAdded(javax.swing.event.AncestorEvent event)
Method to handle events for the AncestorListener interface. |
void |
ancestorMoved(javax.swing.event.AncestorEvent event)
Method to handle events for the AncestorListener interface. |
void |
ancestorRemoved(javax.swing.event.AncestorEvent event)
Method to handle events for the AncestorListener interface. |
void |
becomingActiveActions()
It is applicable if the panel is used in the desktop. |
void |
becomingUnactiveActions()
It is applicable if the panel is used in the desktop. |
void |
clearPanelContents()
Clear all panel atributes. |
void |
close()
Deprecated. (use close(boolean)) |
void |
close(boolean unchainContext)
close default operation and fires a DSECoordinationEvent (type ViewClosed) |
protected void |
close(DSECoordinationEvent event)
close default operation and fires a DSECoordinationEvent (type ViewClosed) |
void |
commit()
Makes a checkpoint for possible rollback. |
void |
convertFromEuros(javax.swing.JPanel jp)
Converts to EMU currency all the components in the panel that are Euro-convertible. |
void |
convertToEuros(javax.swing.JPanel jp)
Converts to Euro currency all the components in the panel that are Euro-convertible. |
abstract void |
dataChanged(DSECoordinationEvent dce)
|
protected void |
disposePanel(java.awt.Component c)
Gets java.awt.Window or java.applet.Applet parent, and executes dispose or stop method. |
void |
enableExecuteButton(boolean enable)
Enables/Disables Execute Buttons |
void |
enableNextButton(boolean enable)
Enables/Disables Next Buttons |
void |
enableOkButton()
Checks the situation to enable the OK button. |
void |
enableOkButton(boolean enable)
Enables/Disables Ok Buttons |
void |
enablePreviousButton(boolean enable)
Enables/Disables Previous Buttons |
Externalizer |
externalizer()
Returns the externalizer instance of this class. |
void |
fireCoordinationEvent()
Fires a CoordinationEvent. |
void |
fireCoordinationEvent(DSECoordinationEvent event)
Fires a CoordinationEvent. |
protected void |
fireHandleExceptionInOperation(ExceptionInOperationEvent event)
Method to support listener events. |
SpButton |
get_EMUCurrencyButton()
Gets the EMUCurrencyButton property (com.ibm.dse.gui.SpButton) value. |
SpButton |
get_EuroButton()
Gets the euroButton property (com.ibm.dse.gui.SpButton) value. |
SpButton |
get_HelpButton()
Gets the helpButton property (com.ibm.dse.gui.SpButton) value. |
SpButton |
get_OkButton()
Gets the okButton property (com.ibm.dse.gui.SpButton) value. |
protected boolean |
getCheckBoxesAndButtonGroupsInitialized()
Gets the CheckBoxesAndButtonGroupsInitialized property (boolean) value. |
java.util.Vector |
getChildrenInError()
Gets the childrenInError property (java.util.Vector) value. |
java.util.Vector |
getChildrenNotFilled()
Gets the childrenNotFilled property (java.util.Vector) value. |
java.lang.String |
getClassForHelpImplementation()
Gets the classForHelpImplementation property (java.lang.String) value. |
Context |
getContext()
Gets the context property (com.ibm.dse.base.Context) value. |
java.util.Vector |
getDataExchangers()
Gets the dataExchangers property (java.util.Vector) value. |
boolean |
getDisableWhileOperationRunning()
Gets the disableWhileOperationRunning property (boolean) value. |
static DSECoordinatedPanel |
getDSECoordinatedPanel(java.awt.Component c)
Returns the panel that contains the component passed as argument. |
static DSECoordinatedPanel |
getDSECoordinatedPanelParent(java.awt.Component c)
Returns the panel that contains the component passed as argument. |
java.lang.String |
getEMUCurrency()
Gets the EMUCurrency property (java.lang.String) value. |
java.util.Vector |
getExecuteButtons()
Gets the executeButtons property (java.util.Vector) value. |
boolean |
getExecuteWhenOpen()
Gets the executeWhenOpen property (boolean) value. |
static Externalizer |
getExternalizer()
Gets the externalizer. |
SpFocusTracker |
getFocusManager()
Gets the SpFocusTracker associated to the panel. |
java.lang.String |
getIconName()
It is applicable if the panel is used in the desktop. |
boolean |
getInstanceOperation()
Gets the instanceOperation property (boolean) value. |
boolean |
getIsInEuros()
Gets the isInEuros property (boolean) value. |
java.util.Vector |
getListOfCheckBoxes()
Gets the listOfCheckBoxes property (java.util.Vector) value. |
java.util.Vector |
getNextButtons()
Gets the nextButtons property (java.util.Vector) value. |
Operation |
getOperation()
Gets the operation property (Operation) value. |
java.lang.String |
getOperationName()
Gets the operationName property (java.lang.String) value. |
java.util.Vector |
getOutsiders()
Gets the outsiders property (java.util.Vector) value. |
java.util.Vector |
getPrevButtons()
Gets the prevButtons property (java.util.Vector) value. |
protected java.lang.String |
getReplyOperationName()
Gets the replyOperationName property (java.lang.String) value. |
protected java.lang.String |
getReplyOutputFormatName()
Gets the replyOutputFormatName property (java.lang.String) value. |
java.util.Hashtable |
getSavedData()
Gets the savedData property (java.util.Hashtable) value. |
java.lang.String |
getTitle()
It is applicable if the panel is used in the desktop. |
ValidationMethodFields |
getValidationMethod()
Gets the validationMethod property (com.ibm.dse.gui.ValidationMethodFields) value. |
java.lang.Object |
getValueAt(java.lang.String aCompositeKey)
Returns the value of the element of its working context, or of the upper working contexts, which is located at |
java.lang.String |
getViewName()
Gets the viewName property (java.lang.String) value. |
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 |
handleOperationRepliedEvent(OperationRepliedEvent e)
Manages the appropriate actions when an OperationRepliedEvent has been sent. |
java.lang.Object |
initializeFrom(Tag aTag)
Initializes 'this' with the values stored inside 'aTag'. |
void |
instanceOperationIfNecessary()
makes an instance (if is necessary) of the operation |
boolean |
isClosable()
Returns true if the panel can be closed or not |
abstract boolean |
isCorrectStatus()
Decides if the panel is in a correct status or not. |
boolean |
isFirstVisible()
Gets the isFirstVisible property (boolean) value. |
void |
manageHelp(java.lang.String HelpId)
Invoked when a help key has been pressed in some SpPanel Component. |
void |
postInitialize()
It is applicable if the panel is used in the desktop. |
void |
readExternal()
Initializes a DSECoordinatedPanel with its external value. |
void |
readExternal(java.io.ObjectInput anObjectInput)
Invokes the object creation from an ObjectInput. |
static java.lang.Object |
readObject(java.lang.String name)
Instantiates a DataElement named name from the definition file. |
void |
refresh()
Refresh view from context |
abstract void |
refreshDataExchangers()
Updates the panel with the data exchangers context values. |
protected void |
register(java.awt.Component c)
Registers the component passed as argument. |
protected void |
register(DataExchanger de)
Registers the data exchanger passed as argument as follows: The panel is registered as interested in DataChangedEvents caused by the data exchanger. |
void |
registerOutsider(Outsider outsider)
Registers the outsider and adds it to the outsiders list. |
void |
removeCoordinatedEventListener(CoordinatedEventListener newListener)
Removes a CoordinatedEventListener. |
void |
removeDataExchanger(DataExchanger de)
Removes the data exchanger specified to the internal Lists |
void |
removeExceptionInOperationListener(ExceptionInOperationListener newListener)
Removes the ExceptionInOperationListener. |
void |
removeExternal()
This method removes the tags for this object from the definition file where it is externalized. |
void |
removeFromChildrenInErrorList(DataExchanger de)
Removes the data exchanger specified as parameter in the childrenInError list. |
void |
removeFromExecuteButtonsList(javax.swing.JButton but)
Removes the JButton specified as parameter in the executeButtons list. |
void |
removeFromNextButtonsList(javax.swing.JButton but)
Removes the JButton specified as parameter in the nextButtons list. |
void |
removeFromRequiredNotFilledList(DataExchanger de)
Removes the data exchanger specified as parameter in the requiredNotFilled list. |
void |
rollBack()
Removes last changes in panel (till last commit) |
void |
saveData()
Saves all the panel components values. |
void |
set_EMUCurrencyButton(SpButton EMUCurrencyButton)
Sets the EMUCurrencyButton property (com.ibm.dse.gui.SpButton) value. |
void |
set_EuroButton(SpButton euroButton)
Sets the euroButton property (com.ibm.dse.gui.SpButton) value. |
void |
set_HelpButton(SpButton helpButton)
Sets the helpButton property (com.ibm.dse.gui.SpButton) value. |
void |
set_OkButton(SpButton okButton)
Sets the okButton property (com.ibm.dse.gui.SpButton) value. |
void |
setCheckBoxesAndButtonGroupsInitialized(boolean check)
Sets the checkBoxesAndButtonGroupsInitialized property (boolean) value. |
void |
setChildrenInError(java.util.Vector childrenInError)
Sets the childrenInError property (java.util.Vector) value. |
void |
setChildrenNotFilled(java.util.Vector childrenNotFilled)
Sets the childrenNotFilled property (java.util.Vector) value. |
void |
setClassForHelpImplementation(java.lang.String classForHelpImplementation)
Sets the classForHelpImplementation property (java.lang.String) value. |
void |
setClosable(boolean newClosable)
Sets the closable property (boolean) value. |
void |
setContext(Context context)
Sets the context property (com.ibm.dse.base.Context) value. |
void |
setDataExchangers(java.util.Vector dataExchangers)
Sets the dataExchangers property (java.util.Vector) value. |
void |
setDisableWhileOperationRunning(boolean disableWhileOperationRunning)
Sets the disableWhileOperationRunning property (boolean) value. |
void |
setEMUCurrency(java.lang.String EMUCurrency)
Sets the EMUCurrency property (java.lang.String) value. |
void |
setExecuteWhenOpen(boolean executeWhenOpen)
Sets the executeWhenOpen property (boolean) value. |
static void |
setExternalizer(Externalizer anExternalizer)
Sets the externalizer. |
void |
setFirstVisible(boolean isFirstVisible)
Sets the isFirstVisible property (boolean) value. |
void |
setIconName(java.lang.String iconName)
Sets the iconName property (java.lang.String) value. |
void |
setInstanceOperation(boolean instanceOperation)
Sets the instanceOperation property (boolean) value. |
void |
setIsInEuros(boolean isInEuros)
Sets the isInEuros property (boolean) value. |
void |
setListOfCheckBoxes(java.util.Vector listOfCheckBoxes)
Sets the listOfCheckBoxes property (java.util.Vector) value. |
void |
setOperation(Operation op)
Sets the operation property (Operation) value. |
void |
setOperationName(java.lang.String operationName)
Sets the operationName property (java.lang.String) value. |
void |
setOperationName(java.lang.String operationName,
boolean mInstance)
Sets the operationName property (java.lang.String) value. |
void |
setOutsiders(java.util.Vector outsiders)
Sets the outsiders property (java.util.Vector) value. |
protected void |
setReplyOperationName(java.lang.String operationName)
Sets the replyOperationName property (java.lang.String) value. |
protected void |
setReplyOutputFormatName(java.lang.String OutputFormatName)
Sets the replyOutputFormatName property (java.lang.String) value. |
void |
setSavedData(java.util.Hashtable savedData)
Sets the savedData property (java.util.Hashtable) value. |
void |
setTitle(java.lang.String title)
Sets the title property (java.lang.String) value. |
void |
setValidationMethod(ValidationMethodFields validationMethod)
Sets the validationMethod property (com.ibm.dse.gui.ValidationMethodFields) value. |
void |
setViewName(java.lang.String name)
Sets the name of the component to the specified string. |
Vector |
toStrings()
Returns a visual representation of this data element. |
Vector |
toTags()
Returns a Vector with the DSECoordinatedPanel represented as a Tag |
void |
tryRunOperation()
|
void |
writeExternal()
Writes this instance converted in tags to a file. |
void |
writeExternal(java.io.ObjectOutput st)
Provides concrete serialization handling for DSECoordinatedPanel. |
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 |
Methods inherited from interface com.ibm.dse.gui.CoordinatedPanel |
---|
chainTo, chainToContextNamed, isChained, setContextName, setName, setValueAt, unchain |
Methods inherited from interface com.ibm.dse.base.Externalizable |
---|
getName, setName |
Field Detail |
protected transient ExceptionInOperationListener aExceptionInOperationListener
protected DSECoordinationEvent executeNextView
public static Externalizer externalizer
Constructor Detail |
public DSECoordinatedPanel()
public DSECoordinatedPanel(java.awt.LayoutManager layout)
layout
- java.awt.LayoutManagerpublic DSECoordinatedPanel(java.awt.LayoutManager layout, boolean isDoubleBuffered)
layout
- java.awt.LayoutManagerisDoubleBuffered
- booleanpublic DSECoordinatedPanel(boolean isDoubleBuffered)
isDoubleBuffered
- booleanMethod Detail |
public void addCoordinatedEventListener(CoordinatedEventListener newListener)
addCoordinatedEventListener
in interface CoordinatedEventSource
newListener
- CoordinatedEventListenerpublic void addExceptionInOperationListener(ExceptionInOperationListener newListener)
newListener
- com.ibm.dse.gui.ExceptionInOperationListener, the listener to be addedpublic void addToChildrenInErrorList(DataExchanger de)
de
- DataExchanger, the element to be added to the listpublic void addToExecuteButtonsList(javax.swing.JButton but)
public void addToNextButtonsList(javax.swing.JButton but)
public void addToPrevButtonsList(javax.swing.JButton but)
public void addToRequiredNotFilledList(DataExchanger de)
de
- DataExchanger, the element to be added to the listpublic void ancestor(javax.swing.event.AncestorEvent event)
event
- com.sun.java.swing.event.AncestorEventpublic void ancestorAdded(javax.swing.event.AncestorEvent event)
ancestorAdded
in interface javax.swing.event.AncestorListener
event
- com.sun.java.swing.event.AncestorEventpublic void ancestorMoved(javax.swing.event.AncestorEvent event)
ancestorMoved
in interface javax.swing.event.AncestorListener
event
- com.sun.java.swing.event.AncestorEventpublic void ancestorRemoved(javax.swing.event.AncestorEvent event)
ancestorRemoved
in interface javax.swing.event.AncestorListener
event
- com.sun.java.swing.event.AncestorEventpublic void becomingActiveActions()
becomingActiveActions
in interface CoordinatedPanel
public void becomingUnactiveActions()
becomingUnactiveActions
in interface CoordinatedPanel
public void clearPanelContents()
public void close()
protected void close(DSECoordinationEvent event)
public void close(boolean unchainContext)
close
in interface CoordinatedPanel
unchainContext
- boolean, if true context will be unchainded from the hierarchypublic void commit()
commit
in interface CoordinatedPanel
public void convertFromEuros(javax.swing.JPanel jp)
public void convertToEuros(javax.swing.JPanel jp)
public abstract void dataChanged(DSECoordinationEvent dce)
protected void disposePanel(java.awt.Component c)
c
- java.awt.Component, the component.public void enableExecuteButton(boolean enable)
public void enableNextButton(boolean enable)
enableNextButton
in interface CoordinatedPanel
public void enableOkButton()
public void enableOkButton(boolean enable)
enableOkButton
in interface CoordinatedPanel
public void enablePreviousButton(boolean enable)
enablePreviousButton
in interface CoordinatedPanel
public Externalizer externalizer() throws java.io.IOException
externalizer
in interface Externalizable
java.io.IOException
public void fireCoordinationEvent()
fireCoordinationEvent
in interface CoordinatedEventSource
public void fireCoordinationEvent(DSECoordinationEvent event)
fireCoordinationEvent
in interface CoordinatedEventSource
protected void fireHandleExceptionInOperation(ExceptionInOperationEvent event)
event
- com.ibm.dse.gui.ExceptionInOperationEventpublic SpButton get_EMUCurrencyButton()
#setEMUCurrencyButton
public SpButton get_EuroButton()
#setEuroButton
public SpButton get_HelpButton()
#setHelpButton
public SpButton get_OkButton()
get_OkButton
in class SpPanel
#setOkButton
protected boolean getCheckBoxesAndButtonGroupsInitialized()
public java.util.Vector getChildrenInError()
setChildrenInError(java.util.Vector)
public java.util.Vector getChildrenNotFilled()
setChildrenNotFilled(java.util.Vector)
public java.lang.String getClassForHelpImplementation()
setClassForHelpImplementation(java.lang.String)
public Context getContext()
getContext
in interface CoordinatedPanel
public java.util.Vector getDataExchangers()
setDataExchangers(java.util.Vector)
public boolean getDisableWhileOperationRunning()
setDisableWhileOperationRunning(boolean)
public static DSECoordinatedPanel getDSECoordinatedPanel(java.awt.Component c)
c
- Component, the component
public static DSECoordinatedPanel getDSECoordinatedPanelParent(java.awt.Component c)
c
- Component, the component
public java.lang.String getEMUCurrency()
setEMUCurrency(java.lang.String)
public java.util.Vector getExecuteButtons()
public boolean getExecuteWhenOpen()
setExecuteWhenOpen(boolean)
public static Externalizer getExternalizer() throws java.io.IOException
java.io.IOException
public java.lang.String getIconName()
setIconName(java.lang.String)
public boolean getInstanceOperation()
setInstanceOperation(boolean)
public boolean getIsInEuros()
setIsInEuros(boolean)
public java.util.Vector getListOfCheckBoxes()
setListOfCheckBoxes(java.util.Vector)
public java.util.Vector getNextButtons()
public Operation getOperation()
setOperation(com.ibm.dse.base.Operation)
public java.lang.String getOperationName()
setOperationName(java.lang.String)
public java.util.Vector getOutsiders()
getOutsiders
in class SpPanel
setOutsiders(java.util.Vector)
public java.util.Vector getPrevButtons()
protected java.lang.String getReplyOperationName()
protected java.lang.String getReplyOutputFormatName()
public java.util.Hashtable getSavedData()
setSavedData(java.util.Hashtable)
public java.lang.String getTitle()
getTitle
in interface CoordinatedPanel
setTitle(java.lang.String)
public ValidationMethodFields getValidationMethod()
setValidationMethod(com.ibm.dse.gui.ValidationMethodFields)
public java.lang.Object getValueAt(java.lang.String aCompositeKey) throws DSEObjectNotFoundException
getValueAt
in interface CoordinatedPanel
aCompositeKey
- String, path name in context.
DSEObjectNotFoundException
public java.lang.String getViewName()
public void handleDSECoordinationEvent(DSECoordinationEvent event)
handleDSECoordinationEvent
in interface CoordinatedEventListener
handleDSECoordinationEvent
in class SpPanel
event
- DSECoordinationEventpublic void handleErrorMessage(ErrorMessageEvent eme)
handleErrorMessage
in interface ErrorMessageListener
handleErrorMessage
in class SpPanel
eme
- com.ibm.dse.gui.ErrorMessageEventpublic void handleOperationRepliedEvent(OperationRepliedEvent e)
handleOperationRepliedEvent
in interface OperationRepliedListener
e
- com.ibm.dse.gui.OperationRepliedEventpublic java.lang.Object initializeFrom(Tag aTag) throws java.io.IOException, DSEException
initializeFrom
in interface Externalizable
aTag
- com.ibm.dse.base.Tag
java.io.IOException
DSEException
public void instanceOperationIfNecessary()
public boolean isClosable()
isClosable
in interface CoordinatedPanel
public abstract boolean isCorrectStatus()
public boolean isFirstVisible()
public void manageHelp(java.lang.String HelpId)
HelpId
- String, parameter for showHelp method.public void postInitialize()
postInitialize
in interface CoordinatedPanel
public void readExternal() throws java.io.IOException
readExternal
in interface Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput anObjectInput) throws java.io.IOException
readExternal
in interface java.io.Externalizable
anObjectInput
- java.io.ObjectInput
java.io.IOException
java.lang.ClassNotFoundException
public static java.lang.Object readObject(java.lang.String name) throws java.io.IOException
java.io.IOException
public void refresh()
refresh
in interface CoordinatedPanel
public abstract void refreshDataExchangers()
protected void register(DataExchanger de)
de
- com.ibm.dse.gui.DataExchanger, the data exchanger to be registeredprotected void register(java.awt.Component c)
register
in class SpPanel
c
- Component, the component to be registeredpublic void registerOutsider(Outsider outsider)
registerOutsider
in class SpPanel
outsider
- Outsiderpublic void removeCoordinatedEventListener(CoordinatedEventListener newListener)
removeCoordinatedEventListener
in interface CoordinatedEventSource
newListener
- DataChangedListenerpublic void removeDataExchanger(DataExchanger de)
de
- DataExchanger, the element to be removed to the listspublic void removeExceptionInOperationListener(ExceptionInOperationListener newListener)
newListener
- com.ibm.dse.gui.ExceptionInOperationListener, the listener to be removedpublic void removeExternal() throws java.io.IOException
removeExternal
in interface Externalizable
java.io.IOException
public void removeFromChildrenInErrorList(DataExchanger de)
de
- DataExchanger, the element to be removed to the listpublic void removeFromExecuteButtonsList(javax.swing.JButton but)
public void removeFromNextButtonsList(javax.swing.JButton but)
public void removeFromRequiredNotFilledList(DataExchanger de)
de
- DataExchanger, the element to be removed to the listpublic void rollBack()
rollBack
in interface CoordinatedPanel
public void saveData()
public void set_EMUCurrencyButton(SpButton EMUCurrencyButton)
EMUCurrencyButton
- SpButton, the new value for the property#getEMUCurrencyButton
public void set_EuroButton(SpButton euroButton)
euroButton
- SpButton, the new value for the property#getEuroButton
public void set_HelpButton(SpButton helpButton)
helpButton
- SpButton, the new value for the property#getHelpButton
public void set_OkButton(SpButton okButton)
okButton
- SpButton, the new value for the property#getOkButton
public void setCheckBoxesAndButtonGroupsInitialized(boolean check)
check
- boolean, the new value for the propertypublic void setChildrenInError(java.util.Vector childrenInError)
childrenInError
- java.util.Vector, the new value for the propertygetChildrenInError()
public void setChildrenNotFilled(java.util.Vector childrenNotFilled)
childrenNotFilled
- java.util.Vector, the new value for the propertygetChildrenNotFilled()
public void setClassForHelpImplementation(java.lang.String classForHelpImplementation)
classForHelpImplementation
- String, the new value for the propertygetClassForHelpImplementation()
public void setClosable(boolean newClosable)
newClosable
- The new value for the property.public void setContext(Context context)
setContext
in interface CoordinatedPanel
context
- The new value for the property.public void setDataExchangers(java.util.Vector dataExchangers)
dataExchangers
- java.util.Vector, the new value for the propertygetDataExchangers()
public void setDisableWhileOperationRunning(boolean disableWhileOperationRunning)
disableWhileOperationRunning
- boolean, the new value for the propertygetDisableWhileOperationRunning()
public void setEMUCurrency(java.lang.String EMUCurrency)
EMUCurrency
- String, the new value for the propertygetEMUCurrency()
public void setExecuteWhenOpen(boolean executeWhenOpen)
executeWhenOpen
- The new value for the property.getExecuteWhenOpen()
public static void setExternalizer(Externalizer anExternalizer)
anExternalizer
- com.ibm.dse.base.Externalizerpublic void setFirstVisible(boolean isFirstVisible)
isFirstVisible
- boolean, the new value for the propertypublic void setIconName(java.lang.String iconName)
iconName
- String, the new value for the propertygetIconName()
public void setInstanceOperation(boolean instanceOperation)
instanceOperation
- The new value for the property.getInstanceOperation()
public void setIsInEuros(boolean isInEuros)
isInEuros
- boolean, the new value for the propertygetIsInEuros()
public void setListOfCheckBoxes(java.util.Vector listOfCheckBoxes)
listOfCheckBoxes
- java.util.Vector, the new value for the propertygetListOfCheckBoxes()
public void setOperation(Operation op)
setOperation
in interface CoordinatedPanel
op
- Operation, the new value for the propertygetOperation()
public void setOperationName(java.lang.String operationName)
operationName
- String, the new value for the propertygetOperationName()
public void setOperationName(java.lang.String operationName, boolean mInstance)
setOperationName
in interface CoordinatedPanel
operationName
- String, the new value for the propertymInstance
- boolean, if true makes an instance of the operation.getOperationName()
public void setOutsiders(java.util.Vector outsiders)
outsiders
- java.util.Vector, the new value for the propertygetOutsiders()
protected void setReplyOperationName(java.lang.String operationName)
operationName
- String, the new value for the propertyprotected void setReplyOutputFormatName(java.lang.String OutputFormatName)
OutputFormatName
- String, the new value for the propertypublic void setSavedData(java.util.Hashtable savedData)
savedData
- java.util.Hashtable, the new value for the propertygetSavedData()
public void setTitle(java.lang.String title)
title
- String, the new value for the propertygetTitle()
public void setValidationMethod(ValidationMethodFields validationMethod)
validationMethod
- ValidationMethodFields, the new value for the propertygetValidationMethod()
public void setViewName(java.lang.String name)
setViewName
in interface CoordinatedPanel
name
- The string that is to be this component's name.public Vector toStrings()
toStrings
in interface Externalizable
public Vector toTags() throws java.io.IOException
toTags
in interface Externalizable
java.io.IOException
public void tryRunOperation()
tryRunOperation
in interface CoordinatedPanel
public void writeExternal() throws java.io.IOException
writeExternal
in interface Externalizable
java.io.IOException
public void writeExternal(java.io.ObjectOutput st) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
st
- java.io.ObjectOutput
java.io.IOException
public SpFocusTracker getFocusManager()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |