org.jhotdraw.contrib
Interface Desktop
- All Known Implementing Classes:
- JPanelDesktop, JScrollPaneDesktop, MDIDesktopPane, SplitPaneDesktop
- public interface Desktop
- Version:
- <$CURRENT_VERSION$>
PRIMARY
public static final int PRIMARY
- See Also:
- Constant Field Values
SECONDARY
public static final int SECONDARY
- See Also:
- Constant Field Values
TERTIARY
public static final int TERTIARY
- See Also:
- Constant Field Values
getActiveDrawingView
public DrawingView getActiveDrawingView()
- For those absent minded components that were not paying attention to the
listener events.
addToDesktop
public void addToDesktop(DrawingView dv,
int location)
removeFromDesktop
public void removeFromDesktop(DrawingView dv,
int location)
removeAllFromDesktop
public void removeAllFromDesktop(int location)
getAllFromDesktop
public DrawingView[] getAllFromDesktop(int location)
updateTitle
public void updateTitle(java.lang.String newDrawingTitle)
addDesktopListener
public void addDesktopListener(DesktopListener dpl)
removeDesktopListener
public void removeDesktopListener(DesktopListener dpl)