|
|||||||||
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.AbstractButton | +--javax.swing.JButton | +--com.ibm.dse.gui.SpButton | +--com.ibm.dse.desktop.TaskLauncherButton
The TaskLauncherButton class provides a button that launches a specific task that is related to an operation and its corresponding operation panel.
Inner classes inherited from class javax.swing.JButton |
javax.swing.JButton.AccessibleJButton |
Inner classes inherited from class javax.swing.AbstractButton |
javax.swing.AbstractButton.AccessibleAbstractButton,
javax.swing.AbstractButton.ButtonChangeListener |
Inner classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
Field Summary | |
protected java.awt.dnd.DragSource |
dragSource
instance of the DragSource |
Fields inherited from class javax.swing.AbstractButton |
actionListener,
BORDER_PAINTED_CHANGED_PROPERTY,
changeEvent,
changeListener,
CONTENT_AREA_FILLED_CHANGED_PROPERTY,
DISABLED_ICON_CHANGED_PROPERTY,
DISABLED_SELECTED_ICON_CHANGED_PROPERTY,
FOCUS_PAINTED_CHANGED_PROPERTY,
HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY,
HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTY,
ICON_CHANGED_PROPERTY,
itemListener,
MARGIN_CHANGED_PROPERTY,
MNEMONIC_CHANGED_PROPERTY,
model,
MODEL_CHANGED_PROPERTY,
PRESSED_ICON_CHANGED_PROPERTY,
ROLLOVER_ENABLED_CHANGED_PROPERTY,
ROLLOVER_ICON_CHANGED_PROPERTY,
ROLLOVER_SELECTED_ICON_CHANGED_PROPERTY,
SELECTED_ICON_CHANGED_PROPERTY,
TEXT_CHANGED_PROPERTY,
VERTICAL_ALIGNMENT_CHANGED_PROPERTY,
VERTICAL_TEXT_POSITION_CHANGED_PROPERTY |
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 | |
TaskLauncherButton()
The constructor creates a TaskLauncherButton object. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Handles events for the ActionListener interface. |
void |
dragDropEnd(java.awt.dnd.DragSourceDropEvent event)
This message goes to DragSourceListener, informing it that the dragging has ended |
void |
dragEnter(java.awt.dnd.DragSourceDragEvent event)
This message goes to DragSourceListener, informing it that the dragging has entered the DropSite |
void |
dragExit(java.awt.dnd.DragSourceEvent event)
This message goes to DragSourceListener, informing it that the dragging has exited the DropSite |
void |
dragGestureRecognized(java.awt.dnd.DragGestureEvent event)
This method indicates that a drag gesture has been initiated |
void |
dragOver(java.awt.dnd.DragSourceDragEvent event)
This message goes to DragSourceListener, informing it that the dragging is currently ocurring over the DropSite |
void |
dropActionChanged(java.awt.dnd.DragSourceDragEvent event)
This method is invoked when the user changes the dropAction |
java.lang.String |
getApplication()
Gets the ID of the application related to the task described by the TaskLauncher. |
java.lang.String |
getCode()
Gets the code of the task described by the TaskLauncherButton. |
java.lang.String |
getErrorMessageOnInstantiateOperation()
Gets the error message of the task described by the TaskLauncherButton. |
java.lang.Boolean |
getExecuteOperation()
Gets the executeOperation property of the TaskLauncherButton. |
int |
getHeightNavigationArea()
Returns the value of the height property. |
java.lang.String |
getHotKey()
Gets the hotKey of the TaskLauncherButton. |
java.lang.String |
getLaunchable()
This method returns the name of the process/operation/application launched from the TaskLauncher |
java.lang.String |
getLongDescription()
Gets the long description of the task described by the TaskLauncherButton. |
java.lang.String |
getOperation()
Gets the ID of the operation related to the task described by the MenuItem |
java.lang.String |
getOperationPanel()
Gets the name of the operation panel related to the task described by the TaskLauncherButton. |
java.lang.String |
getParameters()
Gets the parameters of the task described by the TaskLauncherButton. |
int |
getPositionX()
Gets the x position of the TaskLauncherButton. |
java.lang.String |
getProcess()
Gets the ID of the process related to the task described by the TaskLauncher. |
java.lang.String |
getShortDescription()
Gets the short description of the task described by the TaskLauncherButton. |
java.lang.String |
getTaskName()
Gets the name of the task described by the TaskLauncherButton. |
java.lang.String |
getTypeLaunchable()
Gets the type of the task described by the TaskLauncherButton |
int |
getWidthNavigationArea()
Gets the width navigation area of the TaskLauncherButton. |
int |
getXNavigationArea()
Gets the x position of the NavigationArea. |
int |
getYNavigationArea()
Gets the y position of the NavigationArea |
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 |
openTask()
Ask the Desktop to launch the task described by the TaskLauncherButton. |
void |
setApplication(java.lang.Object o)
Sets the ID of the operation related to the task described by the TaskLauncherButton. |
void |
setCode(java.lang.Object o)
Sets the code of the task described by the TaskLauncherButton. |
void |
setEnabled(java.lang.Object o)
Sets the enabled attribute of the TaskLauncherButton. |
void |
setErrorMessageOnInstantiateOperation(java.lang.Object o)
Sets the error message of the task described by the TaskLauncherButton. |
void |
setExecuteOperation(java.lang.Object o)
Sets the executeOperation property of the TaskLauncherButton. |
void |
setHeight(java.lang.Object o)
Sets the height of the TaskLauncherButton. |
void |
setHeightNavigationArea(java.lang.Object o)
Sets the height for the NavigationArea. |
void |
setHotKey(java.lang.Object o)
Sets the hotkey (keyboard shortcut) of the TaskLauncherButton. |
void |
setId(java.lang.Object o)
Sets the ID (name) for this TaskLauncherButton. |
void |
setLabel(java.lang.Object o)
Sets the label of the TaskLauncherButton. |
void |
setLongDescription(java.lang.Object o)
Sets the long description of the task described by the TaskLauncherButton. |
void |
setMnemonic(java.lang.Object o)
Sets the letter used as mnemonic of the TaskLauncherButton. |
void |
setName(java.lang.Object o)
Sets the name of the TaskLauncherButton. |
void |
setOnClick(java.lang.Object o)
Sets the listener that processes the event when the mouse has been clicked on the TaskLauncherButton. |
void |
setOnInitialize(java.lang.Object o)
Sets the specified Java script code that is executed when the component is initialized. |
void |
setOnMouseEntered(java.lang.Object o)
Sets the listener that processes the event when the mouse enters the TaskLauncherButton. |
void |
setOnMouseExited(java.lang.Object o)
Sets the listener that processes the event when the mouse exits the TaskLauncherButton. |
void |
setOperation(java.lang.Object o)
Sets the ID of the operation related to the task described by the TaskLauncherButton. |
void |
setOperationPanel(java.lang.Object o)
Sets the name of the operation panel related to the task described by the TaskLauncherButton. |
void |
setParameters(java.lang.Object o)
Sets the parameters of the task described by the TaskLauncherButton. |
void |
setProcess(java.lang.Object o)
Sets the ID of the process related to the task described by the TaskLauncherButton. |
void |
setShortDescription(java.lang.Object o)
Sets the short description of the task described by the TaskLauncherButton. |
void |
setTaskName(java.lang.Object o)
Sets the name of the task described by the TaskLauncherButton. |
void |
setToolTipText(java.lang.Object o)
Sets the toolTipText of the TaskLauncherButton. |
void |
setTypeLaunchable(java.lang.String o)
Sets the TYPE of the task described by the TaskLauncherButton. |
void |
setWidth(java.lang.Object o)
Sets the width of the TaskLauncherButton. |
void |
setWidthNavigationArea(java.lang.Object o)
Sets the width for this NAvigationArea. |
void |
setX(java.lang.Object o)
Sets the x coordinate for the location of the TaskLauncherButton. |
void |
setXNavigationArea(java.lang.Object o)
Sets the x coordinate for the location of the NavigationArea |
void |
setY(java.lang.Object o)
Sets the y coordinate for the location of the TaskLauncherButton. |
void |
setYNavigationArea(java.lang.Object o)
Sets the y coordinate for the location of the NavigationArea |
void |
taskLauncherButton_KeyPressed(java.awt.event.KeyEvent keyEvent)
Invoked when a key is pressed on the TaskLauncherButton. |
java.lang.String |
toString()
This method returns a string representation of the TaskLauncherButton. |
Methods inherited from class javax.swing.JButton |
getAccessibleContext,
getUIClassID,
isDefaultButton,
isDefaultCapable,
paramString,
setDefaultCapable,
updateUI |
Methods inherited from class javax.swing.AbstractButton |
addChangeListener,
addItemListener,
checkHorizontalKey,
checkVerticalKey,
createActionListener,
createChangeListener,
createItemListener,
doClick,
doClick,
fireActionPerformed,
fireItemStateChanged,
fireStateChanged,
getActionCommand,
getDisabledIcon,
getDisabledSelectedIcon,
getHorizontalAlignment,
getHorizontalTextPosition,
getIcon,
getLabel,
getMargin,
getMnemonic,
getModel,
getPressedIcon,
getRolloverIcon,
getRolloverSelectedIcon,
getSelectedIcon,
getSelectedObjects,
getText,
getUI,
getVerticalAlignment,
getVerticalTextPosition,
init,
isBorderPainted,
isContentAreaFilled,
isFocusPainted,
isRolloverEnabled,
isSelected,
paintBorder,
removeActionListener,
removeChangeListener,
removeItemListener,
setActionCommand,
setBorderPainted,
setContentAreaFilled,
setDisabledIcon,
setDisabledSelectedIcon,
setEnabled,
setFocusPainted,
setHorizontalAlignment,
setHorizontalTextPosition,
setIcon,
setLabel,
setMargin,
setModel,
setPressedIcon,
setRolloverEnabled,
setRolloverIcon,
setRolloverSelectedIcon,
setSelected,
setSelectedIcon,
setText,
setUI,
setVerticalAlignment,
setVerticalTextPosition |
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,
getToolTipText,
getTopLevelAncestor,
getVisibleRect,
getWidth,
getX,
getY,
grabFocus,
hasFocus,
isDoubleBuffered,
isFocusCycleRoot,
isFocusTraversable,
isLightweightComponent,
isManagingFocus,
isOpaque,
isOptimizedDrawingEnabled,
isPaintingTile,
isRequestFocusEnabled,
isValidateRoot,
paint,
paintChildren,
paintComponent,
paintImmediately,
paintImmediately,
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,
setFont,
setForeground,
setMaximumSize,
setMinimumSize,
setNextFocusableComponent,
setOpaque,
setPreferredSize,
setRequestFocusEnabled,
setToolTipText,
setUI,
setVisible,
unregisterKeyboardAction,
update |
Methods inherited from class java.awt.Container |
add,
add,
add,
add,
add,
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,
remove,
removeAll,
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,
setComponentOrientation,
setDropTarget,
setLocale,
setLocation,
setLocation,
setName,
setSize,
setSize,
show,
show,
size,
transferFocus |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
protected java.awt.dnd.DragSource dragSource
Constructor Detail |
public TaskLauncherButton()
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
e
- java.awt.event.ActionEventpublic void dragDropEnd(java.awt.dnd.DragSourceDropEvent event)
public void dragEnter(java.awt.dnd.DragSourceDragEvent event)
public void dragExit(java.awt.dnd.DragSourceEvent event)
public void dragGestureRecognized(java.awt.dnd.DragGestureEvent event)
public void dragOver(java.awt.dnd.DragSourceDragEvent event)
public void dropActionChanged(java.awt.dnd.DragSourceDragEvent event)
public java.lang.String getApplication()
public java.lang.String getCode()
public java.lang.String getErrorMessageOnInstantiateOperation()
public java.lang.Boolean getExecuteOperation()
public int getHeightNavigationArea()
public java.lang.String getHotKey()
public java.lang.String getLaunchable()
public java.lang.String getLongDescription()
public java.lang.String getOperation()
public java.lang.String getOperationPanel()
public java.lang.String getParameters()
public int getPositionX()
public java.lang.String getProcess()
public java.lang.String getShortDescription()
public java.lang.String getTaskName()
public java.lang.String getTypeLaunchable()
public int getWidthNavigationArea()
public int getXNavigationArea()
public int getYNavigationArea()
public 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 openTask()
public void setApplication(java.lang.Object o)
o
- java.lang.Objectpublic void setCode(java.lang.Object o)
o
- java.lang.Objectpublic void setEnabled(java.lang.Object o)
o
- java.lang.Objectpublic void setErrorMessageOnInstantiateOperation(java.lang.Object o)
o
- java.lang.Objectpublic void setExecuteOperation(java.lang.Object o)
newValue
- booleanpublic void setHeight(java.lang.Object o)
o
- java.lang.Objectpublic void setHeightNavigationArea(java.lang.Object o)
o
- java.lang.Objectpublic void setHotKey(java.lang.Object o)
o
- java.lang.Objectpublic void setId(java.lang.Object o)
o
- java.lang.Objectpublic void setLabel(java.lang.Object o)
o
- java.lang.Objectpublic void setLongDescription(java.lang.Object o)
o
- java.lang.Objectpublic void setMnemonic(java.lang.Object o)
o
- java.lang.Objectpublic void setName(java.lang.Object o)
o
- java.lang.Objectpublic void setOnClick(java.lang.Object o)
o
- java.lang.Objectpublic void setOnInitialize(java.lang.Object o)
o
- java.lang.Objectpublic void setOnMouseEntered(java.lang.Object o)
o
- java.lang.Objectpublic void setOnMouseExited(java.lang.Object o)
o
- java.lang.Objectpublic void setOperation(java.lang.Object o)
o
- java.lang.Objectpublic void setOperationPanel(java.lang.Object o)
o
- java.lang.Objectpublic void setParameters(java.lang.Object o)
o
- java.lang.Objectpublic void setProcess(java.lang.Object o)
o
- java.lang.Objectpublic void setShortDescription(java.lang.Object o)
o
- java.lang.Objectpublic void setTaskName(java.lang.Object o)
o
- java.lang.Objectpublic void setToolTipText(java.lang.Object o)
o
- java.lang.Objectpublic void setTypeLaunchable(java.lang.String o)
o
- java.lang.Objectpublic void setWidth(java.lang.Object o)
o
- java.lang.Objectpublic void setWidthNavigationArea(java.lang.Object o)
o
- java.lang.Objectpublic void setX(java.lang.Object o)
o
- java.lang.Objectpublic void setXNavigationArea(java.lang.Object o)
o
- java.lang.Objectpublic void setY(java.lang.Object o)
o
- java.lang.Objectpublic void setYNavigationArea(java.lang.Object o)
o
- java.lang.Objectpublic void taskLauncherButton_KeyPressed(java.awt.event.KeyEvent keyEvent)
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |