ter.SDK.controler
Class CompositionControler

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

public abstract class CompositionControler
extends AbstractControler

Title: Class CompositionControler

Description: Implements a controler for a composition view

Copyright: Copyright (c) 2003

Company:

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

Constructor Summary
CompositionControler()
           
 
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

CompositionControler

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