|
|||||||||
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.JRootPane | +--com.bea.wlpi.client.worklist.WorklistPane
A WebLogic Process Integrator Worklist. This component is designed to be embedded in third-party applications or applets.
WorklistAddIn
,
WorklistApplet
,
WorklistFrame
,
#loadProperties
,
#storeProperties
, Serialized FormInner classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
Field Summary | |
static boolean |
debug
|
Fields inherited from class javax.swing.JComponent |
TOOL_TIP_TEXT_KEY,
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 | |
WorklistPane()
Create a new worklist. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent event)
Internal use only. |
void |
addActionListener(java.awt.event.ActionListener listener)
Add an ActionListener to the worklist. |
void |
destroy()
Destroy the worklist. |
java.awt.Point |
getPreferredLocation()
Return the preferred location of the worklist's container. |
java.awt.Dimension |
getPreferredSize()
Internal use only. |
void |
init()
Initialize the worklist. |
void |
onMessage(javax.jms.Message msg)
Process a "task assigned" notification received via a JMS topic. |
void |
removeActionListener(java.awt.event.ActionListener listener)
Remove a previously registered ActionListener. |
void |
setPreferredLocation(java.awt.Point p)
Inform the worklist of the preferred start-up location for the worklist's container. |
void |
start()
Start the worklist. |
void |
start(java.lang.String url,
java.lang.String userId,
java.lang.String password)
Start the worklist. |
void |
stateChanged(javax.swing.event.ChangeEvent e)
Called when the user changes the active tasklist by clicking the tab control. |
void |
stop()
Stop the worklist. |
Methods inherited from class javax.swing.JRootPane |
addNotify,
findComponentAt,
getAccessibleContext,
getContentPane,
getDefaultButton,
getGlassPane,
getJMenuBar,
getLayeredPane,
getMenuBar,
isFocusCycleRoot,
isValidateRoot,
removeNotify,
setContentPane,
setDefaultButton,
setGlassPane,
setJMenuBar,
setLayeredPane,
setMenuBar |
Methods inherited from class javax.swing.JComponent |
addAncestorListener,
addPropertyChangeListener,
addPropertyChangeListener,
addVetoableChangeListener,
computeVisibleRect,
contains,
createToolTip,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChange,
getActionForKeyStroke,
getAlignmentX,
getAlignmentY,
getAutoscrolls,
getBorder,
getBounds,
getClientProperty,
getConditionForKeyStroke,
getDebugGraphicsOptions,
getGraphics,
getHeight,
getInsets,
getInsets,
getLocation,
getMaximumSize,
getMinimumSize,
getNextFocusableComponent,
getRegisteredKeyStrokes,
getRootPane,
getSize,
getToolTipLocation,
getToolTipText,
getToolTipText,
getTopLevelAncestor,
getUIClassID,
getVisibleRect,
getWidth,
getX,
getY,
grabFocus,
hasFocus,
isDoubleBuffered,
isFocusTraversable,
isLightweightComponent,
isManagingFocus,
isOpaque,
isOptimizedDrawingEnabled,
isPaintingTile,
isRequestFocusEnabled,
paint,
paintImmediately,
paintImmediately,
print,
printAll,
putClientProperty,
registerKeyboardAction,
registerKeyboardAction,
removeAncestorListener,
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,
setVisible,
unregisterKeyboardAction,
update,
updateUI |
Methods inherited from class java.awt.Container |
add,
add,
add,
add,
add,
addContainerListener,
countComponents,
deliverEvent,
doLayout,
findComponentAt,
getComponent,
getComponentAt,
getComponentAt,
getComponentCount,
getComponents,
getLayout,
insets,
invalidate,
isAncestorOf,
layout,
list,
list,
locate,
minimumSize,
paintComponents,
preferredSize,
printComponents,
remove,
remove,
removeAll,
removeContainerListener,
setCursor,
setLayout,
validate |
Methods inherited from class java.awt.Component |
action,
add,
addComponentListener,
addFocusListener,
addInputMethodListener,
addKeyListener,
addMouseListener,
addMouseMotionListener,
bounds,
checkImage,
checkImage,
contains,
createImage,
createImage,
disable,
dispatchEvent,
enable,
enable,
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,
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,
toString,
transferFocus |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static boolean debug
Constructor Detail |
public WorklistPane() throws WorkflowException
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent event)
public void addActionListener(java.awt.event.ActionListener listener)
listener
- The ActionListener to add.removeActionListener(java.awt.event.ActionListener)
public void removeActionListener(java.awt.event.ActionListener listener)
listener
- The ActionListener to remove.addActionListener(java.awt.event.ActionListener)
public void init()
WorklistApplet.init()
method.
destroy()
public void start(java.lang.String url, java.lang.String userId, java.lang.String password)
#logon
.
url
- The WebLogic Process Integrator server URL.userId
- WebLogic Process Integrator user ID.password
- Password for userId
.start()
public void start()
WorklistApplet.start()
method. The implementation attempts to connect to the workflow
server by calling start(String, String, String)
. When running
in an applet, the method uses the applet codebase to generate the server
URL and takes the user ID from the value of the system property
user.name
. Otherwise, the method passes the previously
persisted values for URL and user ID.
start(String, String, String)
,
stop()
,
#storeProperties
public void stop()
WorklistApplet.stop()
method. The implementation closes the connection to the workflow
server by calling #logoff()
.
start()
,
#storeProperties
public void destroy()
WorklistApplet.destroy()
method. The implementation stores user preferences in the local file
worklist.properties
.
start()
public java.awt.Dimension getPreferredSize()
public java.awt.Point getPreferredLocation()
setPreferredLocation(java.awt.Point)
public void onMessage(javax.jms.Message msg)
msg
- public void stateChanged(javax.swing.event.ChangeEvent e)
e
- Event describing the tab that is now selected.public void setPreferredLocation(java.awt.Point p)
#storeProperties
and will be returned by subsequent calls to
getPreferredLocation()
.
p
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |