UIClassID,,true,,"A string that specifies the name of the L&F class.",java.lang.String,getUIClassID,,,,
accessibleContext,,true,,"The AccessibleContext associated with this ProgressBar.",com.sun.java.accessibility.AccessibleContext,getAccessibleContext,,,,
UI,,true,,"The ProgressBarUI implementation that defines the combo box look and feel.",com.sun.java.swing.plaf.ProgressBarUI,getUI,setUI,,,
value,,,,"The model's current value.",int,getValue,setValue,,,
requestFocusEnabled,,true,,"Whether the component can obtain the focus by calling requestFocus.",boolean,isRequestFocusEnabled,setRequestFocusEnabled,true,,
managingFocus,,,,,boolean,isManagingFocus,,true,,
width,,,,,int,getWidth,,true,,
height,,,,,int,getHeight,,true,,
maximumSize,,,,"The maximum size of the component.",java.awt.Dimension,getMaximumSize,setMaximumSize,true,,
alignmentY,,,,"The preferred vertical alignment of the component",float,getAlignmentY,setAlignmentY,true,,
nextFocusableComponent,,true,,"The next component to get focus after this one.",java.awt.Component,getNextFocusableComponent,setNextFocusableComponent,true,,
alignmentX,,,,"The preferred horizontal alignment of the component",float,getAlignmentX,setAlignmentX,true,,