Uses of Class
com.storedobject.ui.ObjectTree
Packages that use ObjectTree
-
Uses of ObjectTree in com.storedobject.ui
Subclasses of ObjectTree in com.storedobject.uiModifier and TypeClassDescriptionclassObjectTreeBrowser<T extends StoredObject>classObjectTreeEditor<T extends StoredObject>classObjectTreeViewer<T extends StoredObject>Method parameters in com.storedobject.ui with type arguments of type ObjectTreeModifier and TypeMethodDescriptionvoidObjectTree.setDropAction(BiFunction<ObjectTree<T>, T, Boolean> dropAction) Sets the drop action to be executed during a drop operation.