Uses of Class
org.jscroll.widgets.JScrollInternalFrame

Packages that use JScrollInternalFrame
org.jscroll.widgets   
 

Uses of JScrollInternalFrame in org.jscroll.widgets
 

Methods in org.jscroll.widgets that return JScrollInternalFrame
 JScrollInternalFrame RootToggleButton.getAssociatedFrame()
          returns the associated frame
 JScrollInternalFrame RootRadioButtonMenuItem.getAssociatedFrame()
          returns the associated frame
 JScrollInternalFrame FrameAccessorInterface.getAssociatedFrame()
          returns the associated frame
 JScrollInternalFrame DesktopScrollPane.add(DesktopListener dListener, String title, ImageIcon icon, JPanel frameContents, boolean isClosable, int x, int y)
          creates a JScrollInternalFrame and adds it to the virtual desktop
 

Methods in org.jscroll.widgets with parameters of type JScrollInternalFrame
 void RootToggleButton.setAssociatedFrame(JScrollInternalFrame associatedFrame)
          sets the associated frame
 void RootRadioButtonMenuItem.setAssociatedFrame(JScrollInternalFrame associatedFrame)
          sets the associated frame
 void RootDesktopPane.removeAssociatedComponents(JScrollInternalFrame f)
          propogates the removeAssociatedComponents() call to DesktopScrollPane
 void FrameAccessorInterface.setAssociatedFrame(JScrollInternalFrame associatedFrame)
          sets the associated frame
 void DesktopScrollPane.centerView(JScrollInternalFrame f)
          centers the viewport of the virtual desktop around the provided internal frame
 void DesktopScrollPane.removeAssociatedComponents(JScrollInternalFrame f)
          propogates removeAssociatedComponents to DesktopMediator
 void DesktopMenu.add(JScrollInternalFrame associatedFrame)
          adds a RootRadioButtonMenuItem to the menu and associates it with an internal frame
 void DesktopMediator.removeAssociatedComponents(JScrollInternalFrame f)
          removes the secondary components associated with an internal frame, such as toggle and menu buttons, and selects the next available frame
 void DesktopMediator.centerView(JScrollInternalFrame f)
          propogates centerView to DesktopScrollPane
 

Constructors in org.jscroll.widgets with parameters of type JScrollInternalFrame
RootRadioButtonMenuItem(ActionListener listener, String itemTitle, int mnemonic, int shortcut, boolean selected, JScrollInternalFrame associatedFrame)
          creates the RootRadioButtonMenuItem with an associated frame.
 



Copyright © 2001-2003 JScroll.org. All Rights Reserved.