|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectViewPart
org.eclipse.contribution.visualiser.views.Menu
The Menu part of the Visualiser. Displays Markup kinds, colour selection buttons and checkboxes.
Constructor Summary | |
Menu()
The constructor. |
Method Summary | |
void |
createPartControl(Composite parent)
This is a callback that allows us to create the composite and initialize it. |
void |
dispose()
Dispose of the menu when closed. |
void |
ensureUptodate()
The main method - adds aspect names to the menu. |
boolean |
getActive(java.lang.String name)
Get the active state of a kind (i.e. |
static java.lang.String |
getMarkersToDisplay()
|
static boolean |
isColorPerQuery()
|
static boolean |
isColorPerRelationship()
|
static boolean |
isPsychedelic()
|
void |
reset()
Reset the up-to-date state of this view |
void |
setFocus()
Passing the focus request to the viewer's control. |
void |
setVisMarkupProvider(IMarkupProvider vmp)
Set the current IMarkupProvider |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Menu()
Method Detail |
public void setVisMarkupProvider(IMarkupProvider vmp)
vmp
- public void createPartControl(Composite parent)
public boolean getActive(java.lang.String name)
name
- - the kind name
public void reset()
public void ensureUptodate()
public void setFocus()
public void dispose()
public static boolean isPsychedelic()
public static boolean isColorPerRelationship()
public static boolean isColorPerQuery()
public static java.lang.String getMarkersToDisplay()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |