Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8117902

methods of class javafx.scene.control.PopupControl should be documented

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 7u6
    • fx2.1
    • javafx
    • None
    • fx2.1 promotion build 15

      methods of class javafx.scene.control.PopupControl should be documented.
      see http://jre.us.oracle.com/java/re/javafx/2.1/promoted/all/b15/docs/api/javafx/scene/control/PopupControl.html

      undocumented items:
      java.lang.String getId()
      double getMaxHeight()
      double getMaxWidth()
      double getMinHeight()
      double getMinWidth()
      double getPrefHeight()
      double getPrefWidth()
      java.lang.String getStyle()
      void setId(java.lang.String value)
      void setMaxHeight(double value)
      void setMinWidth(double value)
      void setPrefHeight(double value)
      void setPrefWidth(double value)
      void setStyle(java.lang.String value)

            jgiles Jonathan Giles
            vshubov Victor Shubov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: