GraphLab Project

graphlab.samples.ui.texteditor.myplugin.components
Class LabelComponent

java.lang.Object
  extended by graphlab.samples.ui.texteditor.myplugin.components.LabelComponent
All Implemented Interfaces:
GComponentInterface

public class LabelComponent
extends java.lang.Object
implements GComponentInterface


Constructor Summary
LabelComponent()
           
 
Method Summary
 java.awt.Component getComponent(BlackBoard b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelComponent

public LabelComponent()
Method Detail

getComponent

public java.awt.Component getComponent(BlackBoard b)
Specified by:
getComponent in interface GComponentInterface

GraphLab Project