|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterModel
The Filter Model hosts the queries defined in the system and the currently active query. It also stroe the selection or filtering flag. The filtering mode display the subgraph made from filters, whereas the selection mode highlight elements on the graph.
FilterController
Method Summary | |
---|---|
void |
addChangeListener(javax.swing.event.ChangeListener listener)
|
Query |
getCurrentQuery()
Returns the query currently active or null if none is active. |
FilterLibrary |
getLibrary()
Returns the FilterLibrary , where FilterBuilder
belongs to. |
Query[] |
getQueries()
Returns all queries in the model, represented by their root query. |
boolean |
isAutoRefresh()
|
boolean |
isFiltering()
Returns true if the system is currently in filtering mode. |
boolean |
isSelecting()
Returns true if the system is currently in selection mode. |
void |
removeChangeListener(javax.swing.event.ChangeListener listener)
|
Method Detail |
---|
FilterLibrary getLibrary()
FilterLibrary
, where FilterBuilder
belongs to.
Query[] getQueries()
Query getCurrentQuery()
null
if none is active.
boolean isFiltering()
true
if the system is currently in filtering mode.
true
if the result graph is filtered,
false
if it's in selection modeboolean isSelecting()
true
if the system is currently in selection mode.
true
if the result is selected on the graph,
false
if it's filteredboolean isAutoRefresh()
void addChangeListener(javax.swing.event.ChangeListener listener)
void removeChangeListener(javax.swing.event.ChangeListener listener)
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |