| gui.section.IEnvEntryViewer
All known Subclasses: gui.section.EnvironmentPropertySection,
IEnvEntryViewer | public interface IEnvEntryViewer (Code) | | author: sh |
addEnvEntry | public void addEnvEntry(EnvEntry envEntry)(Code) | | Update the view to reflect the fact that an EnvEntry was added
to the EnvEntry list
Parameters: envEntry - |
removeEnvEntry | public void removeEnvEntry(EnvEntry envEntry)(Code) | | Update the view to reflect the fact that an EnvEntry was removed
from the EnvEntry list
Parameters: envEntry - |
updateEnvEntry | public void updateEnvEntry(EnvEntry envEntry)(Code) | | Update the view to reflect the fact that one of the EnvEntry
was modified
Parameters: envEntry - |
|
|