-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
addButton.addSelectionListener(new SelectionAdapter() {
override void widgetSelected(SelectionEvent e) {
var ISelection selection = editableAttributesListViewer.getSelection()
if (selection instanceof IStructuredSelection) {
var IStructuredSelection ss = (selection as IStructuredSelection)
val method = ss.firstElement as IMethod
usedAttributes+=method
availableAttributes-=method
editableAttributesListViewer.refresh()
usedAttributeListViewer.refresh()
}
}
})
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working