GraphLab Project

graphlab.ui.components
Interface GComponentInterface

All Known Implementing Classes:
ExceptionReport, GTabbedGraphPane, LabelComponent, LastSelectedStatusAction, MemoryUsageStatusAction, PropertyEditorSidebar, ReportsSideBar, ShellSideBar, StatusBarMessage, TextEditorComponent

public interface GComponentInterface

this interface provides a way to get components from xml files, all components you want to pass to UI from xml should implemented this interface, the returned component will be added to UI. it is VERY IMPORTANT that the implementing class has a constructor with no parameters or just with one parameter that's its type is blackboard.

Author:
azin azadi

Method Summary
 java.awt.Component getComponent(BlackBoard b)
           
 

Method Detail

getComponent

java.awt.Component getComponent(BlackBoard b)

GraphLab Project