|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object prefuse.data.query.DynamicQueryBinding prefuse.data.query.ListQueryBinding
public class ListQueryBinding
DynamicQueryBinding supporting queries based on a list of included data values.
Field Summary |
---|
Fields inherited from class prefuse.data.query.DynamicQueryBinding |
---|
m_field, m_query, m_tuples |
Constructor Summary | |
---|---|
ListQueryBinding(TupleSet ts,
java.lang.String field)
Create a new ListQueryBinding over the given set and data field. |
|
ListQueryBinding(TupleSet ts,
java.lang.String field,
boolean includeAllOption)
Create a new ListQueryBinding over the given set and data field. |
Method Summary | |
---|---|
JToggleGroup |
createCheckboxGroup()
Creates a new group of check boxes for interacting with the query. |
javax.swing.JComboBox |
createComboBox()
Create a new drop-down combo box for interacting with the query. |
javax.swing.JComponent |
createComponent()
Creates a new group of check boxes for interacting with the query. |
javax.swing.JList |
createList()
Create a new interactive list for interacting with the query. |
JToggleGroup |
createRadioGroup()
Creates a new group of radio buttons for interacting with the query. |
ListModel |
getListModel()
Returns a list model for creating custom dynamic query widgets. |
Methods inherited from class prefuse.data.query.DynamicQueryBinding |
---|
getPredicate, setPredicate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListQueryBinding(TupleSet ts, java.lang.String field)
ts
- the TupleSet to queryfield
- the data field (Table column) to querypublic ListQueryBinding(TupleSet ts, java.lang.String field, boolean includeAllOption)
ts
- the TupleSet to queryfield
- the data field (Table column) to queryincludeAllOption
- indicates if the dynamic queries should
include an "All" option for including all data valuesMethod Detail |
---|
public ListModel getListModel()
public javax.swing.JComponent createComponent()
createComponent
in class DynamicQueryBinding
JToggleGroup
of check boxes bound to
this dynamic query.DynamicQueryBinding.createComponent()
public javax.swing.JList createList()
JList
bound to this dynamic query.public javax.swing.JComboBox createComboBox()
JComboBox
bound to this dynamic query.public JToggleGroup createCheckboxGroup()
JToggleGroup
of check boxes bound to
this dynamic query.public JToggleGroup createRadioGroup()
JToggleGroup
of radio buttons bound to
this dynamic query.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |