|
Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModuleProperties
Method Summary | |
---|---|
void |
add(Tunable tunable)
This method is used to add a new Tunable to the LayoutProperties list. |
Tunable |
get(String name)
This method is used to get the Tunable named name from this LayoutProperties. |
HashMap |
getProperties()
getProperties is used to extract properties from the Cytoscape properties file. |
List<String> |
getTunableList()
This method is used to get the list of available Tunables for this algorithm. |
List<Tunable> |
getTunables()
This method returns list of tunables. |
String |
getValue(String name)
This method is used to get the value from the Tunable named name from this LayoutProperties. |
void |
initializeProperties()
This method is used to read the properties from the Cytoscape properties file and set the values for that property in the appropriate Tunable. |
void |
revertProperties()
revertProperties is used primarily by the settings dialog mechanism when the user does a "Cancel". |
void |
saveProperties()
saveProperties is used to add modified properties to the Cytoscape properties so they can be saved in the properties file. |
void |
setProperty(String property,
String value)
DOCUMENT ME! |
void |
setSavedProperty(String property,
String value)
DOCUMENT ME! |
void |
updateValues()
This method calls the updateValues method of each Tunable that is part of this LayoutProperty. |
Method Detail |
---|
void add(Tunable tunable)
tunable
- The Tunable to add to this LayoutPropertiesTunable get(String name)
name
- The name of the Tunable to retrieve.
List<String> getTunableList()
String getValue(String name)
name
- The name of the Tunable whose value you
want to retrieve.
void updateValues()
HashMap getProperties()
void saveProperties()
void setProperty(String property, String value)
property
- DOCUMENT ME!value
- DOCUMENT ME!void setSavedProperty(String property, String value)
property
- DOCUMENT ME!value
- DOCUMENT ME!void revertProperties()
void initializeProperties()
List<Tunable> getTunables()
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |