com.partnersoft.modules.inspection.app
Class ManageModulesKit
java.lang.Object
com.partnersoft.maps.model.AbstractModuleKit
com.partnersoft.modules.inspection.app.ManageModulesKit
public class ManageModulesKit
- extends com.partnersoft.maps.model.AbstractModuleKit
- Author:
- rstepanski
| Fields inherited from class com.partnersoft.maps.model.AbstractModuleKit |
actor, roverDataType, roverGraphicType, sourceDataType, sourceGraphicType |
|
Constructor Summary |
ManageModulesKit(com.partnersoft.maps.app.MapApp app,
com.partnersoft.maps.model.MapSet mapset)
|
| Methods inherited from class com.partnersoft.maps.model.AbstractModuleKit |
getActor, getApp, getMapset, getModule, getRoverDataType, getRoverGraphicType, getSourceDataType, getSourceGraphicType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALUE_TO_GRAPHIC
public static final com.partnersoft.data.Naming<java.lang.String> VALUE_TO_GRAPHIC
BUILT_IN_TO_GRAPHIC
public static final com.partnersoft.data.Naming<java.lang.String> BUILT_IN_TO_GRAPHIC
GRID_HEIGHT
public static final double GRID_HEIGHT
- See Also:
- Constant Field Values
GRID_WIDTH
public static final double GRID_WIDTH
- See Also:
- Constant Field Values
ManageModulesKit
public ManageModulesKit(com.partnersoft.maps.app.MapApp app,
com.partnersoft.maps.model.MapSet mapset)
- Parameters:
app - mapset -
setActiveModule
public void setActiveModule(com.partnersoft.system.Module module)
getActiveModule
public com.partnersoft.system.Module getActiveModule()
isLocalDatabaseChanged
public boolean isLocalDatabaseChanged()
isHubDatabaseChanged
public boolean isHubDatabaseChanged()
isMapsetChanged
public boolean isMapsetChanged()
setMapsetChanged
public void setMapsetChanged(boolean izit)
isStylesChanged
public boolean isStylesChanged()
setLocalDatabaseChanged
public void setLocalDatabaseChanged(boolean izit)
setHubDatabaseChanged
public void setHubDatabaseChanged(boolean izit)
setStylesChanged
public void setStylesChanged(boolean izit)
getInspectionModule
public com.partnersoft.system.Module getInspectionModule()
reloadToolRack
public void reloadToolRack()
getLogic
public ManageModulesLogic getLogic()
getNewItemsCategory
public java.lang.String getNewItemsCategory()
getBuiltInCategory
public java.lang.String getBuiltInCategory()
getGraphicTypeForValueType
public java.lang.String getGraphicTypeForValueType(java.lang.String valueType)
getFormFieldDataType
public static java.lang.String getFormFieldDataType()
getAllFieldDataTypes
public static java.util.List<java.lang.String> getAllFieldDataTypes()
getFieldStringDataType
public static java.lang.String getFieldStringDataType()
getFieldNumberDataType
public static java.lang.String getFieldNumberDataType()
getFieldDateDataType
public static java.lang.String getFieldDateDataType()
getFieldDateTimeDataType
public static java.lang.String getFieldDateTimeDataType()
getFieldTimeDataType
public static java.lang.String getFieldTimeDataType()
getFieldFileDataType
public static java.lang.String getFieldFileDataType()
getFieldBooleanDataType
public static java.lang.String getFieldBooleanDataType()
getFieldPicklistDataType
public static java.lang.String getFieldPicklistDataType()
getFieldUnknownDataType
public static java.lang.String getFieldUnknownDataType()
getFormTabDataType
public static java.lang.String getFormTabDataType()
getFormActiveTabDataType
public static java.lang.String getFormActiveTabDataType()
getFormBuiltInDataType
public static java.lang.String getFormBuiltInDataType()
getFormLabelDataType
public static java.lang.String getFormLabelDataType()
getFormDataType
public static java.lang.String getFormDataType()
getFormLineDataType
public static java.lang.String getFormLineDataType()
getFormTabLineDataType
public static java.lang.String getFormTabLineDataType()
listFormDataTypes
public static java.util.List<java.lang.String> listFormDataTypes()
getFormPanelDataType
public static java.lang.String getFormPanelDataType()
getFormAnchorDataType
public static java.lang.String getFormAnchorDataType()
getDialog
public ManageModulesFormDialog getDialog()
refresh
public void refresh()
shutdown
public void shutdown()
- Specified by:
shutdown in class com.partnersoft.maps.model.AbstractModuleKit
startup
public void startup()
- Specified by:
startup in class com.partnersoft.maps.model.AbstractModuleKit