ter.SDK.controler
Class HeritageControler

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

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

HeritageControler

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