Skip to content
Snippets Groups Projects
Commit e3baf137 authored by art's avatar art
Browse files

Add protected access to vector of entry edit objects (for EmbeddedArtemis subclass)

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@6282 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 58ee4e88
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/ArtemisMain.java,v 1.25 2007-04-03 12:36:07 tjc Exp $
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/ArtemisMain.java,v 1.26 2007-08-07 10:42:08 art Exp $
*/
package uk.ac.sanger.artemis.components;
......@@ -51,7 +51,7 @@ import javax.swing.JFrame;
* The main window for the Artemis sequence editor.
*
* @author Kim Rutherford <kmr@sanger.ac.uk>
* @version $Id: ArtemisMain.java,v 1.25 2007-04-03 12:36:07 tjc Exp $
* @version $Id: ArtemisMain.java,v 1.26 2007-08-07 10:42:08 art Exp $
**/
public class ArtemisMain extends Splash
......@@ -712,6 +712,13 @@ public class ArtemisMain extends Splash
};
entryWorker.start();
}
/**
* Retrieve a live vector containing all the EntryEdit object we have created.
*/
protected EntryEditVector get_entry_edit_objects() {
return entry_edit_objects;
}
/**
* Close the main frame and all EntryEdit frames and then this frame,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment