Schnittstelle ToplevelState


public interface ToplevelState
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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 not visible to the user.
    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
  • Felddetails

    • MINIMIZED

      static final int MINIMIZED
      the surface is minimized
      Siehe auch:
    • MAXIMIZED

      static final int MAXIMIZED
      the surface is maximized
      Siehe auch:
    • STICKY

      static final int STICKY
      the surface is sticky
      Siehe auch:
    • FULLSCREEN

      static final int FULLSCREEN
      the surface is maximized without decorations
      Siehe auch:
    • ABOVE

      static final int ABOVE
      the surface is kept above other surfaces
      Siehe auch:
    • BELOW

      static final int BELOW
      the surface is kept below other surfaces
      Siehe auch:
    • FOCUSED

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

      static final int TILED
      the surface is in a tiled state
      Siehe auch:
    • TOP_TILED

      static final int TOP_TILED
      whether the top edge is tiled
      Siehe auch:
    • TOP_RESIZABLE

      static final int TOP_RESIZABLE
      whether the top edge is resizable
      Siehe auch:
    • RIGHT_TILED

      static final int RIGHT_TILED
      whether the right edge is tiled
      Siehe auch:
    • RIGHT_RESIZABLE

      static final int RIGHT_RESIZABLE
      whether the right edge is resizable
      Siehe auch:
    • BOTTOM_TILED

      static final int BOTTOM_TILED
      whether the bottom edge is tiled
      Siehe auch:
    • BOTTOM_RESIZABLE

      static final int BOTTOM_RESIZABLE
      whether the bottom edge is resizable
      Siehe auch:
    • LEFT_TILED

      static final int LEFT_TILED
      whether the left edge is tiled
      Siehe auch:
    • LEFT_RESIZABLE

      static final int LEFT_RESIZABLE
      whether the left edge is resizable
      Siehe auch:
    • SUSPENDED

      static final int SUSPENDED
      The surface is not visible to the user.
      Siehe auch: