ptolemy.gui
Interface SettableQueryChooser
- All Known Implementing Classes:
- QueryChooser
public interface SettableQueryChooser
Interface for custom query chooser boxes.
- Since:
- Ptolemy II 8.0
- Version:
- $Revision: 57044 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- Accepted Rating:
- Proposed Rating:
Method Summary |
java.lang.String |
getQueryValue()
Return a string representation of the query. |
void |
setQueryValue(java.lang.String value)
Set the string representation of the query. |
setQueryValue
void setQueryValue(java.lang.String value)
- Set the string representation of the query.
- Parameters:
value
- the string value- See Also:
getQueryValue()
getQueryValue
java.lang.String getQueryValue()
- Return a string representation of the query.
- Returns:
- the string value
- See Also:
setQueryValue(String)