Interface UIRegion

  • All Known Implementing Classes:
    BeaTunesUIRegion

    public interface UIRegion
    Region in the UI that ApplicationActions can be installed into.

    A path is typically a sequence of properties. E.g. if the main application object has a member called "mainWindow" (accessible through getMainWindow()) and "mainWindow" has a menu bar accessible through getJMenuBar() and JMenuBar has a method getComponnents() that returns an array, once could specify a path to the second menu of mainWindow with the path mainWindow.JMenuBar.components:1.

    In other words, as long as there is some path of public properties with accessor methods one can reach pretty much any place in the UI.

    Author:
    Hendrik Schreiber
    See Also:
    ActionLocation
    • Method Detail

      • getPath

        String getPath()
        Property path to a UI region.
        Returns:
        property path