Uses of Class
net.infonode.docking.OperationAbortedException

Packages that use OperationAbortedException
net.infonode.docking Core classes for the docking windows framework. 
 

Uses of OperationAbortedException in net.infonode.docking
 

Methods in net.infonode.docking that throw OperationAbortedException
 void DockingWindowListener.windowClosing(DockingWindow window)
           Called before the window that this listener is added to, or a child window of that window, is closed.
 void DockingWindowListener.windowUndocking(DockingWindow window)
           Called before the window that this listener is added to, or a child window of that window, is undocked.
 void DockingWindowListener.windowDocking(DockingWindow window)
           Called before the window that this listener is added to, or a child window of that window, is docked.
 void DockingWindowListener.windowMinimizing(DockingWindow window)
           Called before the window that this listener is added to, or a child window of that window, is minimized.
 void DockingWindowListener.windowMaximizing(DockingWindow window)
           Called before the window that this listener is added to, or a child window of that window, is maximized.
 void DockingWindowListener.windowRestoring(DockingWindow window)
           Called before the window that this listener is added to, or a child window of that window, is restored.
 void DockingWindowAdapter.windowClosing(DockingWindow window)
           
 void DockingWindowAdapter.windowUndocking(DockingWindow window)
           
 void DockingWindowAdapter.windowDocking(DockingWindow window)
           
 void DockingWindowAdapter.windowMaximizing(DockingWindow window)
           
 void DockingWindowAdapter.windowMinimizing(DockingWindow window)
           
 void DockingWindowAdapter.windowRestoring(DockingWindow window)
           
 void DockingWindow.restoreWithAbort()
          Same as DockingWindow.restore(), but the DockingWindowListener.windowRestoring(DockingWindow) method of the window listeners will be called before restoring the window, giving them the possibility to abort the restore operation.
 void DockingWindow.closeWithAbort()
          Same as DockingWindow.close(), but the DockingWindowListener.windowClosing(DockingWindow) method of the window listeners will be called before closing the window, giving them the possibility to abort the close operation.
 FloatingWindow DockingWindow.undockWithAbort(Point location)
          Same as DockingWindow.undock(Point), but the DockingWindowListener.windowUndocking(DockingWindow) method of the window listeners will be called before undocking the window, giving them the possibility to abort the undock operation.
 void DockingWindow.dockWithAbort()
          Same as DockingWindow.dock(), but the DockingWindowListener.windowDocking(DockingWindow) method of the window listeners will be called before docking the window, giving them the possibility to abort the dock operation.
 void DockingWindow.maximizeWithAbort()
          Same as DockingWindow.maximize(), but the DockingWindowListener.windowMaximized(DockingWindow) method of the window listeners will be called before maximizing the window, giving them the possibility to abort the maximize operation.
 void DockingWindow.minimizeWithAbort()
          Same as DockingWindow.minimize(), but the DockingWindowListener.windowMinimizing(DockingWindow) method of the window listeners will be called before minimizing the window, giving them the possibility to abort the minimize operation.
 void DockingWindow.minimizeWithAbort(Direction direction)
          Same as DockingWindow.minimize(Direction), but the DockingWindowListener.windowMinimizing(DockingWindow) method of the window listeners will be called before minimizing the window, giving them the possibility to abort the minimize operation.
 



Copyright © 2007 NNL Technology AB. All Rights Reserved.