Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.gui.sendsettings
Interface SettingsComponentI  view SettingsComponentI download SettingsComponentI.java

All Known Implementing Classes:
SendSettingsTab

public interface SettingsComponentI

Interface for Address Book component.Any component, to be added to the viewer should implement this interface.


Method Summary
 void addSettingsListener(com.flexstor.common.awt.event.SettingsEventListener l)
          Add listener to the list of Listeners
 com.flexstor.common.data.ejb.SettingData getDataObject()
           
 boolean isModified()
          Check if component is modified
 void populateGUI(com.flexstor.common.data.ejb.SettingData setting)
          Populate Component with setting data
 void removeSettingsListener(com.flexstor.common.awt.event.SettingsEventListener l)
          Remove listener to the list of Listeners
 void setModel(java.lang.Object model)
           
 void synchronizeData(com.flexstor.common.data.ejb.SettingData setting)
          Populate setting data with GUI values
 

Method Detail

addSettingsListener

public void addSettingsListener(com.flexstor.common.awt.event.SettingsEventListener l)
Add listener to the list of Listeners


removeSettingsListener

public void removeSettingsListener(com.flexstor.common.awt.event.SettingsEventListener l)
Remove listener to the list of Listeners


isModified

public boolean isModified()
Check if component is modified


populateGUI

public void populateGUI(com.flexstor.common.data.ejb.SettingData setting)
Populate Component with setting data


synchronizeData

public void synchronizeData(com.flexstor.common.data.ejb.SettingData setting)
Populate setting data with GUI values


setModel

public void setModel(java.lang.Object model)

getDataObject

public com.flexstor.common.data.ejb.SettingData getDataObject()