InfoViewerFilter

Identifier:
eu.geclipse.info.infoViewerFilter

Since:
[Enter the first release in which this extension point appears.]

Description:
This extension point is used to add filters to the glue info view

Configuration Markup:

<!ELEMENT extension (infoViewerFilter)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT infoViewerFilter EMPTY>

<!ATTLIST infoViewerFilter

class CDATA #REQUIRED

id    CDATA #REQUIRED>


Examples:
The following is an example of an information service extension point:


   <extension
         point="eu.geclipse.info.infoViewerFilter">
      <infoViewerFilter
            class="eu.geclipse.glite.info.ui.GLiteInfoViewFilter"
            id="eu.geclipse.glite.info.ui.GLiteInfoViewFilter">
      </infoViewerFilter>
   </extension>

The class attribute must be a class extending eu.geclipse.info.model.InfoViewerFilter class.

Supplied Implementation:
The classes that are usefull to check are eu.geclipse.gria.info.GriaInfoViewFilter and eu.geclipse.glite.info.GLiteInfoViewFilter


Copyright (c) 2006, 2007, 2008 g-Eclipse Consortium All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Initial development of the original code was made for the g-Eclipse project founded by European Union project number: FP6-IST-034327 http://www.geclipse.eu.