Class WorkbenchLayoutImpl.OriginalStyleInfo

  • Enclosing class:
    WorkbenchLayoutImpl

    protected static class WorkbenchLayoutImpl.OriginalStyleInfo
    extends Object
    Holder for style information that was modified in order to maximize a panel.
    • Constructor Detail

      • OriginalStyleInfo

        public OriginalStyleInfo​(com.google.gwt.user.client.ui.Widget w)
    • Method Detail

      • restore

        public void restore​(com.google.gwt.user.client.ui.Widget w)
        Restores to w all style values to those most recently set on this instance.
        Parameters:
        w - the widget to restore styles on.
      • getAbsoluteTop

        public int getAbsoluteTop()
      • getAbsoluteLeft

        public int getAbsoluteLeft()
      • getClientHeight

        public int getClientHeight()
      • getClientWidth

        public int getClientWidth()