|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectViewPart
org.eclipse.gmt.modisco.infra.role.ui.views.RoleView
public class RoleView
An Eclipse view that displays a list of available MoDisco role sets. Clicking on a role set opens it in the role set editor.
| Constructor Summary | |
|---|---|
RoleView()
|
|
| Method Summary | |
|---|---|
void |
added(EObject addedRoleSet,
IFile file)
Called when a role set is added |
void |
changed(EObject changedRoleSet,
IFile file)
Called when a role set changes |
void |
createPartControl(Composite parent)
|
void |
dispose()
|
TreeViewerColumn |
getNameColumn()
|
TreeViewer |
getRoleSetViewer()
|
void |
removed(IFile roleSetFile)
Called when a role set is removed |
void |
setFocus()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RoleView()
| Method Detail |
|---|
public TreeViewer getRoleSetViewer()
public TreeViewerColumn getNameColumn()
public void createPartControl(Composite parent)
public void setFocus()
public void dispose()
public void changed(EObject changedRoleSet,
IFile file)
public void added(EObject addedRoleSet,
IFile file)
public void removed(IFile roleSetFile)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||