public class PGraphFilterMaxNumber<T> extends PGraphFilterAbstract<T>
controller
Constructor and Description |
---|
PGraphFilterMaxNumber(PGraphController<?> controller) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxNumber() |
javax.swing.JComponent |
getVisualPanel() |
void |
initialize() |
boolean |
isSatisfied(T object) |
void |
setMaxNumber(int maxNumber) |
public PGraphFilterMaxNumber(PGraphController<?> controller)
public boolean isSatisfied(T object)
public int getMaxNumber()
public void setMaxNumber(int maxNumber)
public javax.swing.JComponent getVisualPanel()
public void initialize()