org.wsmostudio.ui.editors.common
Class ImportOntologyPanel

java.lang.Object
  extended by org.wsmostudio.ui.editors.common.ImportOntologyPanel
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener

public class ImportOntologyPanel
extends java.lang.Object
implements org.eclipse.swt.events.SelectionListener

A common purpose GUI component, designed to maintain a set of WSMO-API Ontology references. It is a sub-component of all WSMO editors whose target input objects have an "importsOntology" property. The supported user operation are inclusion and exclusion of references.

Version:
$Revision: 1.11 $ $Date: 2006/05/15 11:59:25 $
Author:
not attributable

Constructor Summary
ImportOntologyPanel(org.eclipse.swt.widgets.TabFolder parentFolder, TopEntityModel uiModel)
           
 
Method Summary
 void dispose()
           
 void reloadOntologies()
           
 void setUIModel(TopEntityModel newModel)
           
 void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
           
 void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportOntologyPanel

public ImportOntologyPanel(org.eclipse.swt.widgets.TabFolder parentFolder,
                           TopEntityModel uiModel)
Method Detail

dispose

public void dispose()

widgetSelected

public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
Specified by:
widgetSelected in interface org.eclipse.swt.events.SelectionListener

widgetDefaultSelected

public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
Specified by:
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListener

setUIModel

public void setUIModel(TopEntityModel newModel)

reloadOntologies

public void reloadOntologies()


Copyright © 2005-2006 Ontotext Lab.. All Rights Reserved.