home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / inprise / JRUNTIME.Z / com.sun.java.swing.JProgressBar.pme < prev    next >
INI File  |  1998-05-08  |  5KB  |  70 lines

  1. [BeanDescriptor]
  2. pmeversion=200
  3. timestamp=893318632000
  4. name=JProgressBar
  5. className=com.sun.java.swing.JProgressBar
  6. defaultPropertyIndex=0
  7. icon_color_16x16=sun.awt.windows.WImage
  8. isContainer=true
  9.  
  10. [PropertyDescriptors]
  11. UIClassID,,true,,"A string that specifies the name of the L&F class.",java.lang.String,getUIClassID,,,,
  12. accessibleContext,,true,,"The AccessibleContext associated with this ProgressBar.",com.sun.java.accessibility.AccessibleContext,getAccessibleContext,,,,
  13. UI,,true,,"The ProgressBarUI implementation that defines the combo box look and feel.",com.sun.java.swing.plaf.ProgressBarUI,getUI,setUI,,,
  14. value,,,,"The model's current value.",int,getValue,setValue,,,
  15. orientation,,,,"The progress bar's orientation.",int,getOrientation,setOrientation,,,
  16. maximum,,,,"The model's maximum value.",int,getMaximum,setMaximum,,,
  17. borderPainted,,,,"Whether the progress bar should have a border.",boolean,isBorderPainted,setBorderPainted,,,
  18. minimum,,,,"The model's minimum value.",int,getMinimum,setMinimum,,,
  19. model,,true,,"The data model used by the JProgressBar.",com.sun.java.swing.BoundedRangeModel,getModel,setModel,,,
  20. focusCycleRoot,,,,,boolean,isFocusCycleRoot,,true,,
  21. requestFocusEnabled,,true,,"Whether the component can obtain the focus by calling requestFocus.",boolean,isRequestFocusEnabled,setRequestFocusEnabled,true,,
  22. managingFocus,,,,,boolean,isManagingFocus,,true,,
  23. width,,,,,int,getWidth,,true,,
  24. height,,,,,int,getHeight,,true,,
  25. maximumSize,,,,"The maximum size of the component.",java.awt.Dimension,getMaximumSize,setMaximumSize,true,,
  26. enabled,,true,,,boolean,isEnabled,setEnabled,,,
  27. components,,,,,java.awt.Component[],getComponents,,,,
  28. preferredSize,,,,"The preferred size of the component.",java.awt.Dimension,getPreferredSize,setPreferredSize,true,,
  29. foreground,,,,,java.awt.Color,getForeground,setForeground,,,
  30. focusTraversable,,,,,boolean,isFocusTraversable,,true,,
  31. autoscrolls,,true,,"Whether this component automatically scrolls its contents when dragged.",boolean,getAutoscrolls,setAutoscrolls,true,,
  32. paintingTile,,,,,boolean,isPaintingTile,,true,,
  33. visible,,,true,,boolean,isVisible,setVisible,,,
  34. background,,,,,java.awt.Color,getBackground,setBackground,,,
  35. optimizedDrawingEnabled,,,,,boolean,isOptimizedDrawingEnabled,,true,,
  36. insets,,,,,java.awt.Insets,getInsets,,true,,
  37. componentCount,,,,,int,getComponentCount,,,,
  38. font,,,,,java.awt.Font,getFont,setFont,,,
  39. layout,,,,,java.awt.LayoutManager,getLayout,setLayout,,,
  40. rootPane,,,,,com.sun.java.swing.JRootPane,getRootPane,,true,,
  41. visibleRect,,,,,java.awt.Rectangle,getVisibleRect,,true,,
  42. name,,,,,java.lang.String,getName,setName,,,
  43. alignmentY,,,,"The preferred vertical alignment of the component",float,getAlignmentY,setAlignmentY,true,,
  44. nextFocusableComponent,,true,,"The next component to get focus after this one.",java.awt.Component,getNextFocusableComponent,setNextFocusableComponent,true,,
  45. alignmentX,,,,"The preferred horizontal alignment of the component",float,getAlignmentX,setAlignmentX,true,,
  46. opaque,,,,,boolean,isOpaque,setOpaque,true,,
  47. border,,,,"The component's border.",com.sun.java.swing.border.Border,getBorder,setBorder,true,,
  48. y,,,,,int,getY,,true,,
  49. debugGraphicsOptions,,,,"Diagnostic options for graphics operations.",int,getDebugGraphicsOptions,setDebugGraphicsOptions,true,,
  50. x,,,,,int,getX,,true,,
  51. toolTipText,,,,"The text to display in a tool tip.",java.lang.String,getToolTipText,setToolTipText,true,,
  52. topLevelAncestor,,,,,java.awt.Container,getTopLevelAncestor,,true,,
  53. validateRoot,,,,,boolean,isValidateRoot,,true,,
  54. minimumSize,,,,"The minimum size of the component.",java.awt.Dimension,getMinimumSize,setMinimumSize,true,,
  55. registeredKeyStrokes,,,,,com.sun.java.swing.KeyStroke[],getRegisteredKeyStrokes,,true,,
  56. doubleBuffered,,,,,boolean,isDoubleBuffered,setDoubleBuffered,true,,
  57. graphics,,,,,java.awt.Graphics,getGraphics,,true,,
  58.  
  59. [EventSetDescriptors]
  60. component,,,,,java.awt.event.ComponentListener,,addComponentListener,removeComponentListener
  61. focus,,,,,java.awt.event.FocusListener,,addFocusListener,removeFocusListener
  62. key,,,,,java.awt.event.KeyListener,,addKeyListener,removeKeyListener
  63. mouse,,,,,java.awt.event.MouseListener,,addMouseListener,removeMouseListener
  64. mouseMotion,,,,,java.awt.event.MouseMotionListener,,addMouseMotionListener,removeMouseMotionListener
  65. container,,,,,java.awt.event.ContainerListener,,addContainerListener,removeContainerListener
  66. propertyChange,,,,,java.beans.PropertyChangeListener,,addPropertyChangeListener,removePropertyChangeListener
  67. vetoableChange,,,,,java.beans.VetoableChangeListener,,addVetoableChangeListener,removeVetoableChangeListener
  68. ancestor,,,,,com.sun.java.swing.event.AncestorListener,,addAncestorListener,removeAncestorListener
  69. change,,,,,com.sun.java.swing.event.ChangeListener,,addChangeListener,removeChangeListener
  70.