|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectViewPart
org.eclipse.contribution.visualiser.views.Visualiser
This class represents the main view of the Visualiser.
Field Summary | |
boolean |
justOpenedFile
|
Constructor Summary | |
Visualiser()
The constructor. |
Method Summary | |
void |
createPartControl(Composite parent)
This is a callback that will allow us to create the view and initialize it. |
void |
dispose()
Dispose of the Visualiser view when closed. |
void |
draw()
Called by Menu when the colour selections or aspects selection in the menu has changed. |
void |
refreshTitle(java.lang.String title)
Refresh the title. |
void |
setDemarcation(boolean demarcation)
Set whether or not to show demarcation on bars in group view |
void |
setFocus()
Passing the focus request to the viewer's control. |
void |
setMaxBarSize(int size)
Set the maximum bar width for the view in pixels |
void |
setMinBarSize(int size)
Set the minimum bar width for the view in pixels |
void |
setMinStripeSize(int size)
Set the minimum height of stripes in the visualisation |
void |
setVisContentProvider(IContentProvider vcp)
Set the current content provider |
void |
setVisMarkupProvider(IMarkupProvider vmp)
Set the current markup provider |
static void |
updateDisplay(boolean updateMenu)
Update the display |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean justOpenedFile
Constructor Detail |
public Visualiser()
Method Detail |
public void createPartControl(Composite parent)
public void draw()
public void refreshTitle(java.lang.String title)
title
- public void setDemarcation(boolean demarcation)
demarcation
- public void setMinStripeSize(int size)
public void setMaxBarSize(int size)
size
- public void setMinBarSize(int size)
size
- public static void updateDisplay(boolean updateMenu)
public void setFocus()
public void dispose()
public void setVisContentProvider(IContentProvider vcp)
vcp
- - the current IContentProviderpublic void setVisMarkupProvider(IMarkupProvider vmp)
vmp
- - the current IMarkupProvider
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |