Uses of Interface
phenote.gui.CharacterTableSource

Packages that use CharacterTableSource
phenote.charactertemplate   
phenote.gui   
phenote.gui.field   
 

Uses of CharacterTableSource in phenote.charactertemplate
 

Classes in phenote.charactertemplate that implement CharacterTableSource
 class CharacterTemplateTable
           
 

Uses of CharacterTableSource in phenote.gui
 

Classes in phenote.gui that implement CharacterTableSource
 class CharacterTable
          This is a beginning for an implementation of the character table as a GUIComponent.
 

Uses of CharacterTableSource in phenote.gui.field
 

Methods in phenote.gui.field with parameters of type CharacterTableSource
 void FieldPanelContainer.setTableSource(CharacterTableSource table)
          Resets the FieldPanel gui to edit the given table.
 

Constructors in phenote.gui.field with parameters of type CharacterTableSource
FieldPanel(CharacterTableSource table)