Package adams.gui.tools.idprovider
Interface IDConsumer
-
- All Known Implementing Classes:
DeleteSampleDataPanel
,ListSampleDataPanel
,UpdateSampleDataPanel
public interface IDConsumer
Interface 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.Properties
getProperties()
Returns the session properties.void
setIDs(String[] ids)
Updates the model with the specified IDs.boolean
updateProperties()
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
-
-