chemaxon.alchemist.configbuilder
Interface AlchemistProfileSupport

All Known Implementing Classes:
ConfigElementSketchEditor

public interface AlchemistProfileSupport

ConfigElements or ConfigElementEditors implementing this interface can store and restore persistent properties via ConfigBuilderPanel

Author:
Istvan Cseh

Field Summary
static java.lang.String PROPERTY_KEY_PROFILE
          property key for profile change events
 
Method Summary
 void loadFromProfile(AlchemistProfile profile)
          Loads the persistent data from the profile
 void saveToProfile(AlchemistProfile profile)
          Saves the persitent data to the profile
 

Field Detail

PROPERTY_KEY_PROFILE

static final java.lang.String PROPERTY_KEY_PROFILE
property key for profile change events

See Also:
Constant Field Values
Method Detail

saveToProfile

void saveToProfile(AlchemistProfile profile)
Saves the persitent data to the profile

Parameters:
profile - is the profile to save data into

loadFromProfile

void loadFromProfile(AlchemistProfile profile)
Loads the persistent data from the profile

Parameters:
profile - is the profile to restore data from