Documentation of 'com.mxgraph.swing.view.mxICellEditor' Java class
mxICellEditor
com.mxgraph.swing.view

Interface mxICellEditor

  • All Known Implementing Classes:
    mxCellEditor


    public interface mxICellEditor
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.Object getEditingCell()
      Returns the cell that is currently being edited.
      void startEditing(java.lang.Object cell, java.util.EventObject trigger)
      Starts editing the given cell.
      void stopEditing(boolean cancel)
      Stops the current editing.
    • Method Detail

      • getEditingCell

        java.lang.Object getEditingCell()
        Returns the cell that is currently being edited.
      • startEditing

        void startEditing(java.lang.Object cell,
                          java.util.EventObject trigger)
        Starts editing the given cell.
      • stopEditing

        void stopEditing(boolean cancel)
        Stops the current editing.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.