Interface WindowInfo

  • All Superinterfaces:
    java.io.Serializable

    public interface WindowInfo
    extends java.io.Serializable
    This interface provides information about an application window and is typically implemented by an enum.

    See Also:
    FrameManager
    • Method Detail

      • isSingleton

        boolean isSingleton()
        Returns:
        true if there is only one instance of the window
      • getResourcePrefix

        java.lang.String getResourcePrefix()
        Returns:
        the prefix for resource bundle keys used by the window