|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IICATView
| Method Summary | |
|---|---|
void |
addMetaDataChangedListener(java.awt.event.ActionListener listener)
Add a listener for when meta data gets changed. |
void |
addNewItemListener(java.awt.event.ActionListener listener)
Add a listener for when the user wants to add a new item. |
void |
addRemoveItemListener(java.awt.event.ActionListener listener)
Add a listener for when the user wants to delete an item. |
void |
addSelectionChangedListener(java.awt.event.ActionListener listener)
Add a listener for when the user selects a different item. |
void |
addUrl(IICATConnector connector)
Set the URL that is connected to. |
void |
addUrlChangedListener(java.awt.event.ActionListener listener)
Add a listener for when the user changes the url they are connected to. |
void |
addUrlRemovedListener(java.awt.event.ActionListener listener)
Add a listener for when the user removes a url they are connected to. |
DataFile |
getDataFile()
Get the changes made to the selected data file. |
DataFileParameter |
getDataFileParameter()
get the changes made to the selected data file parameter. |
DataSet |
getDataSet()
Get all changes made to the selected data set. |
DataSetParameter |
getDataSetParameter()
Get the changes made to the selected data set parameter. |
Investigation |
getInvestigation()
Get all changes made to the selected Investigation. |
int |
getNewNodeType()
Get the type of node to create. |
long |
getNodeId()
Get the ID of the currently selected node. |
IICATConnector |
getRemovedUrl()
Get the connector that was removed from the list. |
Sample |
getSample()
Get all changes made to the selected Sample. |
SampleParameter |
getSampleParameter()
Get the changes made to the selected sample parameter. |
Study |
getStudy()
Get all changes made to the selected Study. |
int |
getTypeSelected()
Get the type of the currently selected node. |
IICATConnector |
getUrl()
return the entered URL to connect to. |
void |
setDataFile(DataFile dataFile)
Set the current meta data table to view a data file. |
void |
setDataFileFormats(java.util.List<DataFileFormat> formats)
Set the list of possible Data File Formats. |
void |
setDataFileHeadingTable(java.util.List<DataFile> dataFiles)
Set up the meta data table to view the list of data files for the data set. |
void |
setDataFileParameter(DataFileParameter parameter)
Set the current meta data table to view a data file parameter. |
void |
setDataFileParameterHeadingTable(java.util.List<DataFileParameter> parameters)
Set up the meta data table to view the list of data file parameters for the data file. |
void |
setDataSet(DataSet dataSet)
Set the current meta data table to view a data set. |
void |
setDataSetHeadingTable(java.util.List<DataSet> dataSets)
Set up the meta data table to view the list of data sets for the investigation. |
void |
setDataSetParameter(DataSetParameter parameter)
Set the current meta data table to view a data set parameter. |
void |
setDataSetParameterHeadingTable(java.util.List<DataSetParameter> parameters)
Set up the meta data table to view the list of data set parameters for the data set. |
void |
setDataSetStatus(java.util.List<DataSetStatus> statusList)
Set the list of possible Data Set Status'. |
void |
setDataSetTypes(java.util.List<DataSetType> types)
Set the list of possible Data Set Types. |
void |
setInstrumentList(java.util.List<Instrument> instruments)
Set the list of possible instruments. |
void |
setInvestigation(Investigation investigation)
Set the current meta data table to view an Investigation. |
void |
setInvestigationTypes(java.util.List<InvestigationType> types)
Set the list of possible investigation Types. |
void |
setMessage(java.lang.String message)
give the user a message. |
void |
setReadOnly(boolean readonly)
Set whether the interface should be readonly or not. |
void |
setSample(Sample sample)
Set the current meta data table to view a sample. |
void |
setSampleHeadingTable(java.util.List<Sample> samples)
Set up the meta data table to view the list of samples for the investigation. |
void |
setSampleParameter(SampleParameter parameter)
Set the current meta data table to view a sample parameter. |
void |
setSampleParameterHeadingTable(java.util.List<SampleParameter> parameters)
Set up the meta data table to view the list of sample parameters for the sample. |
void |
setStudy(Study study)
Set the current meta data table to view a study. |
void |
setStudyStatus(java.util.List<StudyStatus> studyStatus)
Set the list of possible study status'. |
void |
setTree(javax.swing.tree.DefaultMutableTreeNode tree)
Set the data for the tree view. |
| Method Detail |
|---|
void setReadOnly(boolean readonly)
readonly - - booleanvoid setMessage(java.lang.String message)
message - - StringIICATConnector getUrl()
void addUrl(IICATConnector connector)
connector - - IICATConnectorIICATConnector getRemovedUrl()
void addMetaDataChangedListener(java.awt.event.ActionListener listener)
listener - - ActionListenervoid addSelectionChangedListener(java.awt.event.ActionListener listener)
listener - - ActionListenervoid addNewItemListener(java.awt.event.ActionListener listener)
listener - - ActionListenervoid addRemoveItemListener(java.awt.event.ActionListener listener)
listener - - ActionListenervoid addUrlChangedListener(java.awt.event.ActionListener listener)
listener - - ActionListenervoid addUrlRemovedListener(java.awt.event.ActionListener listener)
listener - - ActionListenerlong getNodeId()
int getTypeSelected()
int getNewNodeType()
Study getStudy()
void setStudy(Study study)
study - - Studyvoid setStudyStatus(java.util.List<StudyStatus> studyStatus)
studyStatus - - List of StudyStatusInvestigation getInvestigation()
void setInvestigation(Investigation investigation)
investigation - - Investigationvoid setInstrumentList(java.util.List<Instrument> instruments)
instruments - - List of Instrumentvoid setInvestigationTypes(java.util.List<InvestigationType> types)
types - - List of InvestigationTypeSample getSample()
void setSample(Sample sample)
sample - - SampleDataSet getDataSet()
void setDataSet(DataSet dataSet)
dataSet - - DataSetvoid setDataSetTypes(java.util.List<DataSetType> types)
types - - List of DataSetTypevoid setDataSetStatus(java.util.List<DataSetStatus> statusList)
statusList - - List of DataSetStatusvoid setDataFile(DataFile dataFile)
dataFile - - DataFileDataFile getDataFile()
void setDataFileFormats(java.util.List<DataFileFormat> formats)
formats - - List of DataFileFormatvoid setDataFileParameter(DataFileParameter parameter)
parameter - - DataFileParameterDataFileParameter getDataFileParameter()
void setDataSetParameter(DataSetParameter parameter)
parameter - - DataSetParameterDataSetParameter getDataSetParameter()
void setSampleParameter(SampleParameter parameter)
parameter - - SampleParameterSampleParameter getSampleParameter()
void setSampleHeadingTable(java.util.List<Sample> samples)
samples - - List of Samplevoid setDataSetHeadingTable(java.util.List<DataSet> dataSets)
dataSets - - List of DataSetvoid setDataFileHeadingTable(java.util.List<DataFile> dataFiles)
dataFiles - - List of DataFilevoid setSampleParameterHeadingTable(java.util.List<SampleParameter> parameters)
parameters - - List of SampleParametervoid setDataSetParameterHeadingTable(java.util.List<DataSetParameter> parameters)
parameters - - List of DataSetParametervoid setDataFileParameterHeadingTable(java.util.List<DataFileParameter> parameters)
parameters - - List of DataFileParametervoid setTree(javax.swing.tree.DefaultMutableTreeNode tree)
tree - - DefaultMutableTreeNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||