|
||||||||||
| 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.JTable
com.ibm.di.admin.ui.WorkEntryTableUI
public class WorkEntryTableUI
This class provides a table view of the work entry attributes in an assemblyline.
| Nested Class Summary | |
|---|---|
class |
WorkEntryTableUI.ResetSelectionML
An implementation class. |
class |
WorkEntryTableUI.SelectionModel
An implementation class. |
class |
WorkEntryTableUI.WorkEntryTableModel
GUI table for the work entry. |
| Nested classes/interfaces inherited from class javax.swing.JTable |
|---|
JTable.AccessibleJTable, JTable.PrintMode |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| 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 |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
WorkEntryTableUI(AssemblyLineConfig config)
Constructor for the WorkEntryTableUI object |
|
| Method Summary | |
|---|---|
void |
dragDropEnd(DragSourceDropEvent e)
Called when the drag & drop operation is complete. |
void |
dragEnter(DragSourceDragEvent e)
Called when the mouse cursor enters a drop target. |
void |
dragExit(DragSourceEvent e)
Called when the mouse cursor exits a drop target. |
void |
dragGestureRecognized(DragGestureEvent e)
Drag & Drop |
void |
dragOver(DragSourceDragEvent e)
Called as the mouse cursor moves over a drop target. |
void |
dropActionChanged(DragSourceDragEvent e)
Called when the user has modified the drop gesture. |
List |
getAttributeNames(boolean allConnectors,
String untilConnector)
Gets the attributeNames attribute of the WorkEntryTableUI object |
Object[] |
getSelectedAttributes()
Gets the selectedAttributes attribute of the WorkEntryTableUI object |
Object |
getSelectedItem()
Gets the selectedItem attribute of the WorkEntryTableUI object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WorkEntryTableUI(AssemblyLineConfig config)
config - the configuration object of the AssemblyLine| Method Detail |
|---|
public Object getSelectedItem()
public Object[] getSelectedAttributes()
public List getAttributeNames(boolean allConnectors,
String untilConnector)
allConnectors - Should all connectors be included, or only connectors in the Feed folderuntilConnector - Include all connectors up to, but not including, this connector
public void dragGestureRecognized(DragGestureEvent e)
dragGestureRecognized in interface DragGestureListenere - the event object which contains information about the drag&drop which has startedpublic void dragDropEnd(DragSourceDropEvent e)
dragDropEnd in interface DragSourceListenere - the event object which contains information
about the completed drag & drop operationpublic void dragEnter(DragSourceDragEvent e)
dragEnter in interface DragSourceListenere - this object contains additional informationpublic void dragExit(DragSourceEvent e)
dragExit in interface DragSourceListenere - this object contains additional informationpublic void dragOver(DragSourceDragEvent e)
dragOver in interface DragSourceListenere - this object contains additional informationpublic void dropActionChanged(DragSourceDragEvent e)
dropActionChanged in interface DragSourceListenere - this object contains additional information
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||