- AbstractPluginDocument - Class in com.biomatters.geneious.publicapi.documents
-
This class provides a "Field based" implementation of a Plugin documents.
- AbstractPluginDocument(Date) - Constructor for class com.biomatters.geneious.publicapi.documents.AbstractPluginDocument
-
Construct a new document with a given time of creation.
- AbstractPluginDocument(Date, URN) - Constructor for class com.biomatters.geneious.publicapi.documents.AbstractPluginDocument
-
Construct a new document with a given URN and time of creation.
- AbstractPluginDocument() - Constructor for class com.biomatters.geneious.publicapi.documents.AbstractPluginDocument
-
Create a new document with a creation date taken from system clock.
- acceptsChangesAfterRetrieveCompletes(SimpleListener) - Method in class com.biomatters.geneious.publicapi.databaseservice.RetrieveCallback
-
If a database service wishes to make changes to the result of a retrieve after the retrieve
method has returned then it should call this method first.
- ACCESSION_FIELD - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Visible, non-editable field representing a document's accession.
- ACTION_MAP_KEY_COPY - Static variable in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Standard Java Action map key for Edit -> Copy.
- ACTION_MAP_KEY_CUT - Static variable in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Standard Java Action map key for Edit -> Cut.
- ACTION_MAP_KEY_DELETE - Static variable in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Standard Java Action map key for Edit -> Delete.
- ACTION_MAP_KEY_PASTE - Static variable in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Standard Java Action map key for Edit -> Paste.
- ACTION_MAP_KEY_REDO - Static variable in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Geneious Action map key for Edit -> Redo.
- ACTION_MAP_KEY_SELECT_ALL - Static variable in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Standard Java Action map key for Edit -> Select All on anything but a JTable.
- ACTION_MAP_KEY_SELECT_ALL_TABLE - Static variable in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Standard Java Action map key for Edit -> Select All on a JTable.
- ACTION_MAP_KEY_UNDO - Static variable in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Geneious Action map key for Edit -> Undo.
- actionPerformed(AnnotatedPluginDocument[]) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentAction
-
Perform a document action.
- actionPerformed(ActionEvent) - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction.Divider
-
- actionPerformed(ActionEvent) - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction.SubMenu
-
- actionPerformed(ActionEvent) - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction.ToggleAction
-
- ActionProvider - Class in com.biomatters.geneious.publicapi.plugin
-
May be supplied by a
DocumentViewer
to support standard actions (such as copy and paste) or any additional custom actions.
- ActionProvider(ActionProvider) - Constructor for class com.biomatters.geneious.publicapi.plugin.ActionProvider
-
Create a wrapper ActionProvider that delegates all methods to an internal ActionProvider.
- ActionProvider() - Constructor for class com.biomatters.geneious.publicapi.plugin.ActionProvider
-
Default constructor.
- actionsChanged() - Method in class com.biomatters.geneious.publicapi.databaseservice.DatabaseServiceListener
-
- actionToggled(ActionEvent, boolean) - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction.ToggleAction
-
Called when the action is performed, indicating that the selected state of the action has changed.
- add(Component, Object) - Method in class com.biomatters.geneious.publicapi.components.DialogButtonPanel
-
- add(PluginDocument, Map<String, Object>) - Method in class com.biomatters.geneious.publicapi.databaseservice.RetrieveCallback
-
- add(AnnotatedPluginDocument, Map<String, Object>) - Method in class com.biomatters.geneious.publicapi.databaseservice.RetrieveCallback
-
- add(T, long) - Method in class com.biomatters.geneious.publicapi.documents.sequence.ExternalSort
-
Adds a new element to sort
- add(Runnable) - Static method in class com.biomatters.geneious.publicapi.utilities.CallSoon
-
- add(Runnable, long, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.CallSoon
-
- add(Runnable, long, boolean, CallSoon.EnabledProvider) - Static method in class com.biomatters.geneious.publicapi.utilities.CallSoon
-
Invoke this runnable soon in the Event dispatch thread.
- add(Object, Runnable) - Static method in class com.biomatters.geneious.publicapi.utilities.GarbageCollectionNotifier
-
Sets things up so that soon after this object is garbage collected, the given Runnable is invoked.
- add(int) - Method in class com.biomatters.geneious.publicapi.utilities.IntList.Array
-
Adds a new element to the end of the list
- add(T) - Method in class com.biomatters.geneious.publicapi.utilities.MultiThreadedProcessingSystem
-
Adds a new entry to be processed.
- add(E) - Method in class com.biomatters.geneious.publicapi.utilities.WeakReferenceList
-
Adds a weak reference to the given object
- add(SimpleListener) - Method in class com.biomatters.geneious.publicapi.utilities.WeakSimpleListenerManager
-
- addAction(GeneiousAction) - Method in class com.biomatters.geneious.publicapi.components.GeneiousActionToolbar
-
Add an action to the toolbar.
- addAction(GeneiousAction, boolean) - Method in class com.biomatters.geneious.publicapi.components.GeneiousActionToolbar
-
Add an action to the toolbar.
- addAction(GeneiousAction, boolean, boolean) - Method in class com.biomatters.geneious.publicapi.components.GeneiousActionToolbar
-
Add an action to the toolbar.
- addActionListener(ActionListener) - Method in class com.biomatters.geneious.publicapi.plugin.Options.ButtonOption
-
Adds a listener to be notified when this button option is clicked
- addActionListener(ActionListener) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.SelectionGrabOption
-
Adds a listener to be notified when the button has been clicked on.
- addActionsChangedListener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.plugin.ActionProvider
-
if the action provider may change the actions it provides at some point then it should notify
all of the listeners that have been added using this function.
- addActiveOptionsChangedListener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.plugin.PluginPreferences
-
- addAdditionalAction(GeneiousAction) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
- addAdditionalHelp(String) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
- addAlignmentReferenceSequence(SequenceDocument, ProgressListener) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk.Builder
-
Adds a reference sequence when building an alignment.
- addAminoAcidSequence(AnnotatedPluginDocument) - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultSequenceListDocument
-
- addAminoAcidSequence(AminoAcidSequenceDocument) - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultSequenceListDocument
-
- addAminoAcidSequence(AminoAcidSequenceDocument) - Method in interface com.biomatters.geneious.publicapi.documents.sequence.EditableSequenceListDocument
-
Adds the given amino acid sequence to the end of the list of amino acid sequences in this document
Note that using this method will require loading the entire sequence list into memory, which
might not be possible on large sequence lists.
- addAndReturnGeneratedDocuments(List<AnnotatedPluginDocument>, boolean, List<AnnotatedPluginDocument>, WritableDatabaseService) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Adds a list of documents that have just been generated to Geneious so that appear in the users local database
and so that they become visible in the document table.
- addAndReturnGeneratedDocuments(List<AnnotatedPluginDocument>, boolean, List<AnnotatedPluginDocument>) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Adds a list of documents that have just been generated to Geneious so that appear in the users local database
and returns the newly added documents.
- addAnnotationToAdd(SequenceAnnotation) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResult
-
Adds an annotation to be added to the sequence once this annotation generator finishes.
- addAnnotationToRemove(SequenceAnnotation) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResult
-
Adds an annotation to the list of annotations to be removed from the sequence once this annotation generator finishes.
- addAssemblyReportText(String) - Method in class com.biomatters.geneious.publicapi.plugin.Assembler.Callback
-
Adds some text to be included in the assembly report (if the user chooses to generate or display one).
- addBooleanOption(String, String, Boolean) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add an option that stores a Boolean and is represented graphically as a check box.
- addButton(AbstractButton, boolean) - Method in class com.biomatters.geneious.publicapi.components.GeneiousActionToolbar
-
- addButtonOption(String, String, String, Icon, int) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
- addButtonOption(String, String, String) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
- addChangeListener(ChangeListener) - Method in class com.biomatters.geneious.publicapi.components.ZoomPanel
-
Add a listener to be notified when the zoom changes
- addChangeListener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.databaseservice.FolderView
-
Add a listener which is notified whenever the contents of the folder view folder is changed.
- addChangeListener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.documents.DocumentNoteField
-
Add a listener which will be notified when any changes are made to this field (eg.
- addChangeListener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Properties
-
Adds a listener to be notified when the values of any properties change.
- addChangelistener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPreferences.GeneiousPreference
-
Deprecated.
Add a listener to this preference which will get fired whenever the current value
of the preference is changed.
- addChangeListener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
add a listener to be notified when the value of any option changes
The listener is also notified if
some options requires an active license, and the licence type changes.
- addChangeListener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.plugin.Options.MultipleOptions
-
Add a listener to be notified when any of the values or number of values
for these multiple options change.
- addChangeListener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
Add a listener to be notified when the value of this option changes.
- addChildOptions(String, String, String) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Creates, adds and returns some child options.
- addChildOptions(String, String, String, Options) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
- addChildOptions(String, String, String, Options, boolean) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Adds a set of existing Options as child options of this Options.
- addChildOptionsDependent(Options, ValueType, boolean) - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
Make the enabled state of some child options depend on the current value of this option.
- addChildOptionsPageChooser(String, String, List<String>, Options.PageChooserType, boolean) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Makes all previously added child options available via a list of tab buttons.
- addCollapsibleChildOptions(String, String, String, Options, boolean, boolean) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add child options that can be expanded and collapsed.
- addComboBoxOption(String, String, List<? extends T>, T) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add a new ComboBoxOption.
- addComboBoxOption(String, String, T[], T) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add a new ComboBoxOption.
- addComponent(JComponent, boolean) - Method in class com.biomatters.geneious.publicapi.components.OptionsPanel
-
Add a component without a label.
- addComponentLocationChangedListener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension
-
- addComponentPositionActions(GeneiousActionToolbar, SequenceViewerExtension.ComponentLocation...) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension
-
- addComponentPositionPopInOrOutAction(GeneiousActionToolbar, SequenceViewerExtension.ComponentLocation, SequenceViewerExtension.ComponentLocation) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension
-
- addComponentWithLabel(String, JComponent, boolean) - Method in class com.biomatters.geneious.publicapi.components.OptionsPanel
-
Add a component with a label.
- addComponentWithLabel(JLabel, JComponent, boolean) - Method in class com.biomatters.geneious.publicapi.components.OptionsPanel
-
Add a component with a label.
- addContigDocument(SequenceAlignmentDocument, NucleotideSequenceDocument, boolean, ProgressListener) - Method in class com.biomatters.geneious.publicapi.plugin.Assembler.Callback
-
Adds a contig generated by this assembler.
- addContigReferenceSequence(SequenceDocument) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
Adds a sequence as the contig reference sequence {see @link #getContigReferenceSequenceIndex()}.
- addCustomComponent(GeneiousActionToolbar.CustomToolbarComponent) - Method in class com.biomatters.geneious.publicapi.components.GeneiousActionToolbar
-
Adds a custom component to the toolbar.
- addCustomComponent(JComponent) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Adds a custom component that will be laid out along with all the standard
options.
- addCustomComponent(Options.ComponentCreator) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Adds a custom component that will be laid out along with all the standard
options.
- addCustomOption(OptionType) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add a custom option.
- addDatabase(File, String, Options, ProgressListener, DatabaseService.SequenceSearchQueryType) - Method in class com.biomatters.geneious.publicapi.databaseservice.SequenceDatabaseSuperService
-
Add a new sequence database to the service from a file on disk.
- addDatabase(AnnotatedPluginDocument[], String, Options, ProgressListener) - Method in class com.biomatters.geneious.publicapi.databaseservice.SequenceDatabaseSuperService
-
Add a new sequence database to the service from a selection of documents in Geneious.
- addDatabaseServiceListener(DatabaseServiceListener) - Method in class com.biomatters.geneious.publicapi.databaseservice.DatabaseService
-
- addDatabaseServiceListener(DatabaseServiceListener) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
- addDateOption(String, String, Date) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add an option that stores a Date (day, month and year only) and is displayed graphically
to the user as a set of 3 spinners together with a button that opens a new dialog for nicer date selection
from a calendar style view.
- addDefaultsRestoredListener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
add a listener to be notified when the options are restored to their defaults
(e.g.
- addDependent(Options.Option, boolean) - Method in class com.biomatters.geneious.publicapi.plugin.Options.BooleanOption
-
Makes another option's enabled state depend on this boolean option being on or off.
- addDependent(Options.Option, boolean, boolean) - Method in class com.biomatters.geneious.publicapi.plugin.Options.BooleanOption
-
Makes another option's enabled state depend on this boolean option being on or off.
- addDependent(Options.Option, ValueType) - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
Makes another option's enabled state depend on the current value of this option.
- addDependent(ValueType, Options.Option, boolean) - Method in class com.biomatters.geneious.publicapi.plugin.Options.RadioOption
-
Adds a dependent option that will be enabled when the radio button associated with the OptionValue is
selected, and disabled when it is not.
- addDependent(ValueType, Options, boolean) - Method in class com.biomatters.geneious.publicapi.plugin.Options.RadioOption
-
Adds a dependent option that will be enabled when the radio button associated with the OptionValue is
selected, and disabled when it is not.
- addDependentChildOptions(Options, String) - Method in class com.biomatters.geneious.publicapi.plugin.Options.ButtonOption
-
The child options passed into this method will not be displayed inline in the options panel.
- addDescendantOperationRecord(URN) - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Adds a record of an operation where this document was an input document to the operation.
- addDisplayableField(DocumentField) - Method in class com.biomatters.geneious.publicapi.documents.AbstractPluginDocument
-
adds a displayable field to the document that is stored with the documents.
- addDivider() - Method in class com.biomatters.geneious.publicapi.components.OptionsPanel
-
Add a 1 pixel high, gray horizontal line which divides the components vertically.
- addDivider(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add a new divider that is displayed between options when the options are graphically presented to the user.
- addDividerWithLabel(String) - Method in class com.biomatters.geneious.publicapi.components.OptionsPanel
-
Add a 1 pixel high, gray horizontal line which divides the components vertically.
- addDocument(AnnotatedPluginDocument, ProgressListener) - Method in class com.biomatters.geneious.publicapi.plugin.Assembler.Callback
-
Adds a document generated by this assembler.
- addDocument(PluginDocument) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileImporter.ImportCallback
-
Report back one imported PluginDocument.
- addDocument(AnnotatedPluginDocument) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileImporter.ImportCallback
-
Report back one imported AnnotatedPluginDocument.
- addDocument(AnnotatedPluginDocument, ProgressListener) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileImporter.ImportCallback
-
Report back one imported AnnotatedPluginDocument.
- addDocument(AnnotatedPluginDocument, ProgressListener, String) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileImporter.ImportCallback
-
Report back one imported AnnotatedPluginDocument.
- addDocument(PluginDocument, boolean, ProgressListener) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.OperationCallback
-
returns a document from the operaiton while the operation is still in progress.
- addDocument(AnnotatedPluginDocument, boolean, ProgressListener) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.OperationCallback
-
returns a document from the operation while the operation is still in progress.
- addDocument(AnnotatedPluginDocument, boolean, ProgressListener) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.OperationCallback.Wrapper
-
- addDocumentCopy(AnnotatedPluginDocument, ProgressListener) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Add a copy of this document to this database.
- addDocumentCopyWithProperties(AnnotatedPluginDocument, ProgressListener, Map<String, Object>) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
- addDocumentCopyWithProperties(AnnotatedPluginDocument, ProgressListener, Map<String, Object>, URN) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Add a copy of this document to this database with additional properties that
will show up as associated with this document on any future queries while the document resides in this folder.
- addDocumentFieldToSet(DocumentFieldAndValue) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResult
-
Adds a document field and value (or replaces an existing note with the same
Object.getClass()
) to the sequence.
- addDocumentNoteToSet(DocumentNote) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResult
-
- addDocumentProperties(URN, Map<String, Object>) - Method in class com.biomatters.geneious.publicapi.databaseservice.FolderView
-
Add a set of properties associated with a document.
- addDocumentProperties(Map<URN, Map<String, Object>>) - Method in class com.biomatters.geneious.publicapi.databaseservice.FolderView
-
Update search properties for several documents at once.
- addDocumentSelectionOption(String, String, DocumentSelectionOption.FolderOrDocuments, DocumentType, List<DocumentField>, boolean, List<AnnotatedPluginDocument>) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
An option to allow the user to select a number of documents of a particular type from their local database.
- addDocumentsUpdatedListener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.documents.DocumentSearchCache
-
Add a listener to be fired when the list of documents in the cache changes (either because
new documents are added or old documents have been deleted).
- addDoubleOption(String, String, Double, Double, Double) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add an option that stores an Double and is displayed graphically
to the user as a single line text field with a spinner (up and down arrow)
on the right-hand side
For information on what the initial value of this option is set to see
addStringOption
.
- addDoubleOption(String, String, Double) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add an option that stores an Double and is displayed graphically
to the user as a single line text field with a spinner (up and down arrow)
on the right-hand side
For information on what the initial value of this option is set to see
addStringOption
.
- addEditableComboBoxOption(String, String, String, String[]) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add an option that stores a String that is displayed graphically to the user as a single line text field.
- addEditableComboBoxOption(String, String, String, String[], int) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add an option that stores a String that is displayed graphically to the user as a single line text field.
- addEditMenuSupport(JTextComponent) - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Links a JTextComponent
to the Edit menu actions Cut, Copy, Paste and Select All.
- addExecutableFileSelectionOption(String, String, String) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Adds an ExecutableFileSelectionOption where the default executable path is just the filename
without a path component, i.e.
- addExecutableFileSelectionOption(String, String, String, String) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add an option that provides the user with an executable file name and provides assistance with finding
the location of it.
- addFeedbackAction(String, SimpleListener) - Method in class com.biomatters.geneious.publicapi.components.ProgressFrame
-
- addFeedbackAction(String, String, SimpleListener) - Method in class com.biomatters.geneious.publicapi.components.ProgressFrame
-
- addFeedbackAction(String, SimpleListener) - Method in class com.biomatters.geneious.publicapi.databaseservice.RetrieveCallback
-
- addFeedbackAction(String, String, SimpleListener) - Method in class com.biomatters.geneious.publicapi.databaseservice.RetrieveCallback
-
- addField(String, String, String) - Method in class com.biomatters.geneious.publicapi.documents.DocumentHistoryEntry
-
- addFileSelectionOption(String, String, String, String[], String) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add an option that provides functionality to let the user choose a file.
- addFileSelectionOption(String, String, String, String[], String, FilenameFilter) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add an option that provides functionality to let the user choose a file.
- addFileSelectionOption(String, String, String) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add an option that provides functionality to let the user choose a file.
- addGap() - Method in class com.biomatters.geneious.publicapi.components.OptionsPanel
-
Add an empty component which will introduce a space between the last and next component.
- addGeneiousServiceListener(GeneiousServiceListener) - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousService
-
Add a listener to be notified about changes to this service.
- addGeneratedDocument(AnnotatedPluginDocument, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Adds a newly generated document that will appear in the users local database.
- addGeneratedDocuments(List<AnnotatedPluginDocument>, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Adds newly generated documents that will appear in the users local database.
- addGeneratedDocuments(List<AnnotatedPluginDocument>, boolean, List<AnnotatedPluginDocument>) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Adds a list of documents that have just been generated to Geneious so that appear in the users local database
and so that they become visible in the document table.
- addGeneratedDocuments(List<AnnotatedPluginDocument>, boolean, List<AnnotatedPluginDocument>, WritableDatabaseService) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Adds a list of documents that have just been generated to Geneious so that appear in the users local database
and so that they become visible in the document table.
- addGeneratedPluginDocument(PluginDocument, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Adds a newly generated document that will appear in the users local database.
- addGeneratedPluginDocuments(List<PluginDocument>, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Adds newly generated documents that will appear in the users local database.
- addHelpButton(String, String) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
- addHelpButtonOption(String, String) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Adds a little help button (with a question mark on it) which when clicked shows a dialog containing a message
- addHiddenElement(Element, ProgressListener) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Adds a new hidden element to this database and generates a new unique name
which is returned.
- addHiddenElement(String, Element, ProgressListener) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
adds a new hidden element to this database using the given name.
- addHistoryEntry(DocumentHistoryEntry) - Method in class com.biomatters.geneious.publicapi.documents.DocumentHistory
-
- addHistoryEntry(DocumentHistoryEntry, boolean) - Method in class com.biomatters.geneious.publicapi.documents.DocumentHistory
-
- addIntegerOption(String, String, Integer, Integer, Integer) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add option that stores an Integer and is displayed graphically
to the user as a single line text field with a spinner (up and down arrow)
on the right-hand side
For information on what the initial value of this option is set to see
addStringOption
.
- addIntegerOption(String, String, Integer) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add option that stores an Integer and is displayed graphically
to the user as a single line text field with a spinner (up and down arrow)
on the right-hand side
For information on what the initial value of this option is set to see
addStringOption
.
- addInterval(int, int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
Add one left to right interval to this annotation.
- addInterval(int, int, SequenceAnnotationInterval.Direction) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
Add one interval to this annotation.
- addInterval(SequenceAnnotationInterval) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
add a new interval to this annotation.
- addIntervals(Collection<SequenceAnnotationInterval>) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
adds a collection of intervals to this annotation
- addItem(Object) - Method in class com.biomatters.geneious.publicapi.components.GComboBox
-
- AdditionalSearchContent - Interface in com.biomatters.geneious.publicapi.documents
-
Interface implemented by a document which has text stored in places other than the document fields and want that
text available for search.
- AdditionalSearchContent.Result - Class in com.biomatters.geneious.publicapi.documents
-
Searchable content for a single category.
- AdditionalSearchContent.Result(DocumentField, String) - Constructor for class com.biomatters.geneious.publicapi.documents.AdditionalSearchContent.Result
-
Constructor.
- AdditionalSearchContent.Utilities - Class in com.biomatters.geneious.publicapi.documents
-
Small helpers for extracting searchable content from XML data.
- AdditionalSearchContent.Utilities() - Constructor for class com.biomatters.geneious.publicapi.documents.AdditionalSearchContent.Utilities
-
- AdditionalSearchContent.Utilities.Filter - Enum in com.biomatters.geneious.publicapi.documents
-
Various filterng options on element text.
- AdditionalSearchContent.Utilities.FilterElement - Interface in com.biomatters.geneious.publicapi.documents
-
Provide directions on how to handle element
- additionalXmlChanged() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Notifies the document that additional XML retrieved already may have changed.
- addKeyStrokesToTooltips(KeyStroke, KeyStroke, KeyStroke, KeyStroke, KeyStroke) - Method in class com.biomatters.geneious.publicapi.components.ZoomPanel
-
Add a textual representation of a shortcut key to the tooltip for each button.
- addLabel(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add a new label that is displayed between options when the options are graphically presented to the user.
- addLabel(String, boolean, boolean) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add a new label that is displayed between options when the options are graphically presented to the user.
- addLabelWithIcon(String, Icons) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Adds a label with an icon to the left of it.
- addLicenseTypeChangeListener(SimpleListener) - Static method in class com.biomatters.geneious.publicapi.plugin.License
-
Adds a listener to be notified when the license changes.
- addLocationChangedListener(OperationLocationOptions.LocationChangedListener) - Method in class com.biomatters.geneious.publicapi.plugin.OperationLocationOptions
-
Registers a listener that will be notified when the location changes.
- addMultipleLineStringOption(String, String, String, int, boolean) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add an option that stores a String and is displayed to the user as a multiple line text area
It will have its value set to its default value.
- addMultipleOptions(String, Options, boolean) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Adds a set of Options so that the user is able to choose to have one or more instances
of these child options through the use of +/- buttons to the right of the options.
- addName(String) - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence.Builder
-
Adds a name that will later be used in a call to create a sequence.
- addNameOfSequence(String) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk.Builder
-
- addNucleotideSequence(AnnotatedPluginDocument) - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultSequenceListDocument
-
- addNucleotideSequence(NucleotideSequenceDocument) - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultSequenceListDocument
-
- addNucleotideSequence(NucleotideSequenceDocument) - Method in interface com.biomatters.geneious.publicapi.documents.sequence.EditableSequenceListDocument
-
Adds the given nucleotide sequence to the end of the list of nucleotide sequences in this document
Note that using this method will require loading the entire sequence list into memory, which
might not be possible on large sequence lists.
- addNucleotideSequenceNameOnFirstPass(String) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileImporter.ImportCallback
-
To improve import performance on nextgen sized sequence lists, an importer may optionally
make a first pass of the nucleotide sequences and call this method with each sequence name during the first
pass.
- addOutputDocument(URN) - Method in class com.biomatters.geneious.publicapi.documents.OperationRecordDocument
-
adds an output document that this operation produced.
- addOverlayIcons(Icons) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
add an icon which will be drawn on top of the standard database icon
- addPluginChangedListener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
Adds a listener to be notified when this plugin changes any of the
functionality (services, operations, importers etc) that it provides.
- addPopupEditMenu(JTextComponent) - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Add a popup menu to a JTextComponent
which contains the standard Edit menu actions Cut, Copy, Paste,
Select All, Undo and Redo.
- addPossibleValue(ValueType) - Method in class com.biomatters.geneious.publicapi.plugin.Options.ComboBoxOption
-
Add a new value for this option.
- addPrimerSelectionOption(String, String, DocumentSelectionOption.FolderOrDocuments, boolean, List<AnnotatedPluginDocument>) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
A convenience method for adding a document selection option for primers.
- addProgressListener(ProgressListener) - Method in class com.biomatters.geneious.publicapi.components.ProgressFrame
-
Adds a listener to be notified about all progress messages (i.e all methods in ProgressListener) that this ProgressFrame receives.
- addQualifier(String, String) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
Add a
qualifier
with the specified name-value mapping.
- addQualifier(SequenceAnnotationQualifier) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
- addQualifier(SequenceAnnotationQualifier) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack
-
Adds a new qualifier to this track.
- addQualifiers(Collection<SequenceAnnotationQualifier>) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
Adds all the given qualifiers to this annotation
- addRadioOption(String, String, T[], T, Options.Alignment) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Construct a new Radio option.
- addRadioOption(String, String, List<T>, T, Options.Alignment) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Construct a new Radio option.
- addReferencedDocument(AnnotatedPluginDocument) - Method in class com.biomatters.geneious.publicapi.documents.DocumentCollection
-
Adds the given document to a list of documents to be referenced.
- addReferencedDocumentUrn(URN) - Method in class com.biomatters.geneious.publicapi.documents.AbstractPluginDocument
-
Adds the given document URN to a list of documents to be referenced.
- addResidueAdjustment(SequenceAnnotationGenerator.AnnotationGeneratorResult.ResidueAdjustment) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResult
-
Adds a residue insertion, deletion or adjustment to be applied to the sequence.
- addSearchCancelledListener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.databaseservice.RetrieveCallback
-
Add a listener to be notified when a search on this database has been cancelled
- addSearchResultPropertiesAdjuster(WritableDatabaseService.SearchResultPropertiesAdjuster) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Add a SearchResultPropertiesAdjuster to this database service.
- addSelectedAnnotationsChangedListener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.PropertyRetrieverAndEditor
-
- addSequence(SequenceDocument) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
Add a sequence to the end of the alignment.
- addSequence(SequenceDocument, ProgressListener) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk.Builder
-
Adds a new unpaired sequence.
- addSequence(SequenceDocument) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
Adds a new sequence for this summary.
- addSequence(SequenceDocument) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- addSequence(SequenceDocument) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultPhylogenyDocument
-
- addSequence(SequenceCharSequence) - Method in class com.biomatters.geneious.publicapi.implementations.EndGapsManager.Builder
-
Adds a new sequence to this builder
- addSequence() - Method in class com.biomatters.geneious.publicapi.implementations.PairedReadManager
-
Adds a sequence to be managed by this paired read manager.
- addSequence(SequenceDocument) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- addSequenceAnnotation(SequenceAnnotation) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultSequenceDocument
-
Add a sequence annotation to this document.
- addSequenceAnnotation(SequenceAnnotation) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.OligoSequenceDocument
-
- addSequenceTrackToAdd(SequenceTrack) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResult
-
Adds a new sequence track to be added to the sequence once this annotation generator finishes.
- addSequenceWithMate(SequenceDocument, SequenceDocument, int, int, ProgressListener) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk.Builder
-
Similar to
addSequence
but this version adds 2 sequences which are paired
- addSequenceWithMate(int, int) - Method in class com.biomatters.geneious.publicapi.implementations.PairedReadManager.Builder
-
Records the mateIndex and expected distance to the mate for the current sequence in the alignment or list.
- addSequenceWithoutMate() - Method in class com.biomatters.geneious.publicapi.implementations.PairedReadManager.Builder
-
Adds a new sequence which doesn't have a mate in this data set.
- addServiceOption(String, String, WritableDatabaseService) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
- addShortcutChangeListener(GeneiousActionOptions.ShortcutChangeListener) - Static method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
- addSpanningComponent(JComponent) - Method in class com.biomatters.geneious.publicapi.components.OptionsPanel
-
Add a component which fills the entire width of the panel.
- addSpanningComponent(JComponent, boolean, int) - Method in class com.biomatters.geneious.publicapi.components.OptionsPanel
-
Add a component which spans both the label and component areas.
- addSpanningComponent(JComponent, boolean, int, double) - Method in class com.biomatters.geneious.publicapi.components.OptionsPanel
-
Add a component which spans both the label and component areas.
- addStateChangeListener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.components.MoreOptionsButton
-
Add a listener to the button which is fired when its state is changed between "More Options" and "Fewer Options".
- addStreamHandler(String, URLStreamHandler) - Static method in class com.biomatters.geneious.publicapi.plugin.URLStreamHandlerManager
-
- addStringOption(String, String, String, String) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Add an option that stores a String that is displayed graphically to the user as a single line text field.
- addStringOption(String, String, String) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
- addSubMenuActionsChangedListener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction.SubMenu
-
Add a simple listener to this action which will be fired when the actions in the submenu/popup-menu are changed.
- addSubmenuDivider(double) - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
- addTrack(SequenceTrack) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack.Manager
-
Adds a new track to this sequence.
- addTreeChangedListener(TreeChangeListener) - Method in class com.biomatters.geneious.publicapi.plugin.TreeViewerExtension
-
Add a listener to be notified when the tree changes.
- addTwoComponents(JComponent, JComponent, boolean, boolean) - Method in class com.biomatters.geneious.publicapi.components.OptionsPanel
-
Add two components, one is instead of the label on the left.
- addUndoSupport(JTextComponent) - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Add Undo and Redo capability to a JTextComponent
.
- addUnusedRead(AssemblerInput.Read, ProgressListener) - Method in class com.biomatters.geneious.publicapi.plugin.Assembler.Callback
-
Adds a read that was not assembled.
- addUnusedReads(SequenceListDocument, ProgressListener) - Method in class com.biomatters.geneious.publicapi.plugin.Assembler.Callback
-
Adds a list of reads that were not assembled.
- addUsedRead(AssemblerInput.Read, ProgressListener) - Method in class com.biomatters.geneious.publicapi.plugin.Assembler.Callback
-
Adds a read that was assembled.
- addValue(long, long) - Method in class com.biomatters.geneious.publicapi.documents.sequence.ValueAndFrequencyDistribution
-
Adds a new value.
- addValue(boolean) - Method in class com.biomatters.geneious.publicapi.plugin.Options.MultipleOptions
-
Clone and add a new copy of the master options to these multiple options.
- addVisibleAnnotationsChangedListener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.PropertyRetrieverAndEditor
-
Adds a listener to be notified when the annotations returned from #getVisibleAnnotations(PropertyRetrieverAndEditor.DiscardReferencesCallback)
change.
- addWeakDatabaseServiceListener(DatabaseServiceListener) - Method in class com.biomatters.geneious.publicapi.databaseservice.DatabaseService
-
- addWeakEnabledMayHaveChangedListener(SimpleListener) - Method in class com.biomatters.geneious.publicapi.plugin.Options.OptionValue
-
Adds a weakly referenced listener to be notified when the enabled state of this option value may have changed.
- addWeakGeneiousServiceListener(GeneiousServiceListener) - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousService
-
Add a weakly referenced listener to be notified about changes to this service.
- addWeakLicenseTypeChangeListener(SimpleListener) - Static method in class com.biomatters.geneious.publicapi.plugin.License
-
- addWeakReferenceDocumentListener(DocumentListener) - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Add a listener to be notified when the document changes.
- addWeightedGap(double) - Method in class com.biomatters.geneious.publicapi.components.OptionsPanel
-
Add a gap that takes up aany additional vertical space available.
- addWritableDatabaseServiceRootListener(PluginUtilities.WritableDatabaseServicesListener) - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
Add a listener to be notificed when root WritableDatabaseServices are added or removed.
- addZoomToSelectionActionListener(ActionListener) - Method in class com.biomatters.geneious.publicapi.components.ZoomPanel
-
Add an actionListener to the zoom to selection button.
- adjustAnnotationsForGapInsertion(List<SequenceAnnotation>) - Method in class com.biomatters.geneious.publicapi.implementations.SequenceGapInformation
-
Creates a new list of annotations by adjusting their locations
to compensate for adding gaps into the sequence.
- adjustAnnotationsForGapRemoval(CharSequence, List<SequenceAnnotation>) - Static method in class com.biomatters.geneious.publicapi.implementations.SequenceExtractionUtilities
-
Creates a new list of annotations by adjusting their locations
to compensate for removing all the gaps in the sequence.
- adjustAnnotationsForGapRemoval(List<SequenceAnnotation>) - Method in class com.biomatters.geneious.publicapi.implementations.SequenceGapInformation
-
Creates a new list of annotations by adjusting their locations
to compensate for removing all the gaps in the sequence.
- adjustAnnotationsForGaps(CharSequence, List<SequenceAnnotation>) - Static method in class com.biomatters.geneious.publicapi.implementations.SequenceExtractionUtilities
-
Creates a new list of annotations by adjusting their locations
to compensate for adding gaps into the sequence.
- adjustIntervalForGapInsertion(SequenceGapInformation) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationInterval
-
Creates a new interval adjusted to compensate for inserting gaps into the sequence covered by this interval.
- adjustIntervalForGapRemoval(SequenceGapInformation) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationInterval
-
Creates a new interval adjusted to compensate for removing gaps from the sequence covered by this interval.
- adjustProperties(AnnotatedPluginDocument, Map<String, Object>) - Method in interface com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService.SearchResultPropertiesAdjuster
-
Adjust the contents of searchResultProperties based on the given document.
- adjustPropertyFields(List<DocumentField>) - Method in interface com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService.SearchResultPropertiesAdjuster
-
Adjust the contents of searchResultPropertyFields.
- AdvancedSearchQueryTerm - Interface in com.biomatters.geneious.publicapi.databaseservice
-
Basic term in a Geneious advanced search query.
- align(SequenceDocument.Alphabet, List<CharSequence>, Options, ProgressListener) - Method in class com.biomatters.geneious.publicapi.plugin.AlignmentOperation
-
Align the given sequences
- ALIGN_ASSEMBLE_MENU_ACTION_OPTIONS - Static variable in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
ActionOptions for the Align/Assemble menu.
- ALIGNMENT_MATCH_REGIONS_FIELD - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
The regions in the original sequences that the local alignment matched on
- ALIGNMENT_METHOD_FIELD - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
The method/algorithm used to build an alignment.
- ALIGNMENT_OPTIONS_FIELD - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
The options used to create the alignment
- ALIGNMENT_PERCENTAGE_IDENTICAL - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
The percentage of columns in the alignment for which all sequence are identical.
- ALIGNMENT_SCORE_FIELD - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
The score of an alignment (the exact meaning of this depends on the particular alignment implementation)
- ALIGNMENT_SIMILARITY - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
The percentage of pairwise residues that are identical in the alignment, including gap versus non-gap residues, but excluding gap versus gap residues.
- ALIGNMENT_TYPE - Static variable in class com.biomatters.geneious.publicapi.plugin.DocumentType
-
SequenceAlignmentDocument document type
- alignmentFromJeblSequences(String, List<Sequence>) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Converts the given alignment of Jebl sequences into a DefaultAlignmentDocument
- AlignmentLayout - Class in com.biomatters.geneious.publicapi.documents.sequence
-
Provides information about how to layout of sequences (excluding the reference sequence) for rendering in an alignment or contig.
- AlignmentLayout(Element) - Constructor for class com.biomatters.geneious.publicapi.documents.sequence.AlignmentLayout
-
Recreates an AlignmentLayout from XML.
- AlignmentOperation - Class in com.biomatters.geneious.publicapi.plugin
-
A convenience class to enable plugins to contain alignment operations which do not need to concern themselves
with:
The type of documents that have been selected (sequence documents, sequence list documents, or alignment documents)
Reordering and reversing of the sequences
Whether the alignment is local or global
Referenced documents
Bases/residues unsupported by the underlying algorithm
If a plugin wants to handle these itself, it could implement itself as a
DocumentOperation
instead, but that is not recommended.
- AlignmentOperation() - Constructor for class com.biomatters.geneious.publicapi.plugin.AlignmentOperation
-
- AlignmentOperation.InputProperties - Class in com.biomatters.geneious.publicapi.plugin
-
Represents the properties of the input to an AlignmentOperation
- AlignmentOperation.InputProperties(OperationLocationOptions, SequenceDocument.Alphabet, boolean, boolean) - Constructor for class com.biomatters.geneious.publicapi.plugin.AlignmentOperation.InputProperties
-
Constructs new InputProperties.
- ALL - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
A DocumentField representing an option to search all fields.
- ALL_STANDARD_FIELDS - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
A list of all standard DocumentFields defined either in this class or other public API locations that are displayable to the user.
- allowChangingFolderProperties() - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Are the properties of this folder allowed to be changed ( moving, renaming, deleting)
- ALT_KEY_STRING - Static variable in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
System-dependent string used to represent the ALT key
- alterSaturation(Image, double) - Static method in class com.biomatters.geneious.publicapi.utilities.IconUtilities
-
Adjust the saturation of an image.
- AMBIGUITIES - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
The number of untrimmed amibguity bases or residues in a chromatogram.
- AMINO_ACID_SEQUENCE_TYPE - Static variable in class com.biomatters.geneious.publicapi.plugin.DocumentType
-
AminoAcidSequenceDocument document type
- AminoAcidSequenceDocument - Interface in com.biomatters.geneious.publicapi.documents.sequence
-
An interface for an Amino Acid sequence.
- AnnotatedPluginDocument - Class in com.biomatters.geneious.publicapi.documents
-
An AnnotatedPluginDocument is a wrapper document that wraps any
PluginDocument
(such as a
SequenceDocument
or
SequenceAlignmentDocument
or
TreeDocument
) and adds extra information
and provides extra functionality that the underlying PluginDocument need not concern itself with,
such as allowing the user to rename the document or edit any fields displayed in the document table.
- AnnotatedPluginDocument() - Constructor for class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
- AnnotatedPluginDocument.ActiveLinkSaveBehaviour - Enum in com.biomatters.geneious.publicapi.documents
-
- AnnotatedPluginDocument.DocumentNotes - Interface in com.biomatters.geneious.publicapi.documents
-
Provides access to all the DocumentNote
s on an AnnotatedPluginDocument
- ANNOTATION_TYPES_NEVER_ON_TRACKS - Static variable in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack
-
A list of annotation types that must not be places on sequence tracks.
- annotationsFromXML(Element) - Static method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultSequenceDocument
-
Return a List of SequenceAnnotations from a JDOM XML Element.
- applyDisplayableOptions(T) - Method in class com.biomatters.geneious.publicapi.plugin.PluginPreferences
-
- applySetupOptions(Options, ProgressListener) - Method in class com.biomatters.geneious.publicapi.databaseservice.SequenceDatabaseSuperService
-
Apply and save the specified setup options to the service.
- applyToAll - Variable in class com.biomatters.geneious.publicapi.components.Dialogs.Result
-
True if the user checked the "Apply to all" checkbox.
- areAllTreesWritable() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultPhylogenyDocument
-
True if the tree viewer should allow the user to modify all trees in this document (if false, only the first tree will be writable)
- arePermissibleExtensionsCaseSensitive() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileImporter
-
Specifies whether the extensions returned by getPermissibleExtensions() should be regarded
case sensitive.
- areValuesGoodEnoughToContinue() - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
This is called by Geneious when the user clicks OK in the options dialog.
- ARTICLE_TYPE - Static variable in class com.biomatters.geneious.publicapi.plugin.DocumentType
-
JournalArticleDocument document type
- asDna() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence
-
Creates a new sequence that is identical to this sequence except with U replaced with T
- asDna() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- asDna(CharSequence) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Views an underlying (nucleotide) CharSequence as DNA by dynamically
translating 'U's to 'T's and 'u's to 't's
It is guaranteed that if charSequence instanceof SequenceCharSequence, the returned
value will also be instanceof SequenceCharSequence (but it may not support log-time modifications).
- asInterval() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationInterval
-
Returns this SequenceAnnotationInterval as an Interval, which uses 0-based exclusive max co-ordinates rather than 1-based inclusive max co-ordinates used by SequenceAnnotationInterval
- asJeblAlignment(boolean) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
Get alignment as a Jebl alignment.
- asJeblAlignment(boolean) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- asJeblAlignment(List<SequenceDocument>) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Convert a list of (aligned) Geneious sequences to a jebl alignmnent
- asJeblAlignmentIfMemoryAllows(boolean) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
This method calls #asJeblAlignment(boolean) and re-throws any OutOfMemoryError as a DocumentOperationException
- asJeblSequence(SequenceDocument) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Convert from a Geneious sequence to a jebl sequence.
- asJeblSequence(SequenceAlignmentDocument.ReferencedSequence, SequenceDocument) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Convert from a Geneious sequence to a jebl sequence.
- asJeblSequence(AnnotatedPluginDocument, SequenceDocument) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
- asJeblSequences(List<SequenceDocument>) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Convert a set of Geneious sequences to jebl sequences.
- asJeblSequences(SequenceDocument...) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Convert a set of Geneious sequences to jebl sequences.
- asLowerCase(CharSequence) - Static method in class com.biomatters.geneious.publicapi.utilities.CharSequenceUtilities
-
A lowercase view of the specified underlying CharSequence, i.e.
- asMenuItem() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
Create a JComponent for this action which can be added to a JMenu.
- asRna() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence
-
Creates a new sequence that is identical to this sequence except with T replaced with U
- asRna() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- asRna(CharSequence) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Views an underlying (nucleotide) CharSequence as RNA by dynamically
translating 'T's to 'U's and 't's to 'u's
It is guaranteed that if charSequence instanceof SequenceCharSequence, the returned
value will also be instanceof SequenceCharSequence (but it may not support log-time modifications).
- assemble(Options, AssemblerInput, ProgressListener, Assembler.Callback) - Method in class com.biomatters.geneious.publicapi.plugin.Assembler
-
Called to actually perform the assembly.
- Assembler - Class in com.biomatters.geneious.publicapi.plugin
-
Allows the implementation of a read mapper, reference assembler or de novo assembler.
- Assembler() - Constructor for class com.biomatters.geneious.publicapi.plugin.Assembler
-
- Assembler.Callback - Class in com.biomatters.geneious.publicapi.plugin
-
Used for assembly algorithms to provide results back to Geneious.
- Assembler.Callback() - Constructor for class com.biomatters.geneious.publicapi.plugin.Assembler.Callback
-
- Assembler.ContigOutputSupport - Enum in com.biomatters.geneious.publicapi.plugin
-
Used for indicating whether an assembly algorithm outputs contigs, consensus sequences, or both.
- Assembler.ReferenceSequenceSupport - Enum in com.biomatters.geneious.publicapi.plugin
-
Used for indicating whether an assembly algorithm supports no reference sequence, a single reference sequence, or multiple reference sequences.
- AssemblerInput - Class in com.biomatters.geneious.publicapi.plugin
-
Represents the input to an assembly algorithm.
- AssemblerInput(List<AnnotatedPluginDocument>, List<AssemblerInput.ReferenceSequence>, boolean) - Constructor for class com.biomatters.geneious.publicapi.plugin.AssemblerInput
-
Constructs some assembly input from documents that need not be loaded into memory.
- AssemblerInput(List<AnnotatedPluginDocument>, List<AssemblerInput.ReferenceSequence>, boolean, double) - Constructor for class com.biomatters.geneious.publicapi.plugin.AssemblerInput
-
Constructs some assembly input from documents that need not be loaded into memory.
- AssemblerInput(List<NucleotideSequenceDocument>, List<NucleotideSequenceDocument>, List<SequenceAlignmentDocument.ReferencedSequence>) - Constructor for class com.biomatters.geneious.publicapi.plugin.AssemblerInput
-
Constructs some assembly input from sequences that are all in memory.
- AssemblerInput(List<NucleotideSequenceDocument>, SequenceListDocument) - Constructor for class com.biomatters.geneious.publicapi.plugin.AssemblerInput
-
Constructs some assembly input from sequences that are all in memory.
- AssemblerInput.DataType - Enum in com.biomatters.geneious.publicapi.plugin
-
The sequencing technology that a sequencing read was generated from.
- AssemblerInput.Properties - Class in com.biomatters.geneious.publicapi.plugin
-
Some properties that briefly summarise what the input will look like.
- AssemblerInput.Properties(long) - Constructor for class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Properties
-
- AssemblerInput.Read - Class in com.biomatters.geneious.publicapi.plugin
-
Represents a single read or input contig.
- AssemblerInput.Read(SequenceAlignmentDocument, int) - Constructor for class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
Constructs a new read consisting of a single contig.
- AssemblerInput.Read(NucleotideSequenceDocument, SequenceAlignmentDocument.ReferencedSequence) - Constructor for class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
Constructs a new read consisting of a single unpaired sequence.
- AssemblerInput.Read(NucleotideSequenceDocument, AnnotatedPluginDocument, int) - Constructor for class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
Constructs a new read consisting of a single unpaired sequence.
- AssemblerInput.Read(NucleotideSequenceDocument, NucleotideSequenceDocument, int, int, SequenceAlignmentDocument.ReferencedSequence, SequenceAlignmentDocument.ReferencedSequence) - Constructor for class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
Constructs a read consisting of a pair of sequences.
- AssemblerInput.Read(NucleotideSequenceDocument, NucleotideSequenceDocument, int, int, AnnotatedPluginDocument, int, AnnotatedPluginDocument, int) - Constructor for class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
Constructs a read consisting of a pair of sequences.
- AssemblerInput.Reads - Class in com.biomatters.geneious.publicapi.plugin
-
Provides the ability to iterate over all reads to be assembled.
- AssemblerInput.ReferenceSequence - Class in com.biomatters.geneious.publicapi.plugin
-
Represents a reference sequence in an assembly.
- AssemblerInput.ReferenceSequence(AnnotatedPluginDocument, int) - Constructor for class com.biomatters.geneious.publicapi.plugin.AssemblerInput.ReferenceSequence
-
Constructs a reference sequence.
- assigner - Variable in class com.biomatters.geneious.publicapi.documents.URN
-
Name of organization assigning names for this URN.
- ASSOCIATED_OPTION_PROPERTY - Static variable in class com.biomatters.geneious.publicapi.plugin.Options
-
- asToolbarButton() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
Create an AbstractButton for this action which can be added to a Toolbar.
- asTranslation(CharSequence, GeneticCode) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
- asTranslation(CharSequence, GeneticCode, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Views an underlying (nucleotide) CharSequence as its translation.
- asUpperCase(CharSequence) - Static method in class com.biomatters.geneious.publicapi.utilities.CharSequenceUtilities
-
Constructs an uppercase view on the specified underlying CharSequence, i.e.
- attemptClose(Closeable) - Static method in class com.biomatters.geneious.publicapi.utilities.GeneralUtilities
-
Attempts to close a closeable, ignoring any failures (useful e.g.
- Author - Class in com.biomatters.geneious.publicapi.documents
-
A class holding one author name.
- Author() - Constructor for class com.biomatters.geneious.publicapi.documents.Author
-
Constructs an author with no properties
- Author(String, String, String) - Constructor for class com.biomatters.geneious.publicapi.documents.Author
-
Constructs an author with first name, initials and surname.
- cacheSequencesInMemory(ProgressListener) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk
-
Loads all sequences in this list into memory so that they can be quickly retrieved later using
AbstractList.get(int)
- calculateScore(Scores, CharSequence[], double, double, boolean, boolean) - Static method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
Calculates the score for a given pairwise alignment.
- CallSoon - Class in com.biomatters.geneious.publicapi.utilities
-
Provides a system for invoking a
Runnable
shortly in the Swing thread
with optional coalescing of multiple calls and an optional delay until the runnable is invoked.
- CallSoon() - Constructor for class com.biomatters.geneious.publicapi.utilities.CallSoon
-
- CallSoon.EnabledProvider - Interface in com.biomatters.geneious.publicapi.utilities
-
Provides a method for specifying whether something is enabled
- canAddAndRemoveSequences() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
Check if this alignment supports adding and removing sequences.
- canAddAndRemoveSequences() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- canAddAndRemoveSequences() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultPhylogenyDocument
-
- canAddAndRemoveSequences() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- CANCEL - Static variable in class com.biomatters.geneious.publicapi.components.Dialogs
-
An action with "Cancel" as its label.
- cancel() - Method in class com.biomatters.geneious.publicapi.components.ProgressFrame
-
Cancels this progress frame.
- cancel(Runnable) - Static method in class com.biomatters.geneious.publicapi.utilities.CallSoon
-
Cancels a pending runnable (added via one of the
methods
if it has not yet been invoked
- canDeleteDocuments(List<AnnotatedPluginDocument>) - Method in class com.biomatters.geneious.publicapi.databaseservice.PartiallyWritableDatabaseService
-
Return true if it is possible to delete all the documents in the list.
- canEditDocumentField(AnnotatedPluginDocument, DocumentField) - Method in class com.biomatters.geneious.publicapi.databaseservice.PartiallyWritableDatabaseService
-
Returns true if it is possible to edit the given document field for the given document.
- canExport(ExportableDocument.Format) - Method in interface com.biomatters.geneious.publicapi.documents.ExportableDocument
-
Check if a format is supported by document.
- canExport(ExportableDocument.Format) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultPhylogenyDocument
-
- canExport(ExportableDocument.Format) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultSameTaxaTreesDocument
-
- canExport(ExportableDocument.Format) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultTreeDocument
-
- canFindAll() - Method in class com.biomatters.geneious.publicapi.plugin.Findable
-
Returns true if this Findable supports doing a "Find All" search.
- canMoveTo(WritableDatabaseService) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Can this entire database folder be moved to this new location?
The default implementation always returns false.
- canRemoveChildFolder(String) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Can the child folder with this name be removed.
- canRestoreDefaults() - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
- canResume() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.OperationCallback
-
- canResume() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.OperationCallback.Wrapper
-
- canRunOnGeneiousServer() - Method in class com.biomatters.geneious.publicapi.plugin.AlignmentOperation
-
Returns true if this operation supports being run on a GeneiousServer.
- canRunOnGeneiousServer() - Method in class com.biomatters.geneious.publicapi.plugin.Assembler
-
Returns true if this operation supports being run on a GeneiousServer.
- canRunOnGeneiousServer() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation
-
Returns true if this operation supports being run on a GeneiousServer.
- canRunOnGeneiousServer() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.Wrapper
-
- canRunOnLocalGeneious() - Method in class com.biomatters.geneious.publicapi.plugin.AlignmentOperation
-
- canRunOnLocalGeneious() - Method in class com.biomatters.geneious.publicapi.plugin.Assembler
-
Determine whether this assembly algorithm supports being run on the current computer.
- canRunOnLocalGeneious() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation
-
- canRunOnLocalGeneious() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.Wrapper
-
- canRunOnLocalGeneious() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation
-
- canSetAnnotations() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
- canSetAnnotations() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- canSetAnnotations() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- canSetAnnotationsOnConsensus() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
- canSetAnnotationsOnConsensus() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- canSetAnnotationsOnConsensus() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- canSetFieldValue(int, DocumentField) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
- canSetFieldValue(int, DocumentField) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- canSetSequenceNames() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
Specifies whether this alignment supports changing the sequence names.
- canSetSequenceNames() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- canSetSequenceNames() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- canShutdown() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousService
-
This is called to check whether the system can close.
- CASE_SENSITIVE_ORDER - Static variable in class com.biomatters.geneious.publicapi.utilities.CharSequenceUtilities
-
- CENTER - Static variable in class com.biomatters.geneious.publicapi.plugin.Options.ButtonOption
-
- changeReferencedDocumentURNs(Map<URN, URN>) - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Changes the URNs of any documents that the internal PluginDocument references.
- charAt(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.ByteBackedCharSequence
-
- charAt(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceCharSequence
-
Returns the char
value at the specified index.
- charAtIgnoringEndGaps(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceCharSequence
-
Gets the character at the given index, ignoring end gaps.
- CharSequenceUtilities - Class in com.biomatters.geneious.publicapi.utilities
-
Provides static utility methods for creating and manipulating CharSequences
(not necessarily Strings).
- CheckboxSearchOption - Class in com.biomatters.geneious.publicapi.databaseservice
-
A boolean extended search option, displayed as a check-box.
- CheckboxSearchOption(String, String, boolean) - Constructor for class com.biomatters.geneious.publicapi.databaseservice.CheckboxSearchOption
-
Constructor with all properties.
- checkChromatogramValidity(NucleotideGraphSequenceDocument) - Static method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultNucleotideGraphSequence
-
Confirms the chromatogram data is valid.
- childServiceAdded(GeneiousService) - Method in interface com.biomatters.geneious.publicapi.plugin.GeneiousServiceListener
-
Called to install a new sub/child service.
- childServiceRemoved(GeneiousService) - Method in interface com.biomatters.geneious.publicapi.plugin.GeneiousServiceListener
-
Called to remove a previously installed sub/child service.
- ChromatogramDocument - Interface in com.biomatters.geneious.publicapi.documents.sequence
-
- classFromXML(Element, Class<? extends T>) - Static method in class com.biomatters.geneious.publicapi.documents.XMLSerializer
-
recreates an object from an XML element created from a classToXML() call.
- classFromXML(Element, Class<? extends T>, ProgressListener) - Static method in class com.biomatters.geneious.publicapi.documents.XMLSerializer
-
recreates an object from an XML element created from a classToXML() call.
- classFromXML(Element) - Static method in class com.biomatters.geneious.publicapi.documents.XMLSerializer
-
A convenience method.
- classFromXML(Element, ProgressListener) - Static method in class com.biomatters.geneious.publicapi.documents.XMLSerializer
-
A convenience method.
- classOfDocument - Variable in class com.biomatters.geneious.publicapi.plugin.DocumentType
-
Java class of document.
- classToXML(String, XMLSerializable) - Static method in class com.biomatters.geneious.publicapi.documents.XMLSerializer
-
converts the given object to an XML element of the given name.
- classToXML(String, XMLSerializable, ProgressListener) - Static method in class com.biomatters.geneious.publicapi.documents.XMLSerializer
-
converts the given object to an XML element of the given name.
- classToXML(Geneious.MajorVersion, String, XMLSerializable, ProgressListener) - Static method in class com.biomatters.geneious.publicapi.documents.XMLSerializer
-
converts the given object to an XML element of the given name so that is is readable in the specified version of Geneious.
- cleanup() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ExternalSort
-
If the calling code decides not to call
ExternalSort.get()
for all sequences added, then it should call this method
to close and delete all temporary files.
- CLEAR - Static variable in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Clear color, new Color(0,0,0,0)
- clear() - Method in class com.biomatters.geneious.publicapi.utilities.Intern
-
Clears the intenal cache of interned Objects.
- clearReferencedDocumentUrns() - Method in class com.biomatters.geneious.publicapi.documents.AbstractPluginDocument
-
- clipToRange(int, int) - Method in class com.biomatters.geneious.publicapi.utilities.Interval
-
Clips the ends of this interval so that it does not extend outside the range [minIndexInclusive,maxIndexExclusive).
- clone(T) - Static method in class com.biomatters.geneious.publicapi.documents.XMLSerializer
-
Create a copy of an XMLSerializable object by serializing and then
de-serializing it.
- close() - Method in class com.biomatters.geneious.publicapi.utilities.OutputStreamThatCountsBytesWritten
-
- close() - Method in class com.biomatters.geneious.publicapi.utilities.ProgressInputStream
-
Overrides FilterInputStream.close
to close the progress monitor as well as the stream.
- CmlDocument - Class in com.biomatters.geneious.publicapi.implementations.structure
-
A Cml molecular structure document.
- CmlDocument() - Constructor for class com.biomatters.geneious.publicapi.implementations.structure.CmlDocument
-
- COLOR - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
The color of a document in the document table.
- COLOR - Static variable in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationQualifier
-
Qualifier name used to override the color of an individual annotation.
- com.biomatters.geneious.publicapi.components - package com.biomatters.geneious.publicapi.components
-
Provides useful GUI (graphical user interface) components, none of which
are necessary for creating a plugin, but many plugin implentations
will find these components useful.
- com.biomatters.geneious.publicapi.databaseservice - package com.biomatters.geneious.publicapi.databaseservice
-
Provides the interface and associated classes for
defining a database service which is a service that
appears on the left-hand side of the main Geneious window
and provides the user with access to a database, for example
NCBI or the local database for storing the user's documents.
- com.biomatters.geneious.publicapi.documents - package com.biomatters.geneious.publicapi.documents
-
Provides interfaces and classes for defining documents in Geneious and related
interfaces and classes for dealing with XMLSerialization.
- com.biomatters.geneious.publicapi.documents.sequence - package com.biomatters.geneious.publicapi.documents.sequence
-
- com.biomatters.geneious.publicapi.documents.types - package com.biomatters.geneious.publicapi.documents.types
-
Provides interfaces specifying the types of documents available in Geneious.
- com.biomatters.geneious.publicapi.implementations - package com.biomatters.geneious.publicapi.implementations
-
Provides implementations for many of the document interfaces defined
in the package com.biomatters.geneious.publicapi.documents.types
together with some utility classes for dealing with some of these
document types.
- com.biomatters.geneious.publicapi.implementations.sequence - package com.biomatters.geneious.publicapi.implementations.sequence
-
Provides
SequenceDocument
implementations for nucelotide, amino acid, and nucleotide graph (chromatogram) sequences.
- com.biomatters.geneious.publicapi.implementations.structure - package com.biomatters.geneious.publicapi.implementations.structure
-
- com.biomatters.geneious.publicapi.plugin - package com.biomatters.geneious.publicapi.plugin
-
- com.biomatters.geneious.publicapi.utilities - package com.biomatters.geneious.publicapi.utilities
-
Provides various utility methods and classes, none of which
are necessary for creating a plugin, but many plugins implentations
will find these methods useful.
- com.biomatters.geneious.publicapi.utilities.xml - package com.biomatters.geneious.publicapi.utilities.xml
-
- CombinedAlignmentAndAminoAcidSequenceDocument - Class in com.biomatters.geneious.publicapi.implementations.sequence
-
- CombinedAlignmentAndAminoAcidSequenceDocument(AminoAcidSequenceDocument, SequenceAlignmentDocument, boolean, boolean) - Constructor for class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndAminoAcidSequenceDocument
-
Constructs a new combined alignment and sequence document.
- CombinedAlignmentAndAminoAcidSequenceDocument() - Constructor for class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndAminoAcidSequenceDocument
-
XML Deserialization constructor.
- CombinedAlignmentAndNucleotideGraphSequenceDocument - Class in com.biomatters.geneious.publicapi.implementations.sequence
-
- CombinedAlignmentAndNucleotideGraphSequenceDocument(NucleotideGraphSequenceDocument, SequenceAlignmentDocument, boolean, boolean) - Constructor for class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndNucleotideGraphSequenceDocument
-
Constructs a new combined alignment and sequence document.
- CombinedAlignmentAndNucleotideGraphSequenceDocument() - Constructor for class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndNucleotideGraphSequenceDocument
-
XML Deserialization constructor.
- CombinedAlignmentAndNucleotideSequenceDocument - Class in com.biomatters.geneious.publicapi.implementations.sequence
-
- CombinedAlignmentAndNucleotideSequenceDocument(NucleotideSequenceDocument, SequenceAlignmentDocument, boolean, boolean) - Constructor for class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndNucleotideSequenceDocument
-
Constructs a new combined alignment and sequence document.
- CombinedAlignmentAndNucleotideSequenceDocument() - Constructor for class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndNucleotideSequenceDocument
-
XML Deserialization constructor.
- CombinedAlignmentAndSequenceDocument - Class in com.biomatters.geneious.publicapi.implementations.sequence
-
A wrapper to both an alignment and a stand-alone sequence that appears as a single EditableSequenceDocument.
- CombinedAlignmentAndSequenceDocument(EditableSequenceDocument, SequenceAlignmentDocument, boolean, boolean) - Constructor for class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
Construct a new CombinedAlignmentAndSequenceDocument.
- CombinedAlignmentAndSequenceDocument() - Constructor for class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
XML Deserialization constructor.
- ComboboxSearchOption - Class in com.biomatters.geneious.publicapi.databaseservice
-
A multi choice extended search option, displayed as a combo-box.
- ComboboxSearchOption(String, String[], String, String) - Constructor for class com.biomatters.geneious.publicapi.databaseservice.ComboboxSearchOption
-
Default constructor.
- ComboboxSearchOption(String, String[], String, String, boolean) - Constructor for class com.biomatters.geneious.publicapi.databaseservice.ComboboxSearchOption
-
- commaFormat(long) - Static method in class com.biomatters.geneious.publicapi.utilities.StringUtilities
-
Formats the given number with commas every 3rd digit.
- COMMAND_KEY_CHAR - Static variable in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
The character used to represent the command key on Apple Macs (the "cloverleaf").
- COMMON_NAME_FIELD - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Visible, editable field representing the common name for the organism of a sequence.
- commonPrefixLength(CharSequence, CharSequence) - Static method in class com.biomatters.geneious.publicapi.utilities.CharSequenceUtilities
-
The length of the longest common (case sensitive) prefix of the two specified
CharSequences a and b, i.e.
- compact() - Method in class com.biomatters.geneious.publicapi.utilities.IntList.Array
-
Compacts the underlying storage array to only big as big as it needs to be to hold the current data.
- compactAminoAcidSequences(List<AminoAcidSequenceDocument>, ProgressListener) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence
-
Attempts to compact the memory usage of as many sequences in the given list of sequences as possible
by replacing them with ImmutableSequence instances.
- compactNucleotideSequences(List<NucleotideSequenceDocument>, ProgressListener) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence
-
Attempts to compact the memory usage of as many sequences in the given list of sequences as possible
by replacing them with ImmutableSequence instances.
- CompactQualityOnlyGraph - Class in com.biomatters.geneious.publicapi.documents.sequence
-
A memory efficient nucleotide graph that only supports quality values in the range 0->256 and does not support traces.
- CompactQualityOnlyGraph(byte[]) - Constructor for class com.biomatters.geneious.publicapi.documents.sequence.CompactQualityOnlyGraph
-
Constructs a new graph.
- compareTo(Object) - Method in class com.biomatters.geneious.publicapi.documents.Author
-
- compareTo(SequenceCharSequence) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceCharSequence
-
Lexicographically compares this SequenceCharSequence to another, taking into account case.
- compareTo(EValue) - Method in class com.biomatters.geneious.publicapi.implementations.EValue
-
- compareTo(Percentage) - Method in class com.biomatters.geneious.publicapi.implementations.Percentage
-
- CompositeRetrieveCallback - Class in com.biomatters.geneious.publicapi.databaseservice
-
A
RetrieveCallback
that is suitable for a task that consists of several subtasks.
- CompositeRetrieveCallback(RetrieveCallback, int) - Constructor for class com.biomatters.geneious.publicapi.databaseservice.CompositeRetrieveCallback
-
Construct a CompositeProgressListener with a number of evenly weighted subtasks.
- CompositeRetrieveCallback(RetrieveCallback, double...) - Constructor for class com.biomatters.geneious.publicapi.databaseservice.CompositeRetrieveCallback
-
construct a new composite RetrieveCallback.
- CompoundSearchQuery - Interface in com.biomatters.geneious.publicapi.databaseservice
-
A compound query is a set of queries combined by a logical operator.
- CompoundSearchQuery.Operator - Enum in com.biomatters.geneious.publicapi.databaseservice
-
Ways to connect the terms of a compound query.
- CompressionUtilities - Class in com.biomatters.geneious.publicapi.utilities
-
Provides methods for reading from compressed files.
- CompressionUtilities() - Constructor for class com.biomatters.geneious.publicapi.utilities.CompressionUtilities
-
- CompressionUtilities.CompressedFileWrapper - Class in com.biomatters.geneious.publicapi.utilities
-
A wrapper class for a compressed file.
- CompressionUtilities.CompressionMethod - Enum in com.biomatters.geneious.publicapi.utilities
-
Represents a type of compression
- concatenate(List<CharSequence>) - Static method in class com.biomatters.geneious.publicapi.utilities.CharSequenceUtilities
-
Creates a CharSequence that represents a concatenation of the specified
CharSequences in the order in which they appear in the specified list.
- ConcatenatedList<T> - Class in com.biomatters.geneious.publicapi.utilities
-
A list made by joining multiple sublists of Ts together.
- Condition - Enum in com.biomatters.geneious.publicapi.documents
-
Available types of conditions.
- condition - Variable in class com.biomatters.geneious.publicapi.documents.Constraint
-
- conditions - Variable in class com.biomatters.geneious.publicapi.databaseservice.QueryField
-
Possible conditions on field.
- confirmDocumentValid() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Confirms this document is valid.
- conformsToConstraint(Object) - Method in class com.biomatters.geneious.publicapi.documents.Constraint
-
Returns true if value
conforms to this constraint, false
if not.
- CONSENSUS_SEQUENCE_LENGTH - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
The approximate length of the consensus sequence in a contig.
- CONSENSUS_SOURCE_SEQUENCES_FIELD - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
The number of sequences in the contig that a consensus sequence was generated from
- Constraint - Class in com.biomatters.geneious.publicapi.documents
-
The idea of a Constraint is very simple.
- constraintsToString(Constraint[]) - Static method in class com.biomatters.geneious.publicapi.documents.Constraint
-
A convenient method to neatly list the Constraints.
- contains(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationInterval
-
Checks whether this interval includes the residue at the specified index.
- contains(SequenceAnnotationInterval) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationInterval
-
Determines if this interval entirely covers another interval.
- contains(char) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceCharSequence
-
Checks whether this CharSequence contains the specified character.
- contains(CharSequence, char) - Static method in class com.biomatters.geneious.publicapi.utilities.CharSequenceUtilities
-
Checks whether a CharSequence contains the specified character.
- contains(int) - Method in class com.biomatters.geneious.publicapi.utilities.Interval
-
- contains(Interval) - Method in class com.biomatters.geneious.publicapi.utilities.Interval
-
- contains(List<Interval>, int) - Static method in class com.biomatters.geneious.publicapi.utilities.Interval
-
Determine if at least one of the given intervals contains this index.
- contains(int) - Method in class com.biomatters.geneious.publicapi.utilities.IntList
-
Returns true if this list contains this value.
- containsDocumentAnywhereWithinDatabase(URN) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Determine if this database (including any other folders and any user invisible
folders) contains a document with this URN
This method should return the same information no matter where in the
DatabaseService tree it is called.
- containsInvalidResidues(SequenceType, boolean) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceCharSequence
-
performs a quick test to see if this sequence contains possilby contains invalid residues for its sequence type.
- containsInvalidResidues(SequenceDocument, boolean, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Checks if a sequence contain invalid sequence residues.
- containsInvalidResidues(CharSequence, SequenceDocument.Alphabet, boolean, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Checks if a sequence contain invalid sequence residues.
- containsInvalidResidues(CharSequence, SequenceType, boolean, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Checks if a sequence contain invalid sequence residues.
- containsOnPotentiallyCircularSequence(int, int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationInterval
-
Checks whether this interval includes the residue at the specified index in a potentially circular sequence.
- CONTIG_MEAN_COVERAGE - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
- CONTIG_PERCENTAGE_OF_REFERENCE_SEQUENCE_COVERED - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
The percentage of the reference sequence in a contig that is covered by one or more reads.
- CONTIG_REFERENCE_SEQUENCE_INDEX - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
The index of the reference sequence in an alignment contig or -1 if there is no reference sequence.
- CONTIG_REFERENCE_SEQUENCE_LENGTH - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
The length of the reference sequence (if any) in an alignment or contig.
- CONTIG_TYPE - Static variable in class com.biomatters.geneious.publicapi.plugin.DocumentType
-
Contig document type
- CONTINUE - Static variable in class com.biomatters.geneious.publicapi.components.Dialogs
-
An action with "Continue" as its label.
- CONTINUE_CANCEL - Static variable in class com.biomatters.geneious.publicapi.components.Dialogs
-
Use this to specify that a dialog should have "Continue" and "Cancel" buttons.
- controlPreference - Variable in class com.biomatters.geneious.publicapi.plugin.GeneiousPreferences.GeneiousDependentPreference
-
Deprecated.
- convertStringToInputType(String) - Method in class com.biomatters.geneious.publicapi.databaseservice.TextFieldSearchOption
-
Converts a String, e.g.
- copyAllDocumentFields(SequenceDocument, DefaultSequenceDocument) - Static method in class com.biomatters.geneious.publicapi.implementations.SequenceExtractionUtilities
-
Copy all document fields (such as organism, taxonomy and common name) from any SequenceDocument to a DefaultSequenceDocument.
- copyDataFrom(SequenceTrack) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack
-
Copies all data from another track into this track so that this track contains identical data to the given one.
- copyDirectory(File, File, boolean, ProgressListener) - Static method in class com.biomatters.geneious.publicapi.utilities.FileUtilities
-
Recursively copies the entire contents of one directory to another.
- copyDocumentFields(SequenceDocument, DefaultSequenceDocument, boolean) - Static method in class com.biomatters.geneious.publicapi.implementations.SequenceExtractionUtilities
-
Copy important document fields (such as organism, taxonomy and common name) from any SequenceDocument to any DefaultSequenceDocument
- copyFile(File, File, FileUtilities.TargetExistsAction, ProgressListener) - Static method in class com.biomatters.geneious.publicapi.utilities.FileUtilities
-
Copies the contents of a file to another file
If canceled in the middle of the copy (so that the destination file is partially written), the
destination file will be deleted.
- copyOf(NucleotideGraph) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
Creates a copy of the given graph.
- copyOf(List<SequenceAnnotation>) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
Creates a deep copy of a list of SequenceAnnotations.
- copySequenceTracksFrom(SequenceDocument) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultSequenceDocument
-
Copies all
SequenceTracks
(if any) from the source sequence on to this sequence.
- copyWithoutIntervals() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
Creates a copy of this annotation, without any intervals.
- CORNER_WIDTH - Static variable in class com.biomatters.geneious.publicapi.components.OptionsPanel.RoundedLineBorder
-
The roundedness of the corners of the border.
- count(char) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceCharSequence
-
Counts the number of occurences of c in this CharSequence
- count(char, CharSequence) - Static method in class com.biomatters.geneious.publicapi.utilities.CharSequenceUtilities
-
Counts the number of occurrences of c in charSequence
- countGaps(int, int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceCharSequence
-
Counts the number of gaps in this sequence between the 2 given positions.
- create(List<T>, boolean, ProgressListener) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk
-
Creates a new SequenceListOnDisk from an existing list of ungapped sequences.
- create() - Method in interface com.biomatters.geneious.publicapi.plugin.Options.ComponentCreator
-
Creates the component now.
- create(List<? extends List<? extends T>>) - Static method in class com.biomatters.geneious.publicapi.utilities.ConcatenatedList
-
Creates a List with the given sublists
May or may not be a ConcatenatedList.
- create(List<? extends T>...) - Static method in class com.biomatters.geneious.publicapi.utilities.ConcatenatedList
-
Creates a List with the given sublists
May or may not be a ConcatenatedList.
- createAdvancedPanel() - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Creates a graphical panel used to display advanced options.
- createAndQuery(Query[], Map<String, Object>) - Static method in class com.biomatters.geneious.publicapi.databaseservice.Query.Factory
-
Creates an AND query
- createAnnotatedPluginDocument(PluginDocument) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
- createAnnotatedPluginDocument(PluginDocument, ProgressListener) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Creates an AnnotatedPluginDocument from a PluginDocument.
- createAnnotatedPluginDocument(Element, ElementProvider, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
- createAnnotatedPluginDocument(Element, ElementProvider, String) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
- createAnnotatedPluginDocument(Element, ElementProvider, URN) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Creates an AnnotatedPluginDocument without the internal PluginDocument included.
- createAnnotatedPluginDocuments(List<? extends PluginDocument>) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Creates a list of AnnotatedPluginDocuments from a list of PluginDocuments.
- createAnnotatedPluginDocuments(PluginDocument) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
creates a list of AnnotatedPluginDocuments from a single of PluginDocument.
- createBooleanField(String, String, String, boolean, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Creates a DocumentField with a Boolean value.
- createBooleanNoteField(String, String, String, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentNoteField
-
Construct a DocumentNoteField that represents a boolean (true/false) value
- createBrowseQuery() - Static method in class com.biomatters.geneious.publicapi.databaseservice.Query.Factory
-
Creates a browse query that will return all documents in the database folder, excluding any child database folders.
- createChildFolder(String) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Creates a child DatabaseService.
- createCompactCharSequence(CharSequence) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceBuilder
-
- createCompactCharSequence(CharSequence, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceBuilder
-
Creates a charSequence which uses a minimal amount of memory to represent the given charSequence
by analyzing the contents and returning an appropriate CharSequence implementation.
- createComponent() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentSelectionOption
-
- createComponent() - Method in class com.biomatters.geneious.publicapi.plugin.Options.BooleanOption
-
- createComponent() - Method in class com.biomatters.geneious.publicapi.plugin.Options.ButtonOption
-
- createComponent() - Method in class com.biomatters.geneious.publicapi.plugin.Options.ComboBoxOption
-
- createComponent() - Method in class com.biomatters.geneious.publicapi.plugin.Options.DateOption
-
- createComponent() - Method in class com.biomatters.geneious.publicapi.plugin.Options.EditableComboBoxOption
-
- createComponent() - Method in class com.biomatters.geneious.publicapi.plugin.Options.ExecutableFileSelectionOption
-
- createComponent() - Method in class com.biomatters.geneious.publicapi.plugin.Options.FileSelectionOption
-
- createComponent() - Method in class com.biomatters.geneious.publicapi.plugin.Options.LabelOption
-
- createComponent() - Method in class com.biomatters.geneious.publicapi.plugin.Options.MultipleLineStringOption
-
- createComponent() - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
Create a graphical component representing this option.
- createComponent() - Method in class com.biomatters.geneious.publicapi.plugin.Options.RadioOption
-
- createComponent() - Method in class com.biomatters.geneious.publicapi.plugin.Options.StringOption
-
- createComponent() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.SelectionGrabOption
-
- createComponent() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension
-
- createConstraint(Class, Condition, Object) - Static method in class com.biomatters.geneious.publicapi.documents.Constraint
-
Construct a constraint with the given options
- createContentHandler() - Method in class com.biomatters.geneious.publicapi.utilities.xml.FastSaxBuilder
-
- createCopy() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultSequenceDocument
-
Creates a copy of this sequence
- createCopy() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack
-
Creates a copy of this sequence track.
- createCopy() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
- createCopyOf(SequenceDocument, boolean) - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence.Builder
-
Creates a ImmutableSequence copy of a given sequence.
- createCopyWithNameSuffix(String) - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence
-
Creates a new sequence identical to this once except with a different name.
- createCopyWithNameSuffix(String) - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- createCopyWithNewName(String) - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence
-
Creates a new sequence identical to this once except with a different name.
- createCopyWithNewName(String) - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- createCopyWithoutAnnotations() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack
-
Creates a new track which is equivalent to this track, but without any of the annotations.
- createCustomCursor(Icon, String, int, int) - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Create a cursor from an icon.
- createCustomField(String, String, String, Class<? extends XMLSerializable>) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Creates a DocumentField with a value of arbitrary type.
- createCustomField(String, String, String, Class<? extends XMLSerializable>, boolean, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Creates a DocumentField with a value of arbitrary type.
- CREATED_FIELD - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Non-visible, editable field representing a document's creation date.
- createDateField(String, String, String) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Creates a DocumentField with a Date value.
- createDateField(String, String, String, boolean, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Creates a DocumentField with a Date value.
- createDateNoteField(String, String, String, List<Constraint>, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentNoteField
-
Construct a DocumentNoteField that represents a date value
- createDecimalNoteField(String, String, String, List<Constraint>, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentNoteField
-
Construct a DocumentNoteField that represents a decimal (real number) value
- createDocumentBasedGraph(AnnotatedPluginDocument) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraphFactory
-
- createDocumentBasedGraphForAlignment(AnnotatedPluginDocument) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraphFactory
-
Create a new document based Alignment Graph.
- createDocumentBasedGraphForSequence(AnnotatedPluginDocument) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraphFactory
-
Create a new document based SequenceGraph.
- createDocumentHistoryEntry() - Method in class com.biomatters.geneious.publicapi.documents.DocumentHistory
-
Create a historyEntry which can then have entryFields added to it before it is passed to one of the addHistoryEntry methods in this class.
- createDocumentNote() - Method in interface com.biomatters.geneious.publicapi.documents.DocumentNoteType
-
- createDoubleField(String, String, String) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Creates a DocumentField with a Double value.
- createDoubleField(String, String, String, boolean, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Creates a DocumentField with a Double value.
- createEnumeratedField(String[], String, String, String, boolean, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Creates a DocumentField with an enumerated set of possible String values.
- createEnumeratedNoteField(String[], String, String, String, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentNoteField
-
Construct a DocumentNoteField that represents a String (text) value that must be from a set of predefined values.
- createExtendedPrintable(JComponent) - Static method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable.Factory
-
Creates an ExtendedPrintable for a JComponent.
- createExtendedQuery(String, Map<String, Object>) - Static method in class com.biomatters.geneious.publicapi.databaseservice.Query.Factory
-
This creates a query with extended options (stored in a map as key/value combinations)
- createExtensionForPrimerAnnotation(SequenceAnnotation) - Static method in class com.biomatters.geneious.publicapi.implementations.sequence.OligoSequenceDocument
-
Deprecated.
this method no longer works and there is no replacement in the API. Sorry!
- createFieldQuery(DocumentField, Condition, Object) - Static method in class com.biomatters.geneious.publicapi.databaseservice.Query.Factory
-
This creates a query to see if a given field value matches a condition.
- createFieldQuery(DocumentField, Condition, Object[]) - Static method in class com.biomatters.geneious.publicapi.databaseservice.Query.Factory
-
This creates a query to see if a given field value matches a condition.
- createFieldQuery(DocumentField, Condition, Object[], Map<String, Object>) - Static method in class com.biomatters.geneious.publicapi.databaseservice.Query.Factory
-
This creates a query to see if a given field value matches a condition.
- createFolderViewFolder(String, AnnotatedPluginDocument) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Creates a new child folder that contains a document that may be displayed for representing an entire view of the folder.
- createFromBaseElement(Element) - Method in class com.biomatters.geneious.publicapi.documents.AbstractPluginDocument
-
Restore document from base element.
- createGapInsertingManager(PluginDocument, SequenceGapInformation, boolean, SimpleListener) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack.Manager
-
Creates a new manager that inserts gaps into annotations relative to this manager.
- createGapRemovingManager(PluginDocument, SequenceGapInformation, boolean, SimpleListener) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack.Manager
-
Creates a new manager that removes gaps from annotations relative to this manager.
- createGraphWithAdjustedEndGaps(ExtendedNucleotideGraph, int, int) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
Creates a copy of the given graph with the length of its end gaps adjusted.
- createGrayedOutIcons(Icons, double, float) - Static method in class com.biomatters.geneious.publicapi.utilities.IconUtilities
-
Creates and caches a version of the icons with less (or more) saturation and/or a change in
alpha.
- createHardLink(File, File) - Static method in class com.biomatters.geneious.publicapi.utilities.FileUtilities
-
Creates a file system hard link.
- createHelpButton() - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
- createHelpButton(boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
- createHelpButton(String, String) - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Creates a help style button that displays a help dialog with when clicked on
- createHelpButton(boolean, String, String) - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Creates a help style button that displays a help dialog with when clicked on
- createHtmlPane(String) - Static method in class com.biomatters.geneious.publicapi.components.GTextPane
-
Create a non-editable GTextPane containing the given HTML.
- createIconUrl(Icon) - Static method in class com.biomatters.geneious.publicapi.utilities.IconUtilities
-
Takes an icon and saves it to disk so then returns the path to the image file.
- createImmutableSequence(SequenceDocument, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence
-
Creates an ImmutableSequence copy of another sequence.
- createImmutableSequence(SequenceDocument) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence
-
Creates an ImmutableSequence copy of another sequence if possible.
- createIntegerField(String, String, String) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Creates a DocumentField with an Integer value.
- createIntegerField(String, String, String, boolean, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Creates a DocumentField with an Integer value.
- createIntegerNoteField(String, String, String, List<Constraint>, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentNoteField
-
Construct a DocumentNoteField that represents an integer (whole number) value
- createInterlaced(SequenceListOnDisk<T>, SequenceListOnDisk<T>, ProgressListener) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk
-
Creates a new SequenceListOnDisk by interlacing a pair of existing SequenceListOnDisks.
- createIteratableForIntervalList(List<Interval>) - Static method in class com.biomatters.geneious.publicapi.utilities.Interval
-
Returns an Iterable that iterates over each value in each interval in a given list of intervals.
- createLongField(String, String, String, boolean, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Creates a DocumentField with a Long value.
- createNewDocumentByTransformingSequences(SequenceDocument.Alphabet, SequenceDocument.Transformer, ProgressListener) - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultSequenceListDocument
-
- createNewDocumentByTransformingSequences(SequenceDocument.Alphabet, SequenceDocument.Transformer, ProgressListener, boolean) - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultSequenceListDocument
-
Creates a new DefaultSequenceListDocument (whose sequences will be a
SequenceListOnDisk
) by applying a transformation to each of the sequences in this list.
- createNewDocumentsByTransformingSequences(List<AnnotatedPluginDocument>, SequenceDocument.Transformer, ProgressListener, String) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Transforms the sequence(s) in each input document and returns a new document corresponding to each input document.
- createNewNoteType(String, String, String, List<DocumentNoteField>, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentNoteUtilities
-
Create a new DocumentNoteType
which should be used
for adding a new note type.
- createNewSequenceWhenAppliedTo(SequenceDocument) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResult
-
Returns the results of applying this annotation generator result to the given sequence.
- createNucleotideGraph(int[][], int[], int[], int, int, int, int) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
Creates a new nucleotide graph.
- createNucleotideGraph(int[], int, int) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
Creates a new nucleotide graph with qualities but no traces.
- createNucleotideGraph(int[][], int[], int[], int, int) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
Creates a new nucleotide graph.
- createNucleotideGraph(NucleotideGraph) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
Creates a deep copy of the given graph.
- createNucleotideGraphAdjustedForGapInsertion(NucleotideGraph, CharSequence) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
Creates a deep copy of the given graph with all graph values adjusted to compensate for gap insertion as indicated by the presense of gaps in charSequence.
- createNucleotideGraphSequence(String, CharSequence, NucleotideGraph) - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence.Builder
-
Creates a nucleotide graph sequence compacted to use as little memory as possible
- createNucleotideGraphSequence(String, CharSequence, int[]) - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence.Builder
-
Creates a nucleotide graph sequence compacted to use as little memory as possible
- createNucleotideSequence(String, CharSequence) - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence.Builder
-
Creates a nucleotide sequence compacted to use as little memory as possible
- createOptions() - Method in class com.biomatters.geneious.publicapi.plugin.PluginPreferences
-
Creates a new instance of the options.
- createOrQuery(Query[], Map<String, Object>) - Static method in class com.biomatters.geneious.publicapi.databaseservice.Query.Factory
-
Creates an OR query
- createPanel() - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Creates a graphical panel used to display these options.
- createQuery(String) - Static method in class com.biomatters.geneious.publicapi.databaseservice.Query.Factory
-
Creates a query based on the provided query string.
- createResidueBasedGraph(SequenceDocument.Alphabet, boolean, boolean, boolean) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraphFactory
-
Create a new residue based SequenceGraph for a sequence or alignment.
- createSequenceAlignmentGraphFactory(String, String, boolean, int, SequenceDocument.Alphabet, DefaultSequenceGraphFactories.SingleSequenceScorer, boolean) - Static method in class com.biomatters.geneious.publicapi.implementations.DefaultSequenceGraphFactories
-
Create a SequenceGraphFactory that is averaged over multiple sequences from a single sequence scorer.
- createSequenceAlignmentGraphFactory(String, String, boolean, int, SequenceDocument.Alphabet, DefaultSequenceGraphFactories.SequenceAlignmentScorer, boolean) - Static method in class com.biomatters.geneious.publicapi.implementations.DefaultSequenceGraphFactories
-
Create a SequenceGraphFactory for sequence alignments.
- createSequenceCopy(SequenceDocument) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Creates a copy of the original sequence if necessary.
- createSequenceCopyAdjustedForGapInsertion(SequenceDocument, CharSequence) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Creates a copy of the given sequence with annotations, sequence residues, and chromatogram values adjusted to account for gap insertion.
- createSequenceCopyEditable(SequenceDocument) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Creates a copy of the original sequence that is editable.
- createSequenceDocument(SequenceType, String, String, CharSequence, Date) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
- createSequenceViewerExtension(DocumentViewer, AnnotatedPluginDocument[], SequenceViewerExtension.PropertyRetrieverAndEditor) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.Factory
-
Creates an instance of a sequence viewer extension.
- createSequenceViewerExtension(DocumentViewer, AnnotatedPluginDocument[], SequenceViewerExtension.PropertyRetrieverAndEditor) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.StatisticsFactory
-
- createSingleSequenceGraphFactory(String, String, boolean, int, SequenceDocument.Alphabet, DefaultSequenceGraphFactories.SingleSequenceScorer, boolean) - Static method in class com.biomatters.geneious.publicapi.implementations.DefaultSequenceGraphFactories
-
Create a SequenceGraphFactory for a single sequence where graph points
depend only on the residue at that point.
- createStatistics(SequenceViewerExtension.PropertyRetrieverAndEditor, ProgressListener) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.StatisticsFactory
-
Generates one or more sections of statistics to be displayed in the statistics controls section.
- createString(char[]) - Static method in class com.biomatters.geneious.publicapi.utilities.StringUtilities
-
Creates a new String from a character array by
calling the String package private constructor:
String.String(int, int, char[])
which shares the char[] value array for speed and lowers memory usage since we
don't need to have 2 copies of the char[] in memory at once.
- createString(int, int, char[]) - Static method in class com.biomatters.geneious.publicapi.utilities.StringUtilities
-
Creates a new String from a character array by
calling the String package private constructor:
String.String(int,int,char[])
which shares the char[] value array for speed and lowers memory usage since we
don't need to have 2 copies of the char[] in memory at once.
- createStringField(String, String, String, boolean, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Creates a DocumentField with a String value, that may or may not be
visible and may or may not be editable.
- createStringField(String, String, String) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Creates a DocumentField with a String value.
- createSubmenuActionOptions(GeneiousActionOptions, GeneiousActionOptions) - Static method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
Create options for an action which will appear in a submenu (if in a menu) or a popup button
(if in the toolbar).
- createTempDir(boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.FileUtilities
-
Creates a temporary directory.
- createTempFile(String, String) - Static method in class com.biomatters.geneious.publicapi.utilities.FileUtilities
-
- createTempFile(String, String, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.FileUtilities
-
- createTempFile(String, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.FileUtilities
-
Returns a temporary file with the given name.
- createTextComponentForDialog(String, boolean, Dialogs.DialogOptions) - Static method in class com.biomatters.geneious.publicapi.components.Dialogs
-
Create a component to display a String message in a dialog.
- createTextNoteField(String, String, String, List<Constraint>, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentNoteField
-
Construct a DocumentNoteField that represents a String (text) value.
- createTreeViewerExtension(DocumentViewer, AnnotatedPluginDocument) - Method in class com.biomatters.geneious.publicapi.plugin.TreeViewerExtension.Factory
-
Optionally create a TreeViewerExtension for a given AnnotatedPluginDocument.
- createTreeViewerExtension(AnnotatedPluginDocument) - Method in class com.biomatters.geneious.publicapi.plugin.TreeViewerExtension.Factory
-
- createTrimAnnotation(int, int) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
- createURLField(String, String, String) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Creates a DocumentField with a URL value.
- createUrnForDocumentSoonToBeAdded() - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
- createViewer(AnnotatedPluginDocument[]) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewerFactory
-
Viewer as a Java component.
- CTRL_KEY_STRING - Static variable in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
System-dependent string used to represent the CTRL key
- currentTimeMillis() - Static method in class com.biomatters.geneious.publicapi.utilities.SystemUtilities
-
- GarbageCollectionNotifier - Class in com.biomatters.geneious.publicapi.utilities
-
Provides a system for notifying when an object has been garbage collected.
- GButton - Class in com.biomatters.geneious.publicapi.components
-
Same as JButton except not opaque on Mac OS by default.
- GButton() - Constructor for class com.biomatters.geneious.publicapi.components.GButton
-
- GButton(Icon) - Constructor for class com.biomatters.geneious.publicapi.components.GButton
-
- GButton(String, boolean) - Constructor for class com.biomatters.geneious.publicapi.components.GButton
-
- GButton(String) - Constructor for class com.biomatters.geneious.publicapi.components.GButton
-
- GButton(Action) - Constructor for class com.biomatters.geneious.publicapi.components.GButton
-
- GButton(String, Icon) - Constructor for class com.biomatters.geneious.publicapi.components.GButton
-
- GComboBox - Class in com.biomatters.geneious.publicapi.components
-
A JComboBox that provides edit menu support ( copy, paste, undo etc).
- GComboBox(ComboBoxModel) - Constructor for class com.biomatters.geneious.publicapi.components.GComboBox
-
- GComboBox(Object[]) - Constructor for class com.biomatters.geneious.publicapi.components.GComboBox
-
- GComboBox(Vector<?>) - Constructor for class com.biomatters.geneious.publicapi.components.GComboBox
-
- GComboBox() - Constructor for class com.biomatters.geneious.publicapi.components.GComboBox
-
- GComboBox(boolean) - Constructor for class com.biomatters.geneious.publicapi.components.GComboBox
-
Construct a new GComboBox
- GComboBox.DescriptionProvider - Interface in com.biomatters.geneious.publicapi.components
-
Any items in the GComboBox may implement this interface, in which case, when the drop-down list is being displayed,
this description is displayed in grey text after the standard toString() representation of the item.
- GComboBox.EnabledStateProvider - Interface in com.biomatters.geneious.publicapi.components
-
Any items in the GComboBox may implement this interface, in which case, when the drop-down list is being displayed,
disabled items will not be selectable.
- GComboBox.IconsProvider - Interface in com.biomatters.geneious.publicapi.components
-
Any items in the GComboBox may implement this interface, in which case they may have an icon rendered next to them.
- GDialog - Class in com.biomatters.geneious.publicapi.components
-
Same as JDialog except when pack() is called, the dialog is resized to ensure that it is no bigger than the max height
and width specified by the maxDimensions and no smaller than 300 by 125 pixels.
- GDialog(Frame, String, Dimension) - Constructor for class com.biomatters.geneious.publicapi.components.GDialog
-
- GDialog(Dialog, String, Dimension) - Constructor for class com.biomatters.geneious.publicapi.components.GDialog
-
- GEditorPane - Class in com.biomatters.geneious.publicapi.components
-
An implementation of
JEditorPane
which works around Java bug
6406218
which can result in huge memory leaks.
- GEditorPane() - Constructor for class com.biomatters.geneious.publicapi.components.GEditorPane
-
- GEditorPane(URL) - Constructor for class com.biomatters.geneious.publicapi.components.GEditorPane
-
- GEditorPane(String) - Constructor for class com.biomatters.geneious.publicapi.components.GEditorPane
-
- GEditorPane(String, String) - Constructor for class com.biomatters.geneious.publicapi.components.GEditorPane
-
- Geneious - Class in com.biomatters.geneious.publicapi.plugin
-
General information about the Geneious application.
- Geneious() - Constructor for class com.biomatters.geneious.publicapi.plugin.Geneious
-
- Geneious.MajorVersion - Enum in com.biomatters.geneious.publicapi.plugin
-
Represents a major version number of Geneious (the first 2 numbers of the 3 number version number) for versions of Geneious from 6.0 onwards.
- GeneiousAction - Class in com.biomatters.geneious.publicapi.plugin
-
Geneious action items.
- GeneiousAction(String) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
- GeneiousAction(String, String) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
- GeneiousAction(String, String, Icons) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
- GeneiousAction(String, String, Icons, GeneiousActionOptions.Category, GeneiousActionOptions.MainMenu, boolean, boolean, KeyStroke) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
- GeneiousAction(GeneiousActionOptions) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
Construct a GeneiousAction from GeneiousActionOptions.
- GeneiousAction(GeneiousAction) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
Creates a GeneiousAction that wraps another action.
- GeneiousAction.Divider - Class in com.biomatters.geneious.publicapi.plugin
-
A subclass of GeneiousAction which is placed in a toolbar/menu as a divider.
- GeneiousAction.Divider() - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousAction.Divider
-
- GeneiousAction.SubMenu - Class in com.biomatters.geneious.publicapi.plugin
-
A subclass of GeneiousAction which is placed in the menu as a submenu which opens to the right;
In the toolbar, it will appear as a drop-down menu that opens downwards.
- GeneiousAction.SubMenu(GeneiousActionOptions, List<GeneiousAction>) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousAction.SubMenu
-
- GeneiousAction.ToggleAction - Class in com.biomatters.geneious.publicapi.plugin
-
A subclass of GeneiousAction which is placed in a toolbar/menu as a toggle button or check box menu item.
- GeneiousAction.ToggleAction(GeneiousActionOptions) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousAction.ToggleAction
-
Construct a Toggle action with its properties specified by the GeneiousActionOptions
- GeneiousAction.ToggleAction(GeneiousAction.ToggleAction) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousAction.ToggleAction
-
Creates a ToggleAction that wraps another toggle action.
- GeneiousActionOptions - Class in com.biomatters.geneious.publicapi.plugin
-
Specifies information (such as the name, description,icon, keyboard shortcut and location) of a menu item or button in Geneious.
- GeneiousActionOptions(String) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
- GeneiousActionOptions(String, String) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
- GeneiousActionOptions(String, String, Icons) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
- GeneiousActionOptions(String, String, Icons, GeneiousActionOptions.Category) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
Constructor of GeneiousActionOptions for DocumentOperations that belong to a category (eg.
- GeneiousActionOptions(String, String, Icons, GeneiousActionOptions.Category, GeneiousActionOptions.MainMenu, boolean, boolean, KeyStroke, boolean) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
Deprecated.
Use other constructors in combination with setters instead
- GeneiousActionOptions(GeneiousActionOptions) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
- GeneiousActionOptions.Category - Enum in com.biomatters.geneious.publicapi.plugin
-
The category (if any) which this action fits into.
- GeneiousActionOptions.MainMenu - Enum in com.biomatters.geneious.publicapi.plugin
-
All available menu locations.
- GeneiousActionOptions.ShortcutChangeListener - Interface in com.biomatters.geneious.publicapi.plugin
-
A listener that can be notified when the shortcut changes for a GeneiousActionOptions
- GeneiousActionToolbar - Class in com.biomatters.geneious.publicapi.components
-
A panel which contains a JToolbar and adds additional functionality.
- GeneiousActionToolbar(Preferences, boolean, boolean) - Constructor for class com.biomatters.geneious.publicapi.components.GeneiousActionToolbar
-
- GeneiousActionToolbar(Preferences, boolean, boolean, boolean) - Constructor for class com.biomatters.geneious.publicapi.components.GeneiousActionToolbar
-
Construct a GeneiousActionToolbar
- GeneiousActionToolbar.CustomToolbarComponent - Class in com.biomatters.geneious.publicapi.components
-
Encapsulates the information necessary for adding a custom component to the toolbar.
- GeneiousActionToolbar.CustomToolbarComponent(String, JComponent, double, boolean, boolean) - Constructor for class com.biomatters.geneious.publicapi.components.GeneiousActionToolbar.CustomToolbarComponent
-
Defines custom toolbar component properties
- GeneiousGraphics2D - Interface in com.biomatters.geneious.publicapi.plugin
-
- GeneiousGridDocumentOperation - Class in com.biomatters.geneious.publicapi.plugin
-
A grid-aware version of
DocumentOperation
, containing many
convenience features to simplify the task of creating a grid-aware DocumentOperation.
- GeneiousGridDocumentOperation() - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation
-
- GeneiousGridDocumentOperation.GridInput - Class in com.biomatters.geneious.publicapi.plugin
-
A class describing all the elements needed to run a program on the grid.
- GeneiousGridDocumentOperation.GridInput(List<File>, List<String>, String) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation.GridInput
-
- GeneiousGridImporter - Class in com.biomatters.geneious.publicapi.plugin
-
Imports one or more documents into Geneious from the contents of the given folder.
- GeneiousGridImporter() - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousGridImporter
-
- GeneiousObjectInputStream - Class in com.biomatters.geneious.publicapi.documents.sequence
-
- GeneiousObjectInputStream(InputStream) - Constructor for class com.biomatters.geneious.publicapi.documents.sequence.GeneiousObjectInputStream
-
- GeneiousObjectOutputStream - Class in com.biomatters.geneious.publicapi.documents.sequence
-
An extension to
ObjectOutputStream
that tries to reduce disk space and also reduce memory usage
when the stream is read back in again later.
- GeneiousObjectOutputStream(OutputStream, int) - Constructor for class com.biomatters.geneious.publicapi.documents.sequence.GeneiousObjectOutputStream
-
- GeneiousPlugin - Class in com.biomatters.geneious.publicapi.plugin
-
The base class for all Geneious plugins.
- GeneiousPlugin() - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
- GeneiousPreferences - Interface in com.biomatters.geneious.publicapi.plugin
-
- GeneiousPreferences.GeneiousCheckBoxPreference - Class in com.biomatters.geneious.publicapi.plugin
-
Deprecated.
A preference for specifying a yes/no (on/off) choice.
- GeneiousPreferences.GeneiousCheckBoxPreference(String, String, boolean) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousPreferences.GeneiousCheckBoxPreference
-
Deprecated.
- GeneiousPreferences.GeneiousComboBoxPreference - Class in com.biomatters.geneious.publicapi.plugin
-
Deprecated.
A preference for specifying one of a set of values.
- GeneiousPreferences.GeneiousComboBoxPreference(String, String, Object[], Object) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousPreferences.GeneiousComboBoxPreference
-
Deprecated.
- GeneiousPreferences.GeneiousDependentPreference - Class in com.biomatters.geneious.publicapi.plugin
-
Deprecated.
- GeneiousPreferences.GeneiousDependentPreference(String, String, GeneiousPreferences.GeneiousPreference[], GeneiousPreferences.GeneiousPreference, List<String>) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousPreferences.GeneiousDependentPreference
-
Deprecated.
- GeneiousPreferences.GeneiousPreference - Class in com.biomatters.geneious.publicapi.plugin
-
Deprecated.
- GeneiousPreferences.GeneiousRadioButtonPreference - Class in com.biomatters.geneious.publicapi.plugin
-
Deprecated.
A preference for specifying one of a small set of possible values.
- GeneiousPreferences.GeneiousRadioButtonPreference(String, String, String[], String) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousPreferences.GeneiousRadioButtonPreference
-
Deprecated.
- GeneiousPreferences.GeneiousStringPreference - Class in com.biomatters.geneious.publicapi.plugin
-
Deprecated.
A preference for specifying a string.
- GeneiousPreferences.GeneiousStringPreference(String, String, String) - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousPreferences.GeneiousStringPreference
-
Deprecated.
- GeneiousService - Class in com.biomatters.geneious.publicapi.plugin
-
A service provides a piece of functionality for the Geneious system.
- GeneiousService() - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousService
-
- GeneiousService.ServiceStatus - Enum in com.biomatters.geneious.publicapi.plugin
-
Possible states of service.
- GeneiousServiceListener - Interface in com.biomatters.geneious.publicapi.plugin
-
Callback used in
GeneiousService::initialize
to enable a service to report the addition &
removal of sub/child-services, and report back a change of status or name.
- GeneiousServiceWithPanel - Class in com.biomatters.geneious.publicapi.plugin
-
This is a GeneiousService that displays a custom panel in Geneious when the service is selected.
- GeneiousServiceWithPanel() - Constructor for class com.biomatters.geneious.publicapi.plugin.GeneiousServiceWithPanel
-
- GeneralUtilities - Class in com.biomatters.geneious.publicapi.utilities
-
- generate(AnnotatedPluginDocument[], SequenceAnnotationGenerator.SelectionRange, ProgressListener, Options) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator
-
Create annotations (and/or deletes annotations and/or modifies residues and/or modifies field values) on a set of documents.
- generate(PluginDocument, SequenceAnnotationGenerator.SelectionRange, ProgressListener) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.SingleSequenceResultGenerator
-
Generate annotations for a single sequence.
- generateAnnotations(AnnotatedPluginDocument[], SequenceAnnotationGenerator.SelectionRange, ProgressListener, Options) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator
-
Deprecated.
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.
- generateAnnotations(SequenceAnnotationGenerator.SelectionRange, ProgressListener, Options, AnnotatedPluginDocument...) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator
-
- generateAnnotations(SequenceAnnotationGenerator.SelectionRange, ProgressListener, Options, List<AnnotatedPluginDocument>) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator
-
- generateConsensus(SequenceAlignmentDocument, ProgressListener) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Generates a consensus sequence for an alignment using default consensus settings.
- generateConsensusSequence(SequenceAlignmentDocument, ProgressListener) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
- generateOnAlignments(AnnotatedPluginDocument[], ProgressListener, Options) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator
-
Create annotations (and/or deletes annotations and/or modifies residues and/or modifies field values) on a set of alignments.
- generateUniqueLocalURN() - Static method in class com.biomatters.geneious.publicapi.documents.URN
-
- generateUniqueLocalURN(String) - Static method in class com.biomatters.geneious.publicapi.documents.URN
-
Generates a unique URN
- generateValidValue(DocumentSelectionOption.FolderOrDocuments) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentSelectionOption
-
- generateValidValue(ValueType) - Method in class com.biomatters.geneious.publicapi.plugin.Options.ComboBoxOption
-
- generateValidValue(Date) - Method in class com.biomatters.geneious.publicapi.plugin.Options.DateOption
-
- generateValidValue(Double) - Method in class com.biomatters.geneious.publicapi.plugin.Options.DoubleOption
-
Clamps the value to the permissible range.
- generateValidValue(Integer) - Method in class com.biomatters.geneious.publicapi.plugin.Options.IntegerOption
-
Clamps the value to the permissible range.
- generateValidValue(ValueType) - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
Converts a potentially invalid value into a valid one.
- generateValidValue(ValueType) - Method in class com.biomatters.geneious.publicapi.plugin.Options.RadioOption
-
- GENETIC_CODE_FIELD - Static variable in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Visible, editable field representing a sequence's genetic code.
- GENETIC_CODE_NAME - Static variable in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationQualifier
-
Name to use for SequenceAnnotationQualifiers that specify a genetic code
- GENOME_SEQUENCE_THRESHOLD - Static variable in interface com.biomatters.geneious.publicapi.documents.sequence.SequenceDocument
-
The sequence length threshold at which we decide a sequence is a genome.
- get() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ExternalSort
-
Gets the next sorted element
- get(int) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResultsOnSingleSequence
-
- get(int) - Method in class com.biomatters.geneious.publicapi.utilities.ConcatenatedList
-
- get(int) - Method in class com.biomatters.geneious.publicapi.utilities.IntList.Array
-
- get(int) - Method in class com.biomatters.geneious.publicapi.utilities.IntList
-
Gets the value at this index.
- getAbstract() - Method in interface com.biomatters.geneious.publicapi.documents.types.PublicationDocument
-
Publication abstract.
- getActionOptions() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentAction
-
Get options for action.
- getActionOptions() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation
-
GeneiousActionOptions contains all the important status information including
name, description, icon, where the action is displayed in the interface etc.
- getActionOptions() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.Wrapper
-
- getActionOptions() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator
-
GeneiousActionOptions contains all the important status information including
name, description, icon, where the action is displayed in the interface etc.
- getActionProvider() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewer
-
Provide support for this DocumentViewer interacting with
copy/paste etc, or any custom actions.
- getActions() - Method in class com.biomatters.geneious.publicapi.components.GeneiousActionToolbar
-
Get all the GeneiousActions that are in this toolbar.
- getActionsAlwaysEnabled() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousService
-
a list of Geneious Actions which can appear in the menu bar, toolbar or popup-menu in the service tree.
- getActionsEnabledWhenServiceSelected() - Method in class com.biomatters.geneious.publicapi.databaseservice.SequenceDatabaseSuperService
-
- getActionsEnabledWhenServiceSelected() - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
- getActionsEnabledWhenServiceSelected() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousService
-
List of Geneious Actions which can appear in the menu bar, toolbar or popup-menu in the service tree.
- getActionsInMainMenuOrder(List<GeneiousAction>) - Static method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
- getActionsInPopupMenuOrder(List<GeneiousAction>) - Static method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
- getActionsInToolbarOrder(List<GeneiousAction>) - Static method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
- getActiveGeneiousPlugins() - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
- getActiveOptions() - Method in class com.biomatters.geneious.publicapi.plugin.PluginPreferences
-
Get the option values that should be used by any code that wishes to depend on these options.
- getActiveOutputDocuments() - Method in class com.biomatters.geneious.publicapi.documents.OperationRecordDocument
-
- getAddDatabaseOptions(DatabaseService.SequenceSearchQueryType) - Method in class com.biomatters.geneious.publicapi.databaseservice.SequenceDatabaseSuperService
-
Optionally override to return
Options
which will be displayed
to the user (in addition to the standard options) before adding a sequence database.
- getAdditionalOptions() - Method in class com.biomatters.geneious.publicapi.plugin.Findable.FindOptions
-
- getAdditionalOptions(Callable<String>) - Method in class com.biomatters.geneious.publicapi.plugin.Findable
-
A sub-class can optionally override this to replace the standard isCaseSensitive
with some custom options.
- getAdditionalParentDocuments() - Method in class com.biomatters.geneious.publicapi.documents.OperationRecordDocument
-
- getAdditionalPerDocumentXml(AnnotatedPluginDocument, String, boolean, ProgressListener) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
- getAdditionalPerDocumentXml(AnnotatedPluginDocument, List<String>, boolean, ProgressListener) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Get some additional XML associated with a particular document that has been saved using
WritableDatabaseService.saveAdditionalPerDocumentXml(com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument, String, boolean, org.jdom.Element, jebl.util.ProgressListener)
or
WritableDatabaseService.saveAdditionalPerDocumentXml(com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument, boolean, java.util.Map, jebl.util.ProgressListener)
This method is similar to
WritableDatabaseService.getAdditionalPerDocumentXml(com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument, String, boolean, jebl.util.ProgressListener)
except that this method allows retrieving multiple additional XML entries with a single method invocation, potentially allowing the database to handle
it more efficiently than multiple calls to
WritableDatabaseService.getAdditionalPerDocumentXml(com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument, java.util.List, boolean, jebl.util.ProgressListener)
- getAdditionalPerDocumentXmlKeys(boolean, ProgressListener) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Get a list of all keys that additional XML has been stored under on any document.
- getAdditionalXml(String, boolean) - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
- getAdditionalXml(List<String>, boolean, ProgressListener) - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
- getAdvancedPanel() - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Get a graphical panel used to display advanced options.
- getAffiliation() - Method in interface com.biomatters.geneious.publicapi.documents.types.JournalArticleDocument
-
Affiliation of the authors of this journal article.
- getAffirmativeButton() - Method in class com.biomatters.geneious.publicapi.components.DialogButtonPanel
-
Get the affirmative button.
- getAlignmentDataForSequencesNotInMemory() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
If this document has its non-reference sequences stored as a
SequenceListOnDisk
, then this returns them along with data associated with them, or null if not.
- getAlignmentDocument() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
Get the alignment document contained within this document
- getAlignmentNumberOfColumns() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
If this summary is for an alignment, returns the number of columns in the alignment
- getAlignmentOperation(String, SequenceDocument.Alphabet) - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
Get a DocumentOperation
representation of an AlignmentOperation
.
- getAlignmentOperations() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
- getAlignmentOptionsDescription(List<CharSequence>, Options) - Method in class com.biomatters.geneious.publicapi.plugin.AlignmentOperation
-
Deprecated.
this functionality is now supplied by operation history
- getAlignmentPairwiseSimilarity(boolean) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
Get the pairwise similarity if this summary is for an alignment
- getAlignments() - Method in interface com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentListDocument
-
- getAlignmentSequenceType() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentSelectionSignature
-
- getAllButtons() - Method in class com.biomatters.geneious.publicapi.components.DialogButtonPanel
-
Get all the buttons in this panel in the order they are displayed in the panel on the current platform (left to right).
- getAllDisplayableFields() - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Gets a list of all the displayable fields on any document in the user's database
- getAllDocumentsUsedWhenNothingSelected() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentSelectionOption
-
Get whether all documents of the given type are used when nothing is selected.
- getAllNotes() - Method in interface com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument.DocumentNotes
-
- getAllNoteTypes() - Static method in class com.biomatters.geneious.publicapi.documents.DocumentNoteUtilities
-
This includes all the users custom note types.
- getAlphabet() - Method in enum com.biomatters.geneious.publicapi.databaseservice.DatabaseService.SequenceSearchQueryType
-
- getAlphabet() - Method in class com.biomatters.geneious.publicapi.plugin.AlignmentOperation.InputProperties
-
- getAlphabet() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph.SequencePropertyRetriever
-
Get the alphabet of the sequence(s)
- getAlphabet(SequenceType) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Gets a Geneious alphabet type that is equivalent to a jebl library SequenceType.
- getAlphabet(SequenceDocument) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Get the Alphabet of a sequence.
- getAminoAcidSequences() - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultSequenceListDocument
-
- getAminoAcidSequences() - Method in interface com.biomatters.geneious.publicapi.documents.sequence.SequenceListDocument
-
Gets the amino acid sequences in this document.
- getAminoAcidSequences() - Method in class com.biomatters.geneious.publicapi.implementations.structure.PdbDocument
-
- getAnnotatedPluginDocument(int) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.PropertyRetrieverAndEditor
-
Get the current AnnotatedPluginDocument of one of the sequences being viewed.
- getAnnotatedPluginDocumentsForAminoAcidSequences() - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultSequenceListDocument
-
When a SequneceList is created for some existing sequences wrapped in
AnnotatedPluginDocument
,
then the original AnnotatedPluginDocuments are stored in the sequence list.
- getAnnotatedPluginDocumentsForNucleotideSequences() - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultSequenceListDocument
-
When a SequneceList is created for some existing sequences wrapped in
AnnotatedPluginDocument
,
then the original AnnotatedPluginDocuments are stored in the sequence list.
- getAnnotatedPluginDocumentThatContains(PluginDocument) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Gets the AnnotatedPluginDocument that contains the given PluginDocument.
- getAnnotation() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection
-
Get the selected annotation if there is one
- getAnnotationAdjustedForDeletion(int, int, boolean, int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
Handles a deletion from the sequence which this annotation is for, by either returning a new annotation adjusted to take the deletion into account, or this
annotation if it doesn't change, or null if the annotation should be deleted (for example the user deletes nucleotides from a primer annotation)
- getAnnotationAdjustedForInsertion(int, int, boolean, int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
Handles an insertion into the sequence which this annotation is for, by either returning a new annotation adjusted to take the insertion into account, or this
annotation if it doesn't change, or null if the annotation should be deleted (for example the user inserts nucleotides into a primer annotation)
- getAnnotationAdjustedForReplacement(int, int, int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
Handles a non-gap replacement in the sequence which this annotation is for, by either returning this
annotation if it doesn't change, or null if the annotation should be deleted (for example the user replaces nucleotides in a primer annotation)
- getAnnotationColoringQualifier() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack
-
Returns the name of a qualifier on each annotation in this track whose numeric value is used for determining the intensity of the color of that annotation is rendered in.
- getAnnotationColoringQualifierColors() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack
-
- getAnnotationGroup(String) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationGroup
-
Get the annotation group that contains this annotation type
- getAnnotationGroups() - Static method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationGroup
-
Get all available annotation groups
- getAnnotationQualifiersToShowAfterNameForRealTimeAnnotations(Options) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator
-
If this is a real time annotation generator (i.e.
- getAnnotationSequenceIndex() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection
-
Get the sequence index of the selected annotation if there is an annotation
- getAnnotationsOfType(List<SequenceAnnotation>, String) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Get all annotations in list matching the given type
- getAnnotationsOfType(SequenceDocument, String) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
- getAnnotationsOfType(SequenceDocument, String, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Get all annotations in document matching the given type.
WARNING: this list may not include all SequenceAnnotations represented as annotations in the sequence viewer.
- getAnnotationsOnConsensus() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
Gets annotations that are associated with the consensus sequence.
- getAnnotationsOnConsensus() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getAnnotationsOnConsensus() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getAnnotationsRevisionNumber() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultSequenceDocument
-
Gets a revision number associated with the annotations.
- getAnnotationsToAdd() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResult
-
Get the annotations to be added to this sequence.
- getAnnotationsToRemove() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResult
-
Get the annotations to be removed from this sequence.
- getAnnotationTypes() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationGroup
-
Get all of the annotations types contained within this group
- getAnnotationTypes() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
Gets a set consisting of each annotation type that is present in at least 1 of the sequences.
- getApiVersion() - Static method in class com.biomatters.geneious.publicapi.plugin.Geneious
-
Current Geneious public API version (convenience function)
Of the form x.y where x,y are integers.
- getApproximateCalculationWorkRequiredPerResidue() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph
-
Estimate an amount of work required to calculate graph values per residue.
- getArguments() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation.GridInput
-
- getAssemblers() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
A
Assembler
takes two or more existing sequences and assembles them.
- getAssemblers() - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
Get a list of all
Assembler
s provided by all currently installed plugins.
- getAssignerForCreatingUrn() - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
- getAuthors() - Method in interface com.biomatters.geneious.publicapi.documents.types.PublicationDocument
-
Publication authors.
- getAuthors() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
A list of the authors of this module.
- getAuthorsString(List<Author>) - Static method in class com.biomatters.geneious.publicapi.documents.types.JournalArticleDocument.Utils
-
List of authors to nice human readable string.
- getAvailableMemory() - Static method in class com.biomatters.geneious.publicapi.utilities.SystemUtilities
-
Get the amount of available (free) memory in bytes.
- getAvailableMemoryAfterMostRecentGarbageCollection() - Static method in class com.biomatters.geneious.publicapi.utilities.SystemUtilities
-
- getBackAction() - Method in class com.biomatters.geneious.publicapi.plugin.ActionProvider
-
Provide an optional back action that is displayed as a back arrow in the viewer toolbar
and has the default back keyboard shortcut.
- getBaseElement() - Method in class com.biomatters.geneious.publicapi.documents.AbstractPluginDocument
-
A JDOM element holding document data.
- getBaseElementString() - Method in class com.biomatters.geneious.publicapi.documents.AbstractPluginDocument
-
Base element as a XML text fragment.
- getBindingInterval() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.OligoSequenceDocument
-
Get the interval for the binding region of the oligo sequence (excluding any 5' extension).
- getBindingSequence() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.OligoSequenceDocument
-
Get the sequence of bases making up the binding region of this oligo.
- getBitsPerCharIncludingQuality() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getBlastAlignmentText(SequenceAlignmentDocument, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Formats the given alignment in BLAST text format
- getBooleanSettingIfNotPresent(String, boolean) - Static method in class com.biomatters.geneious.publicapi.plugin.UserEditablePreferences
-
Gets a boolean value from user editable preferences, adding an entry if it doesn't already exist.
- getBorderInsets(Component) - Method in class com.biomatters.geneious.publicapi.components.OptionsPanel.RoundedLineBorder
-
- getBoundsOfMonitorThatRectangleIsMostlyIn(Rectangle) - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Find the bounds of the monitor that the majority of the supplied rectangle intersects with and return that monitor's bounds, which excludes the task bar.
- getButtonText() - Method in enum com.biomatters.geneious.publicapi.components.Dialogs.SaveChanges
-
Get the button text that is shown to the user for this option.
- getBytes() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ByteBackedCharSequence
-
- getBytesWritten() - Method in class com.biomatters.geneious.publicapi.utilities.OutputStreamThatCountsBytesWritten
-
Get the number of bytes written so far to this output stream.
- getCancelButton() - Method in class com.biomatters.geneious.publicapi.components.DialogButtonPanel
-
Get the cancel button.
- getCancelButton() - Method in class com.biomatters.geneious.publicapi.components.Dialogs.DialogOptions
-
Get the button which is treated as a cancel button.
- getCanonicalOrAbsolutePath(File) - Static method in class com.biomatters.geneious.publicapi.utilities.FileUtilities
-
- getCategory() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
- getCategory() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
- getCategoryDefaultIcons(GeneiousActionOptions.Category) - Static method in class com.biomatters.geneious.publicapi.utilities.IconUtilities
-
Get the default
Icons
for the specified action category.
- getCategoryOperation(GeneiousActionOptions.Category) - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
Get the category operation that includes all other operations in this category.
- getCause() - Method in exception com.biomatters.geneious.publicapi.plugin.RuntimeDocumentOperationException
-
- getChainIdentifiers() - Method in class com.biomatters.geneious.publicapi.implementations.structure.PdbDocument
-
Get a collection of the identifiers of all chains in the document
- getChainMissingResiduesBefore(String, int) - Method in class com.biomatters.geneious.publicapi.implementations.structure.PdbDocument
-
Number of residues that occur prior to the start of this chain
- getCharacterSet() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getCharAndQualityAtIgnoringEndGaps(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence
-
Provides both the sequence character and the quality in a single method call, which is almost twice
as fast as requesting the 2 values separately.
- getCharSequence() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getCharSequence() - Method in interface com.biomatters.geneious.publicapi.documents.sequence.SequenceDocument
-
Get the sequence as a CharSequence.
- getCharSequence() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getCharSequence() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultSequenceDocument
-
- getCharSequence() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequencePropertiesStorage
-
- getCharSequenceDataBitOffset() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getCharSequenceRevisionNumber() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultSequenceDocument
-
Gets a revision number associated with the char sequence.
- getCheckBoxLabel() - Method in class com.biomatters.geneious.publicapi.databaseservice.CheckboxSearchOption
-
Returns the string the search options is labelled with.
- getChildOptions() - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
- getChildOptionsPageChooser() - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
- getChildren() - Method in interface com.biomatters.geneious.publicapi.databaseservice.CompoundSearchQuery
-
Query terms.
- getChildService(String) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
- getChildServices() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousService
-
Provides a list of all the current children of this service.
- getChromatogramLength() - Method in class com.biomatters.geneious.publicapi.documents.sequence.CompactQualityOnlyGraph
-
- getChromatogramLength() - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
- getChromatogramLength() - Method in interface com.biomatters.geneious.publicapi.documents.sequence.NucleotideGraph
-
The number of points for which this graph has values, which is typically larger than the
length of the nucleotide sequence because a base isn't called at every position in the graph.
- getChromatogramLength() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndNucleotideGraphSequenceDocument
-
- getChromatogramLength() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultNucleotideGraphSequence
-
- getChromatogramLength() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequencePropertiesStorage
-
- getChromatogramPositionForResidue(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.CompactQualityOnlyGraph
-
- getChromatogramPositionForResidue(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
- getChromatogramPositionForResidue(int) - Method in interface com.biomatters.geneious.publicapi.documents.sequence.NucleotideGraph
-
- getChromatogramPositionForResidue(int) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndNucleotideGraphSequenceDocument
-
- getChromatogramPositionForResidue(int) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultNucleotideGraphSequence
-
- getChromatogramPositionForResidue(int) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequencePropertiesStorage
-
- getChromatogramPositionsForResidues(NucleotideGraph) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
- getChromatogramPositionsForResidues(NucleotideGraph, int, int) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
- getChromatogramValue(int, int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.CompactQualityOnlyGraph
-
- getChromatogramValue(int, int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
- getChromatogramValue(int, int) - Method in interface com.biomatters.geneious.publicapi.documents.sequence.NucleotideGraph
-
Returns the graph value for the specified nucleotide and at the specified position.
- getChromatogramValue(int, int) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndNucleotideGraphSequenceDocument
-
- getChromatogramValue(int, int) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultNucleotideGraphSequence
-
- getChromatogramValue(int, int) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequencePropertiesStorage
-
- getChromatogramValues(NucleotideGraph) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
- getChromatogramValues(NucleotideGraph, int) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
- getCircularAlignmentLength() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph.SequencePropertyRetriever
-
- getCircularLength() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
If this alignment is circular, returns the gapped length at which it wraps back to the start or 0 if this alignment is not circular.
- getCircularLength() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getClass(String) - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
Find a class by name in Geneious or in any installed plugin.
- getCode() - Method in class com.biomatters.geneious.publicapi.databaseservice.ExtendedSearchOption
-
- getCode() - Method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
An internal code unique on each document used for identifying this field.
- getCode() - Method in class com.biomatters.geneious.publicapi.documents.DocumentNoteField
-
An internal code unique on each note type used for identifying this field.
- getCode() - Method in interface com.biomatters.geneious.publicapi.documents.DocumentNoteType
-
- getCode() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPreferences.GeneiousPreference
-
Deprecated.
A unique identifier for this preference.
- getCodonStart() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
The value of the
NCBI_CODON_START
qualifier indicates the offset at which the first complete codon of a coding feature can be found,
relative to the first base of that feature.
- getColor(boolean) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Gets the text/icon color for this folder
- getColor(double) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultSequenceGraphFactories.SequenceAlignmentScorer
-
return a Color for a score.
- getColor(double) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultSequenceGraphFactories.SingleSequenceScorer
-
return a Color for a score.
- getColor() - Method in interface com.biomatters.geneious.publicapi.plugin.GeneiousGraphics2D
-
- getColumnsWithGapsOverPercentage(double) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
If this summary is for an alignment gets a BitSet indicating which columns contain over the given percentage of gaps.
- getComplement(Interval) - Method in class com.biomatters.geneious.publicapi.utilities.Interval
-
- getComplementWithoutReverseSequenceName(String) - Static method in class com.biomatters.geneious.publicapi.implementations.SequenceExtractionUtilities
-
Appends the " (complement without reverse)" suffix to the sequence name (or removes if it is already there).
- getComponent() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewer
-
Get the graphical component displayed to the user.
- getComponent() - Method in class com.biomatters.geneious.publicapi.plugin.Options.MultipleOptions
-
Get a component used to display these multiple options.
- getComponent() - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
Get a graphical component representing this option.
- getComponent() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension
-
- getComponentFillAvailableSpace() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension
-
- getComponentLocation() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension
-
- getComposite() - Method in interface com.biomatters.geneious.publicapi.plugin.GeneiousGraphics2D
-
- getCompressedFile(File) - Static method in class com.biomatters.geneious.publicapi.utilities.CompressionUtilities
-
- getCondition() - Method in interface com.biomatters.geneious.publicapi.databaseservice.AdvancedSearchQueryTerm
-
Condition on field.
- getCondition() - Method in class com.biomatters.geneious.publicapi.documents.Constraint
-
- getConstraints(Class) - Static method in class com.biomatters.geneious.publicapi.documents.Constraint
-
Returns an array of conditions which are allowed to be used to
constrain the given type.
- getConstraints() - Method in class com.biomatters.geneious.publicapi.documents.DocumentNoteField
-
- getConstructorAccessorStatic() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getContainingDocument(int) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelectionWithDocuments
-
- getContainingDocumentIndex(List<AnnotatedPluginDocument>) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SequenceIndex
-
Given a the List of AnnotatedPluginDocument on which this SequenceIndex was defined, returns the index of the document that this
SequenceIndex refers to, in that list
- getContig() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
If this read represents a contig as input to the assembler, returns that contig.
- getContigOutputSupport() - Method in class com.biomatters.geneious.publicapi.plugin.Assembler
-
Gets the type of data generated by this assembler.
- getContigReferenceSequenceIndex() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
Get the index (if any) of the reference sequence in a contig.
- getContigReferenceSequenceIndex() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getContigReferenceSequenceIndex() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getCopyAction() - Method in class com.biomatters.geneious.publicapi.plugin.ActionProvider
-
Action that should be performed when this viewer etc.
- getCoverage(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
If this summary is for an alignment, gets the total number of sequences covering this position.
- getCoverage(int, int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
If this summary is for an alignment, gets an approximate coverage for the given range.
- getCoverageAsDouble(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
If this summary is for an alignment, gets the total number of sequences covering this position.
- getCoverageMaximum() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
Returns the maximum coverage in this alignment.
- getCoverageMaximumAsDouble() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
Returns the maximum coverage in this alignment.
- getCoverageMean() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
Returns the mean coverage in this alignment.
- getCoverageStandardDeviation() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
Returns the standard deviation of coverage in this alignment.
- getCreationDate() - Method in class com.biomatters.geneious.publicapi.documents.AbstractPluginDocument
-
- getCreationDate() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Get the date this document was created.
- getCreationDate() - Method in class com.biomatters.geneious.publicapi.documents.OperationRecordDocument
-
- getCreationDate() - Method in interface com.biomatters.geneious.publicapi.documents.PluginDocument
-
Get the date this document was created.
- getCreationDate() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getCreationDate() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getCreationDate() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultSameTaxaTreesDocument
-
- getCreationDate() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultTreeDocument
-
- getCreationDate() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getCreationDate() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequencePropertiesStorage
-
This method is not implemented.
- getCurrentBackgroundColorFor(char) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph
-
Get the current background color for a given residue using the current sequence viewer color scheme.
- getCurrentForegroundColorFor(char) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph
-
Get the current foreground color for a given residue using the current sequence viewer color scheme.
- getCurrentModalDialog() - Static method in class com.biomatters.geneious.publicapi.components.Dialogs
-
Returns the currently active modal dialog shown by
Dialogs
.
- getCurrentThreadCpuTime() - Static method in class com.biomatters.geneious.publicapi.utilities.SystemUtilities
-
- getCurrentValue() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPreferences.GeneiousCheckBoxPreference
-
Deprecated.
- getCurrentValue() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPreferences.GeneiousComboBoxPreference
-
Deprecated.
- getCurrentValue() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPreferences.GeneiousRadioButtonPreference
-
Deprecated.
- getCurrentValue() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPreferences.GeneiousStringPreference
-
Deprecated.
- getCursor() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph
-
Returns a cursor that will appear when the mouse is over the graph.
- getCustomIcon() - Method in class com.biomatters.geneious.publicapi.components.Dialogs.DialogOptions
-
Get the custom icon to use or null if none set
- getCustomToolbarComponents() - Method in class com.biomatters.geneious.publicapi.plugin.ActionProvider
-
Gets a list of custom components to add to the toolbar displayed at the top of the viewer panel.
- getCutAction() - Method in class com.biomatters.geneious.publicapi.plugin.ActionProvider
-
Action that should be performed when this viewer etc.
- getData(int, int, byte[], byte[], int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence
-
Provides sequence character and qualities for multiple positions in a single method call,
which is much faster than requesting the values separately.
- getDatabase() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Get the database folder this document is in, or null if it is not in a database.
- getDatabaseFileFormatExtensions() - Method in class com.biomatters.geneious.publicapi.databaseservice.SequenceDatabaseSuperService
-
A list of extensions for file formats that can be added directly to the service.
- getDatabaseRoot() - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Get the root folder of this database folder hierarchy.
- getDatabaseServiceListeners() - Method in class com.biomatters.geneious.publicapi.databaseservice.DatabaseService
-
- getDatabaseServiceListeners() - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
- getDefaultButton() - Method in class com.biomatters.geneious.publicapi.components.Dialogs.DialogOptions
-
Get the button which is the dialogs default button.
- getDefaultComponentLocation() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension
-
- getDefaultExtension() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileExporter
-
Default extension for file.
- getDefaultHeight(int, Options) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable
-
If this component does not have a required height (i.e.
- getDefaultHeight(int, Options) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable.Wrapper
-
- getDefaultHeight() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph
-
Supply a default height for this graph.
- getDefaultLocale() - Static method in class com.biomatters.geneious.publicapi.utilities.SystemUtilities
-
Returns the real System default locale.
- getDefaultLocation() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph
-
Determines whether this graph should appear above or below the sequence residues.
- getDefaultRenderer(Class<?>) - Method in class com.biomatters.geneious.publicapi.components.GTable
-
- getDefaultShortcut() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
- getDefaultSortingField() - Method in class com.biomatters.geneious.publicapi.databaseservice.FolderView
-
Get the default field on which to sort documents.
- getDefaultValue() - Method in class com.biomatters.geneious.publicapi.databaseservice.CheckboxSearchOption
-
Returns the initial value on opening the search panel.
- getDefaultValue() - Method in class com.biomatters.geneious.publicapi.databaseservice.ComboboxSearchOption
-
Returns the initially selected value in the combo box.
- getDefaultValue() - Method in class com.biomatters.geneious.publicapi.databaseservice.TextFieldSearchOption
-
Initial value on opening the search panel.
- getDefaultValue() - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
Get the default value for this option
- getDefaultValues() - Method in class com.biomatters.geneious.publicapi.databaseservice.DependentComboboxSearchOption
-
Returns a Map of the dependee values to a default value for this combo
box when that value is selected in the dependee.
- getDefaultVisibility() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph
-
Returns whether this graph is visible by default.
- getDefaultWidth(Options) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable
-
If this component does not have a required width (i.e.
- getDefaultWidth(Options) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable.Wrapper
-
- getDeleteAction() - Method in class com.biomatters.geneious.publicapi.plugin.ActionProvider
-
Action that should be performed when this viewer etc.
- getDependeeCode() - Method in class com.biomatters.geneious.publicapi.databaseservice.DependentComboboxSearchOption
-
Returns the unique identifier of the ComboBoxSearchOption that this depends on.
- getDependentChildOptions() - Method in class com.biomatters.geneious.publicapi.plugin.Options.ButtonOption
-
- getDescendantOperationRecords() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
- getDescription() - Method in interface com.biomatters.geneious.publicapi.components.GComboBox.DescriptionProvider
-
Provide a one line description.
- getDescription() - Method in class com.biomatters.geneious.publicapi.databaseservice.ExtendedSearchOption
-
Gets the description of this option to be displayed as a tooltip.
- getDescription() - Method in class com.biomatters.geneious.publicapi.documents.DocumentCollection
-
- getDescription() - Method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Returns a one line description of this field.
- getDescription() - Method in interface com.biomatters.geneious.publicapi.documents.DocumentNote
-
Return the descirption of this note type.
- getDescription() - Method in class com.biomatters.geneious.publicapi.documents.DocumentNoteField
-
Getter for the document field's description property.
- getDescription() - Method in enum com.biomatters.geneious.publicapi.documents.DocumentNoteField.Types
-
Getter for the description property of this field type.
- getDescription() - Method in interface com.biomatters.geneious.publicapi.documents.DocumentNoteType
-
- getDescription() - Method in class com.biomatters.geneious.publicapi.documents.OperationRecordDocument
-
- getDescription() - Method in interface com.biomatters.geneious.publicapi.documents.PluginDocument
-
A human readable single line of text describing this document,
to appear in the description field in the document table.
- getDescription() - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultSequenceListDocument
-
- getDescription() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getDescription(boolean) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
Short text description of alignment.
- getDescription() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getDescription() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultPhylogenyDocument
-
- getDescription() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultSameTaxaTreesDocument
-
- getDescription() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultTreeDocument
-
- getDescription() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getDescription() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultSequenceDocument
-
- getDescription() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequencePropertiesStorage
-
- getDescription() - Method in class com.biomatters.geneious.publicapi.implementations.structure.DefaultMolecularStructureDocument
-
- getDescription() - Method in class com.biomatters.geneious.publicapi.implementations.structure.PdbDocument
-
- getDescription() - Method in class com.biomatters.geneious.publicapi.plugin.AlignmentOperation
-
- getDescription() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewerFactory
-
Description of the viewers purpose and how it is accessed.
- getDescription() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
- getDescription() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
- getDescription() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
A short description of the plugins purpose.
- getDescription() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousService
-
This gives the human-readable short description of the service as it might appear in
any user-interface.
- getDescription() - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
Get a one line description for this option.
- getDescription() - Method in class com.biomatters.geneious.publicapi.plugin.Options.OptionValue
-
get the 1 line description of this option value.
- getDescription() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph
-
- getDescriptionAndState() - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Describe all properties and the state of these options.
- getDescriptionAndState() - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
Describe all properties and the state of this option.
- getDialogHtmlHead() - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Get an HTML <head>...</head> block that should be used for any text pane shown in a dialog.
- getDialogOptions() - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
- getDirection() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationInterval
-
The direction in which this annotation interval is oriented.
- getDisabledLabelForegroundColor() - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Equivalent to calling UIManager.getColor("Label.disabledForeground") except that it returns Color.GRAY if the
former would return null
- getDisplayableFields() - Method in class com.biomatters.geneious.publicapi.documents.AbstractPluginDocument
-
- getDisplayableFields() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Get a list of all displayable fields available on the PluginDocument
contained within this AnnotatedPluginDocument.
- getDisplayableFields() - Method in class com.biomatters.geneious.publicapi.documents.OperationRecordDocument
-
- getDisplayableFields() - Method in interface com.biomatters.geneious.publicapi.documents.PluginDocument
-
A list of columns for display in the main document panel.
- getDisplayableFields() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getDisplayableFields() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getDisplayableFields() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultSameTaxaTreesDocument
-
- getDisplayableFields() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultTreeDocument
-
- getDisplayableFields() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getDisplayableFields() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultSequenceDocument
-
- getDisplayableFields() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequencePropertiesStorage
-
This method is not implemented.
- getDisplayableFields() - Method in class com.biomatters.geneious.publicapi.implementations.structure.DefaultMolecularStructureDocument
-
- getDisplayableFields() - Method in class com.biomatters.geneious.publicapi.implementations.structure.PdbDocument
-
- getDisplayableOptions() - Method in class com.biomatters.geneious.publicapi.plugin.PluginPreferences
-
Get some options that can be displayed in user preferences.
- getDisplayedLabel() - Method in class com.biomatters.geneious.publicapi.plugin.Options.BooleanOption
-
- getDisplayedLabel() - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
Get a label displayed next to this option.
- getDisplayedValue(boolean) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationQualifier
-
Returns the value with html tags stripped or angle brackets escaped depending on whether html is allowed.
- getDocument(URN) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Get a document that exists anywhere within this database (including other folders) with a particular URN.
- getDocument() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Returns the underlying document which is wrapped inside this AnnotatedPluginDocument.
- getDocumentActions() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
- getDocumentByURN(URN) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Fetches the specified document from either in memory or from the local or a shared database.
- getDocumentClass() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Get the class of the underlying document without loading it.
- getDocumentCount(boolean) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Get the number of documents in this folder
- getDocumentFieldCopy() - Method in class com.biomatters.geneious.publicapi.documents.DocumentNoteField
-
- getDocumentFieldsToSet() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResult
-
- getDocumentFileExporter(String) - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
get the DocumentFileExporter with the given unique ID.
- getDocumentFileExporters() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
get the exporters provided by this plugin.
- getDocumentFileExporters() - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
- getDocumentFileImporter(String) - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
get the DocumentFileImporter with the given unique ID.
- getDocumentFileImporters() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
get the importers provided by this plugin.
- getDocumentFileImporters() - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
- getDocumentHistory() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
- getDocumentLocation(URN) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
If this database contains this document in any user visible folder returns
the WritableDatabaseService representing the folder that contains it.
- getDocumentName() - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable
-
Returns the name of the document that we are printing (if applicable)
- getDocumentName() - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable.Wrapper
-
- getDocumentNotes(boolean) - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
- getDocumentNotesToSet() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResult
-
- getDocumentOperation(String) - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
get the DocumentOperation with the given unique ID.
- getDocumentOperations() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
A
DocumentOperation
takes one or more existing documents and uses them to create a set of new documents.
- getDocumentOperations() - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
- getDocumentOrCrash() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
- getDocumentOrNull() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
- getDocumentOrThrow(boolean, ProgressListener, Class<T>) - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Returns the underlying document.
- getDocumentOrThrow(Class<T>) - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
- getDocuments() - Method in class com.biomatters.geneious.publicapi.documents.DocumentSearchCache
-
- getDocuments() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentSelectionOption.FolderOrDocuments
-
Get the selected documents or null if documents are not selected (a folder is selected).
- getDocuments() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentSelectionOption
-
Get the list of selected documents.
- getDocuments() - Method in exception com.biomatters.geneious.publicapi.plugin.SequenceSelection.SequenceIndex.SelectionWrongForDocumentsException
-
Deprecated.
- getDocuments() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelectionWithDocuments
-
- getDocumentSearchCacheFor(DocumentType<T>) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentSearchCache
-
Gets a cache for the given document type, creating the cache if necessary and caching the cache so that future calls to this method
return the same cache.
- getDocumentType() - Method in class com.biomatters.geneious.publicapi.documents.DocumentSearchCache
-
- getDocumentTypes() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
get possible document types.
- getDocumentTypesForSequenceSearch(DatabaseService.SequenceSearchQueryType, String, Options, boolean) - Method in class com.biomatters.geneious.publicapi.databaseservice.DatabaseService
-
Return
DocumentSelectionSignature
s describing all possible types of
documents that can be returned from a sequence search on this service.
- getDocumentUrns() - Method in class com.biomatters.geneious.publicapi.databaseservice.FolderView
-
Get the URNs of all documents for which properties are stored in this folder view.
- getDocumentViewerFactories() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
A document viewer displays a set of documents in some graphically interesting way.
- getDocumentViewerFactories(AnnotatedPluginDocument...) - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
Get a list of
DocumentViewerFactories
provided by all currently installed plugins
or optionally restrict the returned list to those that can view a given set of documents.
- getDocumentVisibleByDefaultOn() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack
-
if this returns a not-null value then this track is only visible by default when viewed from within document with this URN.
- getElement(ProgressListener) - Method in interface com.biomatters.geneious.publicapi.documents.ElementProvider
-
Get an XML element with progress information and
the ability to cancel it.
- getEmailAddressForCrashes() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
Returns an email address that any crashes that Geneious thinks are likely to be caused by this plugin should be sent to.
- getEndGapsManager() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk.AlignmentData
-
Returns an EndGapsManager for these sequences.
- getEndGapsManager() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph.SequencePropertyRetriever
-
If this graph is on an alignment, gets an end gaps manager for quickly finding sequences that intersect a given base number, ignoring end gaps.
- getEndPage() - Method in interface com.biomatters.geneious.publicapi.documents.types.JournalArticleDocument
-
Last page of the article.
- getEnumerationValues() - Method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
The set of possible values for the field.
- getEnumerationValues() - Method in class com.biomatters.geneious.publicapi.documents.DocumentNoteField
-
Provides an array of the possible values this field can take.
- getExecutableName() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation
-
Returns the name of (or path to) the executable used for local runs (or null if the DocumentOperation does not support local runs)
- getExpectedMateDistanceForMate() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
- getExpectedMateDistanceForRead() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
- getExpectedMateDistanceNormalized() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
Gets the expected distance normalized to be positive.
- getExtendedDisplayableFields() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
- getExtendedOptionValue(String) - Method in interface com.biomatters.geneious.publicapi.databaseservice.Query
-
Get a specialized search option value.
- getExtendedPrintable() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewer
-
Get an ExtendedPrintable for providing advanced printing
and saving to image support.
- getExtendedPrintable() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousServiceWithPanel
-
You may optionally return an
ExtendedPrintable
to print the content displayed on the panel.
- getExtendedPrintable() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension
-
Returns an ExtendedPrintable which describes how this extension should be printed.
- getExtendedPrintableForTextComponent(JTextComponent) - Static method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable.Factory
-
- getExtendedSearchOptions(boolean) - Method in class com.biomatters.geneious.publicapi.databaseservice.DatabaseService
-
Provide a list of extended options to be displayed the in the search panel.
- getExtendedSearchOptions(boolean) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Provide a list of extended options to be displayed the in the search panel.
- getExtensionInterval() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.OligoSequenceDocument
-
Get the interval for the 5' extension region of the oligo sequence .
- getExtensionSequence() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.OligoSequenceDocument
-
Get the sequence of bases making up the 5' extension region of this oligo.
- getExternalActions() - Method in class com.biomatters.geneious.publicapi.plugin.ActionProvider
-
Get a list of actions that should appear in the main menu or elsewhere outside the viewer's toolbar.
- getExtractionName(String, String, String, boolean) - Static method in class com.biomatters.geneious.publicapi.implementations.SequenceExtractionUtilities
-
Create a name for an extracted region
- getExtraPersistentInformation() - Method in class com.biomatters.geneious.publicapi.plugin.Options.EditableComboBoxOption
-
- getExtraPersistentInformation() - Method in class com.biomatters.geneious.publicapi.plugin.Options.FileSelectionOption
-
- getExtraPersistentInformation() - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
Gets any information in addition to the option value that should be
persistent between instances.
- getField() - Method in interface com.biomatters.geneious.publicapi.databaseservice.AdvancedSearchQueryTerm
-
Field to search in.
- getField() - Method in class com.biomatters.geneious.publicapi.documents.DocumentFieldAndValue
-
- getField(String) - Method in interface com.biomatters.geneious.publicapi.documents.DocumentNoteType
-
- getFieldCode() - Method in class com.biomatters.geneious.publicapi.documents.DocumentHistoryEntryField
-
- getFieldName() - Method in class com.biomatters.geneious.publicapi.documents.DocumentHistoryEntryField
-
- getFields() - Method in class com.biomatters.geneious.publicapi.documents.DocumentHistoryEntry
-
- getFields() - Method in interface com.biomatters.geneious.publicapi.documents.DocumentNote
-
Return all the fields of this note type.
- getFields() - Method in interface com.biomatters.geneious.publicapi.documents.DocumentNoteType
-
- getFieldValue(String) - Method in class com.biomatters.geneious.publicapi.documents.AbstractPluginDocument
-
- getFieldValue(String) - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Retrieves the value of a displayable or hidden field, given the field's
code
.
- getFieldValue(DocumentField) - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Get value of a field - either a displayable field or a hidden field.
- getFieldValue() - Method in class com.biomatters.geneious.publicapi.documents.DocumentHistoryEntryField
-
- getFieldValue(String) - Method in interface com.biomatters.geneious.publicapi.documents.DocumentNote
-
Returns the value of a particular field given the field code.
- getFieldValue(String) - Method in class com.biomatters.geneious.publicapi.documents.OperationRecordDocument
-
- getFieldValue(String) - Method in interface com.biomatters.geneious.publicapi.documents.PluginDocument
-
Get the value of a particular field.
- getFieldValue(String) - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getFieldValue(Element) - Static method in class com.biomatters.geneious.publicapi.documents.XMLSerializer
-
- getFieldValue(String) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getFieldValue(String) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultSameTaxaTreesDocument
-
- getFieldValue(String) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultTreeDocument
-
- getFieldValue(String) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getFieldValue(String) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultSequenceDocument
-
- getFieldValue(String) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequencePropertiesStorage
-
This method is not implemented.
- getFieldValueCodes() - Method in class com.biomatters.geneious.publicapi.documents.AbstractPluginDocument
-
Gets the code of all fields stored in this document, including non-displayable fields.
- getFile() - Method in class com.biomatters.geneious.publicapi.utilities.CompressionUtilities.CompressedFileWrapper
-
- getFileNameExtension(File) - Static method in class com.biomatters.geneious.publicapi.utilities.FileUtilities
-
Get the extension of a file name.
- getFileNameWithoutExtension(File) - Static method in class com.biomatters.geneious.publicapi.utilities.FileUtilities
-
Get the name of a file, excluding its path, excluding its extension and excluding the '.' prior to its extension.
- getFileOrFolderSize(File, ProgressListener) - Static method in class com.biomatters.geneious.publicapi.utilities.FileUtilities
-
If file is not a directory this returns
File.length()
, if file is a directory this recurses
through all files in the directory and sub directories to return the sum of
File.length()
s.
- getFiles() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation.GridInput
-
- getFileTypeDescription() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileExporter
-
- getFileTypeDescription() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileImporter
-
- getFindable() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewer
-
Provide support for this DocumentViewer to interact with the find text dialog
- getFirstName() - Method in class com.biomatters.geneious.publicapi.documents.Author
-
Returns the first name of the author.
- getFirstResidueToReplaceInclusive() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResult.ResidueAdjustment
-
Get the 0-based first residue to replace or delete.
- getFirstSelectedResidue() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.SelectionRange
-
- getFirstSelectedSequence() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.SelectionRange
-
- getFirstTextComponent(Container) - Static method in class com.biomatters.geneious.publicapi.components.Dialogs
-
Gets the first text component in this container.
- getFirstUncompressedCharacters(int) - Method in class com.biomatters.geneious.publicapi.utilities.CompressionUtilities.CompressedFileWrapper
-
Gets the first uncompressed characters of the file.
- getFitToScreenZoomLevel() - Method in class com.biomatters.geneious.publicapi.components.ZoomPanel
-
- getFolder() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentSelectionOption.FolderOrDocuments
-
Get the selected folder or null if a folder was not selected (documents are selected).
- getFolderName() - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Get the name of this DatabaseService folder displayed to the user.
- getFolderView() - Method in interface com.biomatters.geneious.publicapi.databaseservice.FolderViewDocument
-
Get the folder view for this document.
- getFolderViewDocument() - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
If this folder represents the results of a search, it must provide a
FolderViewDocument which stores all properties of that search.
- getFont() - Method in interface com.biomatters.geneious.publicapi.plugin.GeneiousGraphics2D
-
- getForwardAction() - Method in class com.biomatters.geneious.publicapi.plugin.ActionProvider
-
Provide an optional forward action that is displayed as a forward arrow in the viewer toolbar
and has the default forward keyboard shortcut.
- getForwardRegexForSequence(CharSequence, SequenceType, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
- getForwardRegexForSequence(CharSequence, SequenceType, boolean, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
- getForwardRegexForSequence(CharSequence, SequenceType, boolean, boolean, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Given a nucleotide or amino acid sequence, returns a regular
expression that matches forward occurrences of this sequence in a larger
sequence, i.e.
- getForwardRegexPatternForSequence(CharSequence, SequenceType, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
- getForwardRegexPatternForSequence(CharSequence, SequenceType, boolean, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Given a nucleotide or amino acid sequence string, returns a regular
expression pattern that matches forward occurrences of this search string in a larger
sequence string,
- getFractionIdenticalSites() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary.PairwiseSimilarity
-
- getFractionOfTimeToSaveResults() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileImporter
-
Returns an approximate fraction of the total operation time which will probably be required to save the imported document(s).
- getFractionOfTimeToSaveResults() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation
-
Returns an approximate fraction of the total operation time which will probably be required to save the generated document(s).
- getFractionOfTimeToSaveResults() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.Wrapper
-
- getFrame() - Method in class com.biomatters.geneious.publicapi.components.ProgressFrame
-
- getFrequency(char) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
Gets the number of occurrences of the given character
- getFrequency() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ValueAndFrequencyDistribution.ValueAndFrequency
-
- getFrom() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationInterval
-
Start position of annotation.
- getFrom() - Method in class com.biomatters.geneious.publicapi.utilities.Interval
-
- getFromResidue() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SelectionInterval
-
- getFullPath() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousService
-
Gives you the full path to this service as it appears in the Geneious service tree.
- getGappedIndex(int) - Method in class com.biomatters.geneious.publicapi.implementations.SequenceGapInformation
-
Translates an index in the ungapped sequence to the index of the corresponding nongap
character in the gappedSequence
passed to the constructor.
- getGappedIndex(int, int, boolean, SimpleListener) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.PropertyRetrieverAndEditor
-
Converts an ungapped index to a sequence into the equivalent gapped index.
- getGappedSequenceLength() - Method in class com.biomatters.geneious.publicapi.implementations.SequenceGapInformation
-
- getGeneiousServerExecutableName() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation
-
- getGeneiousService(String) - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
Get access to any standard GeneiousService or any 3rd party GeneiousService.
- getGeneiousServiceListener() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousService
-
- getGeneiousServices() - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
Returns all installed GeneiousServices.
- getGeneralOptions() - Method in class com.biomatters.geneious.publicapi.plugin.AlignmentOperation
-
Gets some Options that work for this operation when invoked on any type and number of input sequences
- getGeneralOptions() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation
-
Gets some Options that work for this document operation when invoked on any set of input sequences.
- getGeneralOptions() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.Wrapper
-
- getGeneralOptions() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation
-
- getGeneralOptions() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator
-
Gets some Options that work for this annotation generator when invoked on any set of input sequences.
- getGeneratedAnnotationGroup() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator
-
Get the types of annotations this generator generates.
- getGeneticCode(SequenceAnnotation) - Static method in class com.biomatters.geneious.publicapi.implementations.SequenceExtractionUtilities
-
- getGoogleScholarLinkHTML(String, String) - Static method in class com.biomatters.geneious.publicapi.documents.types.PublicationDocument.Utils
-
Construct a Google Scholar link for a publication
- getGraph() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequencePropertiesStorage
-
- getGraphAdjustedForDeletion(int, int, SequenceCharSequence) - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
Returns a new graph equivalent to this one, but adjusted to take into account a deletion from the associated sequence.
- getGraphAdjustedForInsertion(int, CharSequence) - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
Returns a new graph equivalent to this one, but adjusted to take into account an insertion into the associated sequence.
- getGraphicsIfFlat() - Method in interface com.biomatters.geneious.publicapi.plugin.GeneiousGraphics2D
-
- getGrayedOutIconsOriginal(Icons) - Static method in class com.biomatters.geneious.publicapi.utilities.IconUtilities
-
- getGridInput(AnnotatedPluginDocument[], Options, Options) - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation
-
- getGroupName() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationGroup
-
Get a name suitable for displaying to an end user describing the annotation types within this group.
- getHashSize() - Method in class com.biomatters.geneious.publicapi.implementations.EndGapsManager
-
Gets the hash size used for this manager.
- getHelp() - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
- getHelp() - Method in class com.biomatters.geneious.publicapi.plugin.AlignmentOperation
-
- getHelp() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentAction
-
Help for this action in the form of HTML or plain text.
- getHelp() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation
-
Help for this operation in the form of HTML or plain text.
- getHelp() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.Wrapper
-
- getHelp() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewerFactory
-
Get help.
- getHelp() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
Help for this plugin in the form of HTML or plain text.
- getHelp() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousService
-
Help text.
- getHelp() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator
-
Help for this operation in the form of HTML or plain text.
- getHelpForFindingProgram() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation
-
Returns an HTML fragment that contains instructions to the user for downloading the program for local runs.
- getHiddenElement(String, ProgressListener) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
get(load) a special hidden element
- getHiddenElementNames() - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
lists the hidden elements stored in this database.
- getHiddenFolder(String, boolean) - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Gets an existing or creates a new hidden folder as an immediate child of the
root service of this database.
- getHiddenFolderNames() - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Get a list of hidden folders that can be used as parameters to the getHiddenFolder() method.
- getHistoryEntries() - Method in class com.biomatters.geneious.publicapi.documents.DocumentHistory
-
Gets the list of entries.
- getHtmlHead() - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Get an HTML <head>...</head> block that can be included in
displayed HTML pages.
- getHtmlStylesheet() - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Get the CSS HTML stylesheet used throughout Geneious when displaying
HTML.
- getHTMLSummary(Options) - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation
-
Should return a summary of the operation that was run including all parameters sent to the command line application
and any other options that the user entered.
- getIcon() - Method in enum com.biomatters.geneious.publicapi.components.Dialogs.DialogIcon
-
Get the icon for this DialogIcon
- getIcon(int) - Method in class com.biomatters.geneious.publicapi.components.OverlayIcons
-
- getIcon(int) - Method in class com.biomatters.geneious.publicapi.plugin.Icons
-
Get an icon of size * size dimensions.
- getIcon() - Method in class com.biomatters.geneious.publicapi.plugin.Options.LabelOption
-
Returns the currently set icon, or null if none is set.
- getIcon16() - Method in class com.biomatters.geneious.publicapi.components.OverlayIcons
-
- getIcon16() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
- getIcon16() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
- getIcon16() - Method in class com.biomatters.geneious.publicapi.plugin.Icons
-
Get a 16 * 16 pixel icon
- getIcon24() - Method in class com.biomatters.geneious.publicapi.components.OverlayIcons
-
- getIcon24() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
- getIcon24() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
- getIcon24() - Method in class com.biomatters.geneious.publicapi.plugin.Icons
-
Get a 24 * 24 pixel icon
- getIcon32() - Method in class com.biomatters.geneious.publicapi.components.OverlayIcons
-
- getIcon32() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
- getIcon32() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
- getIcon32() - Method in class com.biomatters.geneious.publicapi.plugin.Icons
-
Get a 32 * 32 pixel icon
- getIcons() - Method in interface com.biomatters.geneious.publicapi.components.GComboBox.IconsProvider
-
Provides the icons for this item.
- getIcons() - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
- getIcons() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
- getIcons() - Method in class com.biomatters.geneious.publicapi.plugin.AlignmentOperation
-
- getIcons() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewerFactory
-
An icon which will be displayed (at 16x16) next to the viewer name in the tabbed pane.
- getIcons() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
- getIcons() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
get plugin icons set.
- getIcons() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousService
-
Icons used in the service list.
- getIcons() - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Gets Icons associated with these options.
- getIcons(String) - Static method in class com.biomatters.geneious.publicapi.utilities.IconUtilities
-
Create an
Icons
from an image file on disk.
- getIcons(String, String) - Static method in class com.biomatters.geneious.publicapi.utilities.IconUtilities
-
Create an
Icons
from two image files on disk: a small and a large
version of the image (typically 16x16 pixels and 32x32 (for document icons) or 24x24 (for toolbar icons)).
- getIcons() - Method in enum com.biomatters.geneious.publicapi.utilities.StandardIcons
-
Get the Icons for this standard icon.
- getIconsFromJar(Class, String) - Static method in class com.biomatters.geneious.publicapi.utilities.IconUtilities
-
Create and
Icons
from an image file in a resource bundle (jar).
- getIconsFromJar(Class, String, String) - Static method in class com.biomatters.geneious.publicapi.utilities.IconUtilities
-
Create and
Icons
from two image files from a resource bundle (jar).
- getIconsName(Icons) - Static method in class com.biomatters.geneious.publicapi.utilities.IconUtilities
-
Get a string name of an icon for the purposes of lexographic comparison.
- getIdentifier() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewer.ViewerLocation
-
Get a short identifier string which is unique for the position of the viewer in the split layout.
- getIdentifier() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
- getIdentifier() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
This is used so Geneious can identify actions when their name is changed
It is simply a concatenation of name and description.
- getImage(String) - Static method in class com.biomatters.geneious.publicapi.utilities.IconUtilities
-
Create an
Image
from an image file on disk.
- getImageFromJar(Class, String) - Static method in class com.biomatters.geneious.publicapi.utilities.IconUtilities
-
Create and
Image
from an image file in a resource bundle (jar).
- getImmutableGraph() - Method in interface com.biomatters.geneious.publicapi.documents.sequence.NucleotideGraph.ImmutableGraphProvider
-
Returns the graph represented as an immutable graph.
- getImmutableGraph() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultNucleotideGraphSequence
-
- getImmutablePairedReadManager() - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultSequenceListDocument
-
- getImmutablePairedReadManager() - Method in interface com.biomatters.geneious.publicapi.documents.sequence.PairedReads
-
An immutable view of the paired reads managed by this list or alignment.
- getImmutablePairedReadManager() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
- getImmutablePairedReadManager() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getImmutablePairedReadManager() - Method in class com.biomatters.geneious.publicapi.implementations.PairedReadManager
-
- getImporter() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation
-
If this method returns a non-null value, then Geneious will use the returned
GeneiousGridImporter
to produce documents from the results returned by the operation.
- getIncomingMessageHandler() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewer
-
Viewer handling for incoming messages.
- getIndexInSequenceListDocument() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument.ReferencedSequence
-
- getIndexOfAssemblyReferenceSequenceForContig() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
If this read represents a contig (i.e.
- getIndexOfSequenceInDocument() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.ReferenceSequence
-
- getInitials() - Method in class com.biomatters.geneious.publicapi.documents.Author
-
Returns the initials of the author.
- getInputDocuments() - Method in class com.biomatters.geneious.publicapi.documents.OperationRecordDocument
-
- getInputDocumentsArray() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperationInput
-
- getInputDocumentsList() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperationInput
-
- getInputType() - Method in class com.biomatters.geneious.publicapi.databaseservice.TextFieldSearchOption
-
Returns the type of input expected for this options (text or number etc).
- getInt(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getInterlacedExpectedDistance() - Method in class com.biomatters.geneious.publicapi.implementations.PairedReadManager
-
returns the expected distance (positive) of all reads in this data set if they are all interlaced with a common orientation or 0 if that are not interlaced with a common orientations.
- getInterlacedOrientation() - Method in class com.biomatters.geneious.publicapi.implementations.PairedReadManager
-
returns the orientation of all reads in this data set if they are all interlaced with a common orientation or null if that are not interlaced with a common orientations.
- getInternalCharSequence() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getInternalCharSequence() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceCharSequence
-
Returns the CharSequence wrapped by this SequenceCharSequence, representing the
sequence without the terminal gaps.
- getInternalSequenceLength() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceCharSequence
-
- getIntersection(List<List<Interval>>) - Static method in class com.biomatters.geneious.publicapi.utilities.Interval
-
Returns a (merged) list of the intersecting intervals between groups of annotations.
- getIntersectionWith(Interval) - Method in class com.biomatters.geneious.publicapi.utilities.Interval
-
- getInterval() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
If this annotation has exactly 1 interval gets that interval or throws an
IllegalStateException
if it doesn't have exactly 1 interval.
- getIntervals() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
Gets all the
intervals
this annotation contains.
- getIntervals() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection
-
- getIntervals(boolean) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection
-
Gets the intervals selected
- getIntervals() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.SequenceAnnotationWrapper
-
- getIntSettingIfNotPresent(String, int) - Static method in class com.biomatters.geneious.publicapi.plugin.UserEditablePreferences
-
Gets an integer value from user editable preferences, adding an entry if it doesn't already exist.
- getJavaVirtualMachineCpuTime() - Static method in class com.biomatters.geneious.publicapi.utilities.SystemUtilities
-
- getJournalTitle() - Method in interface com.biomatters.geneious.publicapi.documents.types.JournalArticleDocument
-
Non-abbreviated title of the journal that this article is published in.
- getKey() - Method in class com.biomatters.geneious.publicapi.plugin.License.PluginLicense
-
- getKeyForPerDocumentPreferencesNeededDuringInitialization() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewerFactory
-
Returns the name of an additional XML key used with PerDocumentPreferences for viewers that need access to the preferences during their swing thread initialization.
- getLabel() - Method in class com.biomatters.geneious.publicapi.components.OptionsPanel.RoundedLineBorder
-
Get the label displayed in the top-left of the border.
- getLabel() - Method in class com.biomatters.geneious.publicapi.databaseservice.ExtendedSearchOption
-
Returns the user visible label.
- getLabel() - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
Get the label display to the user for this option
- getLabel() - Method in class com.biomatters.geneious.publicapi.plugin.Options.OptionValue
-
get the name of this option value displayed to the user.
- getLastResidueToReplaceExclusive() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResult.ResidueAdjustment
-
Get the 0-based index (exclusive) of the last residue to delete or replace.
- getLastSelectedResidue() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.SelectionRange
-
- getLastSelectedSequence() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.SelectionRange
-
- getLeadingGapsLength() - Method in class com.biomatters.geneious.publicapi.documents.sequence.CompactQualityOnlyGraph
-
- getLeadingGapsLength() - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
- getLeadingGapsLength() - Method in interface com.biomatters.geneious.publicapi.documents.sequence.ExtendedNucleotideGraph
-
Get the number of leading residues in the sequence this graph corresponds to that are all gaps.
- getLeadingGapsLength() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceCharSequence
-
The number of leading gaps in this SequenceCharSequence, i.e.
- getLeadingGapsLength() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultNucleotideGraphSequence
-
- getLeadingGapsLength() - Method in class com.biomatters.geneious.publicapi.implementations.SequenceGapInformation
-
- getLeadingGapsLength(CharSequence) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Returns the start index of the non-gap regions in the specified charSequence,
i.e.
- getLeadingTrimLength() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence
-
Gets the number of bases and non-end gaps at the start of this sequence flagged as trimmed (equivalent to annotations of type
SequenceAnnotation.TYPE_TRIMMED
).
- getLeadingTrimLength(int) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph.SequencePropertyRetriever
-
Get the length (if any) of the leading trimmed region of this sequence
- getLegalFileName(String, String) - Static method in class com.biomatters.geneious.publicapi.utilities.FileUtilities
-
Get a file name that is guaranteed to be legal by replacing all characters in the given string that are not
allowed in a file name with the given replacement.
- getLegendName() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph
-
Provides an alternative name displayed to the user.
- getLength() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationInterval
-
The length (number of residues and gaps) of this interval.
- getLength() - Method in class com.biomatters.geneious.publicapi.utilities.Interval
-
- getLengthOfSequenceIncludingEndGaps() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getLengthOfSequenceIncludingEndGapsStatic() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getLinkAllPairsLayout() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk.AlignmentData
-
Returns an alignment layout where all paired reads are linked.
- getLinkNearbyPairsLayout() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk.AlignmentData
-
Returns an alignment layout where nearby paired reads are linked.
- getLinkNoPairsLayout() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk.AlignmentData
-
Returns an alignment layout where no paired reads are linked.
- getLocationOptions() - Method in class com.biomatters.geneious.publicapi.plugin.AlignmentOperation.InputProperties
-
- getLocationOptions(AnnotatedPluginDocument...) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation
-
Returns
Options
that can be used to set the location where this operation is run.
- getLocationOptions() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperationInput
-
Gets the location options used to control where the operation is run.
- getLocationOptions(Options) - Static method in class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation
-
- getLocationRelativeToRootPane(Component) - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Get the location of the given component relative to the root pane of the component.
- getLock() - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
An object used as a lock by this database while it modifies the in memory contents of documents.
- getMainFrame() - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Get the main Geneious frame (which contains the service tree, document table etc).
- getMainMenuLocation() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
- getMainMenuLocation() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
- getMainMenuPosition() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
The position of the action in the main menu.
- getMainToolbarPosition() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
The position of the action in the main toolbar.
- getMajorApiVersion() - Static method in class com.biomatters.geneious.publicapi.plugin.Geneious
-
Major Geneious public API version.
- getMajorVersion() - Static method in class com.biomatters.geneious.publicapi.plugin.Geneious
-
- getMasterOptions() - Method in class com.biomatters.geneious.publicapi.plugin.Options.MultipleOptions
-
Returns the options that were used to construct this MultipleOptions.
- getMate() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
Gets the second read in the pair or null if the read in unpaired.
- getMateExpectedDistance(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultSequenceListDocument
-
- getMateExpectedDistance(int) - Method in interface com.biomatters.geneious.publicapi.documents.sequence.PairedReads
-
Gets the expected mate distance (also known as predicted median insert size) of this nucleotide sequence from its mate.
- getMateExpectedDistance(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
- getMateExpectedDistance(int) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getMateExpectedDistance(int) - Method in class com.biomatters.geneious.publicapi.implementations.PairedReadManager
-
- getMateIndex(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultSequenceListDocument
-
- getMateIndex(int) - Method in interface com.biomatters.geneious.publicapi.documents.sequence.PairedReads
-
Gets the index of the mate (if any) of the nucleotide sequence at this index.
- getMateIndex(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
- getMateIndex(int) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getMateIndex(int) - Method in class com.biomatters.geneious.publicapi.implementations.PairedReadManager
-
- getMateNormalized() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
Gets the second read in the pair or null if the read is unpaired.
- getMateNormalizedReversed() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
Gets the second read in the pair or null if the read is unpaired normalized such that
the 2 reads are forward-reverse orientated.
- getMateReferencedDocument() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
- getMateReferencedDocumentNormalized() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
- getMax() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ValueAndFrequencyDistribution
-
- getMax() - Method in class com.biomatters.geneious.publicapi.utilities.Interval
-
- getMaxDimensions() - Method in class com.biomatters.geneious.publicapi.components.Dialogs.DialogOptions
-
Get the maximum dimensions that the dialog will pack to.
- getMaxExclusive() - Method in class com.biomatters.geneious.publicapi.utilities.Interval
-
- getMaximalAmbiguitySymbol(SequenceType) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
get the code for the state in this sequence type which represents a base/residue that is completely unknown
- getMaximumApiVersion() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
Get the maximum major API version number (for example 4)
which this plugin is known to work with.
- getMaximumCachedUnalignedSequenceLength() - Static method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk
-
Returns the maximum length of an unaligned sequence which will be cached in memory to improve performance.
- getMaximumColumnsCached() - Static method in class com.biomatters.geneious.publicapi.documents.sequence.AlignmentLayout
-
Returns the maximum number of columns in the alignment which will be cached in memory at one time.
- getMaximumCoverage() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary.Coverage
-
- getMaximumCoverageAsDouble() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary.Coverage
-
- getMaximumHeight(int, Options) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable
-
Get the maximum height (inclusive) of the component when saved as an image.
- getMaximumHeight(int, Options) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable.Wrapper
-
- getMaximumIndex() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationInterval
-
The largest sequence index covered by this interval, equivalent to Math.max(getFrom(), getTo()).
- getMaximumNumberOfContigsToGenerate() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput
-
For performance reasons, the user may limit the algorithm to generating this many contigs.
- getMaximumReferenceSequenceLength() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Properties
-
- getMaximumSequenceLength() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Properties
-
- getMaximumSequenceLength() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph.SequencePropertyRetriever
-
- getMaximumSequencesCached(boolean) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk
-
Returns the maximum number of sequences (of length up to
if unaligned
which will be cached in memory at one time.
- getMaximumSize() - Method in class com.biomatters.geneious.publicapi.components.ProOnlyComponents.Button
-
- getMaximumSize() - Method in class com.biomatters.geneious.publicapi.components.ProOnlyComponents.ToggleButton
-
- getMaximumWidth(Options) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable
-
Get the maximum width (inclusive) of the component when saved as an image.
- getMaximumWidth(Options) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable.Wrapper
-
- getMaxInclusive() - Method in class com.biomatters.geneious.publicapi.utilities.Interval
-
- getMaxResidue() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SelectionInterval
-
- getMaxZoomLevel() - Method in class com.biomatters.geneious.publicapi.components.ZoomPanel
-
- getMeanCoverage() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary.Coverage
-
- getMethod() - Method in class com.biomatters.geneious.publicapi.utilities.CompressionUtilities.CompressedFileWrapper
-
- getMin() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ValueAndFrequencyDistribution
-
- getMin() - Method in class com.biomatters.geneious.publicapi.utilities.Interval
-
- getMinimumApiVersion() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
Get the minimum required Geneious API version required
for this plugin to operate.
- getMinimumCoverage() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary.Coverage
-
- getMinimumCoverageAsDouble() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary.Coverage
-
- getMinimumHeight(int, Options) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable
-
Get the minimum height (inclusive) of the component when saved as an image.
- getMinimumHeight(int, Options) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable.Wrapper
-
- getMinimumIndex() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationInterval
-
The smallest sequence index covered by this interval, equivalent to Math.min(getFrom(), getTo()).
- getMinimumSequenceLength() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Properties
-
- getMinimumSize() - Method in class com.biomatters.geneious.publicapi.components.GeneiousActionToolbar
-
- getMinimumSuggestedContigSizeForCreatingContigsOnDisk() - Static method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk.Builder
-
Returns a suggested minimum number of sequences that should be in a SequenceListOnDisk.Builder when creating one.
- getMinimumSuggestedReferenceLengthForCreatingContigsOnDisk() - Static method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk.Builder
-
Returns a suggested minimum sequence length for the reference sequence in a SequenceListOnDisk.Builder when creating one.
- getMinimumWidth(Options) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable
-
Get the minimum width (inclusive) of the component when saved as an image.
- getMinimumWidth(Options) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable.Wrapper
-
- getMinorApiVersion() - Static method in class com.biomatters.geneious.publicapi.plugin.Geneious
-
Minor Geneious public API version.
- getMinResidue() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SelectionInterval
-
- getMinZoomLevel() - Method in class com.biomatters.geneious.publicapi.components.ZoomPanel
-
- getModifiedDate() - Method in interface com.biomatters.geneious.publicapi.documents.DocumentNoteType
-
Get the date that this note type was last modified (eg.
- getMultipleOptions(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
- getMultipleOptions() - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
- getName() - Method in class com.biomatters.geneious.publicapi.components.Dialogs.DialogAction
-
Get the name of this action
- getName() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Name of document.
- getName() - Method in class com.biomatters.geneious.publicapi.documents.DocumentCollection
-
- getName() - Method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
A nicely formatted one/two words in a human readable form.
- getName() - Method in interface com.biomatters.geneious.publicapi.documents.DocumentNote
-
Return the name of the note type.
- getName() - Method in class com.biomatters.geneious.publicapi.documents.DocumentNoteField
-
Getter for the document field's name property.
- getName() - Method in enum com.biomatters.geneious.publicapi.documents.DocumentNoteField.Types
-
Getter for the name property of this field type.
- getName() - Method in interface com.biomatters.geneious.publicapi.documents.DocumentNoteType
-
- getName() - Method in class com.biomatters.geneious.publicapi.documents.OperationRecordDocument
-
- getName() - Method in interface com.biomatters.geneious.publicapi.documents.PluginDocument
-
A short name (preferably one or two words) for the document.
- getName() - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultSequenceListDocument
-
- getName() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getName() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
The name of the annotation which should be a short human readable text description.
- getName() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationQualifier
-
Get the name of this qualifier.
- getName() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getName() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultSameTaxaTreesDocument
-
- getName() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultTreeDocument
-
- getName() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getName() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultSequenceDocument
-
- getName() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequencePropertiesStorage
-
- getName() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack
-
Returns the name of this track.
- getName() - Method in class com.biomatters.geneious.publicapi.implementations.structure.DefaultMolecularStructureDocument
-
- getName() - Method in class com.biomatters.geneious.publicapi.implementations.structure.PdbDocument
-
- getName() - Method in class com.biomatters.geneious.publicapi.plugin.AlignmentOperation
-
- getName() - Method in class com.biomatters.geneious.publicapi.plugin.Assembler
-
Provides a short 1 or 2 word name for this algorithm.
- getName() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewer
-
- getName() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewerFactory
-
Viewer user visible name.
- getName() - Static method in class com.biomatters.geneious.publicapi.plugin.Geneious
-
Application name.
- getName() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
- getName() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
Human readable name for action
- getName() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
Name of the plugin suitable for usage in user interface or logs.
- getName() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPreferences.GeneiousPreference
-
Deprecated.
The label displayed next to the input component (eg.
- getName() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousService
-
This gives the human-readable name of the service as it might appear in
any user-interface.
- getName() - Method in class com.biomatters.geneious.publicapi.plugin.License.PluginLicense
-
- getName() - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
Get the name to be used for referencing this option.
- getName() - Method in class com.biomatters.geneious.publicapi.plugin.Options.OptionValue
-
Get the programmatic name used for referencing this option value.
- getName() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph
-
Provides the name displayed to the user.
- getName() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension
-
- getName() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.StatisticsSection
-
- getNameDataBitOffset() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getNameInSequenceViewer() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator
-
Specifies whether this annotation generator should appear (and with what name) in the controls on the right-hand side of the sequence viewer and update annotations in real time
as the user edits the sequences and/or changes options for this annotation generator.
- getNamePatternObject() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getNamesAndValues(boolean) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Provides a text description of all option names and values.
- getNewResidues() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResult.ResidueAdjustment
-
Get the new residues to insert to the residues to replace the existing residues with.
- getNewSequence() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResult.ResidueAdjustment
-
Gets a new sequence to replace the entire old sequence.
- getNext() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.SelectionRange
-
- getNextReadPair() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Reads
-
Gets the next read or pair of reads.
- getNextValue() - Method in class com.biomatters.geneious.publicapi.components.GSpinnerNumberModel
-
Returns the next number in the sequence.
- getNicelyFormattedNameAndValue() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.StatisticsSection
-
- getNiceNames(Class) - Static method in class com.biomatters.geneious.publicapi.documents.Constraint
-
Returns an array of user-friendly names for conditions which are
allowed to be used to constrain the given type.
- getNoLongerViewedListener() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewer
-
Used to provide notification to the DocumentViewer when
the user is no longer interested in viewing it.
- getNonZeroLengthIntervals() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection
-
- getNote(String) - Method in interface com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument.DocumentNotes
-
- getNoteType(String) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentNoteUtilities
-
- getNoteTypeCode() - Method in interface com.biomatters.geneious.publicapi.documents.DocumentNote
-
Return a unique code for the note type.
- getNucleotideGraph(int) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph.SequencePropertyRetriever
-
Get the nucleotide graph (chromatogram) for the sequence at the specified index.
- getNucleotideSequenceMaximum() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentSelectionSignature
-
get the maximum number of nucleotide sequences this signature accepts, if it is a signature created using forNucleotideSequences() or forNucleotideAndProteinSequences()
- getNucleotideSequenceMinimum() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentSelectionSignature
-
get the minimum number of nucleotide sequences this signature accepts, if it is a signature created using forNucleotideSequences() or forNucleotideAndProteinSequences()
- getNucleotideSequences() - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultSequenceListDocument
-
- getNucleotideSequences() - Method in interface com.biomatters.geneious.publicapi.documents.sequence.SequenceListDocument
-
Gets the nucleotide sequences in this document.
- getNucleotideSequences() - Method in class com.biomatters.geneious.publicapi.implementations.structure.PdbDocument
-
- getNumberOfAnnotations() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
- getNumberOfAnnotationsOfType(String) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
Get the total number of annotations of the given type present on the sequences.
- getNumberOfBitsUsedToStoreLength() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getNumberOfCharactersExcludingGaps() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
returns the total number of characters (nucleotides or residues) in all the sequences, excluding gaps
- getNumberOfCharactersIncludingInternalGaps() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
returns the total number of characters (nucleotides or residues) in all the sequences, including internal gaps, but excluding end gaps.
- getNumberOfCircularSequences() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
- getNumberOfColumns() - Method in class com.biomatters.geneious.publicapi.implementations.EndGapsManager
-
- getNumberOfColumns() - Method in class com.biomatters.geneious.publicapi.plugin.Options.StringOption
-
Get the number of columns used for displaying the value of this option.
- getNumberOfColumnsInAlignment() - Method in class com.biomatters.geneious.publicapi.documents.sequence.AlignmentLayout
-
Returns the number of columns in the alignment
- getNumberOfIdenticalPairs() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary.PairwiseSimilarity
-
- getNumberOfIdenticalSites() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary.PairwiseSimilarity
-
- getNumberOfImmutableSequenceTrimmedRegions() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
- getNumberOfIntegersOfStorage() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence
-
Returns the number of integers needed to store this document on disk and/or load it into memory
- getNumberOfMappedLocations() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence
-
- getNumberOfMappedLocations(int) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph.SequencePropertyRetriever
-
- getNumberOfMappedLocationsBits() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getNumberOfMappedLocationsDataBitOffset() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getNumberOfNucleotideGraphs() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
- getNumberOfNucleotideSequences(List<AnnotatedPluginDocument>) - Static method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput
-
Gets the total number of nucleotide sequences contained in the given documents which may be individual sequences, sequence lists, or alignments/contigs.
- getNumberOfNucleotideSequences(AnnotatedPluginDocument) - Static method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput
-
Gets the total number of nucleotide sequences contained in the given document which may be an individual sequence, sequence list, or alignment/contig.
- getNumberOfNucleotidesInAllSequences() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Properties
-
- getNumberOfPairedSequences() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Properties
-
- getNumberOfPairs() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary.PairwiseSimilarity
-
- getNumberOfProcessors() - Static method in class com.biomatters.geneious.publicapi.utilities.MultiThreadedTask
-
- getNumberOfReadSequences() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput
-
- getNumberOfReferenceSequences() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput
-
Get the total number of reference sequences being assembled to.
- getNumberOfReferenceSequences() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Properties
-
- getNumberOfReversedSequences() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
- getNumberOfRows() - Method in class com.biomatters.geneious.publicapi.documents.sequence.AlignmentLayout
-
Returns the total number of rows used for laying out sequences
- getNumberOfSequences() - Method in class com.biomatters.geneious.publicapi.documents.sequence.AlignmentLayout
-
- getNumberOfSequences() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
Number of sequences in this alignment
- getNumberOfSequences() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk.Builder
-
Returns the number of sequences added so far to this builder.
- getNumberOfSequences() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
Returns the number of sequences which this summary is for
- getNumberOfSequences() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getNumberOfSequences() - Method in class com.biomatters.geneious.publicapi.implementations.PairedReadManager
-
Get the number of sequences managed by this paired read manger.
- getNumberOfSequences() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getNumberOfSequences() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Properties
-
- getNumberOfSequences() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph.SequencePropertyRetriever
-
Get the number of sequences.
- getNumberOfSequences(List<AnnotatedPluginDocument>, SequenceDocument.Alphabet) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Gets the total number of nucleotide or amino acid sequences contained in the given documents which may be individual sequences, sequence lists, or alignments/contigs.
- getNumberOfSequences(AnnotatedPluginDocument, SequenceDocument.Alphabet) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Gets the total number of nucleotide or amino acid sequences contained in the given document which may be an individual sequence, sequence list, or alignment/contig.
- getNumberOfSequencesToUseFromDocument(long, double) - Static method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput
-
When assembling using only a fraction of the data from each document, this is used to return the exact number of sequences used from each document.
- getNumberOfSequencesWithAnnotationsOfType(String) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
Get the total number of sequences that have annotations of the given type present.
- getNumberOfSequencesWithMates() - Method in class com.biomatters.geneious.publicapi.implementations.PairedReadManager
-
Returns the number of sequences which have mates.
- getNumberOfSequencesWithQuality() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
- getNumberOfSequencesWithQuality() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Properties
-
- getNumberOfSites() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary.PairwiseSimilarity
-
- getNumberOfTracks(int) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.PropertyRetrieverAndEditor
-
- getNumberOfTrimmedSequences() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
- getNumberOfUniqueValues() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ValueAndFrequencyDistribution
-
- getNumberOfValues() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ValueAndFrequencyDistribution
-
- getNumericValue() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.StatisticsSection
-
- getOligoType() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.OligoSequenceDocument
-
- getOperand() - Method in class com.biomatters.geneious.publicapi.documents.Constraint
-
Returns the operand or value of this constraint (eg.
- getOperationId() - Method in class com.biomatters.geneious.publicapi.documents.OperationRecordDocument
-
- getOperator() - Method in interface com.biomatters.geneious.publicapi.databaseservice.CompoundSearchQuery
-
Query connector.
- getOption(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Get an option or child option.
- getOptions(SequenceDocument.Alphabet, boolean, boolean) - Method in class com.biomatters.geneious.publicapi.plugin.AlignmentOperation
-
Get the options appropriate for aligning these sequences
- getOptions(AlignmentOperation.InputProperties) - Method in class com.biomatters.geneious.publicapi.plugin.AlignmentOperation
-
- getOptions(OperationLocationOptions, AssemblerInput.Properties) - Method in class com.biomatters.geneious.publicapi.plugin.Assembler
-
Gets some options to display to the user before performing assembly.
- getOptions() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileExporter
-
Provides all possible options that can be displayed to the user when exporting.
- getOptions(AnnotatedPluginDocument[]) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileExporter
-
Provide some options to display to the user when exporting.
- getOptions(List<File>, ProgressListener) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileImporter
-
Provides some options applicable to this importer to the user.
- getOptions(AnnotatedPluginDocument...) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation
-
Provides some options applicable to this document operation to the user.
- getOptions(SequenceSelection, AnnotatedPluginDocument...) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation
-
- getOptions(DocumentOperationInput) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation
-
- getOptions(List<AnnotatedPluginDocument>) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation
-
- getOptions(Element, List<AnnotatedPluginDocument>, List<AnnotatedPluginDocument>) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation
-
Recreates some options for rerunning an earlier operation to recreate descendant documents.
- getOptions(AnnotatedPluginDocument...) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.Wrapper
-
- getOptions(SequenceSelection, AnnotatedPluginDocument...) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.Wrapper
-
- getOptions(DocumentOperationInput) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.Wrapper
-
- getOptions(Element, List<AnnotatedPluginDocument>, List<AnnotatedPluginDocument>) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.Wrapper
-
- getOptions(boolean) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable
-
Optionally provide additional printing and/or saving image to file options.
- getOptions(boolean) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable.Wrapper
-
- getOptions() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
- getOptions(DocumentOperationInput) - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation
-
- getOptions() - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Get a list of all options added via any of the add*Option methods.
- getOptions(AnnotatedPluginDocument[], SequenceAnnotationGenerator.SelectionRange) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator
-
Provides some options applicable to this annotation generator to the user.
- getOptions(AnnotatedPluginDocument[], SequenceAnnotationGenerator.SelectionRange, boolean) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator
-
- getOptions(SequenceAnnotationGenerator.SelectionRange, List<AnnotatedPluginDocument>) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator
-
- getOptions(SequenceAnnotationGenerator.SelectionRange, AnnotatedPluginDocument...) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator
-
- getOptions() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph
-
Provides options associated with this graph.
- getOptionsForBatchExport(AnnotatedPluginDocument[]) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileExporter
-
Provide some options to display to the user when batch exporting.
- getOptionsForRecreatingDescendants() - Method in class com.biomatters.geneious.publicapi.documents.OperationRecordDocument
-
- getOptionsHelp() - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Override this method and return a non-null value to have it displayed as html in a dialog when the user clicks on
a small help button in the corner of any window showing these options.
- getOrderDependentOperationMessage() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation
-
Support for operations caring about the order of similarily typed documents.
- getOrderDependentOperationMessage() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.Wrapper
-
- getOrderingRevisionNumber() - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultSequenceListDocument
-
- getOrderingRevisionNumber() - Method in interface com.biomatters.geneious.publicapi.documents.sequence.EditableSequenceListDocument
-
Return a revision number that is incremented each time sequences are reordered or removed from this sequence list.
- getOriginalIcon() - Method in class com.biomatters.geneious.publicapi.components.OverlayIcons
-
- getOriginalIcon() - Method in class com.biomatters.geneious.publicapi.plugin.Icons
-
Get the icon used to construct this Icons object if the single parameter constructor was used,
or the larger icon if the two parameter constructor was used.
- getOtherActions() - Method in class com.biomatters.geneious.publicapi.plugin.ActionProvider
-
Get a list of other actions associated with viewer which will be displayed in a toolbar within the viewer panel.
- getOtherNames() - Method in class com.biomatters.geneious.publicapi.documents.types.TaxonomyDocument.Taxon
-
Get any other names that this taxon is known by.
- getOutgoingMessageHandler() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewer
-
Get the outgoing message handler.
- getOutputDocuments() - Method in class com.biomatters.geneious.publicapi.documents.OperationRecordDocument
-
- getPageCode() - Method in interface com.biomatters.geneious.publicapi.documents.types.JournalArticleDocument
-
The page code may be S for supplementary or and empty string for standard pages or other codes such as "R".
- getPagesRequired(Dimension, Options) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable
-
- getPagesRequired(Dimension, Options) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable.Wrapper
-
- getPagesString() - Method in interface com.biomatters.geneious.publicapi.documents.types.JournalArticleDocument
-
Article pages in free format.
- getPaint() - Method in interface com.biomatters.geneious.publicapi.plugin.GeneiousGraphics2D
-
- getPairedReadManager() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk.AlignmentData
-
Returns a PairedReadManager for these sequences.
- getPanel() - Method in class com.biomatters.geneious.publicapi.databaseservice.SequenceDatabaseSuperService
-
- getPanel() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousServiceWithPanel
-
A panel that is displayed when this service is selected.
- getPanel() - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Get a graphical panel used to display these options.
- getPanel() - Method in class com.biomatters.geneious.publicapi.plugin.TreeViewerExtension
-
get the panel that appears in the tree viewer controls.
- getPanelTitle() - Method in class com.biomatters.geneious.publicapi.plugin.TreeViewerExtension
-
- getParent() - Method in class com.biomatters.geneious.publicapi.documents.types.TaxonomyDocument.Taxon
-
Get the parent taxon (if any).
- getParentDocuments() - Method in class com.biomatters.geneious.publicapi.documents.OperationRecordDocument
-
- getParentOperationRecord() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
- getParentOptions() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
The options of the parent action which represents the submenu this action
should appear in.
- getParentOptions() - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
- getParentOptions() - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
Returns the Options in which this option is contained
- getParentService() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousService
-
Get the parent service of this service or null if this service has no parent (it is the root service).
- getPasteAction() - Method in class com.biomatters.geneious.publicapi.plugin.ActionProvider
-
Action that should be performed when this viewer etc.
- getPermissibleExtensions() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileImporter
-
Standard file name extensions for this document type.
- getPluginDocumentXml(ProgressListener) - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Get the XML of the internal PluginDocument.
- getPluginForAssembler(Assembler) - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
- getPluginForDocumentOperation(DocumentOperation) - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
- getPluginForSequenceAnnotationGenerator(SequenceAnnotationGenerator) - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
- getPluginLicenses() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
Provides a list of all the plugin licenses that are known to be used in this plugin.
- getPluginPreferences() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
Get a list of tabs to appear in the Geneious preferences window.
- getPopupIcons() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction.SubMenu
-
Get the icons which should be used for this action when it is displayed as a toolbar button.
- getPopupMenuPosition() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
The position of the action in its popup menu.
- getPossibleExtensions() - Method in enum com.biomatters.geneious.publicapi.utilities.CompressionUtilities.CompressionMethod
-
- getPossibleExternalActions() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewerFactory
-
Get a list of GeneiousActions
for viewer actions that should be displayed in the main menu
or other location outside the viewer's toolbar.
- getPossibleValues() - Method in class com.biomatters.geneious.publicapi.plugin.Options.BooleanOption
-
- getPossibleValues() - Method in class com.biomatters.geneious.publicapi.plugin.Options.ComboBoxOption
-
- getPossibleValues() - Method in class com.biomatters.geneious.publicapi.plugin.Options.DoubleOption
-
- getPossibleValues() - Method in class com.biomatters.geneious.publicapi.plugin.Options.EditableComboBoxOption
-
- getPossibleValues() - Method in class com.biomatters.geneious.publicapi.plugin.Options.ExecutableFileSelectionOption
-
- getPossibleValues() - Method in class com.biomatters.geneious.publicapi.plugin.Options.FileSelectionOption
-
- getPossibleValues() - Method in class com.biomatters.geneious.publicapi.plugin.Options.IntegerOption
-
- getPossibleValues() - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
Provide a descriptive string representation of possible values of this option.
- getPossibleValues() - Method in class com.biomatters.geneious.publicapi.plugin.Options.RadioOption
-
- getPotentialAdditionalXmlKeys(boolean) - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Get a list of potential keys for additional xml that is associated with this document.
- getPotentialSequencesCoveringArray(int) - Method in class com.biomatters.geneious.publicapi.implementations.EndGapsManager
-
Returns all sequences which contain the given index, excluding those sequences for which residueIndex is an end gap, however, the returned list may also include sequences that do not cover the given residueIndex.
- getPotentialSequencesCoveringArray(int, int) - Method in class com.biomatters.geneious.publicapi.implementations.EndGapsManager
-
Returns all sequences which contain the given index, excluding those sequences for which residueIndex is an end gap, however, the returned list may also include sequences that do not cover the given residueIndex.
- getPrecedence() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewerFactory
-
Provide a rough guide about the social status of the viewer.
- getPreferences() - Method in class com.biomatters.geneious.publicapi.databaseservice.SequenceDatabaseSuperService
-
- getPreferences() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
Deprecated.
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.
- getPreferences() - Method in interface com.biomatters.geneious.publicapi.plugin.GeneiousPreferences
-
Deprecated.
- getPreferences() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousService
-
- getPreferencesSuffix() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.PropertyRetrieverAndEditor
-
Returns a preference suffix describing the classes of the current documents being viewed.
- getPreviousValue() - Method in class com.biomatters.geneious.publicapi.components.GSpinnerNumberModel
-
Returns the previous number in the sequence.
- getPrimaryDatabaseRoot() - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
- getPrimaryFileForMultipleFileImporter(List<File>) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileImporter
-
Determines if this importer supports importing from a list of multiple files.
- getPrimerAnnotation() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.OligoSequenceDocument
-
- getPrintable() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewer
-
- getPrintableComponent() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewer
-
- getProbableDataType() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
- getProgramName() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation
-
Returns the name of the program as given on the grid.
- getProgramOptions(AnnotatedPluginDocument...) - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation
-
This method returns options for running the program
- getProgramOptions(Options) - Static method in class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation
-
- getProgramVersion() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation
-
Returns the version of the program to run on the grid.
- getPropertiesForDocument(URN) - Method in class com.biomatters.geneious.publicapi.databaseservice.FolderView
-
Get the stored properties for a document
- getProperty(String) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequencePropertiesStorage
-
Returns a value from the internal properties object.
- getPropertyFields() - Method in class com.biomatters.geneious.publicapi.databaseservice.FolderView
-
Get the field definitions for any properties that may appear on documents.
- getProteinSequenceMaximum() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentSelectionSignature
-
get the maximum number of protein sequences this signature accepts, if it is a signature created using forProteinSequences() or forNucleotideAndProteinSequences()
- getProteinSequenceMinimum() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentSelectionSignature
-
get the minimum number of protein sequences this signature accepts, if it is a signature created using forProteinSequences() or forNucleotideAndProteinSequences()
- getPublicationDate() - Method in interface com.biomatters.geneious.publicapi.documents.types.PublicationDocument
-
Date of publication.
- getPublicationYear() - Method in interface com.biomatters.geneious.publicapi.documents.types.JournalArticleDocument
-
Year of publication (or -1 if unknown).
- getQualifiers() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
A list of qualifiers for the sequence.
- getQualifiers() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack
-
Returns qualifiers (name/value pairs) associated with this entire track
- getQualifiers() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.SequenceAnnotationWrapper
-
- getQualifierValue(String) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
Get the value of the first qualifier in the list of the given name or "" if one is not found.
- getQualitiesExcludingGaps() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
- getQualitiesExcludingGapsTrimmed() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
- getRadioButtons() - Method in class com.biomatters.geneious.publicapi.plugin.Options.RadioOption
-
Get the list of buttons for this radio option.
- getRead() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
Gets the first read in the pair or the single read if the read is unpaired.
- getReadNormalized() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
Gets the first read in the pair or the single read if the read is unpaired.
- getReadReferencedDocument() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
- getReadReferencedDocumentNormalized() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Read
-
- getReads() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput
-
- getRealignedName(String) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
Given the name of an existing alignment, obtain a name that should
be used for a realignment of this alignment.
- getRedoAction() - Method in class com.biomatters.geneious.publicapi.plugin.ActionProvider
-
Action that should be performed when this viewer etc.
- getReferencedAnnotatedDocumentsUrnAndRevisionNumbers() - Method in class com.biomatters.geneious.publicapi.documents.DocumentHistoryEntry
-
Get the URN and revision numbers of the annotatedPluginDocuments referenced by this entry
- getReferencedDocument(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
Get an original sequence document that this alignment was made from.
- getReferencedDocument() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument.ReferencedSequence
-
Gets the document a sequence in the alignment was built from.
- getReferencedDocument(int) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getReferencedDocument(int) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getReferencedDocuments() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Get a set of document URNs referred to by this document.
- getReferencedDocuments() - Method in class com.biomatters.geneious.publicapi.documents.DocumentCollection
-
- getReferencedDocuments() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
- getReferencedDocumentUrns() - Method in class com.biomatters.geneious.publicapi.documents.AbstractPluginDocument
-
- getReferencedSequence(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
Get an original sequence document that this alignment was made from.
- getReferencedSequence(int) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getReferencedSequence(int) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getReferencedSequences() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
- getReferenceSequence(int, ProgressListener) - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput
-
Gets one of the reference sequences for this assembly.
- getReferenceSequenceBases() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
- getReferenceSequenceBasesCovered() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
- getReferenceSequenceIndex() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph.SequencePropertyRetriever
-
Get the index of the reference sequence in this alignment (if any)
- getReferenceSequenceReference(int) - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput
-
Gets a reference to the document that the reference sequence came from.
- getReferenceSequences() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Properties
-
Returns the reference sequences currently selected by the user in the options.
- getReferenceSequences() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelectionWithDocuments
-
If everything in the documents in this SequenceSelection is selected, return a list of the ReferencedSequences
representing the AnnotatedPluginDocument which each sequence in the selection appears in and its index therein.
- getReferenceSequencesLength() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.Properties
-
- getReferenceSequenceSupport() - Method in class com.biomatters.geneious.publicapi.plugin.Assembler
-
Gets whether or not this algorithm supports/requires assembling to a reference sequence and if so, whether it can assemble to multiple reference sequences.
- getRefinedName(String) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
Given the name of an existing alignment, obtain a name that should
be used for a refinement of this alignment.
- getRenderingHint(RenderingHints.Key) - Method in interface com.biomatters.geneious.publicapi.plugin.GeneiousGraphics2D
-
- getRequiredHeight(int, Options) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable
-
- getRequiredHeight(int, Options) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable.Wrapper
-
- getRequiredWidth(Options) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable
-
- getRequiredWidth(Options) - Method in class com.biomatters.geneious.publicapi.plugin.ExtendedPrintable.Wrapper
-
- getResidueAdjustments() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResult
-
- getResidueInterval() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SelectionInterval
-
- getResidueIntervals() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.SelectionRange
-
- getResidues(CharSequence, int, boolean) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationInterval
-
Gets the residues covered by this interval for displaying to a user.
- getResourceForClass(Class, String) - Static method in class com.biomatters.geneious.publicapi.utilities.FileUtilities
-
for grabbing resources based on a directory hirarchy identical to the one that the class cl
is
found in.
- getResultIndex() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResultsOnSingleSequence
-
returns the index of the only entry in this list which isn't an empty result
- getResults() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResultOnAlignment
-
Gets the results for this alignment.
- getResultsDestination() - Static method in class com.biomatters.geneious.publicapi.plugin.ServiceUtilities
-
Get the service to which results of the current operation will be saved.
- getResultsLocation() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperationInput
-
- getResumableState() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.OperationCallback
-
- getResumableState() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.OperationCallback.Wrapper
-
- getReverse() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationInterval
-
- getReversedSequenceName(String) - Static method in class com.biomatters.geneious.publicapi.implementations.SequenceExtractionUtilities
-
Appends the " (reversed)" suffix to the sequence name (or removes if it is already there).
- getReverseSort() - Method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
- getRevisionNumber() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Get a revision number associated with this document.
- getRevisionNumber() - Method in class com.biomatters.geneious.publicapi.documents.UrnWithRevisionNumber
-
- getRootUniqueId() - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Get the unique ID for the root folder of this database.
- getRowNumber(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.AlignmentLayout
-
Get the row number that the given sequence has been lain out in.
- getSamePotentialSequencesLowerBound(int) - Method in class com.biomatters.geneious.publicapi.implementations.EndGapsManager
-
- getSamePotentialSequencesUpperBoundExclusive(int) - Method in class com.biomatters.geneious.publicapi.implementations.EndGapsManager
-
- getSaveAction() - Method in class com.biomatters.geneious.publicapi.plugin.ActionProvider
-
Provide an optional action which will be performed when the user selects Save from the file menu
or pushes Ctrl+S (Cmd+S on Mac OS).
- getScaleBarWidth() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph
-
Supply a width of the scale bar for this graph.
- getScientificName() - Method in class com.biomatters.geneious.publicapi.documents.types.TaxonomyDocument.Taxon
-
Get the scientific name of this taxon (e.g.
- getScore() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getScore(char[], int[]) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultSequenceGraphFactories.SequenceAlignmentScorer
-
Calculates the score for one alignment column based on the residues in each column.
- getScore(char) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultSequenceGraphFactories.SingleSequenceScorer
-
return the score for this residue
The implementation must be thread safe as this method may be called simulataneously from multiple threads.
- getScore(List<CharSequence>, Options) - Method in class com.biomatters.geneious.publicapi.plugin.AlignmentOperation
-
- getSearchableFieldsAndValues() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
- getSearchableFieldsAndValues(ProgressListener) - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Gets a set of fields and associated values that are indexed
for search purposes.
- getSearchableFieldsAndValuesForAnnotatedDocumentOnly() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
- getSearchContent() - Method in interface com.biomatters.geneious.publicapi.documents.AdditionalSearchContent
-
List containing search content for geneious to index.
- getSearchFields() - Method in class com.biomatters.geneious.publicapi.databaseservice.DatabaseService
-
Gives the set of fields that can be used for searching this repository/database.
- getSearchText() - Method in interface com.biomatters.geneious.publicapi.databaseservice.BasicSearchQuery
-
Get text to search for.
- getSelectableValues() - Method in class com.biomatters.geneious.publicapi.plugin.Options.EditableComboBoxOption
-
return the current selectable values that the option has.
- getSelectAllAction() - Method in class com.biomatters.geneious.publicapi.plugin.ActionProvider
-
Action that should be performed when this viewer etc.
- getSelectedAnnotations() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.PropertyRetrieverAndEditor
-
Gets all currently selected annotations.
- getSelectedDocuments() - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Gets the currently selected documents in the Geneious document table.
- getSelectedLocation() - Method in class com.biomatters.geneious.publicapi.plugin.OperationLocationOptions
-
- getSelectedSequenceCount() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection
-
Returns the number of sequences which have any residues selected (0 length selections are included).
- getSelectedSequenceIndices() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection
-
- getSelectedSequences() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection
-
- getSelectedService() - Static method in class com.biomatters.geneious.publicapi.plugin.ServiceUtilities
-
Get the currently selected service in the Geneious service tree on the left-hand side of the main window.
- getSelectedServiceOptions(Options) - Static method in class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation
-
A utility method to get the configuration options for the service this operation has been chosen to run on.
- getSelection() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.PropertyRetrieverAndEditor
-
- getSelectionForAlignmentStatistics() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.PropertyRetrieverAndEditor
-
Returns an adjusted selection suitable for statistics that take alignments into account.
- getSelectionForStatistics() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.PropertyRetrieverAndEditor
-
- getSelectionSignatures() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentAction
-
Specifies the document(s) this action is available for.
- getSelectionSignatures() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileExporter
-
Specifies the document selections that can be exported.
- getSelectionSignatures() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation
-
Specifies the type of documents this operation accepts as input.
- getSelectionSignatures() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation.Wrapper
-
- getSelectionSignatures() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentViewerFactory
-
Specifies the type of document(s) viewer can display.
- getSelectionSignatures() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator
-
Signatures of set of documents this generator will work on.
- getSequence(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
- getSequence(int) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getSequence(int) - Method in class com.biomatters.geneious.publicapi.implementations.EndGapsManager
-
- getSequence(int) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getSequence() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SelectionInterval
-
- getSequence(List<AnnotatedPluginDocument>) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SequenceIndex
-
Gets the selected sequence corresponding to this sequence index for these documents
- getSequenceAndTrackAnnotations(SequenceDocument) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
A convenience method to get all annotations on the sequence and all annotations on all
SequenceTracks
on this sequence.
- getSequenceAnnotation() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.SequenceAnnotationWrapper
-
- getSequenceAnnotationCount() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack
-
Returns the number of annotations on this track
- getSequenceAnnotationGenerator(String) - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
get the SequenceAnnotationGenerator with the given unique ID.
- getSequenceAnnotationGenerators() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
- getSequenceAnnotationGenerators() - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
- getSequenceAnnotations() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getSequenceAnnotations() - Method in interface com.biomatters.geneious.publicapi.documents.sequence.SequenceDocument
-
Gets sequence annotations which are directly on the sequence.
- getSequenceAnnotations() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getSequenceAnnotations() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultSequenceDocument
-
- getSequenceAnnotations() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequencePropertiesStorage
-
- getSequenceAnnotations(ProgressListener) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack
-
Gets the annotations for this track, loading them if necessary.
- getSequenceAnnotationsIncludingImmutableSequencesTrims(SequenceDocument) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Gets all the annotations on the given sequence.
- getSequenceAnnotationTypeCount(String) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack
-
Get the total number of annotations of the given type present in this track
- getSequenceAnnotationTypes() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack
-
Gets a set consisting of each annotation type that is present at least once on this track
- getSequenceAsJeblSequence(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
Gets a sequence as a jebl sequence
- getSequenceAsJeblSequence(int) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getSequenceCharSequence(int) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph.SequencePropertyRetriever
-
Get the SequenceCharSequence for the sequence at the specified index.
- getSequenceCount() - Method in class com.biomatters.geneious.publicapi.implementations.EndGapsManager
-
- getSequenceDocument(SequenceDocument.Alphabet) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument.ReferencedSequence
-
Get the sequence document referenced by this ReferencedSequence (if it references a SequenceDocument or SequenceListDocument)
- getSequenceDocument(SequenceAlignmentDocument.ReferencedSequence, SequenceDocument.Alphabet) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument.ReferencedSequence
-
Get the sequence document referenced by a ReferencedSequence (if it references a SequenceDocument or SequenceListDocument)
- getSequenceDocument() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
Get the sequence document contained within this document
- getSequenceDocument(ProgressListener) - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.ReferenceSequence
-
Gets the SequenceDocument corresponding to this reference sequence, loading it from disk if necessary.
- getSequenceDocumentType() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SelectionInterval
-
- getSequenceDocumentType() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SequenceIndex
-
returns the type of document the selection applies to.
- getSequenceFromPluginDocuments(List<PluginDocument>) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SequenceIndex
-
Gets the selected sequence corresponding to this sequence index for these documents
- getSequenceGapInformation() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultSequenceDocument
-
- getSequenceGapInformation(boolean) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultSequenceDocument
-
- getSequenceGapInformation(boolean) - Method in interface com.biomatters.geneious.publicapi.implementations.SequenceGapInformation.Provider
-
Returns a SequenceGapInformation associated with this sequence.
- getSequenceGraphFactories() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
A sequence graph displays a graph in the sequence viewer.
- getSequenceGraphFactories() - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
- getSequenceIndex() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SelectionInterval
-
Returns the sequence index if this is a selection for a single sequence.
- getSequenceIndex() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SequenceIndex
-
Gets the 0-based index of the sequence in the list.
- getSequenceIndex() - Method in exception com.biomatters.geneious.publicapi.plugin.SequenceSelection.SequenceIndex.SelectionWrongForDocumentsException
-
Deprecated.
- getSequenceIndex() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.SequenceAnnotationWrapper
-
- getSequenceIndices() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SelectionInterval
-
Gets all selected sequence indices.
- getSequenceInRowNearestToColumn(int, int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.AlignmentLayout
-
For a given row, gets the sequence covering this column index, or if there isn't a sequence
covering this column, returns the nearest sequence to it.
- getSequenceLength() - Method in class com.biomatters.geneious.publicapi.documents.sequence.CompactQualityOnlyGraph
-
- getSequenceLength() - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
- getSequenceLength() - Method in interface com.biomatters.geneious.publicapi.documents.sequence.NucleotideGraph
-
The
length
of the nucleotide sequence that can be annotated with this graph.
- getSequenceLength() - Method in interface com.biomatters.geneious.publicapi.documents.sequence.SequenceDocument
-
Returns the length of the sequence.
- getSequenceLength() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getSequenceLength() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultSequenceDocument
-
- getSequenceLength() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequencePropertiesStorage
-
- getSequenceLengthsExcludingGaps() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
Gets the distribution of ungapped sequence lengths of all sequences managed by this summary.
- getSequenceLengthsExcludingGapsTrimmed() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
Gets the distribution of ungapped sequence lengths of all sequences managed by this summary after trim annotations have been applied.
- getSequenceList() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk.Builder
-
- getSequenceListSummary() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph.SequencePropertyRetriever
-
Gets a summary of all the sequences in a sequence list, or all the non-reference sequences in an alignment.
- getSequenceName(int) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph.SequencePropertyRetriever
-
Gets the name of the specified sequence.
- getSequencePropertyRetriever() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph
-
Gets a SequencePropertyRetriever for providing additional information (e.g.
- getSequenceQualities(NucleotideGraph) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
- getSequenceQualities(NucleotideGraph, int, int) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
- getSequenceQuality(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.CompactQualityOnlyGraph
-
- getSequenceQuality(int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
- getSequenceQuality(int) - Method in interface com.biomatters.geneious.publicapi.documents.sequence.NucleotideGraph
-
Returns a measurement of confidence in the residue reported at the specified residueIndex in the sequence.
- getSequenceQuality(int) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndNucleotideGraphSequenceDocument
-
- getSequenceQuality(int) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultNucleotideGraphSequence
-
- getSequenceQuality(int) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequencePropertiesStorage
-
- getSequences() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
Get the alignment as a list of sequences (Convenience function).
- getSequences() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk.AlignmentData
-
Gets the sequences for this data
- getSequences() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getSequences() - Method in class com.biomatters.geneious.publicapi.implementations.EndGapsManager
-
- getSequences() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getSequences() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelectionWithDocuments
-
Returns the sequences referred to by this object's SequenceSelection for its List of AnnotatedPluginDocument, as a List of SequenceDocument,
applying the given ExtractionStrategy in order to extract sequences.
- getSequences(AnnotatedPluginDocument[], SequenceDocument.Alphabet, ProgressListener) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
get all the sequences out of a set of AnnotatedPluginDocuments that may wrap SequenceDocuments, SequenceListDocuments or SequenceAlignmentDocuments.
- getSequences(List<AnnotatedPluginDocument>, SequenceDocument.Alphabet, ProgressListener) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
get all the sequences out of a set of AnnotatedPluginDocuments that may wrap SequenceDocuments, SequenceListDocuments or SequenceAlignmentDocuments.
- getSequencesCoveringArray(int) - Method in class com.biomatters.geneious.publicapi.implementations.EndGapsManager
-
- getSequencesCoveringIterable(int) - Method in class com.biomatters.geneious.publicapi.implementations.EndGapsManager
-
- getSequencesCoveringIterator(int) - Method in class com.biomatters.geneious.publicapi.implementations.EndGapsManager
-
- getSequenceSearchOptions(String) - Method in class com.biomatters.geneious.publicapi.databaseservice.DatabaseService
-
Optionally override to provide options which will be displayed at the bottom of the options in the Sequence Search interface
when this database is selected and the given program is selected.
- getSequenceSearchPrograms(DatabaseService.SequenceSearchQueryType) - Method in class com.biomatters.geneious.publicapi.databaseservice.DatabaseService
-
This method can be optionally overridden if this database provides sequence similarity searching and should be
available through the Sequence Search interface in Geneious.
- getSequenceSelection() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperationInput
-
- getSequenceSelection() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelectionWithDocuments
-
- getSequencesInAlignmentMaximum() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentSelectionSignature
-
- getSequencesInAlignmentMinimum() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentSelectionSignature
-
- getSequencesInImmutableList() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
Gets an immutable list (whose elements will not change after returning from this method).
- getSequencesInImmutableList() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getSequencesInRowIntersectingRange(int, int, int) - Method in class com.biomatters.geneious.publicapi.documents.sequence.AlignmentLayout
-
Gets all sequences in the given row that intersect with the given range of columns
- getSequencesRange() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SelectionInterval
-
Gets the range of sequences selected
- getSequenceString() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getSequenceString() - Method in interface com.biomatters.geneious.publicapi.documents.sequence.SequenceDocument
-
Get the sequence as a string.
- getSequenceString() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getSequenceString() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultSequenceDocument
-
- getSequenceString() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequencePropertiesStorage
-
- getSequencesWithoutImmediateLoading(AnnotatedPluginDocument[], SequenceDocument.Alphabet) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
- getSequenceTracksToAdd() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.AnnotationGeneratorResult
-
Gets the sequence tracks to add to this sequence
- getSequenceType() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAlignmentDocument
-
Returns the sequence type of the first sequence in this alignment (which should be the same as all other sequences in the alignment)
- getSequenceType() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getSequenceType() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SelectionInterval
-
- getSequenceType() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SequenceIndex
-
- getSequenceType(SequenceDocument.Alphabet) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Gets a jebl library SequenceType that is equivalent to a Geneious alphabet.
- getSequenceType(SequenceDocument) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Get the (jebl) sequence type.
- getSequenceType(AnnotatedPluginDocument) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Examines a document and determines what the (jebl) sequence type (or types) of the document is (or are), and returns it (or them).
Always returns a List<SequenceType> of size 0, 1 or 2.
- getSequenceViewerExtensionFactories() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
- getSequenceViewerExtensionFactories() - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
- getServerResource(String) - Static method in class com.biomatters.geneious.publicapi.plugin.Geneious
-
Gets a resource from the Geneious Server class
which is used for resources that we want to make available to a plugin
when it is running on the server but we do not to ship it with Geneious
- getService(String) - Static method in class com.biomatters.geneious.publicapi.plugin.ServiceUtilities
-
- getServices() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
A plugin may provides a set of services.
- getServiceTreeLabel(boolean, boolean) - Method in class com.biomatters.geneious.publicapi.databaseservice.SequenceDatabaseSuperService
-
- getServiceTreeLabel(boolean, boolean) - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousService
-
Provide additional details for a human user.
- getSetupOptions() - Method in class com.biomatters.geneious.publicapi.databaseservice.SequenceDatabaseSuperService
-
Optionally override to return
Options
which will be displayed to
the user in a services set up section of the interface.
- getShortcut() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction
-
- getShortcut() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
A keyboard shortcut for the action.
- getSignature() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentSelectionSignature
-
Get the signature.
- getSimilarityFraction() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary.PairwiseSimilarity
-
- getSingleSequenceGenerator(Options) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator
-
Optionally provides an alternative way of generating annotations for large data sets to reduce memory usage.
- getSize() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Get the uncompressed size in bytes of this document
- getSizeRequiredToLoadIntoMemory() - Method in interface com.biomatters.geneious.publicapi.documents.PluginDocument.SizeRequiredToLoadIntoMemoryProvider
-
Return an estimate of the number of bytes required to load this document into memory.
- getSizeRequiredToLoadIntoMemory() - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultSequenceListDocument
-
- getSizeRequiredToLoadIntoMemory() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getSourceAnnotatedPluginDocument() - Method in class com.biomatters.geneious.publicapi.plugin.AssemblerInput.ReferenceSequence
-
Gets the annotated plugin document that contains this reference sequence.
- getStandardDialogFont() - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Get the standard font that is used to render text in dialogs.
- getStandardDisplayableField(String) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
- getStartPage() - Method in interface com.biomatters.geneious.publicapi.documents.types.JournalArticleDocument
-
First page of the article.
- getStates() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getStatistics(SequenceViewerExtension.PropertyRetrieverAndEditor, ProgressListener) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension
-
Generates one or more sections of statistics to be displayed in the statistics controls section.
- getStatus(boolean) - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousService
-
Gets the status of this service.
- getStdin() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousGridDocumentOperation.GridInput
-
- getStringForKeyStroke(KeyStroke) - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
Get a string representation for a KeyStroke which can be displayed to the user eg.
- getStroke() - Method in interface com.biomatters.geneious.publicapi.plugin.GeneiousGraphics2D
-
- getStronglyReferencedDocuments() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Get a set of document URNs strongly referred to by this document.
- getStructure() - Method in interface com.biomatters.geneious.publicapi.documents.types.MolecularStructureDocument
-
A string representing the molecule structure.
- getStructure() - Method in class com.biomatters.geneious.publicapi.implementations.structure.DefaultMolecularStructureDocument
-
- getStyleSheet() - Method in class com.biomatters.geneious.publicapi.components.GTextPane.MemoryFixedHTMLEditorKit
-
- getSubMenuActions() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousAction.SubMenu
-
Get the actions that appear in the submen/popup-menu, in the same order they will appear in the menu.
- getSubmenuDividerPositions() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
- getSuggestedTrackNameSuffixForAlignmentWithReferenceSequence(AnnotatedPluginDocument, SequenceAlignmentDocument) - Static method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack
-
Returns a suggested track name suffix to use for tracks created on an alignment with a reference sequence.
- getSummary() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
- getSummary() - Method in interface com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary.Provider
-
Gets a summary of the properties of the sequences.
- getSummary() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getSupportedCharacters(SequenceDocument.Alphabet) - Method in class com.biomatters.geneious.publicapi.plugin.AlignmentOperation
-
Get the characters that are supported by this alignment operation.
- getSurname() - Method in class com.biomatters.geneious.publicapi.documents.Author
-
Returns the surname of the author.
- getTabIcon() - Method in class com.biomatters.geneious.publicapi.plugin.PluginPreferences
-
- getTabName() - Method in class com.biomatters.geneious.publicapi.plugin.PluginPreferences
-
Get the name displayed in the heading of the tab for these options in the preferences pane.
- getTabPosition() - Method in class com.biomatters.geneious.publicapi.plugin.AlignmentOperation
-
- getTaxon() - Method in interface com.biomatters.geneious.publicapi.documents.types.TaxonomyDocument
-
Get the taxon of this document.
- getTaxonomicLevel() - Method in class com.biomatters.geneious.publicapi.documents.types.TaxonomyDocument.Taxon
-
Get the taxonomic level of this taxon (e.g.
- getTemporaryFieldValue(String) - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
This us used for retrieving temporary in memory only information about this
document.
- getText() - Method in class com.biomatters.geneious.publicapi.plugin.Findable.FindOptions
-
Get text to be searched for.
- getTextFromFile(File) - Static method in class com.biomatters.geneious.publicapi.utilities.FileUtilities
-
Reads the entire contents of a file into a string.
- getTextFromInputStream(InputStream, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.StringUtilities
-
Reads an InputStream into a string until the end of the stream is reached.
- getTextFromReader(Reader, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.StringUtilities
-
Reads a reader into a string until the end of the stream is reached.
- getTimeAtWhichOperationWasRun() - Method in class com.biomatters.geneious.publicapi.documents.OperationRecordDocument
-
- getTitle() - Method in class com.biomatters.geneious.publicapi.components.Dialogs.DialogOptions
-
Get the desired title for the dialog
- getTitle() - Method in interface com.biomatters.geneious.publicapi.documents.types.PublicationDocument
-
Publication title.
- getTo() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationInterval
-
End position of annotation, usually (but not always) in the range 1 to the length of the sequence inclusive.
- getTo() - Method in class com.biomatters.geneious.publicapi.utilities.Interval
-
- getToExclusive() - Method in class com.biomatters.geneious.publicapi.utilities.Interval
-
- getToInclusive() - Method in class com.biomatters.geneious.publicapi.utilities.Interval
-
- getToolbarActions() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension
-
Get a list of other actions associated with extension which will be displayed in the sequence viewer toolbar.
- getToolbarName() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousActionOptions
-
- getTooltip() - Method in class com.biomatters.geneious.publicapi.components.Dialogs.DialogAction
-
Get the tooltip for the button associated with this action
- getToResidue() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SelectionInterval
-
- getTotalBuildTimes() - Static method in class com.biomatters.geneious.publicapi.utilities.xml.FastSaxBuilder
-
Get a text description of the total time spent parsing XML by all FastSAXBuilders.
- getTotalSelection(List<AnnotatedPluginDocument>, SequenceType, SequenceSelection.SequenceDocumentType) - Static method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection
-
For a List of AnnotatedPluginDocument, creates a selection that represents a "Select all" on each of the documents.
- getTrackColoringQualifiers() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack
-
- getTrackIndex() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.SequenceAnnotationWrapper
-
- getTrackManager(boolean) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getTrackManager(boolean) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultSequenceDocument
-
- getTrackManager(SequenceDocument) - Static method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack
-
Gets the track manager (if any) for a sequence.
- getTrackManager(SequenceAlignmentDocument) - Static method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack
-
Gets the track manager (if any) for the consensus sequence of an alignment.
- getTrackManager(boolean) - Method in interface com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack.Manager.Provider
-
- getTrackName(int, int) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.PropertyRetrieverAndEditor
-
- getTracks() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack.Manager
-
Gets all tracks on this sequence.
- getTrailingGapsLength() - Method in class com.biomatters.geneious.publicapi.documents.sequence.CompactQualityOnlyGraph
-
- getTrailingGapsLength() - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultNucleotideGraph
-
- getTrailingGapsLength() - Method in interface com.biomatters.geneious.publicapi.documents.sequence.ExtendedNucleotideGraph
-
Get the number of trailing residues in the sequence this graph corresponds to that are all gaps.
- getTrailingGapsLength() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceCharSequence
-
The number of trailing gaps in this SequenceCharSequence.
- getTrailingGapsLength() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultNucleotideGraphSequence
-
- getTrailingGapsLength() - Method in class com.biomatters.geneious.publicapi.implementations.SequenceGapInformation
-
- getTrailingGapsLength(CharSequence) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Get the number of trailing gap ('-') characters in the sequence.
- getTrailingGapsStartIndex() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceCharSequence
-
Get the index in the sequence at which the trailing gaps (if any) start.
- getTrailingGapsStartIndex() - Method in class com.biomatters.geneious.publicapi.implementations.SequenceGapInformation
-
- getTrailingGapsStartIndex(CharSequence) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Returns the end index of the non-gap regions in the specified charSequence.
- getTrailingTrimLength() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence
-
Gets the number of bases and non-end gaps at the end of this sequence flagged as trimmed (equivalent to annotations of type
SequenceAnnotation.TYPE_TRIMMED
)
- getTrailingTrimLength(int) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph.SequencePropertyRetriever
-
Get the length (if any) of the traling trimmed region of this sequence
- getTranslation(AnnotatedPluginDocument, SequenceDocument, SequenceAnnotation) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
Returns the translation (if applicable) for the given annotation.
- getTree() - Method in interface com.biomatters.geneious.publicapi.documents.types.RootedTreeDocument
-
Get the tree.
- getTree() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultTreeDocument
-
- getTrees() - Method in interface com.biomatters.geneious.publicapi.documents.types.SameTaxaTreesDocument
-
Get tree set.
- getTrees() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultPhylogenyDocument
-
- getTrees() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultSameTaxaTreesDocument
-
- getTrees() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultTreeDocument
-
- getTreeViewerExtensionFactories() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
- getTreeViewerExtensionFactories() - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
- getTrialLength() - Method in class com.biomatters.geneious.publicapi.plugin.License.PluginLicense
-
- getTrialVersion() - Method in class com.biomatters.geneious.publicapi.plugin.License.PluginLicense
-
- getTrimDataBitOffset() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getType() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
Type of the annotation.
- getType() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.SequenceAnnotationWrapper
-
- getTypeFor(DocumentNoteField) - Static method in enum com.biomatters.geneious.publicapi.documents.DocumentNoteField.Types
-
Returns the Types object for this documentNoteField.
- getUncompressedInputStream(ProgressListener) - Method in class com.biomatters.geneious.publicapi.utilities.CompressionUtilities.CompressedFileWrapper
-
- getUndoAction() - Method in class com.biomatters.geneious.publicapi.plugin.ActionProvider
-
Action that should be performed when this viewer etc.
- getUngappedIndexFromExtractedRegion(int, int, boolean, SimpleListener) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.PropertyRetrieverAndEditor
-
- getUngappedIndexOfThisOrNextResidue(int) - Method in class com.biomatters.geneious.publicapi.implementations.SequenceGapInformation
-
- getUngappedIndexOfThisOrNextResidue(SequenceCharSequence, int) - Static method in class com.biomatters.geneious.publicapi.implementations.SequenceGapInformation
-
Gets the ungapped index corresponding to a gapped index.
- getUngappedIndexOfThisOrNextResidue(int, int, boolean, SimpleListener) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.PropertyRetrieverAndEditor
-
Converts a gapped index in a sequence into the equivalent ungapped index.
- getUngappedIndexOfThisOrNextResidueTreatingEndGapsLikeInternalGaps(int) - Method in class com.biomatters.geneious.publicapi.implementations.SequenceGapInformation
-
- getUngappedIndexOfThisOrPreviousResidue(int) - Method in class com.biomatters.geneious.publicapi.implementations.SequenceGapInformation
-
Calculates the index where the character gappedSequence.charAt(indexInGappedSequence)
would move if all gaps were stripped from gappedSequence.
- getUngappedIndexOfThisOrPreviousResidue(SequenceCharSequence, int) - Static method in class com.biomatters.geneious.publicapi.implementations.SequenceGapInformation
-
Gets the ungapped index corresponding to a gapped index.
- getUngappedIndexOfThisOrPreviousResidue(int, int, boolean, SimpleListener) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.PropertyRetrieverAndEditor
-
Converts a gapped index in a sequence into the equivalent ungapped index.
- getUngappedIndexOfThisOrPreviousResidueTreatingEndGapsLikeInternalGaps(int) - Method in class com.biomatters.geneious.publicapi.implementations.SequenceGapInformation
-
Calculates the index where the character gappedSequence.charAt(indexInGappedSequence)
would move if all gaps were stripped from gappedSequence.
- getUngappedLength() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getUngappedLength() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceCharSequence
-
returns the length of this sequence, excluding any gaps (both internal and end gaps)
- getUngappedSequenceLength() - Method in class com.biomatters.geneious.publicapi.implementations.SequenceGapInformation
-
Returns the ungapped length of the sequence passed to the constructor
- getUniqueID() - Method in class com.biomatters.geneious.publicapi.databaseservice.WritableDatabaseService
-
Get a unique ID for this database service.
- getUniqueId() - Method in class com.biomatters.geneious.publicapi.plugin.Assembler
-
Gets a unique id for this algorithm.
- getUniqueId() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileExporter
-
Get a unique identifier for this DocumentFileExporter.
- getUniqueId() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentFileImporter
-
Get a unique identifier for this DocumentFileImporter.
- getUniqueId() - Method in class com.biomatters.geneious.publicapi.plugin.DocumentOperation
-
Get a unique identifier for this DocumentOperation.
- getUniqueID() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousService
-
Get a unique identifier for this GeneiousService.
- getUniqueId() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator
-
Get a unique identifier for this SequenceAnnotationGenerator.
- getUniqueId() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension
-
- getUniqueId() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.StatisticsFactory
-
- getUniqueIdPrefix() - Method in class com.biomatters.geneious.publicapi.plugin.AlignmentOperation
-
- getUniqueNameForDocument(String) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Deprecated.
use getUniqueNameForDocument(String, WritableDatabaseService, Collection)
- getUniqueNameForDocument(String, boolean) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Deprecated.
use getUniqueNameForDocument(String, WritableDatabaseService, Collection)
- getUniqueNameForDocument(String, WritableDatabaseService) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Generate a document name that is unique to the given folder, based on the original name passed in.
- getUniqueNameForDocument(String, WritableDatabaseService, Collection<String>) - Static method in class com.biomatters.geneious.publicapi.documents.DocumentUtilities
-
Generate a document name that is unique to the given folder, based on the original name passed in.
- getUniqueTrackName(Set<String>, String) - Static method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack.Manager
-
Creates a track name that isn't in a given set of names.
- getUniqueTrackName(List<SequenceTrack.Manager>, String) - Static method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack.Manager
-
Creates a name unique among all tracks in all these managers.
- getUniqueTrackName(String) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack.Manager
-
Creates a name unique among all tracks in this manager.
- getURN() - Method in class com.biomatters.geneious.publicapi.documents.AbstractPluginDocument
-
- getURN() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
A unique URN which serves as a primary database key for this document.
- getURN() - Method in class com.biomatters.geneious.publicapi.documents.OperationRecordDocument
-
- getURN() - Method in interface com.biomatters.geneious.publicapi.documents.PluginDocument
-
A Universal Resource Name.
- getURN() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequenceImplementation
-
- getUrn() - Method in class com.biomatters.geneious.publicapi.documents.UrnWithRevisionNumber
-
- getURN() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getURN() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultSameTaxaTreesDocument
-
- getURN() - Method in class com.biomatters.geneious.publicapi.implementations.DefaultTreeDocument
-
- getURN() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getURN() - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequencePropertiesStorage
-
This method is not implemented.
- getUsedMemory() - Static method in class com.biomatters.geneious.publicapi.utilities.SystemUtilities
-
Get the amount of used memory in bytes.
- getUserEditablePreferences() - Static method in class com.biomatters.geneious.publicapi.plugin.UserEditablePreferences
-
- getUserMessage() - Method in exception com.biomatters.geneious.publicapi.databaseservice.DatabaseServiceException
-
Human readable message.
- getUserSelectedColor(Color, JComponent, String) - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
gets a color selected by the user in a color chooser dialog.
- getUserSelectedColor(Color, JComponent, String, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.GuiUtilities
-
gets a color selected by the user in a color chooser dialog.
- getUserSelectedFile(String, FilenameFilter, int) - Static method in class com.biomatters.geneious.publicapi.utilities.FileUtilities
-
Displays a file open dialog to the user (a Java dialog on windows and unix, a Mac dialog on MacOS), and returns the file that the user selected (or null if they cancelled)
- getUserSelectedFolder(Component) - Static method in class com.biomatters.geneious.publicapi.plugin.ServiceUtilities
-
Opens a dialog in which the user can choose one of their local database folders.
- getUserSelectedSaveFile(String, String, String, String) - Static method in class com.biomatters.geneious.publicapi.utilities.FileUtilities
-
Displays a file save dialog to the user (a Java dialog on windows and unix, a Mac dialog on MacOS), and returns the file that the user selected (or null if they cancelled)
- getValidSequence(SequenceDocument, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Replace any invalid bases/residues in the given sequence document with ambiguity symbols.
- getValidSequence(SequenceDocument, boolean, boolean) - Static method in class com.biomatters.geneious.publicapi.utilities.SequenceUtilities
-
Replace any invalid bases/residues in the given sequence document with ambiguity symbols or gaps.
- getValue() - Method in class com.biomatters.geneious.publicapi.documents.DocumentFieldAndValue
-
- getValue() - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotationQualifier
-
Get the value of this qualifier.
- getValue() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ValueAndFrequencyDistribution.ValueAndFrequency
-
- getValue(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
get the value of the option with the name optionName
.
- getValue() - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
Get the current value of this option.
- getValue(int) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceGraph
-
- getValueAsString(DocumentSelectionOption.FolderOrDocuments) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentSelectionOption
-
- getValueAsString(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
Get the value of this option as a string.
- getValueAsString(ValueType) - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
- getValueAsString() - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
- getValueFromString(String) - Method in class com.biomatters.geneious.publicapi.plugin.DocumentSelectionOption
-
- getValueFromString(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options.BooleanOption
-
- getValueFromString(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options.ButtonOption
-
- getValueFromString(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options.ComboBoxOption
-
- getValueFromString(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options.DateOption
-
- getValueFromString(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options.DoubleOption
-
- getValueFromString(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options.EditableComboBoxOption
-
- getValueFromString(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options.ExecutableFileSelectionOption
-
- getValueFromString(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options.FileSelectionOption
-
- getValueFromString(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options.IntegerOption
-
- getValueFromString(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options.LabelOption
-
- getValueFromString(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options.MultipleLineStringOption
-
- getValueFromString(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
Convert a String into an instance of the object type used by this option.
- getValueFromString(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options.RadioOption
-
- getValueFromString(String) - Method in class com.biomatters.geneious.publicapi.plugin.Options.StringOption
-
- getValueFromString(String) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceAnnotationGenerator.SelectionGrabOption
-
- getValues() - Method in interface com.biomatters.geneious.publicapi.databaseservice.AdvancedSearchQueryTerm
-
Values associated with condition.
- getValues() - Method in class com.biomatters.geneious.publicapi.databaseservice.ComboboxSearchOption
-
Returns a String array containing the values displayed in the combo
box.
- getValues() - Method in class com.biomatters.geneious.publicapi.documents.sequence.ValueAndFrequencyDistribution
-
Gets a sorted list of values and their frequencies.
- getValues() - Method in class com.biomatters.geneious.publicapi.plugin.Options.MultipleOptions
-
Get all the current values for a set of multiple options.
- getValuesMap() - Method in class com.biomatters.geneious.publicapi.databaseservice.DependentComboboxSearchOption
-
Returns a Map of the dependee values to the set of values that this
combo box should have for each of those values.
- getValueType() - Method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
Returns the class of the value which this field represents.
- getValueType() - Method in class com.biomatters.geneious.publicapi.documents.DocumentNoteField
-
Gets the class of the value represented by this field.
- getValueType() - Method in enum com.biomatters.geneious.publicapi.documents.DocumentNoteField.Types
-
Returns the class of the value that this note field represents.
- getVersion() - Static method in class com.biomatters.geneious.publicapi.plugin.Geneious
-
Get the current Geneious version.
- getVersion() - Method in class com.biomatters.geneious.publicapi.plugin.GeneiousPlugin
-
Version number of this plugin.
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.databaseservice.FolderView
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.documents.AbstractPluginDocument
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.documents.DocumentCollection
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.documents.DocumentField
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.documents.OperationRecordDocument
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.documents.sequence.AlignmentLayout
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.documents.sequence.DefaultSequenceListDocument
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.documents.sequence.ImmutableSequence
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceCharSequence
-
Implements XMLSerializable.OldVersionCompatible#getVersionSupport(com.biomatters.geneious.publicapi.documents.XMLSerializable.VersionSupportType)
but note that SequenceCharSequence is guaranteed to be able to always serialize to Geneious.MajorVersion#Version6_0
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListOnDisk.AlignmentData
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.documents.sequence.ValueAndFrequencyDistribution
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in interface com.biomatters.geneious.publicapi.documents.XMLSerializable.OldVersionCompatible
-
- getVersionSupport(XMLSerializable) - Method in enum com.biomatters.geneious.publicapi.documents.XMLSerializable.VersionSupportType
-
- getVersionSupport(XMLSerializable.VersionSupportType, Object...) - Static method in class com.biomatters.geneious.publicapi.documents.XMLSerializer
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultAlignmentDocument
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultPhylogenyDocument
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultSameTaxaTreesDocument
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.implementations.DefaultTreeDocument
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.implementations.EndGapsManager
-
Like XMLSerializable.OldVersionCompatible#getVersionSupport(com.biomatters.geneious.publicapi.documents.XMLSerializable.VersionSupportType)
but this class isn't really XML serialiable.
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.implementations.EValue
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.implementations.PairedReadManager
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.implementations.Percentage
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.CombinedAlignmentAndSequenceDocument
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultNucleotideGraphSequence
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.DefaultSequenceDocument
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.OligoSequenceDocument
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequencePropertiesStorage
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.implementations.sequence.SequenceTrack.Manager
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.implementations.structure.PdbDocument
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SelectionInterval
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelection.SequenceIndex
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelectionWithDocuments.ExtractionStrategy
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceSelectionWithDocuments
-
- getVersionSupport(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.utilities.Interval
-
- getVersionSupportForValuesToXML(XMLSerializable.VersionSupportType) - Method in class com.biomatters.geneious.publicapi.plugin.Options
-
- getVersionSupportStatic(XMLSerializable.VersionSupportType) - Static method in class com.biomatters.geneious.publicapi.documents.sequence.SequenceAnnotation
-
- getVersionSupportStatic(XMLSerializable.VersionSupportType) - Static method in class com.biomatters.geneious.publicapi.implementations.SequenceGapInformation
-
Returns version support as defined by XMLSerializable.OldVersionCompatible#getVersionSupport(com.biomatters.geneious.publicapi.documents.XMLSerializable.VersionSupportType)
.
- getVerticalPosition() - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.StatisticsSection
-
- getVerticalWeight() - Method in class com.biomatters.geneious.publicapi.plugin.Options.Option
-
Get the weighting used to decide how much this component should stretch when its container is resized.
- getVisibleAnnotations(SequenceViewerExtension.PropertyRetrieverAndEditor.DiscardReferencesCallback) - Method in class com.biomatters.geneious.publicapi.plugin.SequenceViewerExtension.PropertyRetrieverAndEditor
-
Gets all currently visible (after applying the filter) annotations.
- getVolume() - Method in interface com.biomatters.geneious.publicapi.documents.types.JournalArticleDocument
-
The volume of the journal that the article is published in.
- getWatermarkText() - Method in class com.biomatters.geneious.publicapi.plugin.Options.StringOption
-
Returns the string passed into #StringOption(String, String, String, String)
(this value may be null)
- getWeaklyReferencedDocuments() - Method in class com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument
-
Get a set of document URNs weakly referred to by this document.
- getWindow() - Method in class com.biomatters.geneious.publicapi.components.ProgressFrame
-
Get the window which is used to display progress.
- getWritableDatabaseServiceRoots() - Static method in class com.biomatters.geneious.publicapi.plugin.PluginUtilities
-
Returns the root services of all installed WritableDatabaseServices.
- getZoomLevel() - Method in class com.biomatters.geneious.publicapi.components.ZoomPanel
-
- getZoomSlider() - Method in class com.biomatters.geneious.publicapi.components.ZoomPanel
-
Gets a slider that also controls zooming.
- GLabel - Class in com.biomatters.geneious.publicapi.components
-
Same as JLabel except it has the option to use a smaller font.
- GLabel(String, Icon, int) - Constructor for class com.biomatters.geneious.publicapi.components.GLabel
-
- GLabel(String, int) - Constructor for class com.biomatters.geneious.publicapi.components.GLabel
-
- GLabel(String, boolean) - Constructor for class com.biomatters.geneious.publicapi.components.GLabel
-
- GLabel(String) - Constructor for class com.biomatters.geneious.publicapi.components.GLabel
-
- GLabel(Icon, int) - Constructor for class com.biomatters.geneious.publicapi.components.GLabel
-
- GLabel(Icon) - Constructor for class com.biomatters.geneious.publicapi.components.GLabel
-
- GLabel() - Constructor for class com.biomatters.geneious.publicapi.components.GLabel
-
- GPanel - Class in com.biomatters.geneious.publicapi.components
-
Same as JPanel except not opaque by default.
- GPanel(LayoutManager, boolean) - Constructor for class com.biomatters.geneious.publicapi.components.GPanel
-
- GPanel(LayoutManager) - Constructor for class com.biomatters.geneious.publicapi.components.GPanel
-
- GPanel(boolean) - Constructor for class com.biomatters.geneious.publicapi.components.GPanel
-
- GPanel() - Constructor for class com.biomatters.geneious.publicapi.components.GPanel
-
- GPopupMenu - Class in com.biomatters.geneious.publicapi.components
-
Has the same functionality as a JPopupMenu but will correctly hide when switching between windows on Mac OS.
- GPopupMenu() - Constructor for class com.biomatters.geneious.publicapi.components.GPopupMenu
-
- GPopupMenu(String) - Constructor for class com.biomatters.geneious.publicapi.components.GPopupMenu
-
- GprDocument - Class in com.biomatters.geneious.publicapi.implementations.structure
-
A Gpr molecular structure document.
- GprDocument() - Constructor for class com.biomatters.geneious.publicapi.implementations.structure.GprDocument
-
- GSpinnerNumberModel - Class in com.biomatters.geneious.publicapi.components
-
Just like SpinnerNumberModel but allow reaching the maximum/minimum using up/down controls,
rather than stopping at the value before the maximum/minimum
e.g.
- GSpinnerNumberModel(Number, Comparable, Comparable, Number) - Constructor for class com.biomatters.geneious.publicapi.components.GSpinnerNumberModel
-
- GSpinnerNumberModel(int, int, int, int) - Constructor for class com.biomatters.geneious.publicapi.components.GSpinnerNumberModel
-
- GSpinnerNumberModel(double, double, double, double) - Constructor for class com.biomatters.geneious.publicapi.components.GSpinnerNumberModel
-
- GSpinnerNumberModel() - Constructor for class com.biomatters.geneious.publicapi.components.GSpinnerNumberModel
-
- GTable - Class in com.biomatters.geneious.publicapi.components
-
- GTable() - Constructor for class com.biomatters.geneious.publicapi.components.GTable
-
- GTable(TableModel) - Constructor for class com.biomatters.geneious.publicapi.components.GTable
-
- GTable(TableModel, TableColumnModel) - Constructor for class com.biomatters.geneious.publicapi.components.GTable
-
- GTable(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class com.biomatters.geneious.publicapi.components.GTable
-
- GTable(int, int) - Constructor for class com.biomatters.geneious.publicapi.components.GTable
-
- GTable(Vector, Vector) - Constructor for class com.biomatters.geneious.publicapi.components.GTable
-
- GTable(Object[][], Object[]) - Constructor for class com.biomatters.geneious.publicapi.components.GTable
-
- GTextArea - Class in com.biomatters.geneious.publicapi.components
-
Same as
JTextArea
but has undo/redo capability, a popup Edit menu and
is linked to the main Edit menu.
- GTextArea() - Constructor for class com.biomatters.geneious.publicapi.components.GTextArea
-
- GTextArea(String) - Constructor for class com.biomatters.geneious.publicapi.components.GTextArea
-
- GTextArea(int, int) - Constructor for class com.biomatters.geneious.publicapi.components.GTextArea
-
- GTextArea(String, int, int) - Constructor for class com.biomatters.geneious.publicapi.components.GTextArea
-
- GTextArea(Document) - Constructor for class com.biomatters.geneious.publicapi.components.GTextArea
-
- GTextArea(Document, String, int, int) - Constructor for class com.biomatters.geneious.publicapi.components.GTextArea
-
- GTextField - Class in com.biomatters.geneious.publicapi.components
-
Same as
JTextField
but has undo/redo capability, a popup Edit menu and
is linked to the main Edit menu.
- GTextField() - Constructor for class com.biomatters.geneious.publicapi.components.GTextField
-
- GTextField(String) - Constructor for class com.biomatters.geneious.publicapi.components.GTextField
-
- GTextField(int) - Constructor for class com.biomatters.geneious.publicapi.components.GTextField
-
- GTextField(String, int) - Constructor for class com.biomatters.geneious.publicapi.components.GTextField
-
- GTextField(Document, String, int) - Constructor for class com.biomatters.geneious.publicapi.components.GTextField
-
- GTextPane - Class in com.biomatters.geneious.publicapi.components
-
Same as
JTextPane
but has undo/redo capability, a popup Edit menu and
is linked to the main Edit menu.
- GTextPane(StyledDocument) - Constructor for class com.biomatters.geneious.publicapi.components.GTextPane
-
- GTextPane() - Constructor for class com.biomatters.geneious.publicapi.components.GTextPane
-
- GTextPane.MemoryFixedHTMLEditorKit - Class in com.biomatters.geneious.publicapi.components
-
The HTMLEditorKit used for working around Java bug
6406218.
- GTextPane.MemoryFixedHTMLEditorKit() - Constructor for class com.biomatters.geneious.publicapi.components.GTextPane.MemoryFixedHTMLEditorKit
-
- GuiUtilities - Class in com.biomatters.geneious.publicapi.utilities
-
Provides utility methods for dealing with GUI (swing) components