Uses of Interface
adams.data.idextraction.IDExtractor
-
Packages that use IDExtractor Package Description adams.data.idextraction adams.gui.visualization.container.datacontainerpanel.containerlistpopup -
-
Uses of IDExtractor in adams.data.idextraction
Classes in adams.data.idextraction that implement IDExtractor Modifier and Type Class Description class
AbstractIDExtractor
Ancestor for schemes that extract the ID from objects.class
Manual
Just returns the supplied ID.class
Null
Does nothing.class
ReportField
Returns the value of the specified field.class
ReportFieldRegExp
Returns the value of the specified field after passing it through the find/replace pair.class
SpreadSheetCell
Returns the cell value of the spreadsheet row. -
Uses of IDExtractor in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
Fields in adams.gui.visualization.container.datacontainerpanel.containerlistpopup declared as IDExtractor Modifier and Type Field Description protected IDExtractor
UpdateID. m_LastExtractor
the last extraction used.
-