com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService._addDocumentCopyWithProperties(AnnotatedPluginDocument, ProgressListener, Map)
|
com.biomatters.geneious.publicapi.components.GeneiousActionToolbar.addButton(AbstractButton, boolean)
|
com.biomatters.geneious.publicapi.plugin.URLStreamHandlerManager.addStreamHandler(String, URLStreamHandler)
Do not call
|
com.biomatters.geneious.publicapi.utilities.SequenceUtilities.asJeblSequence(AnnotatedPluginDocument, SequenceDocument)
|
com.biomatters.geneious.publicapi.utilities.SequenceUtilities.asTranslation(CharSequence, GeneticCode)
|
com.biomatters.geneious.publicapi.documents.DocumentUtilities.createAnnotatedPluginDocument(Element, ElementProvider, boolean)
|
com.biomatters.geneious.publicapi.documents.DocumentUtilities.createAnnotatedPluginDocument(Element, ElementProvider, String)
|
com.biomatters.geneious.publicapi.plugin.SequenceGraphFactory.createDocumentBasedGraph(AnnotatedPluginDocument)
|
com.biomatters.geneious.publicapi.implementations.sequence.OligoSequenceDocument.createExtensionForPrimerAnnotation(SequenceAnnotation)
this method no longer works and there is no replacement in the API. Sorry!
|
com.biomatters.geneious.publicapi.utilities.FileUtilities.createTempFile(String, String)
|
com.biomatters.geneious.publicapi.plugin.TreeViewerExtension.Factory.createTreeViewerExtension(AnnotatedPluginDocument)
|
com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService.duplicateDocumentAndDealWithReferencedDocuments(AnnotatedPluginDocument, ElementProvider, AtomicReference)
use #duplicateDocumentAndDealWithReferencedDocuments
|
com.biomatters.geneious.publicapi.plugin.SequenceSelection.extractIntervals() |
com.biomatters.geneious.publicapi.implementations.SequenceExtractionUtilities.extractIntervals(SequenceDocument, String, GeneticCode, int, boolean, List, boolean, boolean)
|
com.biomatters.geneious.publicapi.documents.XMLSerializer.forName(String)
|
com.biomatters.geneious.publicapi.plugin.License.freeVersionName()
the "free" version of Geneious no longer has a name, features are simply restricted when no license is active. Deprecated in API 4.600 (Geneious 6.0.0)
|
com.biomatters.geneious.publicapi.plugin.License.freeVersionSuffix()
the "free" version of Geneious no longer has a name, features are simply restricted when no license is active. Deprecated in API 4.600 (Geneious 6.0.0)
|
com.biomatters.geneious.publicapi.implementations.sequence.SequencePropertiesStorage.fromXML(Element, NucleotideGraph) |
com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.generateAnnotations(AnnotatedPluginDocument[], SequenceAnnotationGenerator.SelectionRange, ProgressListener, Options)
use generate instead.
Create annotations from a set of documents.
Note: The operation will be run in a non AWT thread. If you need to perform user interface
interaction in addition to the options provided in the Options (for example prompting for user input)
then you need to place this inside a ThreadUtilities.invokeAndWait() function call.
WARNING: Geneious may call this method multiple times simultaneously.
Therefore, any implementation should not store its internal state
within instance fields.
WARNING: The default implementation of this method calls SequenceAnnotationGenerator.generate(com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument[], com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.SelectionRange, jebl.util.ProgressListener, Options)
but returns only the list of annotations, so any tracks, residue additions or deletions, and annotation deletions will not be respected.
If you are invoking a SequenceAnnotationGenerator in another plugin, call
SequenceAnnotationGenerator.generate(com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument[], com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.SelectionRange, jebl.util.ProgressListener, Options) instead.
|
com.biomatters.geneious.publicapi.utilities.SequenceUtilities.generateConsensusSequence(SequenceAlignmentDocument, ProgressListener)
|
com.biomatters.geneious.publicapi.plugin.AlignmentOperation.getAlignmentOptionsDescription(List, Options)
this functionality is now supplied by operation history
|
com.biomatters.geneious.publicapi.utilities.SequenceUtilities.getAnnotationsOfType(SequenceDocument, String)
|
com.biomatters.geneious.publicapi.plugin.ExtendedPrintable.Factory.getExtendedPrintableForTextComponent(JTextComponent)
|
com.biomatters.geneious.publicapi.utilities.SequenceUtilities.getForwardRegexForSequence(CharSequence, SequenceType, boolean, boolean)
|
com.biomatters.geneious.publicapi.components.ProgressFrame.getFrame()
|
com.biomatters.geneious.publicapi.plugin.SequenceSelection.getIntervals()
|
com.biomatters.geneious.publicapi.utilities.Interval.getMax()
|
com.biomatters.geneious.publicapi.plugin.GeneiousPlugin.getPreferences()
GeneiousPreferences are the old style way of providing preferences. Use GeneiousPlugin.getPluginPreferences() instead which is more powerful and more consistent with other areas of the Geneious API.
|
com.biomatters.geneious.publicapi.plugin.GeneiousService.getPreferences()
|
com.biomatters.geneious.publicapi.plugin.ExtendedPrintable.getRequiredHeight(int, Options)
|
com.biomatters.geneious.publicapi.plugin.ExtendedPrintable.getRequiredWidth(Options)
|
com.biomatters.geneious.publicapi.plugin.SequenceSelection.getSelectedSequences()
|
com.biomatters.geneious.publicapi.plugin.SequenceSelection.SelectionInterval.getSequence()
|
com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument.getSummary()
|
com.biomatters.geneious.publicapi.utilities.Interval.getTo()
|
com.biomatters.geneious.publicapi.documents.DocumentUtilities.getUniqueNameForDocument(String)
use getUniqueNameForDocument(String, WritableDatabaseService, Collection)
|
com.biomatters.geneious.publicapi.documents.DocumentUtilities.getUniqueNameForDocument(String, boolean)
use getUniqueNameForDocument(String, WritableDatabaseService, Collection)
|
com.biomatters.geneious.publicapi.plugin.DocumentFileImporter.importDocumentsFromMultipleFiles(List, DocumentFileImporter.ImportCallback, ProgressListener)
|
com.biomatters.geneious.publicapi.utilities.SystemUtilities.isJava6OrLater()
As of version 6.0.0 Geneious is Java 6 or later only, this will always return true
|
com.biomatters.geneious.publicapi.plugin.DocumentFileExporter.isProOnly()
Importers and exporters should not be restricted, all though this method still functions.
|
com.biomatters.geneious.publicapi.plugin.DocumentFileImporter.isProOnly()
Importers and exporters should not be restricted, all though this method still functions.
|
com.biomatters.geneious.publicapi.plugin.TestGeneious.isRunningApplication()
|
com.biomatters.geneious.publicapi.utilities.SystemUtilities.isSolaris()
Geneious is no longer supported on Solaris
|
com.biomatters.geneious.publicapi.utilities.SystemUtilities.isSolarisSparc()
Geneious is no longer supported on Solaris
|
com.biomatters.geneious.publicapi.utilities.SystemUtilities.isSolarisX86()
Geneious is no longer supported on Solaris
|
com.biomatters.geneious.publicapi.plugin.DocumentSelectionSignature.matches(DocumentSelectionSignature[], Class[])
|
com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationInterval.merge(List)
|
com.biomatters.geneious.publicapi.plugin.License.premiumVersionName()
there never was and there will never be a premium version of Geneious. Deprecated in API 4.600 (Geneious 6.0.0)
|
com.biomatters.geneious.publicapi.plugin.License.premiumVersionPrefix()
there never was and there will never be a premium version of Geneious. Deprecated in API 4.600 (Geneious 6.0.0)
|
com.biomatters.geneious.publicapi.plugin.License.proVersionName()
there is no "Pro" version anymore, Geneious is Geneious. Consider using
Geneious.getName() instead. Deprecated in API 4.600 (Geneious 6.0.0)
|
com.biomatters.geneious.publicapi.plugin.License.proVersionSuffix()
|
com.biomatters.geneious.publicapi.plugin.URLStreamHandlerManager.removeStreamHandler(String, URLStreamHandler)
Do not call
|
com.biomatters.geneious.publicapi.databaseservice.DatabaseService.resumeSearch(String, RetrieveCallback)
Geneious no longer supports resuming searches
|
com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationInterval.reverse()
|
com.biomatters.geneious.publicapi.components.ProgressFrame.setAutoMinimize(int)
this isn't nice for the users. Don't use it.
|
com.biomatters.geneious.publicapi.plugin.AssemblerInput.Properties.setLengthOfReferenceSequences(long)
|
com.biomatters.geneious.publicapi.databaseservice.RetrieveCallback.setSearchResumptionIdentifier(String)
Geneious no longer supports resuming searches
|
com.biomatters.geneious.publicapi.implementations.DefaultTreeDocument.setSource(String, String)
Geneious tree documents no longer store the original source, so this method does nothing.
|
com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument.setSummary(String)
|
com.biomatters.geneious.publicapi.implementations.SequenceExtractionUtilities.ExtractionOptions.setTranslation(GeneticCode, int)
|
com.biomatters.geneious.publicapi.components.OptionsPanel.setVerticalSpacing(int)
|
com.biomatters.geneious.publicapi.implementations.SequenceExtractionUtilities.translate(SequenceDocument, SequenceAnnotation)
|
com.biomatters.geneious.publicapi.documents.DocumentUtilities.wouldDocumentNameBeUnique(String) |