Interface ToplevelState


public interface ToplevelState
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    the surface is kept above other surfaces
    static final int
    the surface is kept below other surfaces
    static final int
    whether the bottom edge is resizable
    static final int
    whether the bottom edge is tiled
    static final int
    the surface is presented as focused (with active decorations)
    static final int
    the surface is maximized without decorations
    static final int
    whether the left edge is resizable
    static final int
    whether the left edge is tiled
    static final int
    the surface is maximized
    static final int
    the surface is minimized
    static final int
    whether the right edge is resizable
    static final int
    whether the right edge is tiled
    static final int
    the surface is sticky
    static final int
    the surface is in a tiled state
    static final int
    whether the top edge is resizable
    static final int
    whether the top edge is tiled
  • Field Details

    • MINIMIZED

      static final int MINIMIZED
      the surface is minimized
      See Also:
    • MAXIMIZED

      static final int MAXIMIZED
      the surface is maximized
      See Also:
    • STICKY

      static final int STICKY
      the surface is sticky
      See Also:
    • FULLSCREEN

      static final int FULLSCREEN
      the surface is maximized without decorations
      See Also:
    • ABOVE

      static final int ABOVE
      the surface is kept above other surfaces
      See Also:
    • BELOW

      static final int BELOW
      the surface is kept below other surfaces
      See Also:
    • FOCUSED

      static final int FOCUSED
      the surface is presented as focused (with active decorations)
      See Also:
    • TILED

      static final int TILED
      the surface is in a tiled state
      See Also:
    • TOP_TILED

      static final int TOP_TILED
      whether the top edge is tiled
      See Also:
    • TOP_RESIZABLE

      static final int TOP_RESIZABLE
      whether the top edge is resizable
      See Also:
    • RIGHT_TILED

      static final int RIGHT_TILED
      whether the right edge is tiled
      See Also:
    • RIGHT_RESIZABLE

      static final int RIGHT_RESIZABLE
      whether the right edge is resizable
      See Also:
    • BOTTOM_TILED

      static final int BOTTOM_TILED
      whether the bottom edge is tiled
      See Also:
    • BOTTOM_RESIZABLE

      static final int BOTTOM_RESIZABLE
      whether the bottom edge is resizable
      See Also:
    • LEFT_TILED

      static final int LEFT_TILED
      whether the left edge is tiled
      See Also:
    • LEFT_RESIZABLE

      static final int LEFT_RESIZABLE
      whether the left edge is resizable
      See Also: