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
getComponent
java.awt.Component getComponent(BlackBoard b)