net.sourceforge.toscanaj.view.scales
Class ContextTableScaleGenerator

java.lang.Object
  extended bynet.sourceforge.toscanaj.view.scales.ContextTableScaleGenerator
All Implemented Interfaces:
ScaleGenerator

public class ContextTableScaleGenerator
extends java.lang.Object
implements ScaleGenerator


Constructor Summary
ContextTableScaleGenerator(java.awt.Frame parent, org.tockit.events.EventBroker eventBroker)
           
 
Method Summary
 boolean canHandleColumns(TableColumnPair[] columns)
           
 org.tockit.context.model.Context generateScale(ConceptualSchema scheme, DatabaseConnection databaseConnection)
           
 java.lang.String getScaleName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextTableScaleGenerator

public ContextTableScaleGenerator(java.awt.Frame parent,
                                  org.tockit.events.EventBroker eventBroker)
Method Detail

getScaleName

public java.lang.String getScaleName()
Specified by:
getScaleName in interface ScaleGenerator

canHandleColumns

public boolean canHandleColumns(TableColumnPair[] columns)
Specified by:
canHandleColumns in interface ScaleGenerator

generateScale

public org.tockit.context.model.Context generateScale(ConceptualSchema scheme,
                                                      DatabaseConnection databaseConnection)
Specified by:
generateScale in interface ScaleGenerator


The ToscanaJ project