Uses of Class
net.talvi.puffinplot.data.CustomFields

Packages that use CustomFields
net.talvi.puffinplot.data   
net.talvi.puffinplot.window   
 

Uses of CustomFields in net.talvi.puffinplot.data
 

Methods in net.talvi.puffinplot.data that return CustomFields
 CustomFields<java.lang.String> Suite.getCustomFlagNames()
          Returns the names (titles) of the custom flags for this suite.
 CustomFields<java.lang.Boolean> Sample.getCustomFlags()
          Returns this sample's custom flags.
 CustomFields<java.lang.String> Suite.getCustomNoteNames()
          Returns the names (titles) of the custom notes for this suite.
 CustomFields<java.lang.String> Sample.getCustomNotes()
          Returns this sample's custom notes.
 

Uses of CustomFields in net.talvi.puffinplot.window
 

Constructors in net.talvi.puffinplot.window with parameters of type CustomFields
CustomFieldEditor(CustomFields<java.lang.String> fields, java.lang.String title)
          Creates a new custom field editor window.