TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.ui.filters
Interface IAdvancedTabAttributeSet

All Known Implementing Classes:
SampleAdvancedTabAttributeSet

public interface IAdvancedTabAttributeSet

This interface contains the definition for the attribute set displayed in the advanced tab of the filter dialog, associated with some filter type. Implementing classes need to define which IFilterAttribute instances are shown in the advanced tab UI.


Method Summary
 IFilterAttribute[] getAttributes()
          Returns the attributes displayable in the advanced tab of the filters dialog.
 

Method Detail

getAttributes

IFilterAttribute[] getAttributes()
Returns the attributes displayable in the advanced tab of the filters dialog.

Returns:
An array of IFilterAttribute instances.

TPTP 4.6.0 Platform Project
Public API Specification