All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.publicobject.issuesbrowser.swing.FilterComponent Maven / Gradle / Ivy

/* Glazed Lists                                                 (c) 2003-2006 */
/* http://publicobject.com/glazedlists/                      publicobject.com,*/
/*                                                     O'Dell Engineering Ltd.*/
package com.publicobject.issuesbrowser.swing;

import ca.odell.glazedlists.matchers.MatcherEditor;

import javax.swing.*;

/**
 * A matcher editor plus a component to manipulate it with.
 *
 * @author Jesse Wilson
 */
public interface FilterComponent {

    JComponent getComponent();

    MatcherEditor getMatcherEditor();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy