Package org.gvsig.vcsgis.swing.impl
Class VCSGisEntitySelectorControllerJComboBox
java.lang.Object
org.gvsig.tools.dispose.impl.AbstractDisposable
org.gvsig.vcsgis.swing.impl.VCSGisEntitySelectorControllerJComboBox
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,org.gvsig.tools.swing.api.ActionListenerSupport,org.gvsig.tools.swing.api.ChangeListenerSupport,VCSGisEntitySelectorController
public class VCSGisEntitySelectorControllerJComboBox
extends org.gvsig.tools.dispose.impl.AbstractDisposable
implements VCSGisEntitySelectorController
- Author:
- gvSIG Team
-
Field Summary
Fields inherited from interface org.gvsig.vcsgis.swing.VCSGisEntitySelectorController
ACTION_BEGIN_PROCESSING, ACTION_BEGIN_PROCESSING_ID, ACTION_CHECK, ACTION_CHECK_ID, ACTION_END_PROCESSING, ACTION_END_PROCESSING_ID, ACTION_RELOAD, ACTION_RELOAD_ID, ACTION_SELECT, ACTION_SELECT_ID, ALL_ENTITIES, LOCAL_ENTITIES, REMOTE_ENTITIES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidcheck(VCSGisEntity entity) voidcheckAll()voidclear()voidvoidprotected voidvoidvoidgetCategory(VCSGisEntity entity) booleanbooleanbooleanbooleanbooleanvoidvoidvoidvoidvoidvoidsetCheck(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 class org.gvsig.tools.dispose.impl.AbstractDisposable
dispose, dispose
-
Constructor Details
-
VCSGisEntitySelectorControllerJComboBox
-
-
Method Details
-
isProcessing
public boolean isProcessing()- Specified by:
isProcessingin interfaceVCSGisEntitySelectorController
-
getSelectedEntity
- Specified by:
getSelectedEntityin interfaceVCSGisEntitySelectorController
-
setSelectedEntity
- Specified by:
setSelectedEntityin interfaceVCSGisEntitySelectorController
-
getCheckedEntities
- Specified by:
getCheckedEntitiesin interfaceVCSGisEntitySelectorController
-
setWorkspace
- Specified by:
setWorkspacein interfaceVCSGisEntitySelectorController
-
getWorkspace
- Specified by:
getWorkspacein interfaceVCSGisEntitySelectorController
-
reloadEntities
public void reloadEntities()- Specified by:
reloadEntitiesin interfaceVCSGisEntitySelectorController
-
getEntities
- Specified by:
getEntitiesin interfaceVCSGisEntitySelectorController
-
setEnabled
public void setEnabled(boolean enabled) - Specified by:
setEnabledin interfaceVCSGisEntitySelectorController
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabledin interfaceVCSGisEntitySelectorController
-
setChecksEnabled
public void setChecksEnabled(boolean enabled) - Specified by:
setChecksEnabledin interfaceVCSGisEntitySelectorController
-
isChecksEnabled
public boolean isChecksEnabled()- Specified by:
isChecksEnabledin interfaceVCSGisEntitySelectorController
-
addActionListener
- Specified by:
addActionListenerin interfaceorg.gvsig.tools.swing.api.ActionListenerSupport
-
getActionListeners
- Specified by:
getActionListenersin interfaceorg.gvsig.tools.swing.api.ActionListenerSupport
-
removeActionListener
- Specified by:
removeActionListenerin interfaceorg.gvsig.tools.swing.api.ActionListenerSupport
-
removeAllActionListener
public void removeAllActionListener()- Specified by:
removeAllActionListenerin interfaceorg.gvsig.tools.swing.api.ActionListenerSupport
-
fireActionEvent
- Specified by:
fireActionEventin interfaceorg.gvsig.tools.swing.api.ActionListenerSupport
-
hasActionListeners
public boolean hasActionListeners()- Specified by:
hasActionListenersin interfaceorg.gvsig.tools.swing.api.ActionListenerSupport
-
addChangeListener
- Specified by:
addChangeListenerin interfaceorg.gvsig.tools.swing.api.ChangeListenerSupport
-
getChangeListeners
- Specified by:
getChangeListenersin interfaceorg.gvsig.tools.swing.api.ChangeListenerSupport
-
removeChangeListener
- Specified by:
removeChangeListenerin interfaceorg.gvsig.tools.swing.api.ChangeListenerSupport
-
removeAllChangeListener
public void removeAllChangeListener()- Specified by:
removeAllChangeListenerin interfaceorg.gvsig.tools.swing.api.ChangeListenerSupport
-
hasChangeListeners
public boolean hasChangeListeners()- Specified by:
hasChangeListenersin interfaceorg.gvsig.tools.swing.api.ChangeListenerSupport
-
setViewFilter
- Specified by:
setViewFilterin interfaceVCSGisEntitySelectorController
-
setFilter
- Specified by:
setFilterin interfaceVCSGisEntitySelectorController
-
check
- Specified by:
checkin interfaceVCSGisEntitySelectorController
-
unCheck
- Specified by:
unCheckin interfaceVCSGisEntitySelectorController
-
clearChecks
public void clearChecks()- Specified by:
clearChecksin interfaceVCSGisEntitySelectorController
-
setCheck
- Specified by:
setCheckin interfaceVCSGisEntitySelectorController
-
checkAll
public void checkAll()- Specified by:
checkAllin interfaceVCSGisEntitySelectorController
-
clear
public void clear()- Specified by:
clearin interfaceVCSGisEntitySelectorController
-
doDispose
protected void doDispose() throws org.gvsig.tools.exception.BaseException- Specified by:
doDisposein classorg.gvsig.tools.dispose.impl.AbstractDisposable- Throws:
org.gvsig.tools.exception.BaseException
-
setLabelEntityFormatter
- Specified by:
setLabelEntityFormatterin interfaceVCSGisEntitySelectorController
-
getCategory
- Specified by:
getCategoryin interfaceVCSGisEntitySelectorController
-
collapseAll
public void collapseAll()- Specified by:
collapseAllin interfaceVCSGisEntitySelectorController
-
expandAll
public void expandAll()- Specified by:
expandAllin interfaceVCSGisEntitySelectorController
-