| |
|
| javax.swing.JList com.eviware.soapui.support.components.DNDList
Constructor Summary | |
public | DNDList(ListModel dataModel) constructor - initializes the DropTarget and DragSource. |
dragSource | DragSource dragSource(Code) | | enables this component to be a Drag Source
|
dropTarget | DropTarget dropTarget(Code) | | enables this component to be a dropTarget
|
DNDList | public DNDList(ListModel dataModel)(Code) | | constructor - initializes the DropTarget and DragSource.
|
addElement | public void addElement(Object s)(Code) | | adds elements to itself
|
dragDropEnd | public void dragDropEnd(DragSourceDropEvent event)(Code) | | this message goes to DragSourceListener, informing it that the dragging
has ended
|
dragEnter | public void dragEnter(DragSourceDragEvent event)(Code) | | this message goes to DragSourceListener, informing it that the dragging
has entered the DropSite
|
dragExit | public void dragExit(DropTargetEvent event)(Code) | | is invoked when you are exit the DropSite without dropping
|
dragExit | public void dragExit(DragSourceEvent event)(Code) | | this message goes to DragSourceListener, informing it that the dragging
has exited the DropSite
|
dragGestureRecognized | public void dragGestureRecognized(DragGestureEvent event)(Code) | | a drag gesture has been initiated
|
dragOver | public void dragOver(DragSourceDragEvent event)(Code) | | this message goes to DragSourceListener, informing it that the dragging is currently
ocurring over the DropSite
|
dropActionChanged | public void dropActionChanged(DropTargetDragEvent event)(Code) | | is invoked if the use modifies the current drop gesture
|
dropActionChanged | public void dropActionChanged(DragSourceDragEvent event)(Code) | | is invoked when the user changes the dropAction
|
removeElement | public void removeElement()(Code) | | removes an element from itself
|
Methods inherited from javax.swing.JList | public void addListSelectionListener(ListSelectionListener listener)(Code)(Java Doc) public void addSelectionInterval(int anchor, int lead)(Code)(Java Doc) public void clearSelection()(Code)(Java Doc) protected ListSelectionModel createSelectionModel()(Code)(Java Doc) public void ensureIndexIsVisible(int index)(Code)(Java Doc) protected void fireSelectionValueChanged(int firstIndex, int lastIndex, boolean isAdjusting)(Code)(Java Doc) public AccessibleContext getAccessibleContext()(Code)(Java Doc) public int getAnchorSelectionIndex()(Code)(Java Doc) public Rectangle getCellBounds(int index0, int index1)(Code)(Java Doc) public ListCellRenderer getCellRenderer()(Code)(Java Doc) public boolean getDragEnabled()(Code)(Java Doc) final public DropLocation getDropLocation()(Code)(Java Doc) final public DropMode getDropMode()(Code)(Java Doc) public int getFirstVisibleIndex()(Code)(Java Doc) public int getFixedCellHeight()(Code)(Java Doc) public int getFixedCellWidth()(Code)(Java Doc) public int getLastVisibleIndex()(Code)(Java Doc) public int getLayoutOrientation()(Code)(Java Doc) public int getLeadSelectionIndex()(Code)(Java Doc) public ListSelectionListener[] getListSelectionListeners()(Code)(Java Doc) public int getMaxSelectionIndex()(Code)(Java Doc) public int getMinSelectionIndex()(Code)(Java Doc) public ListModel getModel()(Code)(Java Doc) public int getNextMatch(String prefix, int startIndex, Position.Bias bias)(Code)(Java Doc) public Dimension getPreferredScrollableViewportSize()(Code)(Java Doc) public Object getPrototypeCellValue()(Code)(Java Doc) public int getScrollableBlockIncrement(Rectangle visibleRect, int orientation, int direction)(Code)(Java Doc) public boolean getScrollableTracksViewportHeight()(Code)(Java Doc) public boolean getScrollableTracksViewportWidth()(Code)(Java Doc) public int getScrollableUnitIncrement(Rectangle visibleRect, int orientation, int direction)(Code)(Java Doc) public int getSelectedIndex()(Code)(Java Doc) public int[] getSelectedIndices()(Code)(Java Doc) public Object getSelectedValue()(Code)(Java Doc) public Object[] getSelectedValues()(Code)(Java Doc) public Color getSelectionBackground()(Code)(Java Doc) public Color getSelectionForeground()(Code)(Java Doc) public int getSelectionMode()(Code)(Java Doc) public ListSelectionModel getSelectionModel()(Code)(Java Doc) public String getToolTipText(MouseEvent event)(Code)(Java Doc) public ListUI getUI()(Code)(Java Doc) public String getUIClassID()(Code)(Java Doc) public boolean getValueIsAdjusting()(Code)(Java Doc) public int getVisibleRowCount()(Code)(Java Doc) public Point indexToLocation(int index)(Code)(Java Doc) public boolean isSelectedIndex(int index)(Code)(Java Doc) public boolean isSelectionEmpty()(Code)(Java Doc) public int locationToIndex(Point location)(Code)(Java Doc) protected String paramString()(Code)(Java Doc) public void removeListSelectionListener(ListSelectionListener listener)(Code)(Java Doc) public void removeSelectionInterval(int index0, int index1)(Code)(Java Doc) public void setCellRenderer(ListCellRenderer cellRenderer)(Code)(Java Doc) public void setDragEnabled(boolean b)(Code)(Java Doc) final public void setDropMode(DropMode dropMode)(Code)(Java Doc) public void setFixedCellHeight(int height)(Code)(Java Doc) public void setFixedCellWidth(int width)(Code)(Java Doc) public void setLayoutOrientation(int layoutOrientation)(Code)(Java Doc) public void setListData(Object[] listData)(Code)(Java Doc) public void setListData(Vector> listData)(Code)(Java Doc) public void setModel(ListModel model)(Code)(Java Doc) public void setPrototypeCellValue(Object prototypeCellValue)(Code)(Java Doc) public void setSelectedIndex(int index)(Code)(Java Doc) public void setSelectedIndices(int[] indices)(Code)(Java Doc) public void setSelectedValue(Object anObject, boolean shouldScroll)(Code)(Java Doc) public void setSelectionBackground(Color selectionBackground)(Code)(Java Doc) public void setSelectionForeground(Color selectionForeground)(Code)(Java Doc) public void setSelectionInterval(int anchor, int lead)(Code)(Java Doc) public void setSelectionMode(int selectionMode)(Code)(Java Doc) public void setSelectionModel(ListSelectionModel selectionModel)(Code)(Java Doc) public void setUI(ListUI ui)(Code)(Java Doc) public void setValueIsAdjusting(boolean b)(Code)(Java Doc) public void setVisibleRowCount(int visibleRowCount)(Code)(Java Doc) public void updateUI()(Code)(Java Doc)
|
|
|
|