Uses of Interface
teamdev.jxcapture.toolkit.DialogComponent

Packages that use DialogComponent
teamdev.jxcapture.toolkit   
teamdev.jxcapture.toolkit.win32   
 

Uses of DialogComponent in teamdev.jxcapture.toolkit
 

Methods in teamdev.jxcapture.toolkit that return DialogComponent
 DialogComponent DrawableArea.getDialogComponent()
          Gets the DialogComponent for this capture operation.
 

Methods in teamdev.jxcapture.toolkit with parameters of type DialogComponent
 void DrawableArea.setDialogComponent(DialogComponent dialogComponent)
          Sets the specified DialogComponent for this capture operation.
 

Uses of DialogComponent in teamdev.jxcapture.toolkit.win32
 

Methods in teamdev.jxcapture.toolkit.win32 that return DialogComponent
 DialogComponent WindowsDrawableArea.getDialogComponent()
           
 

Methods in teamdev.jxcapture.toolkit.win32 with parameters of type DialogComponent
 void WindowsDrawableArea.setDialogComponent(DialogComponent newDialogComponent)