|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphenote.dataadapter.ScratchGroupsManager
public class ScratchGroupsManager
Manages group names and component factories for temporary collections of characters (scratch groups). These characters could be edited to use as templates which can be drag-copied into the main annotation table.
| Method Summary | |
|---|---|
void |
deleteScratchGroups(java.util.Collection<ScratchGroup> groups)
Deletes the scratch groups in the collection as well as the GUIComponentFactory for each. |
ScratchGroup |
getScratchGroup(java.lang.String id)
Returns the ScratchGroup with the given ID. |
ca.odell.glazedlists.EventList<ScratchGroup> |
getScratchGroups()
|
static ScratchGroupsManager |
inst()
|
ScratchGroup |
newScratchGroup()
Creates and returns a new ScratchGroup, meanwhile installing a GUIComponentFactory for it. |
static void |
reset()
|
void |
showScratchGroups(java.util.Collection<ScratchGroup> groups)
Shows the GUIComponent table representing each scratch group in the interface. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ScratchGroupsManager inst()
public static void reset()
public ca.odell.glazedlists.EventList<ScratchGroup> getScratchGroups()
public ScratchGroup getScratchGroup(java.lang.String id)
public ScratchGroup newScratchGroup()
public void deleteScratchGroups(java.util.Collection<ScratchGroup> groups)
public void showScratchGroups(java.util.Collection<ScratchGroup> groups)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||