edu.bonn.xulu.appl
Interface XuluComponent

All Superinterfaces:
XuluConstants
All Known Subinterfaces:
XuluObject
All Known Implementing Classes:
AbstractManager, AbstractXuluObject, DataPool, DynamicXuluObject, EventManager, GridList, ModelControlManager, MultiGrid, SingleFeatureCollection, SingleGrid, VisualisationManager, XuluLanguageManagerFrame, XuluMainFrame, XuluMainFrameInfo, XuluModellingPlatform, XuluRegistry

public interface XuluComponent
extends XuluConstants

Dieses Interface sollten alle Haupt-Komponenten implementieren, die in die Xulu-Applikation eingebettet werden.

Version:
1.0
Author:
Martin Schmitz (University of Bonn/Germany)

Field Summary
 
Fields inherited from interface edu.bonn.xulu.appl.XuluConstants
BUG_MAIL_ADDR, EXTENTION_BUNDLE, ICONS_DIR, LOCALES_BASE, RESOURCE_DIR, SWING_RES, VERSION, VERSION_DATE, XULU_ICON, XULU_INFOICON, XULU_STARTICON, XULU_VIS_RES, XULUERR_RES, XULUGUI_RES
 
Method Summary
 void dispose()
          Zerstoert die Komponente.
 boolean isDisposed()
          Prueft, ob die Komponente zerstoert ist.
 

Method Detail

dispose

void dispose()
Zerstoert die Komponente.


isDisposed

boolean isDisposed()
Prueft, ob die Komponente zerstoert ist.