Module  java.desktop
软件包  javax.swing

Class DefaultCellEditor

    • 字段详细信息

      • editorComponent

        protected JComponent editorComponent
        正在编辑的Swing组件。
      • clickCountToStart

        protected int clickCountToStart
        一个整数,指定开始编辑所需的点击次数。 即使clickCountToStart被定义为零,它将不会启动,直到发生点击。
    • 构造方法详细信息

      • DefaultCellEditor

        @ConstructorProperties("component")
        public DefaultCellEditor​(JTextField textField)
        构造一个使用文本字段的 DefaultCellEditor
        参数
        textField - 一个 JTextField对象
      • DefaultCellEditor

        public DefaultCellEditor​(JCheckBox checkBox)
        构造一个使用复选框的 DefaultCellEditor对象。
        参数
        checkBox - 一个 JCheckBox对象
      • DefaultCellEditor

        public DefaultCellEditor​(JComboBox<?> comboBox)
        构造一个使用组合框的 DefaultCellEditor对象。
        参数
        comboBox - 一个 JComboBox对象