Uses of Interface
com.vividsolutions.jump.workbench.ui.addremove.AddRemoveList
-
Packages that use AddRemoveList Package Description com.vividsolutions.jump.workbench.ui.addremove -
-
Uses of AddRemoveList in com.vividsolutions.jump.workbench.ui.addremove
Classes in com.vividsolutions.jump.workbench.ui.addremove that implement AddRemoveList Modifier and Type Class Description class
DefaultAddRemoveList
class
TreeAddRemoveList
Methods in com.vividsolutions.jump.workbench.ui.addremove that return AddRemoveList Modifier and Type Method Description AddRemoveList
AddRemovePanel. getLeftList()
AddRemoveList
AddRemovePanel. getRightList()
Methods in com.vividsolutions.jump.workbench.ui.addremove with parameters of type AddRemoveList Modifier and Type Method Description void
AddRemovePanel. setLeftList(AddRemoveList leftList)
void
AddRemovePanel. setRightList(AddRemoveList rightList)
-