Uses of Interface
net.coderazzi.filters.gui.IFilterEditor

Packages that use IFilterEditor
net.coderazzi.filters.gui   
 

Uses of IFilterEditor in net.coderazzi.filters.gui
 

Methods in net.coderazzi.filters.gui that return IFilterEditor
 IFilterEditor TableFilterHeader.getFilterEditor(int modelColumn)
          Returns the filter editor for the given column in the table model.
 

Methods in net.coderazzi.filters.gui with parameters of type IFilterEditor
 IParser ParserModel.createParser(IFilterEditor editor)
           
 IParser IParserModel.createParser(IFilterEditor editor)
          Creates a text parser for the given editor.
 void CustomChoiceDecorator.decorateComponent(CustomChoice choice, IFilterEditor editor, boolean isSelected, JComponent c, Graphics g)
          Decorates the choice on the given editor.
 void CustomChoiceDecorator.DefaultDecorator.decorateComponent(CustomChoice choice, IFilterEditor editor, boolean isSelected, JComponent c, Graphics g)
           
 void CustomChoice.decorateComponent(IFilterEditor editor, boolean isSelected, JComponent c, Graphics g)
          Decorates the choice on the given editor.
 Color CustomChoiceDecorator.getBackground(CustomChoice choice, IFilterEditor editor, boolean isSelected)
          Returns the background color.
 Color CustomChoiceDecorator.DefaultDecorator.getBackground(CustomChoice choice, IFilterEditor editor, boolean isSelected)
           
 Color CustomChoice.getBackground(IFilterEditor editor, boolean isSelected)
          Returns the background color, or null to use the default one.
abstract  RowFilter CustomChoice.getFilter(IFilterEditor editor)
          Returns the associated filter.
 Font CustomChoiceDecorator.getFont(CustomChoice choice, IFilterEditor editor, boolean isSelected)
          Returns the font.
 Font CustomChoiceDecorator.DefaultDecorator.getFont(CustomChoice choice, IFilterEditor editor, boolean isSelected)
           
 Font CustomChoice.getFont(IFilterEditor editor, boolean isSelected)
          Returns the font, or null to use the default one.
 Color CustomChoiceDecorator.getForeground(CustomChoice choice, IFilterEditor editor, boolean isSelected)
          Returns the foreground color.
 Color CustomChoiceDecorator.DefaultDecorator.getForeground(CustomChoice choice, IFilterEditor editor, boolean isSelected)
           
 Color CustomChoice.getForeground(IFilterEditor editor, boolean isSelected)
          Returns the foreground color, or null to use the default one.
 Component ChoiceRenderer.getRendererComponent(IFilterEditor editor, Object value, boolean isSelected)
          Returns the component used to represent the choice (normally, an element from the associated table).
The value can be as well CustomChoice instances; to use the default rendering in this case, the method should return null.
 void IFilterHeaderObserver.tableFilterEditorCreated(TableFilterHeader header, IFilterEditor editor, TableColumn tableColumn)
          Informs the observer than a new filter editor is created
 void IFilterHeaderObserver.tableFilterEditorExcluded(TableFilterHeader header, IFilterEditor editor, TableColumn tableColumn)
          Informs the observer than an existing filter editor has been excluded from the filter header
 void IFilterHeaderObserver.tableFilterUpdated(TableFilterHeader header, IFilterEditor editor, TableColumn tableColumn)
          Notification made by the IFilterEditor when the filter's content is updated
 



Copyright © 2011 coderazzi. All Rights Reserved.