Package org.gvsig.vcsgis.swing
Interface VCSGisEntitySelectorController
- All Superinterfaces:
org.gvsig.tools.swing.api.ActionListenerSupport,org.gvsig.tools.swing.api.ChangeListenerSupport
public interface VCSGisEntitySelectorController
extends org.gvsig.tools.swing.api.ActionListenerSupport, org.gvsig.tools.swing.api.ChangeListenerSupport
- Author:
- gvSIG Team
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final intstatic final Stringstatic final intstatic final Stringstatic final intstatic final Stringstatic final intstatic final Stringstatic final intstatic final Predicate<VCSGisEntity> static final Predicate<VCSGisEntity> static final Predicate<VCSGisEntity> -
Method Summary
Modifier and TypeMethodDescriptionvoidcheck(VCSGisEntity entity) voidcheckAll()voidclear()voidvoidvoidgetCategory(VCSGisEntity category) booleanbooleanbooleanvoidvoidsetCheck(Collection<String> entityCodes, boolean check) voidsetChecksEnabled(boolean enabled) voidsetEnabled(boolean enabled) voidsetFilter(Predicate<VCSGisEntity> filter) voidsetLabelEntityFormatter(Function<VCSGisEntity, String> formatter) voidsetSelectedEntity(VCSGisEntity entity) voidsetViewFilter(Predicate<VCSGisEntity> viewFilter) voidsetWorkspace(VCSGisWorkspace workspace) voidunCheck(VCSGisEntity entity) Methods inherited from interface org.gvsig.tools.swing.api.ActionListenerSupport
addActionListener, fireActionEvent, getActionListeners, hasActionListeners, removeActionListener, removeAllActionListenerMethods inherited from interface org.gvsig.tools.swing.api.ChangeListenerSupport
addChangeListener, getChangeListeners, hasChangeListeners, removeAllChangeListener, removeChangeListener
-
Field Details
-
ALL_ENTITIES
-
REMOTE_ENTITIES
-
LOCAL_ENTITIES
-
ACTION_SELECT_ID
static final int ACTION_SELECT_ID- See Also:
-
ACTION_CHECK_ID
static final int ACTION_CHECK_ID- See Also:
-
ACTION_RELOAD_ID
static final int ACTION_RELOAD_ID- See Also:
-
ACTION_BEGIN_PROCESSING_ID
static final int ACTION_BEGIN_PROCESSING_ID- See Also:
-
ACTION_END_PROCESSING_ID
static final int ACTION_END_PROCESSING_ID- See Also:
-
ACTION_SELECT
- See Also:
-
ACTION_CHECK
- See Also:
-
ACTION_RELOAD
- See Also:
-
ACTION_BEGIN_PROCESSING
- See Also:
-
ACTION_END_PROCESSING
- See Also:
-
-
Method Details
-
getSelectedEntity
VCSGisEntity getSelectedEntity() -
setSelectedEntity
-
getCheckedEntities
List<VCSGisEntity> getCheckedEntities() -
getEntities
Collection<VCSGisEntity> getEntities() -
getWorkspace
VCSGisWorkspace getWorkspace() -
reloadEntities
void reloadEntities() -
isProcessing
boolean isProcessing() -
setChecksEnabled
void setChecksEnabled(boolean enabled) -
isChecksEnabled
boolean isChecksEnabled() -
setEnabled
void setEnabled(boolean enabled) -
isEnabled
boolean isEnabled() -
setWorkspace
-
setViewFilter
-
setFilter
-
clearChecks
void clearChecks() -
check
-
unCheck
-
setCheck
-
checkAll
void checkAll() -
clear
void clear() -
setLabelEntityFormatter
-
getCategory
-
collapseAll
void collapseAll() -
expandAll
void expandAll()
-