Uses of Interface
org.jhotdraw.contrib.Desktop

Packages that use Desktop
org.jhotdraw.application   
org.jhotdraw.contrib   
 

Uses of Desktop in org.jhotdraw.application
 

Methods in org.jhotdraw.application that return Desktop
 Desktop DrawApplication.getDesktop()
          Get the component, in which the content is embedded.
 

Uses of Desktop in org.jhotdraw.contrib
 

Classes in org.jhotdraw.contrib that implement Desktop
 class JPanelDesktop
           
 class JScrollPaneDesktop
           
 class MDIDesktopPane
          An extension of JDesktopPane that supports often used MDI functionality.
 class SplitPaneDesktop
           
 

Constructors in org.jhotdraw.contrib with parameters of type Desktop
DesktopEvent(Desktop newSource, DrawingView newDrawingView)
           
DesktopEvent(Desktop newSource, DrawingView newDrawingView, DrawingView newPreviousDV)
           
DesktopEventService(Desktop newDesktop, java.awt.Container newContainer)