Package gov.nih.mipav.view
Interface ViewOpenFrameInterface
-
- All Known Implementing Classes:
ViewJFrameFastMarching2
,ViewJFrameFastMarching3
,ViewJFrameImage
public interface ViewOpenFrameInterface
Simple interface to allow JDialogs to open up a new frame of the same type as was used to create the dialog This allows stand-alone plugins that extend ViewJFrameImage to instantiate a new frame of the same type.- Author:
- linkb
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ViewJFrameImage
openFrame(ModelImage image)
-
-
-
Method Detail
-
openFrame
ViewJFrameImage openFrame(ModelImage image)
-
-