Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.fudaa.ebli.calque.state
Class EbliStateCalqueInteraction  view EbliStateCalqueInteraction download EbliStateCalqueInteraction.java

java.lang.Object
  extended byorg.fudaa.ebli.calque.state.EbliStateCalqueInteraction
All Implemented Interfaces:
EbliState
Direct Known Subclasses:
EbliStateDeplacement, EbliStateZoom

public abstract class EbliStateCalqueInteraction
extends java.lang.Object
implements EbliState

Version:
$Id: EbliStateCalqueInteraction.java,v 1.1 2003/01/30 11:42:31 deniger Exp $

Field Summary
(package private)  javax.swing.AbstractButton bt_
           
(package private)  org.fudaa.ebli.calque.BCalqueInteraction cq_
           
 
Constructor Summary
EbliStateCalqueInteraction(org.fudaa.ebli.calque.BCalqueInteraction _cq, javax.swing.AbstractButton _bt)
           
 
Method Summary
 void activate()
           
 void destroy()
           
abstract  java.lang.String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cq_

org.fudaa.ebli.calque.BCalqueInteraction cq_

bt_

javax.swing.AbstractButton bt_
Constructor Detail

EbliStateCalqueInteraction

public EbliStateCalqueInteraction(org.fudaa.ebli.calque.BCalqueInteraction _cq,
                                  javax.swing.AbstractButton _bt)
Method Detail

activate

public void activate()
Specified by:
activate in interface EbliState

destroy

public void destroy()
Specified by:
destroy in interface EbliState

getDescription

public abstract java.lang.String getDescription()
Specified by:
getDescription in interface EbliState