com.partnersoft.modules.inspection.app
Class ManageModulesKit

java.lang.Object
  extended by com.partnersoft.maps.model.AbstractModuleKit
      extended by com.partnersoft.modules.inspection.app.ManageModulesKit

public class ManageModulesKit
extends com.partnersoft.maps.model.AbstractModuleKit

Author:
rstepanski

Field Summary
static com.partnersoft.data.Naming<java.lang.String> BUILT_IN_TO_GRAPHIC
           
static double GRID_HEIGHT
           
static double GRID_WIDTH
           
static com.partnersoft.data.Naming<java.lang.String> VALUE_TO_GRAPHIC
           
 
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)
           
 
Method Summary
 com.partnersoft.system.Module getActiveModule()
           
static java.util.List<java.lang.String> getAllFieldDataTypes()
           
 java.lang.String getBuiltInCategory()
           
 ManageModulesFormDialog getDialog()
           
static java.lang.String getFieldBooleanDataType()
           
static java.lang.String getFieldDateDataType()
           
static java.lang.String getFieldDateTimeDataType()
           
static java.lang.String getFieldFileDataType()
           
static java.lang.String getFieldNumberDataType()
           
static java.lang.String getFieldPicklistDataType()
           
static java.lang.String getFieldStringDataType()
           
static java.lang.String getFieldTimeDataType()
           
static java.lang.String getFieldUnknownDataType()
           
static java.lang.String getFormActiveTabDataType()
           
static java.lang.String getFormAnchorDataType()
           
static java.lang.String getFormBuiltInDataType()
           
static java.lang.String getFormDataType()
           
static java.lang.String getFormFieldDataType()
           
static java.lang.String getFormLabelDataType()
           
static java.lang.String getFormLineDataType()
           
static java.lang.String getFormPanelDataType()
           
static java.lang.String getFormTabDataType()
           
static java.lang.String getFormTabLineDataType()
           
 java.lang.String getGraphicTypeForValueType(java.lang.String valueType)
           
 com.partnersoft.system.Module getInspectionModule()
           
 ManageModulesLogic getLogic()
           
 java.lang.String getNewItemsCategory()
           
 boolean isHubDatabaseChanged()
           
 boolean isLocalDatabaseChanged()
           
 boolean isMapsetChanged()
           
 boolean isStylesChanged()
           
static java.util.List<java.lang.String> listFormDataTypes()
           
 void refresh()
           
 void reloadToolRack()
           
 void setActiveModule(com.partnersoft.system.Module module)
           
 void setHubDatabaseChanged(boolean izit)
           
 void setLocalDatabaseChanged(boolean izit)
           
 void setMapsetChanged(boolean izit)
           
 void setStylesChanged(boolean izit)
           
 void shutdown()
           
 void startup()
           
 
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
 

Field Detail

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
Constructor Detail

ManageModulesKit

public ManageModulesKit(com.partnersoft.maps.app.MapApp app,
                        com.partnersoft.maps.model.MapSet mapset)
Parameters:
app -
mapset -
Method Detail

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