Class FramePropertyBundle
java.lang.Object
dev.javai18n.swing.ComponentPropertyBundle
dev.javai18n.swing.WindowPropertyBundle
dev.javai18n.swing.FramePropertyBundle
- All Implemented Interfaces:
dev.javai18n.core.AttributeCollection
Provides a collection of localizable property values for a Frame, extending WindowPropertyBundle.
-
Field Summary
FieldsFields inherited from class WindowPropertyBundle
ICON_IMAGESFields inherited from class ComponentPropertyBundle
ACCESSIBLE_DESCRIPTION, ACCESSIBLE_NAME, FONT, NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTitle()Returns the String associated with the TITLE key.voidsetAttribute(String attributeName, Object attributeValue) Set the specified attribute name to the specified attribute value.voidSets the String associated with the TITLE key.Returns the set of valid attribute names for a FramePropertyBundle.Methods inherited from class WindowPropertyBundle
addImageToList, getIconImages, setIconImagesMethods inherited from class ComponentPropertyBundle
containsKey, get, getAccessibleDescription, getAccessibleName, getFont, getName, getString, put, setAccessibleDescription, setAccessibleName, setFont, setName, size
-
Field Details
-
TITLE
-
-
Constructor Details
-
FramePropertyBundle
public FramePropertyBundle()Creates a new FramePropertyBundle.
-
-
Method Details
-
getTitle
Returns the String associated with the TITLE key.- Returns:
- the String associated with the TITLE key.
-
setTitle
Sets the String associated with the TITLE key.- Parameters:
title- The String to associate with the TITLE key.
-
setAttribute
Set the specified attribute name to the specified attribute value.- Specified by:
setAttributein interfacedev.javai18n.core.AttributeCollection- Overrides:
setAttributein classWindowPropertyBundle- Parameters:
attributeName- The name of the attribute.attributeValue- The value of the attribute.
-
validNames
Returns the set of valid attribute names for a FramePropertyBundle.- Overrides:
validNamesin classWindowPropertyBundle- Returns:
- the set of valid attribute names for a FramePropertyBundle.
-