candy.util.whiteboard
Class BGExtType

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

public abstract class BGExtType
extends BGType

See Also:
Serialized Form

Field Summary
 ExternalFileMeta file
           
 
Fields inherited from class candy.util.whiteboard.BGType
client, name
 
Constructor Summary
protected BGExtType(java.lang.String n, ClientApp c)
           
 
Method Summary
protected abstract  javax.swing.JComponent create(ExternalFile f)
           
protected  javax.swing.JComponent getComponent()
           
 boolean init()
           
 
Methods inherited from class candy.util.whiteboard.BGType
toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

file

public ExternalFileMeta file
Constructor Detail

BGExtType

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

init

public boolean init()
Overrides:
init in class BGType

getComponent

protected javax.swing.JComponent getComponent()
Overrides:
getComponent in class BGType

create

protected abstract javax.swing.JComponent create(ExternalFile f)