Uses of Class
phenote.dataadapter.ScratchGroup

Packages that use ScratchGroup
phenote.dataadapter Generalized methods for creating customized Data Adapters 
phenote.gui   
 

Uses of ScratchGroup in phenote.dataadapter
 

Methods in phenote.dataadapter that return ScratchGroup
 ScratchGroup ScratchGroupsManager.getScratchGroup(java.lang.String id)
          Returns the ScratchGroup with the given ID.
 ScratchGroup ScratchGroupsManager.newScratchGroup()
          Creates and returns a new ScratchGroup, meanwhile installing a GUIComponentFactory for it.
 

Methods in phenote.dataadapter that return types with arguments of type ScratchGroup
 ca.odell.glazedlists.EventList<ScratchGroup> ScratchGroupsManager.getScratchGroups()
           
 

Method parameters in phenote.dataadapter with type arguments of type ScratchGroup
 void ScratchGroupsManager.deleteScratchGroups(java.util.Collection<ScratchGroup> groups)
          Deletes the scratch groups in the collection as well as the GUIComponentFactory for each.
 void ScratchGroupsManager.showScratchGroups(java.util.Collection<ScratchGroup> groups)
          Shows the GUIComponent table representing each scratch group in the interface.
 

Uses of ScratchGroup in phenote.gui
 

Constructors in phenote.gui with parameters of type ScratchGroup
CharacterTable(ScratchGroup group, java.lang.String id)
           
CharacterTableController(ScratchGroup group)