Public Member Functions | |
CreateFiltersPanel (Configuration configuration) throws LaserConsoleException | |
List | getDefinedFilters () |
void | reset () |
void | removeFilter (GPNode node) |
void | removeAllFilters () |
void | setInUpdateMode (String name, String operator, String value, String buttonName) |
void | updateFilterSelection (Configuration newConfiguration) throws LaserConsoleException |
Static Package Functions | |
[static initializer] | |
Static Package Attributes | |
final Logger | logger |
Private Member Functions | |
void | initComponents () throws LaserConsoleException |
Private Attributes | |
SingleFilterItem | createFilterItem = null |
CreatedFiltersExplorer | createdFiltersExpl = null |
javax.swing.JButton | deleteAllButton |
javax.swing.JPanel | tableListSouthPanel |
javax.swing.JPanel | buttonPanel |
javax.swing.JPanel | staticInfoPanel |
javax.swing.JPanel | headerPanel |
javax.swing.JPanel | filtrListPanel |
javax.swing.JButton | addButton1 |
javax.swing.JButton | updateButton |
javax.swing.JPanel | centralPanel |
javax.swing.JPanel | southPanel |
javax.swing.JButton | deleteButton |
javax.swing.JPanel | tableListPanel |
Configuration | configuration = null |
|
Creates a new instance of CreateFiltersPanel
|
|
|
|
This method returns all defined filters
|
|
This method initializes all components for this panel
|
|
|
|
|
|
This method resets this panel |
|
|
|
used when configuration is reloaded (ConfigurationLoadAction)
|
|
|
|
|
|
|
|
|
|
on this panel, thers is list with defined filters |
|
panel where user can create new filter |
|
|
|
|
|
|
|
|
|
Initial value:
|
|
|
|
|
|
|
|
|
|
|