public abstract class Selection extends java.lang.Object implements FCloneable, java.io.Serializable, SelectableElement
构造器和说明 |
---|
Selection() |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getQuickEditor
public abstract boolean isSelectedOneCell(ElementCasePane ePane)
public abstract void asTransferable(ElementsTransferable transferable, ElementCasePane ePane)
public boolean pasteFloatElementClip(FloatElementsClip feClip, ElementCasePane ePane)
public abstract boolean pasteCellElementsClip(CellElementsClip ceClip, ElementCasePane ePane)
public abstract boolean pasteString(java.lang.String str, ElementCasePane ePane)
public abstract boolean pasteOtherType(java.lang.Object ob, ElementCasePane ePane)
public abstract boolean canMergeCells(ElementCasePane ePane)
public abstract boolean mergeCells(ElementCasePane ePane)
public abstract boolean canUnMergeCells(ElementCasePane ePane)
public abstract boolean unMergeCells(ElementCasePane ePane)
public abstract javax.swing.JPopupMenu createPopupMenu(ElementCasePane ePane)
public void addExtraMenu(ElementCasePane ePane, UIPopupMenu popupMenu)
ePane
- popupMenu
- public abstract boolean clear(ElementCasePane.Clear type, ElementCasePane ePane)
public abstract int[] getSelectedRows()
public abstract int[] getSelectedColumns()
public abstract void moveLeft(ElementCasePane ePane)
public abstract void moveRight(ElementCasePane ePane)
public abstract void moveUp(ElementCasePane ePane)
public abstract void moveDown(ElementCasePane ePane)
public abstract boolean triggerDeleteAction(ElementCasePane ePane)
public abstract boolean containsColumnRow(ColumnRow cr)
public abstract void populatePropertyPane(ElementCasePane ePane)
public abstract void populateWidgetPropertyPane(ElementCasePane ePane)
public Selection clone() throws java.lang.CloneNotSupportedException
clone
在接口中 FCloneable
clone
在类中 java.lang.Object
java.lang.CloneNotSupportedException
- 如果克隆失败则抛出此异常