Interface Location

All Known Implementing Classes:
Location.RelativeTo, Location.RelativeToAvoiding

public interface Location
Policy for placing windows.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Class to set locations relative to other components.
    static class 
    Class to set locations relative to other components.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Set the location of the given window.
  • Method Details

    • setLocation

      void setLocation(Window w)
      Set the location of the given window.
      Parameters:
      w - the window to locate.