Search in sources :

Example 1 with SwingFoundSetFactory

use of com.servoy.j2db.dataprocessing.SwingFoundSetFactory in project servoy-client by Servoy.

the class SessionClient method createFoundSetManager.

@Override
protected void createFoundSetManager() {
    foundSetManager = new FoundSetManager(this, getFoundSetManagerConfig(), new SwingFoundSetFactory());
    foundSetManager.init();
}
Also used : FoundSetManager(com.servoy.j2db.dataprocessing.FoundSetManager) SwingFoundSetFactory(com.servoy.j2db.dataprocessing.SwingFoundSetFactory)

Example 2 with SwingFoundSetFactory

use of com.servoy.j2db.dataprocessing.SwingFoundSetFactory in project servoy-client by Servoy.

the class J2DBClient method createFoundSetManager.

@Override
protected void createFoundSetManager() {
    foundSetManager = new FoundSetManager(this, getFoundSetManagerConfig(), new SwingFoundSetFactory());
    ((FoundSetManager) foundSetManager).setInfoListener(this);
    foundSetManager.init();
    ((FoundSetManager) foundSetManager).getEditRecordList().addEditListener(this);
}
Also used : FoundSetManager(com.servoy.j2db.dataprocessing.FoundSetManager) SwingFoundSetFactory(com.servoy.j2db.dataprocessing.SwingFoundSetFactory)

Aggregations

FoundSetManager (com.servoy.j2db.dataprocessing.FoundSetManager)2 SwingFoundSetFactory (com.servoy.j2db.dataprocessing.SwingFoundSetFactory)2