org.wsmostudio.ui.editors.common
Class NFPPanel

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

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

A common purpose GUI component, designed to maintain the UI support for identifiers and NonFunctionalProperties of the WSMO-API Entity objects. It is a sub-component of all WSMO editors whose target input objects have a "NonFunctionalProperties" property. From this panel the user can invoke the NFP Editor.

Version:
$Revision: 1.9 $ $Date: 2006/01/09 12:51:13 $
Author:
not attributable

Constructor Summary
NFPPanel(org.eclipse.swt.widgets.Composite parent, EntityModel model)
           
 
Method Summary
 void dispose()
           
 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

NFPPanel

public NFPPanel(org.eclipse.swt.widgets.Composite parent,
                EntityModel model)
Method Detail

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

dispose

public void dispose()


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