ter.SDK.view
Class DetailView

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

public abstract class DetailView
extends AbstractView

Title: Class DetailView

Description: The abstract class rpresenting a detail view for a classifierAnalyser

Copyright: Copyright (c) 2003

Company:

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

Constructor Summary
DetailView()
           
 
Method Summary
 int getType()
          Needed by the View interface
 
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

DetailView

public DetailView()
Method Detail

getType

public int getType()
Needed by the View interface

Returns:
the type of a view
See Also:
PluginTypes