~ubuntu-branches/ubuntu/vivid/elki/vivid

« back to all changes in this revision

Viewing changes to src/de/lmu/ifi/dbs/elki/gui/multistep/MultiStepGUI.java

  • Committer: Bazaar Package Importer
  • Author(s): Erich Schubert
  • Date: 2011-09-24 12:24:37 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110924122437-xx6pyl4yhuom9yzw
Tags: 0.4.0-1
* New upstream release. (0.4.0 final)
* Try to make lintian happier with the DEP-5 copyright format
* Fixes a bug where various methods would require a classlabel that
  previously would fall-back to any kind of label available.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 * @author Erich Schubert
59
59
 * 
60
60
 * @apiviz.landmark
61
 
 * @apiviz.composedOf SettingsComboboxModel
62
61
 * @apiviz.composedOf AlgorithmTabPanel
63
62
 * @apiviz.composedOf EvaluationTabPanel
64
63
 * @apiviz.composedOf InputTabPanel
65
64
 * @apiviz.composedOf LoggingTabPanel
66
65
 * @apiviz.composedOf OutputTabPanel
 
66
 * @apiviz.composedOf SavedSettingsTabPanel
67
67
 */
68
68
public class MultiStepGUI extends JPanel {
69
69
  /**