ter.SDK.controler
Class DetailControler

java.lang.Object
  |
  +--ter.SDK.controler.AbstractControler
        |
        +--ter.SDK.controler.DetailControler
All Implemented Interfaces:
Controler, Plugin
Direct Known Subclasses:
GraphDetailControler

public abstract class DetailControler
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
DetailControler()
           
 
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

DetailControler

public DetailControler()
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.DETAIL_CONTROLER
See Also:
PluginTypes