Package org.gvsig.vcsgis.lib.workspace
Interface VCSGisWorkspaceChanges<CHANGE>
- Type Parameters:
CHANGE-
- All Superinterfaces:
org.gvsig.tools.swing.api.ChangeListenerSupport,org.gvsig.tools.dispose.Disposable,org.gvsig.tools.util.GetItem64<CHANGE>,org.gvsig.tools.util.GetItemWithSize64<CHANGE>,org.gvsig.tools.util.IsEmpty,org.gvsig.tools.util.Size64
public interface VCSGisWorkspaceChanges<CHANGE>
extends org.gvsig.tools.util.IsEmpty, org.gvsig.tools.util.GetItemWithSize64<CHANGE>, org.gvsig.tools.swing.api.ChangeListenerSupport, org.gvsig.tools.dispose.Disposable
- Author:
- gvSIG Team
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddSelectionInterval(long start, long end) voidbooleanisSelectedIndex(long index) booleanbooleanisSelectionFromEntitiesEmpty(List<VCSGisEntity> entities) voidvoidremoveSelectionInterval(long start, long end) voidvoidsetSelectionInterval(long start, long end) Methods inherited from interface org.gvsig.tools.swing.api.ChangeListenerSupport
addChangeListener, getChangeListeners, hasChangeListeners, removeAllChangeListener, removeChangeListenerMethods inherited from interface org.gvsig.tools.dispose.Disposable
disposeMethods inherited from interface org.gvsig.tools.util.GetItem64
get64Methods inherited from interface org.gvsig.tools.util.IsEmpty
isEmptyMethods inherited from interface org.gvsig.tools.util.Size64
size64
-
Method Details
-
addSelectionInterval
void addSelectionInterval(long start, long end) -
removeSelectionInterval
void removeSelectionInterval(long start, long end) -
setSelectionInterval
void setSelectionInterval(long start, long end) -
clearSelection
void clearSelection() -
process
-
isSelectedIndex
boolean isSelectedIndex(long index) -
isSelectionEmpty
boolean isSelectionEmpty() -
setSelectionAll
void setSelectionAll() -
isSelectionFromEntitiesEmpty
-