com.sun.electric.tool.user.dialogs
Class CellBrowser.DoAction
java.lang.Object
com.sun.electric.tool.user.dialogs.CellBrowser.DoAction
- Enclosing class:
- CellBrowser
public static class CellBrowser.DoAction
- extends java.lang.Object
Class to do a cell browser action.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
title
public java.lang.String title
name
public java.lang.String name
newInstance
public static final CellBrowser.DoAction newInstance
editCell
public static final CellBrowser.DoAction editCell
renameCell
public static final CellBrowser.DoAction renameCell
duplicateCell
public static final CellBrowser.DoAction duplicateCell
deleteCell
public static final CellBrowser.DoAction deleteCell
selectCellToAssoc
public static final CellBrowser.DoAction selectCellToAssoc
selectCellToCopy
public static final CellBrowser.DoAction selectCellToCopy
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object