mxGraph 2.5.0.1


com.mxgraph.swing.view
Interface mxICellEditor

All Known Implementing Classes:
mxCellEditor

public interface mxICellEditor


Method Summary
 Object getEditingCell()
          Returns the cell that is currently being edited.
 void startEditing(Object cell, EventObject trigger)
          Starts editing the given cell.
 void stopEditing(boolean cancel)
          Stops the current editing.
 

Method Detail

getEditingCell

Object getEditingCell()
Returns the cell that is currently being edited.


startEditing

void startEditing(Object cell,
                  EventObject trigger)
Starts editing the given cell.


stopEditing

void stopEditing(boolean cancel)
Stops the current editing.


mxGraph 2.5.0.1


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.