Ignore:
Timestamp:
2012-01-04T08:43:23+01:00 (12 years ago)
Author:
jttt
Message:

Add method getWindowParent to ProgressMonitor (see #7208)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/progress/ProgressMonitor.java

    r4718 r4762  
    11// License: GPL. For details, see LICENSE file.
    22package org.openstreetmap.josm.gui.progress;
     3
     4import java.awt.Component;
    35
    46/**
     
    140142     */
    141143    ProgressTaskId getProgressTaskId();
     144
     145    /**
     146     *
     147     * @return component suitable as parent for dialogs that wants to be shown in front of progress dialog
     148     */
     149    Component getWindowParent();
    142150}
Note: See TracChangeset for help on using the changeset viewer.