public interface FilterModel
FilterController| Modifier and Type | Method and Description |
|---|---|
void |
addChangeListener(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(ChangeListener listener) |
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(ChangeListener listener)
void removeChangeListener(ChangeListener listener)
Copyright © 2007–2015 Gephi Consortium. All rights reserved.