ter.SDK.controler
Class SearchControler

java.lang.Object
  |
  +--ter.SDK.controler.AbstractControler
        |
        +--ter.SDK.controler.SearchControler
All Implemented Interfaces:
Controler, Plugin

public abstract class SearchControler
extends AbstractControler

Title: JavInspector

Description:

Copyright: Copyright (c) 2003

Company:

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

Constructor Summary
SearchControler()
           
 
Method Summary
 int getType()
          return the type of this plugin
 View getView()
          gets the view owned by this controler
 
Methods inherited from class ter.SDK.controler.AbstractControler
create, getManager, setManager
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ter.SDK.controler.Controler
getDefaultView, isControlable, listenToView
 
Methods inherited from interface ter.SDK.Plugin
getName
 

Constructor Detail

SearchControler

public SearchControler()
Method Detail

getView

public View getView()
gets the view owned by this controler

Returns:
the view

getType

public int getType()
return the type of this plugin

Returns:
PluginTypes.SEARCH_CONTROLER
See Also:
PluginTypes