|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
fable.python.views.FableSampleLoaderView
public class FableSampleLoaderView
Field Summary | |
---|---|
static java.lang.String |
ID
|
org.eclipse.swt.widgets.Text |
stextExperiment
|
org.eclipse.swt.widgets.Text |
stextSample
|
static FableSampleLoaderView |
view
|
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
PROP_TITLE |
Constructor Summary | |
---|---|
FableSampleLoaderView()
|
Method Summary | |
---|---|
void |
addPropertyChangeListener(org.eclipse.jface.util.IPropertyChangeListener listener)
19 sept. |
void |
buildSampleName(java.lang.String filePath)
|
void |
clearFiles()
clear the table of files to process |
void |
createPartControl(org.eclipse.swt.widgets.Composite parent)
|
void |
enableGroupExperiment(boolean bEnable)
|
void |
fireExperimentInfoChange()
19 sept. |
void |
fireSelectedFilesHasChange()
|
static FableSampleLoaderView |
getDefault()
return default processing view |
java.lang.String[] |
loadSample(java.lang.String dir)
23 oct. |
void |
propertyChange(org.eclipse.jface.util.PropertyChangeEvent event)
/** To show required fields when a property change in another view (for instance, launched when preprocessor is launched without any files) |
void |
removePropertyChangeListener(org.eclipse.jface.util.IPropertyChangeListener listener)
19 sept. |
void |
setDescription(int number,
java.lang.String description)
set the table description |
void |
setDescription(int number,
java.lang.String description,
int backgroundColor)
set the table description with color |
void |
setFocus()
|
void |
setProcessingFiles(java.lang.String[] newFiles)
update the list of processed files to display |
void |
setSelectedFiles(java.lang.String[] newFiles)
update the list of selected files to display |
Methods inherited from class org.eclipse.ui.part.ViewPart |
---|
getViewSite, init, init, saveState, setInitializationData |
Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
---|
addPartPropertyListener, addPropertyListener, dispose, getAdapter, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, showBusy |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
addPropertyListener, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Field Detail |
---|
public static final java.lang.String ID
public static FableSampleLoaderView view
public org.eclipse.swt.widgets.Text stextExperiment
public org.eclipse.swt.widgets.Text stextSample
Constructor Detail |
---|
public FableSampleLoaderView()
Method Detail |
---|
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
createPartControl
in interface org.eclipse.ui.IWorkbenchPart
createPartControl
in class org.eclipse.ui.part.WorkbenchPart
public static FableSampleLoaderView getDefault()
public void setFocus()
setFocus
in interface org.eclipse.ui.IWorkbenchPart
setFocus
in class org.eclipse.ui.part.WorkbenchPart
public void setSelectedFiles(java.lang.String[] newFiles)
String
- [] newFiles - list of selected filespublic void setProcessingFiles(java.lang.String[] newFiles)
String
- [] newFiles - list of selected filespublic void addPropertyChangeListener(org.eclipse.jface.util.IPropertyChangeListener listener)
listener
- public void removePropertyChangeListener(org.eclipse.jface.util.IPropertyChangeListener listener)
listener
- public void fireExperimentInfoChange()
public void fireSelectedFilesHasChange()
public void setDescription(int number, java.lang.String description, int backgroundColor)
int
- number - number of files to processString
- description - description to display in the first line of the
tableint
- bkgColor - background color of description (can be used to
display state) e.g. SWT.COLOR_REDpublic void setDescription(int number, java.lang.String description)
int
- number - number of files to processString
- description - description to display in the first line of the
tablepublic void clearFiles()
public void enableGroupExperiment(boolean bEnable)
public void propertyChange(org.eclipse.jface.util.PropertyChangeEvent event)
event
- public java.lang.String[] loadSample(java.lang.String dir)
dir
- public void buildSampleName(java.lang.String filePath)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |