Class CloseOthersWindowAction

  • All Implemented Interfaces:
    java.io.Serializable, IconProvider

    public class CloseOthersWindowAction
    extends DockingWindowAction
    Closes all tabs (with abort possibility) except the one belonging to the window the action is performed upon in the AbstractTabWindow parent of the window.
    Since:
    IDW 1.4.0
    See Also:
    Serialized Form
    • Method Detail

      • isPerformable

        public boolean isPerformable​(DockingWindow window)
        Description copied from class: DockingWindowAction
        Returns true if this action is performable on a window.
        Specified by:
        isPerformable in class DockingWindowAction
        Parameters:
        window - the window on which the action will be performed
        Returns:
        true if this action is performable on the window
      • readResolve

        protected java.lang.Object readResolve()
                                        throws java.io.ObjectStreamException
        Throws:
        java.io.ObjectStreamException