|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void setProperty(java.lang.String which, java.lang.String value)
java.lang.String getProperty(java.lang.String which)
java.lang.String getName()
javax.swing.JFrame getFrame()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |