ter.SDK.view
Class SearchView

java.lang.Object
  |
  +--ter.SDK.view.AbstractView
        |
        +--ter.SDK.view.SearchView
All Implemented Interfaces:
Plugin, View
Direct Known Subclasses:
EngineSearchView

public abstract class SearchView
extends AbstractView

Title: JavInspector

Description:

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
Jerôme GAHIDE - Lucas CHARBIT - Gabriel ZERBIB - Xavier GALBOIS

Constructor Summary
SearchView()
           
 
Method Summary
 int getType()
          return the type of the Plugin
 
Methods inherited from class ter.SDK.view.AbstractView
create, getClassifierAnalyser, setClassifierAnalyser
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ter.SDK.view.View
getViewContainer
 
Methods inherited from interface ter.SDK.Plugin
getName
 

Constructor Detail

SearchView

public SearchView()
Method Detail

getType

public int getType()
Description copied from interface: Plugin
return the type of the Plugin

Returns:
the type of the Plugin
See Also:
PluginTypes