jcreek.cke.tool
Class ZoomProperty

java.lang.Object
  extended byjcreek.cke.tool.ZoomProperty
All Implemented Interfaces:
javax.swing.event.ChangeListener, java.util.EventListener, PropertyWindow

public class ZoomProperty
extends java.lang.Object
implements PropertyWindow, javax.swing.event.ChangeListener

Title: JavaCreek Description: A Case based Reasoning Approach in java Copyright: Copyright (c) 2002 Company: Phil

Version:
1.0
Author:
Victor

Field Summary
protected  CreekModel model
           
protected  javax.swing.JInternalFrame propWin
           
protected  ConceptView view
           
protected  javax.swing.JRadioButton zoomIn
           
protected  javax.swing.JRadioButton zoomOut
           
 
Constructor Summary
ZoomProperty()
           
 
Method Summary
 void attach(CreekModel model, ConceptView view, javax.swing.JInternalFrame propWin)
           
 void detach()
           
 boolean isZoomIn()
           
 void setScale(int val)
           
 void stateChanged(javax.swing.event.ChangeEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

zoomIn

protected javax.swing.JRadioButton zoomIn

zoomOut

protected javax.swing.JRadioButton zoomOut

model

protected CreekModel model

propWin

protected javax.swing.JInternalFrame propWin

view

protected ConceptView view
Constructor Detail

ZoomProperty

public ZoomProperty()
Method Detail

attach

public void attach(CreekModel model,
                   ConceptView view,
                   javax.swing.JInternalFrame propWin)
Specified by:
attach in interface PropertyWindow

detach

public void detach()
Specified by:
detach in interface PropertyWindow

isZoomIn

public boolean isZoomIn()

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent event)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener

setScale

public void setScale(int val)


Created at IDI, NTNU by the Artificial Intelligence and Learning group