candy.util.whiteboard
Class BGType

java.lang.Object
  |
  +--candy.util.whiteboard.BGType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BGExtType

public abstract class BGType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
(package private)  ClientApp client
           
 java.lang.String name
           
 
Constructor Summary
protected BGType(java.lang.String n, ClientApp c)
           
 
Method Summary
protected abstract  javax.swing.JComponent getComponent()
           
abstract  boolean init()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

client

transient ClientApp client
Constructor Detail

BGType

protected BGType(java.lang.String n,
                 ClientApp c)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

init

public abstract boolean init()

getComponent

protected abstract javax.swing.JComponent getComponent()