Class FramePropertyBundle

All Implemented Interfaces:
dev.javai18n.core.AttributeCollection

public class FramePropertyBundle extends WindowPropertyBundle
Provides a collection of localizable property values for a Frame, extending WindowPropertyBundle.
  • Field Details

  • Constructor Details

    • FramePropertyBundle

      public FramePropertyBundle()
      Creates a new FramePropertyBundle.
  • Method Details

    • getTitle

      public String getTitle()
      Returns the String associated with the TITLE key.
      Returns:
      the String associated with the TITLE key.
    • setTitle

      public void setTitle(String title)
      Sets the String associated with the TITLE key.
      Parameters:
      title - The String to associate with the TITLE key.
    • setAttribute

      public void setAttribute(String attributeName, Object attributeValue)
      Set the specified attribute name to the specified attribute value.
      Specified by:
      setAttribute in interface dev.javai18n.core.AttributeCollection
      Overrides:
      setAttribute in class WindowPropertyBundle
      Parameters:
      attributeName - The name of the attribute.
      attributeValue - The value of the attribute.
    • validNames

      public Set<String> validNames()
      Returns the set of valid attribute names for a FramePropertyBundle.
      Overrides:
      validNames in class WindowPropertyBundle
      Returns:
      the set of valid attribute names for a FramePropertyBundle.