com.sas.swing.visuals.dualselector
Interface DualSelectorTreeInterface

All Superinterfaces:
DualSelectorInterface
All Known Implementing Classes:
JTreeDualSelectorAdapter

public interface DualSelectorTreeInterface
extends DualSelectorInterface

DualSelectorTreeInterface is an extension of the DualSelectorInterface. It defines methods necessary for tree adapters to implement.


Method Summary
abstract  void setSourceTargetNode(java.lang.Object sourceTargetNode)
          Allows specification of a tree node that will be the target of a move from the source component.
 
Methods inherited from interface com.sas.swing.visuals.dualselector.DualSelectorInterface
addItems, clearSelections, getAllItems, getAllMoveableItems, getComponent, getContainerComponent, getCount, getLastSelectedIndex, getSelectedCount, getSelectedItems, isInAdapter, removeItems, setSelectedIndex
 

Method Detail

setSourceTargetNode

void setSourceTargetNode(java.lang.Object sourceTargetNode)
Allows specification of a tree node that will be the target of a move from the source component.

Parameters:
sourceTargetNode - the target node for the source component



Copyright © 2009 SAS Institute Inc. All Rights Reserved.