Uses of Interface
net.sourceforge.hivegui.component.OverwriteFileConfirmer

Packages that use OverwriteFileConfirmer
net.sourceforge.hivegui.component This package defines various classes used as GUI components (aka widgets) and utility classes dealing with GUI components. 
 

Uses of OverwriteFileConfirmer in net.sourceforge.hivegui.component
 

Methods in net.sourceforge.hivegui.component with parameters of type OverwriteFileConfirmer
 void ImageSaveChooser.setOverwriteFileConfirmer(OverwriteFileConfirmer overwriteFileConfirm)
           
 

Constructors in net.sourceforge.hivegui.component with parameters of type OverwriteFileConfirmer
ImageSaveChooser(OverwriteFileConfirmer overwriteFileConfirm)