Package adams.gui.tools.idprovider
Interface IDConsumer
-
- All Known Implementing Classes:
DeleteSampleDataPanel,ListSampleDataPanel,UpdateSampleDataPanel
public interface IDConsumerInterface for components that consume IDs generated by the IDProviders.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description adams.core.PropertiesgetProperties()Returns the session properties.voidsetIDs(String[] ids)Updates the model with the specified IDs.booleanupdateProperties()Updates and stores the session properties on disk.
-
-
-
Method Detail
-
setIDs
void setIDs(String[] ids)
Updates the model with the specified IDs.
-
updateProperties
boolean updateProperties()
Updates and stores the session properties on disk.- Returns:
- if successfully saved
-
getProperties
adams.core.Properties getProperties()
Returns the session properties.- Returns:
- the properties
-
-