ix.iface.ui
Interface PropertiesApplication

All Known Implementing Classes:
DomainEditor

public interface PropertiesApplication

An interface implemented by all applications (agents) that have properties or preferences that can be changed.


Method Summary
 javax.swing.JFrame getFrame()
           
 java.lang.String getName()
           
 java.lang.String getProperty(java.lang.String which)
          Gets the current setting of the given property from the application.
 void setProperty(java.lang.String which, java.lang.String value)
          Sets the given property within the application to the given value.
 

Method Detail

setProperty

void setProperty(java.lang.String which,
                 java.lang.String value)
Sets the given property within the application to the given value.


getProperty

java.lang.String getProperty(java.lang.String which)
Gets the current setting of the given property from the application.


getName

java.lang.String getName()
Returns:
the name of the application. Used to get default properties file name.

getFrame

javax.swing.JFrame getFrame()
Returns:
the frame of the application. Used to link the dialogue to the frame