All Packages Class Hierarchy This Package Previous Next Index
Class PairwiseComparativeMap.MultiPCM
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----PairwiseComparativeMap.MultiPCM
- public class MultiPCM
- extends Panel
- implements ActionListener
This class ties together a number of PairwiseComparativeMaps and gives them higher-
level functionality.
1. When one clicks on a locus on a map, all loci across all maps with the same name are
highlighted.
2. All maps from the same database are color coordinated. E.g. all Arabidopsisi maps might be
coloured green.
Can be used as a Java Bean in an IDE as it has a Bean Info class.
- Version:
- 1.0
- Author:
- Written by Jeremy Dickson for the UK Crop Plant Bioinformatics Network, October 1998.
- See Also:
- PairwiseComparativeMap
-
MultiPCM()
-
-
MultiPCM(String[], boolean)
- Constructor that creates the maps.
-
actionPerformed(ActionEvent)
- Deals with the action when a click occurs on any of the maps.
-
addData(String[], boolean)
- Allows you to add data to the component.
MultiPCM
public MultiPCM()
MultiPCM
public MultiPCM(String filenames[],
boolean URLS)
- Constructor that creates the maps.
- Parameters:
- filenames - A string array of the filepath or URLs to the database files
you wish to parse.
- URLS - Set to true if the filenames correspond to WWW URLS and false if
they correspond to local files.
addData
public void addData(String filenames[],
boolean URLS)
- Allows you to add data to the component.
- Parameters:
- filenames - A string array of the filepath or URLs to the database files
you wish to parse.
- URLS - Set to true if the filenames correspond to WWW URLS and false if
they correspond to local files.
actionPerformed
public void actionPerformed(ActionEvent parm1)
- Deals with the action when a click occurs on any of the maps.
All Packages Class Hierarchy This Package Previous Next Index
|