|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JTabbedPane | +--com.ibm.dse.desktop.ScenarioArea
The ScenarioArean class provides a reserved area on the desktop for the different scenarios that may be needed during the application process. It represents pane with tabs that contains as many pages as there are scenarios defined in it.
Inner classes inherited from class javax.swing.JTabbedPane |
javax.swing.JTabbedPane.AccessibleJTabbedPane,
javax.swing.JTabbedPane.ModelListener |
Inner classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
Fields inherited from class javax.swing.JTabbedPane |
changeEvent,
changeListener,
model,
tabPlacement |
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.Component |
BOTTOM_ALIGNMENT,
CENTER_ALIGNMENT,
LEFT_ALIGNMENT,
RIGHT_ALIGNMENT,
TOP_ALIGNMENT |
Constructor Summary | |
ScenarioArea()
This constructor creates a ScenarioArea object. |
|
ScenarioArea(int tabPlacement)
This constructor creates a ScenarioArea object. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Handles events for the ActionListener interface. |
void |
add(java.lang.Object o)
Adds a Scenario to the ScenarioArea. |
void |
keyPressed(java.awt.event.KeyEvent e)
Handles events for the KeyListener interface. |
void |
keyReleased(java.awt.event.KeyEvent e)
Handles events for the KeyListener interface. |
void |
keyTyped(java.awt.event.KeyEvent e)
Handles events for the KeyListener interface. |
static void |
main(java.lang.String[] args)
Provides the main entrypoint. |
void |
mouseClicked(java.awt.event.MouseEvent e)
Handles events for the MouseListener interface. |
void |
mouseEntered(java.awt.event.MouseEvent e)
Handles events for the MouseListener interface. |
void |
mouseExited(java.awt.event.MouseEvent e)
Handles events for the MouseListener interface. |
void |
mousePressed(java.awt.event.MouseEvent e)
Handles events for the MouseListener interface. |
void |
mouseReleased(java.awt.event.MouseEvent e)
Handles events for the MouseListener interface. |
void |
scenarioArea_KeyPressed(java.awt.event.KeyEvent keyEvent)
Invoked when a key is pressed on the ScenarioArea. |
void |
setComponentOrientation(java.awt.ComponentOrientation o)
This method changes the orientation of the components inside the ScenarioArea |
void |
setHeight(java.lang.Object o)
Sets the height of the ScenarioArea. |
void |
setName(java.lang.Object o)
Sets the name of the ScenarioArea. |
void |
setWidth(java.lang.Object o)
Sets the width of the ScenarioArea. |
Methods inherited from class javax.swing.JTabbedPane |
add,
add,
add,
add,
add,
addChangeListener,
addTab,
addTab,
addTab,
createChangeListener,
fireStateChanged,
getAccessibleContext,
getBackgroundAt,
getBoundsAt,
getComponentAt,
getDisabledIconAt,
getForegroundAt,
getIconAt,
getModel,
getSelectedComponent,
getSelectedIndex,
getTabCount,
getTabPlacement,
getTabRunCount,
getTitleAt,
getToolTipText,
getUI,
getUIClassID,
indexOfComponent,
indexOfTab,
indexOfTab,
insertTab,
isEnabledAt,
paramString,
remove,
removeAll,
removeChangeListener,
removeTabAt,
setBackgroundAt,
setComponentAt,
setDisabledIconAt,
setEnabledAt,
setForegroundAt,
setIconAt,
setModel,
setSelectedComponent,
setSelectedIndex,
setTabPlacement,
setTitleAt,
setUI,
updateUI |
Methods inherited from class javax.swing.JComponent |
addAncestorListener,
addNotify,
addPropertyChangeListener,
addPropertyChangeListener,
addVetoableChangeListener,
computeVisibleRect,
contains,
createToolTip,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChange,
fireVetoableChange,
getActionForKeyStroke,
getAlignmentX,
getAlignmentY,
getAutoscrolls,
getBorder,
getBounds,
getClientProperty,
getComponentGraphics,
getConditionForKeyStroke,
getDebugGraphicsOptions,
getGraphics,
getHeight,
getInsets,
getInsets,
getLocation,
getMaximumSize,
getMinimumSize,
getNextFocusableComponent,
getPreferredSize,
getRegisteredKeyStrokes,
getRootPane,
getSize,
getToolTipLocation,
getToolTipText,
getTopLevelAncestor,
getVisibleRect,
getWidth,
getX,
getY,
grabFocus,
hasFocus,
isDoubleBuffered,
isFocusCycleRoot,
isFocusTraversable,
isLightweightComponent,
isManagingFocus,
isOpaque,
isOptimizedDrawingEnabled,
isPaintingTile,
isRequestFocusEnabled,
isValidateRoot,
paint,
paintBorder,
paintChildren,
paintComponent,
paintImmediately,
paintImmediately,
processComponentKeyEvent,
processFocusEvent,
processKeyEvent,
processMouseMotionEvent,
putClientProperty,
registerKeyboardAction,
registerKeyboardAction,
removeAncestorListener,
removeNotify,
removePropertyChangeListener,
removePropertyChangeListener,
removeVetoableChangeListener,
repaint,
repaint,
requestDefaultFocus,
requestFocus,
resetKeyboardActions,
reshape,
revalidate,
scrollRectToVisible,
setAlignmentX,
setAlignmentY,
setAutoscrolls,
setBackground,
setBorder,
setDebugGraphicsOptions,
setDoubleBuffered,
setEnabled,
setFont,
setForeground,
setMaximumSize,
setMinimumSize,
setNextFocusableComponent,
setOpaque,
setPreferredSize,
setRequestFocusEnabled,
setToolTipText,
setUI,
setVisible,
unregisterKeyboardAction,
update |
Methods inherited from class java.awt.Container |
addContainerListener,
addImpl,
countComponents,
deliverEvent,
doLayout,
findComponentAt,
findComponentAt,
getComponent,
getComponentAt,
getComponentAt,
getComponentCount,
getComponents,
getLayout,
insets,
invalidate,
isAncestorOf,
layout,
list,
list,
locate,
minimumSize,
paintComponents,
preferredSize,
print,
printComponents,
processContainerEvent,
processEvent,
remove,
removeContainerListener,
setCursor,
setLayout,
validate,
validateTree |
Methods inherited from class java.awt.Component |
action,
add,
addComponentListener,
addFocusListener,
addInputMethodListener,
addKeyListener,
addMouseListener,
addMouseMotionListener,
bounds,
checkImage,
checkImage,
coalesceEvents,
contains,
createImage,
createImage,
disable,
disableEvents,
dispatchEvent,
enable,
enable,
enableEvents,
enableInputMethods,
getBackground,
getBounds,
getColorModel,
getComponentOrientation,
getCursor,
getDropTarget,
getFont,
getFontMetrics,
getForeground,
getInputContext,
getInputMethodRequests,
getLocale,
getLocation,
getLocationOnScreen,
getName,
getParent,
getPeer,
getSize,
getToolkit,
getTreeLock,
gotFocus,
handleEvent,
hide,
imageUpdate,
inside,
isDisplayable,
isEnabled,
isLightweight,
isShowing,
isValid,
isVisible,
keyDown,
keyUp,
list,
list,
list,
location,
lostFocus,
mouseDown,
mouseDrag,
mouseEnter,
mouseExit,
mouseMove,
mouseUp,
move,
nextFocus,
paintAll,
postEvent,
prepareImage,
prepareImage,
printAll,
processComponentEvent,
processInputMethodEvent,
processMouseEvent,
remove,
removeComponentListener,
removeFocusListener,
removeInputMethodListener,
removeKeyListener,
removeMouseListener,
removeMouseMotionListener,
repaint,
repaint,
repaint,
resize,
resize,
setBounds,
setBounds,
setDropTarget,
setLocale,
setLocation,
setLocation,
setName,
setSize,
setSize,
show,
show,
size,
toString,
transferFocus |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public ScenarioArea()
public ScenarioArea(int tabPlacement)
tabPlacement
- intMethod Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
e
- java.awt.event.ActionEventpublic void add(java.lang.Object o)
o
- java.lang.Objectpublic void keyPressed(java.awt.event.KeyEvent e)
e
- java.awt.event.KeyEventpublic void keyReleased(java.awt.event.KeyEvent e)
e
- java.awt.event.KeyEventpublic void keyTyped(java.awt.event.KeyEvent e)
e
- java.awt.event.KeyEventpublic static void main(java.lang.String[] args)
args
- java.lang.String[]public void mouseClicked(java.awt.event.MouseEvent e)
e
- java.awt.event.MouseEventpublic void mouseEntered(java.awt.event.MouseEvent e)
e
- java.awt.event.MouseEventpublic void mouseExited(java.awt.event.MouseEvent e)
e
- java.awt.event.MouseEventpublic void mousePressed(java.awt.event.MouseEvent e)
e
- java.awt.event.MouseEventpublic void mouseReleased(java.awt.event.MouseEvent e)
e
- java.awt.event.MouseEventpublic void scenarioArea_KeyPressed(java.awt.event.KeyEvent keyEvent)
If the key is the down arrow key the focus will be transfered to the first element of the active Scenario.
public void setComponentOrientation(java.awt.ComponentOrientation o)
o
- ComponentOrientationpublic void setHeight(java.lang.Object o)
o
- java.lang.Objectpublic void setName(java.lang.Object o)
o
- java.lang.Objectpublic void setWidth(java.lang.Object o)
o
- java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |