def componentTestArea(): #========================================================== #Test area: #========================================================== # component = event.source.parent.getComponent('Easy Chart') # subComponent_001 = event.source.parent.getComponent('Easy Chart').getComponent(0) # subComponent_002 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(0) # subComponent_003 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(1) # subComponent_004 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(1).getComponent(0) # subComponent_005 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(1).getComponent(1) # subComponent_006 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(1).getComponent(1).getComponent(0) # subComponent_007 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(1).getComponent(1).getComponent(1) # subComponent_008 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(1).getComponent(2) # subComponent_009 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(1).getComponent(3) # subComponent_010 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(1).getComponent(3).getComponent(0) # subComponent_011 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(1).getComponent(3).getComponent(1) # subComponent_012 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(2) # subComponent_013 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(2).getComponent(0) # subComponent_014 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(2).getComponent(1) # subComponent_015 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(2).getComponent(2) # subComponent_016 = event.source.parent.getComponent('Easy Chart').getComponent(1) # subComponent_017 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(0) # subComponent_018 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(0).getComponent(0) # subComponent_019 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(0).getComponent(0).getComponent(0) # subComponent_020 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(0).getComponent(1) # subComponent_021 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(0).getComponent(1).getComponent(0) # subComponent_022 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(0).getComponent(1).getComponent(1) # subComponent_023 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(0).getComponent(2) # subComponent_024 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(0).getComponent(2).getComponent(0) # subComponent_025 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(0).getComponent(2).getComponent(1) # subComponent_026 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(1) # subComponent_027 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(1).getComponent(0) componentTestArea() #========================================================== def detailedComponentBreakdown(): #========================================================== component = event.source.parent.getComponent('Easy Chart') def component(): # def component_Declared_Fields(): #*****************Declared Fields***************** component.DYNAMIC_GROUP_PREFIX #component.DYNAMIC_GROUP_PREFIX = group_ component.AXES_LABEL_FORMAT #component.AXES_LABEL_FORMAT = Axis.%d component.PEN_LABEL_FORMAT #component.PEN_LABEL_FORMAT = Pen.%d component.GROUP_LABEL_FORMAT #component.GROUP_LABEL_FORMAT = Group.%d component.STYLE_LINE #component.STYLE_LINE = 0 component.STYLE_LINE_DISCONTINUOUS #component.STYLE_LINE_DISCONTINUOUS = 1 component.STYLE_3D_LINE #component.STYLE_3D_LINE = 2 component.STYLE_AREA #component.STYLE_AREA = 3 component.STYLE_STEP #component.STYLE_STEP = 4 component.STYLE_STEP_AREA #component.STYLE_STEP_AREA = 5 component.STYLE_SHAPE #component.STYLE_SHAPE = 6 component.STYLE_LINE_AND_SHAPE #component.STYLE_LINE_AND_SHAPE = 7 component.STYLE_DOT #component.STYLE_DOT = 8 component.STYLE_BAR #component.STYLE_BAR = 9 component.STYLE_BAR_NO_SHADOW #component.STYLE_BAR_NO_SHADOW = 10 component.EDGE_TOP #component.EDGE_TOP = 1 component.EDGE_BOTTOM #component.EDGE_BOTTOM = 2 component.EDGE_LEFT #component.EDGE_LEFT = 3 component.EDGE_RIGHT #component.EDGE_RIGHT = 4 component.EDGE_NONE #component.EDGE_NONE = 0 component.MODE_MANUAL #component.MODE_MANUAL = 0 component.MODE_HISTORICAL #component.MODE_HISTORICAL = 1 component.MODE_REALTIME #component.MODE_REALTIME = 2 component.PEN_CONTROL_HEAVY #component.PEN_CONTROL_HEAVY = 0 component.PEN_CONTROL_LIGHT #component.PEN_CONTROL_LIGHT = 1 component.VERTICAL_PLOT #component.VERTICAL_PLOT = 0 component.HORIZONTAL_PLOT #component.HORIZONTAL_PLOT = 1 component.TAG_RESOLUTION_FIXED #component.TAG_RESOLUTION_FIXED = 0 component.TAG_RESOLUTION_RAW #component.TAG_RESOLUTION_RAW = 1 component.TAG_RESOLUTION_NATURAL #component.TAG_RESOLUTION_NATURAL = 2 component.TAG_RESOLUTION_CHART #component.TAG_RESOLUTION_CHART = 3 component.SHAPE_LIST #component.SHAPE_LIST = array(java.awt.Shape, [java.awt.geom.Rectangle2D$Double[x=-3[...] component.calcPens #component.calcPens = Dataset [0R ? 21C] component.tagPens #component.tagPens = Dataset [0R ? 20C] component.pens #component.pens = Dataset [0R ? 23C] component.axes #component.axes = Dataset [0R ? 22C] component.subplots #component.subplots = Dataset [0R ? 3C] component.xTraceNumberFormatThreshold #component.xTraceNumberFormatThreshold = 0.001 component.xTraceLargeNumberFormat #component.xTraceLargeNumberFormat = #,##0.0### component.xTraceSmallNumberFormat #component.xTraceSmallNumberFormat = ####E0 component.xAxisLabel #component.xAxisLabel = component.xAxisVisible #component.xAxisVisible = True component.pollRate #component.pollRate = 1000 component.showWarnings #component.showWarnings = True component.autoPositionAxes #component.autoPositionAxes = True component.autoColorPens #component.autoColorPens = False component.allowColorChanges #component.allowColorChanges = True component.penGrouping #component.penGrouping = True component.alphabetizePens #component.alphabetizePens = True component.autoApply #component.autoApply = False component.invertTimeAxis #component.invertTimeAxis = False component.penControlMode #component.penControlMode = 0 component.chartMode #component.chartMode = 1 component.dateRangeLocation #component.dateRangeLocation = 2 component.plotOrientation #component.plotOrientation = 0 component.allowPenManipulation #component.allowPenManipulation = True component.showHistogram #component.showHistogram = True component.emptyGroupName #component.emptyGroupName = Pens component.globalWhereClause #component.globalWhereClause = component.groupWheres #component.groupWheres = None component.hGap #component.hGap = 2 component.vGap #component.vGap = 0 component.subplotGap #component.subplotGap = 5.0 component.dateRangeBorder #component.dateRangeBorder = None component.startDate #component.startDate = Tue Dec 20 02:43:01 CST 2022 component.endDate #component.endDate = Tue Dec 20 02:43:01 CST 2022 component.showMaximize #component.showMaximize = True component.showPrint #component.showPrint = True component.showSave #component.showSave = True component.showLoading #component.showLoading = True component.xAxisAutoRange #component.xAxisAutoRange = True component.xAxisMargin #component.xAxisMargin = 0.0 component.utilityButtonSize #component.utilityButtonSize = 16 component.tagHistoryResolution #component.tagHistoryResolution = 300 component.tagHistoryAllowInterpolation #component.tagHistoryAllowInterpolation = True component.barMargin #component.barMargin = 0.1 component.xOffset3D #component.xOffset3D = 6 component.yOffset3D #component.yOffset3D = 4 component.gapThreshold #component.gapThreshold = 5.0 component.digitalGap #component.digitalGap = 0.05 component.antialias #component.antialias = False component.datapoints #component.datapoints = 0 component.currentlyMaximized #component.currentlyMaximized = False component.axisLabelFont #component.axisLabelFont = java.awt.Font[family=Dialog,name=Dialog,style=plain,size=12] component.axisTickLabelFont #component.axisTickLabelFont = java.awt.Font[family=Dialog,name=Dialog,style=plain,size=10] component.plotOutlineColor #component.plotOutlineColor = java.awt.Color[r=128,g=128,b=128] component.unitCount #component.unitCount = 0 component.unit #component.unit = None component.autoColorList #component.autoColorList = array(java.awt.Color, [java.awt.Color[r=255,g=85,b=85], java[...] component.dateRange #component.dateRange = com.inductiveautomation.factorypmi.application.components.PM[...] component.rtDateRange #component.rtDateRange = com.inductiveautomation.factorypmi.application.components.ch[...] component.cursorCode #component.cursorCode = 0 component.quality #component.quality = None component.extensionFunctions #component.extensionFunctions = None #NOTE: The following fields can only be accessed through reflection #component.getClass().getDeclaredFields()[32] SMALL_RANGE_Field = component.getClass().getDeclaredField('SMALL_RANGE') SMALL_RANGE_Field.setAccessible(True) SMALL_RANGE_Value = SMALL_RANGE_Field.get(component) #SMALL_RANGE_Value = 1e-06 #component.getClass().getDeclaredFields()[33] LARGE_RANGE_Field = component.getClass().getDeclaredField('LARGE_RANGE') LARGE_RANGE_Field.setAccessible(True) LARGE_RANGE_Value = LARGE_RANGE_Field.get(component) #LARGE_RANGE_Value = 1e+14 #component.getClass().getDeclaredFields()[34] NAME_COL_Field = component.getClass().getDeclaredField('NAME_COL') NAME_COL_Field.setAccessible(True) NAME_COL_Value = NAME_COL_Field.get(component) #NAME_COL_Value = name #component.getClass().getDeclaredFields()[35] GROUP_NAME_COL_Field = component.getClass().getDeclaredField('GROUP_NAME_COL') GROUP_NAME_COL_Field.setAccessible(True) GROUP_NAME_COL_Value = GROUP_NAME_COL_Field.get(component) #GROUP_NAME_COL_Value = group_name #component.getClass().getDeclaredFields()[36] AXIS_COL_Field = component.getClass().getDeclaredField('AXIS_COL') AXIS_COL_Field.setAccessible(True) AXIS_COL_Value = AXIS_COL_Field.get(component) #AXIS_COL_Value = axis #component.getClass().getDeclaredFields()[54] normalizeWidths_Field = component.getClass().getDeclaredField('normalizeWidths') normalizeWidths_Field.setAccessible(True) normalizeWidths_Value = normalizeWidths_Field.get(component) #normalizeWidths_Value = True #component.getClass().getDeclaredFields()[80] tagHistoryMode_Field = component.getClass().getDeclaredField('tagHistoryMode') tagHistoryMode_Field.setAccessible(True) tagHistoryMode_Value = tagHistoryMode_Field.get(component) #tagHistoryMode_Value = 0 #component.getClass().getDeclaredFields()[82] tagHistoryValidateSCE_Field = component.getClass().getDeclaredField('tagHistoryValidateSCE') tagHistoryValidateSCE_Field.setAccessible(True) tagHistoryValidateSCE_Value = tagHistoryValidateSCE_Field.get(component) #tagHistoryValidateSCE_Value = True #component.getClass().getDeclaredFields()[83] tagHistoryIgnoreBadQual_Field = component.getClass().getDeclaredField('tagHistoryIgnoreBadQual') tagHistoryIgnoreBadQual_Field.setAccessible(True) tagHistoryIgnoreBadQual_Value = tagHistoryIgnoreBadQual_Field.get(component) #tagHistoryIgnoreBadQual_Value = False #component.getClass().getDeclaredFields()[84] tagHistoryNoCache_Field = component.getClass().getDeclaredField('tagHistoryNoCache') tagHistoryNoCache_Field.setAccessible(True) tagHistoryNoCache_Value = tagHistoryNoCache_Field.get(component) #tagHistoryNoCache_Value = False #component.getClass().getDeclaredFields()[93] loadingFont_Field = component.getClass().getDeclaredField('loadingFont') loadingFont_Field.setAccessible(True) loadingFont_Value = loadingFont_Field.get(component) #loadingFont_Value = java.awt.Font[family=Dialog,name=Dialog,style=bold,size=12] #component.getClass().getDeclaredFields()[100] context_Field = component.getClass().getDeclaredField('context') context_Field.setAccessible(True) context_Value = context_Field.get(component) #context_Value = com.inductiveautomation.factorypmi.application.FPMIApp$AppCo[...] #component.getClass().getDeclaredFields()[101] chart_Field = component.getClass().getDeclaredField('chart') chart_Field.setAccessible(True) chart_Value = chart_Field.get(component) #chart_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #component.getClass().getDeclaredFields()[102] penPanel_Field = component.getClass().getDeclaredField('penPanel') penPanel_Field.setAccessible(True) penPanel_Value = penPanel_Field.get(component) #penPanel_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #component.getClass().getDeclaredFields()[105] rtPauseButton_Field = component.getClass().getDeclaredField('rtPauseButton') rtPauseButton_Field.setAccessible(True) rtPauseButton_Value = rtPauseButton_Field.get(component) #rtPauseButton_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #component.getClass().getDeclaredFields()[106] rtPanel_Field = component.getClass().getDeclaredField('rtPanel') rtPanel_Field.setAccessible(True) rtPanel_Value = rtPanel_Field.get(component) #rtPanel_Value = javax.swing.JPanel[,0,0,0x0,invalid,layout=java.awt.FlowLayo[...] #component.getClass().getDeclaredFields()[107] chartHolderPanel_Field = component.getClass().getDeclaredField('chartHolderPanel') chartHolderPanel_Field.setAccessible(True) chartHolderPanel_Value = chartHolderPanel_Field.get(component) #chartHolderPanel_Value = javax.swing.JPanel[,77,0,294x296,layout=java.awt.BorderLayou[...] #component.getClass().getDeclaredFields()[108] toolbar_Field = component.getClass().getDeclaredField('toolbar') toolbar_Field.setAccessible(True) toolbar_Value = toolbar_Field.get(component) #toolbar_Value = javax.swing.JPanel[,272,0,22x217,layout=com.inductiveautomat[...] #component.getClass().getDeclaredFields()[109] maximizeButton_Field = component.getClass().getDeclaredField('maximizeButton') maximizeButton_Field.setAccessible(True) maximizeButton_Value = maximizeButton_Field.get(component) #maximizeButton_Value = com.inductiveautomation.factorypmi.application.components.ut[...] #component.getClass().getDeclaredFields()[110] printButton_Field = component.getClass().getDeclaredField('printButton') printButton_Field.setAccessible(True) printButton_Value = printButton_Field.get(component) #printButton_Value = com.inductiveautomation.factorypmi.application.components.ut[...] #component.getClass().getDeclaredFields()[111] saveButton_Field = component.getClass().getDeclaredField('saveButton') saveButton_Field.setAccessible(True) saveButton_Value = saveButton_Field.get(component) #saveButton_Value = com.inductiveautomation.factorypmi.application.components.ut[...] #component.getClass().getDeclaredFields()[113] startDateHolder_Field = component.getClass().getDeclaredField('startDateHolder') startDateHolder_Field.setAccessible(True) startDateHolder_Value = startDateHolder_Field.get(component) #startDateHolder_Value = com.inductiveautomation.factorypmi.application.components.Pr[...] #component.getClass().getDeclaredFields()[114] endDateHolder_Field = component.getClass().getDeclaredField('endDateHolder') endDateHolder_Field.setAccessible(True) endDateHolder_Value = endDateHolder_Field.get(component) #endDateHolder_Value = com.inductiveautomation.factorypmi.application.components.Pr[...] #component.getClass().getDeclaredFields()[115] pollingTimer_Field = component.getClass().getDeclaredField('pollingTimer') pollingTimer_Field.setAccessible(True) pollingTimer_Value = pollingTimer_Field.get(component) #pollingTimer_Value = javax.swing.Timer@751ff278 #component.getClass().getDeclaredFields()[116] log_Field = component.getClass().getDeclaredField('log') log_Field.setAccessible(True) log_Value = log_Field.get(component) #log_Value = com.inductiveautomation.ignition.common.util.LoggerEx@5f9c62[...] #component.getClass().getDeclaredFields()[117] chartSelectedXValueListener_Field = component.getClass().getDeclaredField('chartSelectedXValueListener') chartSelectedXValueListener_Field.setAccessible(True) chartSelectedXValueListener_Value = chartSelectedXValueListener_Field.get(component) #chartSelectedXValueListener_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #component.getClass().getDeclaredFields()[118] rtDateRangeListener_Field = component.getClass().getDeclaredField('rtDateRangeListener') rtDateRangeListener_Field.setAccessible(True) rtDateRangeListener_Value = rtDateRangeListener_Field.get(component) #rtDateRangeListener_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #component.getClass().getDeclaredFields()[119] dateRangeListener_Field = component.getClass().getDeclaredField('dateRangeListener') dateRangeListener_Field.setAccessible(True) dateRangeListener_Value = dateRangeListener_Field.get(component) #dateRangeListener_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #component.getClass().getDeclaredFields()[120] pollingTimerListener_Field = component.getClass().getDeclaredField('pollingTimerListener') pollingTimerListener_Field.setAccessible(True) pollingTimerListener_Value = pollingTimerListener_Field.get(component) #pollingTimerListener_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #component.getClass().getDeclaredFields()[121] propsArray_Field = component.getClass().getDeclaredField('propsArray') propsArray_Field.setAccessible(True) propsArray_Value = propsArray_Field.get(component) #propsArray_Value = None #**************Declared Super Fields************** #NOTE: The following fields can only be accessed through reflection #component.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = component.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(component) #uiClassID_Value = PanelUI endFunction = True def component_Declared_Methods(): #**************Declared 'get' Methods************* component.getProperties() ''' getProperties_Method = component.getClass().getDeclaredMethods()[0] getProperties_Value = getProperties_Method.invoke(component) ''' #getProperties_Value = array(com.inductiveautomation.factorypmi.application.binding[...] component.getAppContext() ''' getAppContext_Method = component.getClass().getDeclaredMethods()[9] getAppContext_Value = getAppContext_Method.invoke(component) ''' #getAppContext_Value = com.inductiveautomation.factorypmi.application.FPMIApp$AppCo[...] component.getToolTipText() ''' getToolTipText_Method = component.getClass().getDeclaredMethods()[14] getToolTipText_Value = getToolTipText_Method.invoke(component) ''' #getToolTipText_Value = None component.getTitle() ''' getTitle_Method = component.getClass().getDeclaredMethods()[15] getTitle_Value = getTitle_Method.invoke(component) ''' #getTitle_Value = #component.getPropertyValue() ''' getPropertyValue_Method = component.getClass().getDeclaredMethods()[19] getPropertyValue_Value = getPropertyValue_Method.invoke(component) ''' #Threw Exception: No value could be obtained! component.getTitleFont() ''' getTitleFont_Method = component.getClass().getDeclaredMethods()[21] getTitleFont_Value = getTitleFont_Method.invoke(component) ''' #getTitleFont_Value = java.awt.Font[family=Tahoma,name=Tahoma,style=bold,size=20] component.getQuality() ''' getQuality_Method = component.getClass().getDeclaredMethods()[24] getQuality_Value = getQuality_Method.invoke(component) ''' #getQuality_Value = None component.getUnit() ''' getUnit_Method = component.getClass().getDeclaredMethods()[26] getUnit_Value = getUnit_Method.invoke(component) ''' #getUnit_Value = 60 #component.getMaximizeText() ''' getMaximizeText_Method = component.getClass().getDeclaredMethods()[28] getMaximizeText_Value = getMaximizeText_Method.invoke(component) ''' #Threw Exception: No value could be obtained! #component.getPrintText() ''' getPrintText_Method = component.getClass().getDeclaredMethods()[32] getPrintText_Value = getPrintText_Method.invoke(component) ''' #Threw Exception: No value could be obtained! #component.getRestoreText() ''' getRestoreText_Method = component.getClass().getDeclaredMethods()[34] getRestoreText_Value = getRestoreText_Method.invoke(component) ''' #Threw Exception: No value could be obtained! #component.getSaveText() ''' getSaveText_Method = component.getClass().getDeclaredMethods()[35] getSaveText_Value = getSaveText_Method.invoke(component) ''' #Threw Exception: No value could be obtained! component.getTrackMargin() ''' getTrackMargin_Method = component.getClass().getDeclaredMethods()[38] getTrackMargin_Value = getTrackMargin_Method.invoke(component) ''' #getTrackMargin_Value = 20 component.getSelectedXValue() ''' getSelectedXValue_Method = component.getClass().getDeclaredMethods()[39] getSelectedXValue_Value = getSelectedXValue_Method.invoke(component) ''' #getSelectedXValue_Value = component.getPlotOrientation() ''' getPlotOrientation_Method = component.getClass().getDeclaredMethods()[40] getPlotOrientation_Value = getPlotOrientation_Method.invoke(component) ''' #getPlotOrientation_Value = 0 component.getChartMode() ''' getChartMode_Method = component.getClass().getDeclaredMethods()[42] getChartMode_Value = getChartMode_Method.invoke(component) ''' #getChartMode_Value = 1 component.getGapThreshold() ''' getGapThreshold_Method = component.getClass().getDeclaredMethods()[43] getGapThreshold_Value = getGapThreshold_Method.invoke(component) ''' #getGapThreshold_Value = 5.0 component.getTagPens() ''' getTagPens_Method = component.getClass().getDeclaredMethods()[50] getTagPens_Value = getTagPens_Method.invoke(component) ''' #getTagPens_Value = Dataset [0R ? 20C] component.getDigitalGap() ''' getDigitalGap_Method = component.getClass().getDeclaredMethods()[51] getDigitalGap_Value = getDigitalGap_Method.invoke(component) ''' #getDigitalGap_Value = 0.05 component.getXOffset3D() ''' getXOffset3D_Method = component.getClass().getDeclaredMethods()[52] getXOffset3D_Value = getXOffset3D_Method.invoke(component) ''' #getXOffset3D_Value = 6 component.getxOffset3D() ''' getxOffset3D_Method = component.getClass().getDeclaredMethods()[53] getxOffset3D_Value = getxOffset3D_Method.invoke(component) ''' #getxOffset3D_Value = 6 #component.getTranslatedPens() ''' getTranslatedPens_Method = component.getClass().getDeclaredMethods()[59] getTranslatedPens_Value = getTranslatedPens_Method.invoke(component) ''' #Threw Exception: No value could be obtained! component.getPens() ''' getPens_Method = component.getClass().getDeclaredMethods()[61] getPens_Value = getPens_Method.invoke(component) ''' #getPens_Value = Dataset [0R ? 23C] component.getRtDateRange() ''' getRtDateRange_Method = component.getClass().getDeclaredMethods()[67] getRtDateRange_Value = getRtDateRange_Method.invoke(component) ''' #getRtDateRange_Value = com.inductiveautomation.factorypmi.application.components.ch[...] component.getDateRange() ''' getDateRange_Method = component.getClass().getDeclaredMethods()[68] getDateRange_Value = getDateRange_Method.invoke(component) ''' #getDateRange_Value = com.inductiveautomation.factorypmi.application.components.PM[...] component.getTimeStyle() ''' getTimeStyle_Method = component.getClass().getDeclaredMethods()[69] getTimeStyle_Value = getTimeStyle_Method.invoke(component) ''' #getTimeStyle_Value = 15 component.getDateStyle() ''' getDateStyle_Method = component.getClass().getDeclaredMethods()[73] getDateStyle_Value = getDateStyle_Method.invoke(component) ''' #getDateStyle_Value = 0 component.getPenControlMode() ''' getPenControlMode_Method = component.getClass().getDeclaredMethods()[74] getPenControlMode_Value = getPenControlMode_Method.invoke(component) ''' #getPenControlMode_Value = 0 component.getBoxFill() ''' getBoxFill_Method = component.getClass().getDeclaredMethods()[75] getBoxFill_Value = getBoxFill_Method.invoke(component) ''' #getBoxFill_Value = java.awt.Color[r=71,g=169,b=230] component.getCalcPens() ''' getCalcPens_Method = component.getClass().getDeclaredMethods()[80] getCalcPens_Value = getCalcPens_Method.invoke(component) ''' #getCalcPens_Value = Dataset [0R ? 21C] component.getYOffset3D() ''' getYOffset3D_Method = component.getClass().getDeclaredMethods()[81] getYOffset3D_Value = getYOffset3D_Method.invoke(component) ''' #getYOffset3D_Value = 4 component.getPenBorder() ''' getPenBorder_Method = component.getClass().getDeclaredMethods()[82] getPenBorder_Value = getPenBorder_Method.invoke(component) ''' #getPenBorder_Value = javax.swing.plaf.synth.SynthBorder@2b10cbb1 component.getyOffset3D() ''' getyOffset3D_Method = component.getClass().getDeclaredMethods()[85] getyOffset3D_Value = getyOffset3D_Method.invoke(component) ''' #getyOffset3D_Value = 4 component.getBarMargin() ''' getBarMargin_Method = component.getClass().getDeclaredMethods()[87] getBarMargin_Value = getBarMargin_Method.invoke(component) ''' #getBarMargin_Value = 0.1 component.getDateRangeBorder() ''' getDateRangeBorder_Method = component.getClass().getDeclaredMethods()[89] getDateRangeBorder_Value = getDateRangeBorder_Method.invoke(component) ''' #getDateRangeBorder_Value = None component.getTickDensity() ''' getTickDensity_Method = component.getClass().getDeclaredMethods()[90] getTickDensity_Value = getTickDensity_Method.invoke(component) ''' #getTickDensity_Value = 0.00999999977648 component.getChartBorder() ''' getChartBorder_Method = component.getClass().getDeclaredMethods()[91] getChartBorder_Value = getChartBorder_Method.invoke(component) ''' #getChartBorder_Value = javax.swing.plaf.synth.SynthBorder@4758aba4 component.getXAxisLabel() ''' getXAxisLabel_Method = component.getClass().getDeclaredMethods()[97] getXAxisLabel_Value = getXAxisLabel_Method.invoke(component) ''' #getXAxisLabel_Value = component.getAutoColorList() ''' getAutoColorList_Method = component.getClass().getDeclaredMethods()[98] getAutoColorList_Value = getAutoColorList_Method.invoke(component) ''' #getAutoColorList_Value = array(java.awt.Color, [java.awt.Color[r=255,g=85,b=85], java[...] component.getAxisLabelFont() ''' getAxisLabelFont_Method = component.getClass().getDeclaredMethods()[100] getAxisLabelFont_Value = getAxisLabelFont_Method.invoke(component) ''' #getAxisLabelFont_Value = java.awt.Font[family=Dialog,name=Dialog,style=plain,size=12] component.getPollRate() ''' getPollRate_Method = component.getClass().getDeclaredMethods()[103] getPollRate_Value = getPollRate_Method.invoke(component) ''' #getPollRate_Value = 1000 component.getOuterRangeStart() ''' getOuterRangeStart_Method = component.getClass().getDeclaredMethods()[106] getOuterRangeStart_Value = getOuterRangeStart_Method.invoke(component) ''' #getOuterRangeStart_Value = Tue Dec 20 01:00:00 CST 2022 component.getEmptyGroupName() ''' getEmptyGroupName_Method = component.getClass().getDeclaredMethods()[112] getEmptyGroupName_Value = getEmptyGroupName_Method.invoke(component) ''' #getEmptyGroupName_Value = Pens component.getGridlineColor() ''' getGridlineColor_Method = component.getClass().getDeclaredMethods()[118] getGridlineColor_Value = getGridlineColor_Method.invoke(component) ''' #getGridlineColor_Value = java.awt.Color[r=192,g=192,b=192] component.getDatapoints() ''' getDatapoints_Method = component.getClass().getDeclaredMethods()[119] getDatapoints_Value = getDatapoints_Method.invoke(component) ''' #getDatapoints_Value = 0 component.getxAxisLabel() ''' getxAxisLabel_Method = component.getClass().getDeclaredMethods()[123] getxAxisLabel_Value = getxAxisLabel_Method.invoke(component) ''' #getxAxisLabel_Value = component.getStartupRange() ''' getStartupRange_Method = component.getClass().getDeclaredMethods()[132] getStartupRange_Value = getStartupRange_Method.invoke(component) ''' #getStartupRange_Value = 1 hour component.getAxes() ''' getAxes_Method = component.getClass().getDeclaredMethods()[133] getAxes_Value = getAxes_Method.invoke(component) ''' #getAxes_Value = Dataset [0R ? 22C] component.getPlotBackground() ''' getPlotBackground_Method = component.getClass().getDeclaredMethods()[135] getPlotBackground_Value = getPlotBackground_Method.invoke(component) ''' #getPlotBackground_Value = java.awt.Color[r=255,g=255,b=255] component.getZoomedStartDate() ''' getZoomedStartDate_Method = component.getClass().getDeclaredMethods()[136] getZoomedStartDate_Value = getZoomedStartDate_Method.invoke(component) ''' #getZoomedStartDate_Value = Tue Dec 20 02:33:00 CST 2022 component.getZoomedEndDate() ''' getZoomedEndDate_Method = component.getClass().getDeclaredMethods()[137] getZoomedEndDate_Value = getZoomedEndDate_Method.invoke(component) ''' #getZoomedEndDate_Value = Tue Dec 20 02:43:59 CST 2022 component.getGridlineWidth() ''' getGridlineWidth_Method = component.getClass().getDeclaredMethods()[141] getGridlineWidth_Value = getGridlineWidth_Method.invoke(component) ''' #getGridlineWidth_Value = 0.5 component.getOuterRangeEnd() ''' getOuterRangeEnd_Method = component.getClass().getDeclaredMethods()[145] getOuterRangeEnd_Value = getOuterRangeEnd_Method.invoke(component) ''' #getOuterRangeEnd_Value = Tue Dec 20 02:59:59 CST 2022 component.getvGap() ''' getvGap_Method = component.getClass().getDeclaredMethods()[149] getvGap_Value = getvGap_Method.invoke(component) ''' #getvGap_Value = 0 component.getGroupWheres() ''' getGroupWheres_Method = component.getClass().getDeclaredMethods()[152] getGroupWheres_Value = getGroupWheres_Method.invoke(component) ''' #getGroupWheres_Value = None component.getxAxisMargin() ''' getxAxisMargin_Method = component.getClass().getDeclaredMethods()[154] getxAxisMargin_Value = getxAxisMargin_Method.invoke(component) ''' #getxAxisMargin_Value = 0.0 component.getSubplotGap() ''' getSubplotGap_Method = component.getClass().getDeclaredMethods()[156] getSubplotGap_Value = getSubplotGap_Method.invoke(component) ''' #getSubplotGap_Value = 5.0 component.gethGap() ''' gethGap_Method = component.getClass().getDeclaredMethods()[157] gethGap_Value = gethGap_Method.invoke(component) ''' #gethGap_Value = 2 component.getXAxisMargin() ''' getXAxisMargin_Method = component.getClass().getDeclaredMethods()[163] getXAxisMargin_Value = getXAxisMargin_Method.invoke(component) ''' #getXAxisMargin_Value = 0.0 component.getRtLabel() ''' getRtLabel_Method = component.getClass().getDeclaredMethods()[165] getRtLabel_Value = getRtLabel_Method.invoke(component) ''' #getRtLabel_Value = Last: component.getUnitCount() ''' getUnitCount_Method = component.getClass().getDeclaredMethods()[167] getUnitCount_Value = getUnitCount_Method.invoke(component) ''' #getUnitCount_Value = 5 #component.getRectangleEdge() ''' getRectangleEdge_Method = component.getClass().getDeclaredMethods()[169] getRectangleEdge_Value = getRectangleEdge_Method.invoke(component) ''' #Threw Exception: No value could be obtained! #component.getBorderPosition() ''' getBorderPosition_Method = component.getClass().getDeclaredMethods()[172] getBorderPosition_Value = getBorderPosition_Method.invoke(component) ''' #Threw Exception: No value could be obtained! component.getHGap() ''' getHGap_Method = component.getClass().getDeclaredMethods()[178] getHGap_Value = getHGap_Method.invoke(component) ''' #getHGap_Value = 2 component.getVGap() ''' getVGap_Method = component.getClass().getDeclaredMethods()[181] getVGap_Value = getVGap_Method.invoke(component) ''' #getVGap_Value = 0 component.getExtensionFunctions() ''' getExtensionFunctions_Method = component.getClass().getDeclaredMethods()[185] getExtensionFunctions_Value = getExtensionFunctions_Method.invoke(component) ''' #getExtensionFunctions_Value = None component.getSelectionHighlight() ''' getSelectionHighlight_Method = component.getClass().getDeclaredMethods()[186] getSelectionHighlight_Value = getSelectionHighlight_Method.invoke(component) ''' #getSelectionHighlight_Value = None component.getStartDate() ''' getStartDate_Method = component.getClass().getDeclaredMethods()[187] getStartDate_Value = getStartDate_Method.invoke(component) ''' #getStartDate_Value = Tue Dec 20 02:33:00 CST 2022 component.getEndDate() ''' getEndDate_Method = component.getClass().getDeclaredMethods()[188] getEndDate_Value = getEndDate_Method.invoke(component) ''' #getEndDate_Value = Tue Dec 20 02:43:59 CST 2022 #component.getVisionContext() ''' getVisionContext_Method = component.getClass().getDeclaredMethods()[189] getVisionContext_Value = getVisionContext_Method.invoke(component) ''' #Threw Exception: No value could be obtained! component.getPropertiesLoading() ''' getPropertiesLoading_Method = component.getClass().getDeclaredMethods()[191] getPropertiesLoading_Value = getPropertiesLoading_Method.invoke(component) ''' #getPropertiesLoading_Value = 0 component.getSubplots() ''' getSubplots_Method = component.getClass().getDeclaredMethods()[192] getSubplots_Value = getSubplots_Method.invoke(component) ''' #getSubplots_Value = Dataset [0R ? 3C] component.getLegend() ''' getLegend_Method = component.getClass().getDeclaredMethods()[193] getLegend_Value = getLegend_Method.invoke(component) ''' #getLegend_Value = 0 component.getAxisTickLabelFont() ''' getAxisTickLabelFont_Method = component.getClass().getDeclaredMethods()[197] getAxisTickLabelFont_Value = getAxisTickLabelFont_Method.invoke(component) ''' #getAxisTickLabelFont_Value = java.awt.Font[family=Dialog,name=Dialog,style=plain,size=10] component.getEffectivePollRate() ''' getEffectivePollRate_Method = component.getClass().getDeclaredMethods()[199] getEffectivePollRate_Value = getEffectivePollRate_Method.invoke(component) ''' #getEffectivePollRate_Value = 0 component.getTagHistoryBypassCache() ''' getTagHistoryBypassCache_Method = component.getClass().getDeclaredMethods()[204] getTagHistoryBypassCache_Value = getTagHistoryBypassCache_Method.invoke(component) ''' #getTagHistoryBypassCache_Value = False component.getHighDensityColor() ''' getHighDensityColor_Method = component.getClass().getDeclaredMethods()[205] getHighDensityColor_Value = getHighDensityColor_Method.invoke(component) ''' #getHighDensityColor_Value = java.awt.Color[r=255,g=0,b=0] component.getStartupSelection() ''' getStartupSelection_Method = component.getClass().getDeclaredMethods()[206] getStartupSelection_Value = getStartupSelection_Method.invoke(component) ''' #getStartupSelection_Value = 10 minutes component.getPlotOutlineColor() ''' getPlotOutlineColor_Method = component.getClass().getDeclaredMethods()[208] getPlotOutlineColor_Value = getPlotOutlineColor_Method.invoke(component) ''' #getPlotOutlineColor_Value = java.awt.Color[r=128,g=128,b=128] component.getUtilityButtonSize() ''' getUtilityButtonSize_Method = component.getClass().getDeclaredMethods()[212] getUtilityButtonSize_Value = getUtilityButtonSize_Method.invoke(component) ''' #getUtilityButtonSize_Value = 16 component.getTagHistoryAllowInterpolation() ''' getTagHistoryAllowInterpolation_Method = component.getClass().getDeclaredMethods()[217] getTagHistoryAllowInterpolation_Value = getTagHistoryAllowInterpolation_Method.invoke(component) ''' #getTagHistoryAllowInterpolation_Value = True #component.createDropTargetListener() ''' createDropTargetListener_Method = component.getClass().getDeclaredMethods()[218] createDropTargetListener_Value = createDropTargetListener_Method.invoke(component) ''' #Threw Exception: No value could be obtained! component.getTagHistoryValidateScanclass() ''' getTagHistoryValidateScanclass_Method = component.getClass().getDeclaredMethods()[219] getTagHistoryValidateScanclass_Value = getTagHistoryValidateScanclass_Method.invoke(component) ''' #getTagHistoryValidateScanclass_Value = True component.getHorizontalResolution() ''' getHorizontalResolution_Method = component.getClass().getDeclaredMethods()[222] getHorizontalResolution_Value = getHorizontalResolution_Method.invoke(component) ''' #getHorizontalResolution_Value = 272 component.getTodayIndicatorColor() ''' getTodayIndicatorColor_Method = component.getClass().getDeclaredMethods()[223] getTodayIndicatorColor_Value = getTodayIndicatorColor_Method.invoke(component) ''' #getTodayIndicatorColor_Value = java.awt.Color[r=0,g=0,b=255] component.getTagHistoryIgnoreBadData() ''' getTagHistoryIgnoreBadData_Method = component.getClass().getDeclaredMethods()[226] getTagHistoryIgnoreBadData_Value = getTagHistoryIgnoreBadData_Method.invoke(component) ''' #getTagHistoryIgnoreBadData_Value = False component.getMaxSelectionSize() ''' getMaxSelectionSize_Method = component.getClass().getDeclaredMethods()[227] getMaxSelectionSize_Value = getMaxSelectionSize_Method.invoke(component) ''' #getMaxSelectionSize_Value = 30 days component.getEditorForegroundColor() ''' getEditorForegroundColor_Method = component.getClass().getDeclaredMethods()[229] getEditorForegroundColor_Value = getEditorForegroundColor_Method.invoke(component) ''' #getEditorForegroundColor_Value = javax.swing.plaf.ColorUIResource[r=46,g=46,b=46] component.getDateRangeLocation() ''' getDateRangeLocation_Method = component.getClass().getDeclaredMethods()[230] getDateRangeLocation_Value = getDateRangeLocation_Method.invoke(component) ''' #getDateRangeLocation_Value = 2 component.getEditorBackgroundColor() ''' getEditorBackgroundColor_Method = component.getClass().getDeclaredMethods()[234] getEditorBackgroundColor_Value = getEditorBackgroundColor_Method.invoke(component) ''' #getEditorBackgroundColor_Value = javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] component.getGridlineDashPattern() ''' getGridlineDashPattern_Method = component.getClass().getDeclaredMethods()[235] getGridlineDashPattern_Value = getGridlineDashPattern_Method.invoke(component) ''' #getGridlineDashPattern_Value = 2,2 component.getGlobalWhereClause() ''' getGlobalWhereClause_Method = component.getClass().getDeclaredMethods()[237] getGlobalWhereClause_Value = getGlobalWhereClause_Method.invoke(component) ''' #getGlobalWhereClause_Value = component.getTagHistoryResolution() ''' getTagHistoryResolution_Method = component.getClass().getDeclaredMethods()[239] getTagHistoryResolution_Value = getTagHistoryResolution_Method.invoke(component) ''' #getTagHistoryResolution_Value = 300 component.getTagHistoryResolutionMode() ''' getTagHistoryResolutionMode_Method = component.getClass().getDeclaredMethods()[241] getTagHistoryResolutionMode_Value = getTagHistoryResolutionMode_Method.invoke(component) ''' #getTagHistoryResolutionMode_Value = 0 component.getHistogramStartDate() ''' getHistogramStartDate_Method = component.getClass().getDeclaredMethods()[242] getHistogramStartDate_Value = getHistogramStartDate_Method.invoke(component) ''' #getHistogramStartDate_Value = Tue Dec 20 01:00:00 CST 2022 component.getHistogramEndDate() ''' getHistogramEndDate_Method = component.getClass().getDeclaredMethods()[244] getHistogramEndDate_Value = getHistogramEndDate_Method.invoke(component) ''' #getHistogramEndDate_Value = Tue Dec 20 02:59:59 CST 2022 component.getXTraceNumberFormatThreshold() ''' getXTraceNumberFormatThreshold_Method = component.getClass().getDeclaredMethods()[246] getXTraceNumberFormatThreshold_Value = getXTraceNumberFormatThreshold_Method.invoke(component) ''' #getXTraceNumberFormatThreshold_Value = 0.001 component.getxTraceNumberFormatThreshold() ''' getxTraceNumberFormatThreshold_Method = component.getClass().getDeclaredMethods()[248] getxTraceNumberFormatThreshold_Value = getxTraceNumberFormatThreshold_Method.invoke(component) ''' #getxTraceNumberFormatThreshold_Value = 0.001 component.getxTraceLargeNumberFormat() ''' getxTraceLargeNumberFormat_Method = component.getClass().getDeclaredMethods()[250] getxTraceLargeNumberFormat_Value = getxTraceLargeNumberFormat_Method.invoke(component) ''' #getxTraceLargeNumberFormat_Value = #,##0.0### component.getXTraceLargeNumberFormat() ''' getXTraceLargeNumberFormat_Method = component.getClass().getDeclaredMethods()[255] getXTraceLargeNumberFormat_Value = getXTraceLargeNumberFormat_Method.invoke(component) ''' #getXTraceLargeNumberFormat_Value = #,##0.0### component.getxTraceSmallNumberFormat() ''' getxTraceSmallNumberFormat_Method = component.getClass().getDeclaredMethods()[257] getxTraceSmallNumberFormat_Value = getxTraceSmallNumberFormat_Method.invoke(component) ''' #getxTraceSmallNumberFormat_Value = ####E0 component.getxTraceTrackMouse() ''' getxTraceTrackMouse_Method = component.getClass().getDeclaredMethods()[258] getxTraceTrackMouse_Value = getxTraceTrackMouse_Method.invoke(component) ''' #getxTraceTrackMouse_Value = False component.getXTraceSmallNumberFormat() ''' getXTraceSmallNumberFormat_Method = component.getClass().getDeclaredMethods()[261] getXTraceSmallNumberFormat_Value = getXTraceSmallNumberFormat_Method.invoke(component) ''' #getXTraceSmallNumberFormat_Value = ####E0 component.getXTraceTrackMouse() ''' getXTraceTrackMouse_Method = component.getClass().getDeclaredMethods()[262] getXTraceTrackMouse_Value = getXTraceTrackMouse_Method.invoke(component) ''' #getXTraceTrackMouse_Value = False component.getCursorCode() ''' getCursorCode_Method = component.getClass().getDeclaredMethods()[267] getCursorCode_Value = getCursorCode_Method.invoke(component) ''' #getCursorCode_Value = 0 component.getDataQuality() ''' getDataQuality_Method = component.getClass().getDeclaredMethods()[272] getDataQuality_Value = getDataQuality_Method.invoke(component) ''' #getDataQuality_Value = 600 #***********Declared 'get' Super Methods********** component.getAccessibleContext() ''' getAccessibleContext_Method = component.getClass().getSuperclass().getDeclaredMethods()[2] getAccessibleContext_Value = getAccessibleContext_Method.invoke(component) ''' #getAccessibleContext_Value = javax.swing.JPanel$AccessibleJPanel@4e830de7 component.getUI() ''' getUI_Method = component.getClass().getSuperclass().getDeclaredMethods()[4] getUI_Value = getUI_Method.invoke(component) ''' #getUI_Value = javax.swing.plaf.synth.SynthPanelUI@7f3f2bc7 component.getUI() ''' getUI_Method = component.getClass().getSuperclass().getDeclaredMethods()[5] getUI_Value = getUI_Method.invoke(component) ''' #getUI_Value = javax.swing.plaf.synth.SynthPanelUI@7f3f2bc7 component.getUIClassID() ''' getUIClassID_Method = component.getClass().getSuperclass().getDeclaredMethods()[7] getUIClassID_Value = getUIClassID_Method.invoke(component) ''' #getUIClassID_Value = PanelUI #**************Declared 'set' Methods************* component.setName() ''' setName_Method = component.getClass().getDeclaredMethods()[1] setName_Value = setName_Method.invoke(component) ''' component.setFont() ''' setFont_Method = component.getClass().getDeclaredMethods()[7] setFont_Value = setFont_Method.invoke(component) ''' component.setForeground() ''' setForeground_Method = component.getClass().getDeclaredMethods()[10] setForeground_Value = setForeground_Method.invoke(component) ''' component.setBackground() ''' setBackground_Method = component.getClass().getDeclaredMethods()[11] setBackground_Value = setBackground_Method.invoke(component) ''' component.setTitle() ''' setTitle_Method = component.getClass().getDeclaredMethods()[16] setTitle_Value = setTitle_Method.invoke(component) ''' component.setVisible() ''' setVisible_Method = component.getClass().getDeclaredMethods()[17] setVisible_Value = setVisible_Method.invoke(component) ''' component.setPropertyValue() ''' setPropertyValue_Method = component.getClass().getDeclaredMethods()[20] setPropertyValue_Value = setPropertyValue_Method.invoke(component) ''' component.setTitleFont() ''' setTitleFont_Method = component.getClass().getDeclaredMethods()[23] setTitleFont_Value = setTitleFont_Method.invoke(component) ''' component.setQuality() ''' setQuality_Method = component.getClass().getDeclaredMethods()[25] setQuality_Value = setQuality_Method.invoke(component) ''' component.setMode() ''' setMode_Method = component.getClass().getDeclaredMethods()[27] setMode_Value = setMode_Method.invoke(component) ''' component.setInvertTimeAxis() ''' setInvertTimeAxis_Method = component.getClass().getDeclaredMethods()[29] setInvertTimeAxis_Value = setInvertTimeAxis_Method.invoke(component) ''' component.initConfigDatasets() ''' initConfigDatasets_Method = component.getClass().getDeclaredMethods()[36] initConfigDatasets_Value = initConfigDatasets_Method.invoke(component) ''' component.setPenControlMode() ''' setPenControlMode_Method = component.getClass().getDeclaredMethods()[44] setPenControlMode_Value = setPenControlMode_Method.invoke(component) ''' component.setGapThreshold() ''' setGapThreshold_Method = component.getClass().getDeclaredMethods()[45] setGapThreshold_Value = setGapThreshold_Method.invoke(component) ''' component.setChartMode() ''' setChartMode_Method = component.getClass().getDeclaredMethods()[46] setChartMode_Value = setChartMode_Method.invoke(component) ''' component.setPlotOrientation() ''' setPlotOrientation_Method = component.getClass().getDeclaredMethods()[47] setPlotOrientation_Value = setPlotOrientation_Method.invoke(component) ''' component.setTagPens() ''' setTagPens_Method = component.getClass().getDeclaredMethods()[48] setTagPens_Value = setTagPens_Method.invoke(component) ''' component.setCalcPens() ''' setCalcPens_Method = component.getClass().getDeclaredMethods()[49] setCalcPens_Value = setCalcPens_Method.invoke(component) ''' component.setyOffset3D() ''' setyOffset3D_Method = component.getClass().getDeclaredMethods()[54] setyOffset3D_Value = setyOffset3D_Method.invoke(component) ''' component.exportDatasets() ''' exportDatasets_Method = component.getClass().getDeclaredMethods()[55] exportDatasets_Value = exportDatasets_Method.invoke(component) ''' component.setTooltips() ''' setTooltips_Method = component.getClass().getDeclaredMethods()[58] setTooltips_Value = setTooltips_Method.invoke(component) ''' component.setDateRangeBorder() ''' setDateRangeBorder_Method = component.getClass().getDeclaredMethods()[60] setDateRangeBorder_Value = setDateRangeBorder_Method.invoke(component) ''' component.setPens() ''' setPens_Method = component.getClass().getDeclaredMethods()[62] setPens_Value = setPens_Method.invoke(component) ''' component.setTimeStyle() ''' setTimeStyle_Method = component.getClass().getDeclaredMethods()[63] setTimeStyle_Value = setTimeStyle_Method.invoke(component) ''' component.setSelectedXValue() ''' setSelectedXValue_Method = component.getClass().getDeclaredMethods()[65] setSelectedXValue_Value = setSelectedXValue_Method.invoke(component) ''' component.setBoxFill() ''' setBoxFill_Method = component.getClass().getDeclaredMethods()[66] setBoxFill_Value = setBoxFill_Method.invoke(component) ''' component.setDigitalGap() ''' setDigitalGap_Method = component.getClass().getDeclaredMethods()[70] setDigitalGap_Value = setDigitalGap_Method.invoke(component) ''' component.setxOffset3D() ''' setxOffset3D_Method = component.getClass().getDeclaredMethods()[71] setxOffset3D_Value = setxOffset3D_Method.invoke(component) ''' component.setTickDensity() ''' setTickDensity_Method = component.getClass().getDeclaredMethods()[72] setTickDensity_Value = setTickDensity_Method.invoke(component) ''' component.setXOffset3D() ''' setXOffset3D_Method = component.getClass().getDeclaredMethods()[76] setXOffset3D_Value = setXOffset3D_Method.invoke(component) ''' component.setChartBorder() ''' setChartBorder_Method = component.getClass().getDeclaredMethods()[77] setChartBorder_Value = setChartBorder_Method.invoke(component) ''' component.setBarMargin() ''' setBarMargin_Method = component.getClass().getDeclaredMethods()[78] setBarMargin_Value = setBarMargin_Method.invoke(component) ''' component.setLegend() ''' setLegend_Method = component.getClass().getDeclaredMethods()[83] setLegend_Value = setLegend_Method.invoke(component) ''' component.setDateStyle() ''' setDateStyle_Method = component.getClass().getDeclaredMethods()[84] setDateStyle_Value = setDateStyle_Method.invoke(component) ''' component.setTrackMargin() ''' setTrackMargin_Method = component.getClass().getDeclaredMethods()[86] setTrackMargin_Value = setTrackMargin_Method.invoke(component) ''' component.setYOffset3D() ''' setYOffset3D_Method = component.getClass().getDeclaredMethods()[88] setYOffset3D_Value = setYOffset3D_Method.invoke(component) ''' component.setPenBorder() ''' setPenBorder_Method = component.getClass().getDeclaredMethods()[92] setPenBorder_Value = setPenBorder_Method.invoke(component) ''' component.setShowWarnings() ''' setShowWarnings_Method = component.getClass().getDeclaredMethods()[94] setShowWarnings_Value = setShowWarnings_Method.invoke(component) ''' component.setGridlineColor() ''' setGridlineColor_Method = component.getClass().getDeclaredMethods()[95] setGridlineColor_Value = setGridlineColor_Method.invoke(component) ''' component.setxAxisVisible() ''' setxAxisVisible_Method = component.getClass().getDeclaredMethods()[96] setxAxisVisible_Value = setxAxisVisible_Method.invoke(component) ''' component.setShowHistogram() ''' setShowHistogram_Method = component.getClass().getDeclaredMethods()[99] setShowHistogram_Value = setShowHistogram_Method.invoke(component) ''' component.setAutoColorList() ''' setAutoColorList_Method = component.getClass().getDeclaredMethods()[101] setAutoColorList_Value = setAutoColorList_Method.invoke(component) ''' component.setOuterRangeEnd() ''' setOuterRangeEnd_Method = component.getClass().getDeclaredMethods()[107] setOuterRangeEnd_Value = setOuterRangeEnd_Method.invoke(component) ''' component.setGridlineWidth() ''' setGridlineWidth_Method = component.getClass().getDeclaredMethods()[110] setGridlineWidth_Value = setGridlineWidth_Method.invoke(component) ''' component.setEmptyGroupName() ''' setEmptyGroupName_Method = component.getClass().getDeclaredMethods()[113] setEmptyGroupName_Value = setEmptyGroupName_Method.invoke(component) ''' component.setAxes() ''' setAxes_Method = component.getClass().getDeclaredMethods()[116] setAxes_Value = setAxes_Method.invoke(component) ''' component.setSubplots() ''' setSubplots_Method = component.getClass().getDeclaredMethods()[117] setSubplots_Value = setSubplots_Method.invoke(component) ''' component.setDatapoints() ''' setDatapoints_Method = component.getClass().getDeclaredMethods()[120] setDatapoints_Value = setDatapoints_Method.invoke(component) ''' component.setXAxisVisible() ''' setXAxisVisible_Method = component.getClass().getDeclaredMethods()[121] setXAxisVisible_Value = setXAxisVisible_Method.invoke(component) ''' component.setPenGrouping() ''' setPenGrouping_Method = component.getClass().getDeclaredMethods()[122] setPenGrouping_Value = setPenGrouping_Method.invoke(component) ''' component.setXAxisLabel() ''' setXAxisLabel_Method = component.getClass().getDeclaredMethods()[124] setXAxisLabel_Value = setXAxisLabel_Method.invoke(component) ''' component.setStartupRange() ''' setStartupRange_Method = component.getClass().getDeclaredMethods()[125] setStartupRange_Value = setStartupRange_Method.invoke(component) ''' component.setShowLoading() ''' setShowLoading_Method = component.getClass().getDeclaredMethods()[126] setShowLoading_Value = setShowLoading_Method.invoke(component) ''' component.setAutoColorPens() ''' setAutoColorPens_Method = component.getClass().getDeclaredMethods()[127] setAutoColorPens_Value = setAutoColorPens_Method.invoke(component) ''' component.setAlphabetizePens() ''' setAlphabetizePens_Method = component.getClass().getDeclaredMethods()[128] setAlphabetizePens_Value = setAlphabetizePens_Method.invoke(component) ''' component.setAutoApply() ''' setAutoApply_Method = component.getClass().getDeclaredMethods()[129] setAutoApply_Value = setAutoApply_Method.invoke(component) ''' component.setStartDate() ''' setStartDate_Method = component.getClass().getDeclaredMethods()[130] setStartDate_Value = setStartDate_Method.invoke(component) ''' component.setPlotBackground() ''' setPlotBackground_Method = component.getClass().getDeclaredMethods()[131] setPlotBackground_Value = setPlotBackground_Method.invoke(component) ''' component.setPollRate() ''' setPollRate_Method = component.getClass().getDeclaredMethods()[134] setPollRate_Value = setPollRate_Method.invoke(component) ''' component.setxAxisLabel() ''' setxAxisLabel_Method = component.getClass().getDeclaredMethods()[138] setxAxisLabel_Value = setxAxisLabel_Method.invoke(component) ''' component.setEndDate() ''' setEndDate_Method = component.getClass().getDeclaredMethods()[142] setEndDate_Value = setEndDate_Method.invoke(component) ''' component.setAxisLabelFont() ''' setAxisLabelFont_Method = component.getClass().getDeclaredMethods()[143] setAxisLabelFont_Value = setAxisLabelFont_Method.invoke(component) ''' component.setOuterRangeStart() ''' setOuterRangeStart_Method = component.getClass().getDeclaredMethods()[144] setOuterRangeStart_Value = setOuterRangeStart_Method.invoke(component) ''' component.setXAxisMargin() ''' setXAxisMargin_Method = component.getClass().getDeclaredMethods()[146] setXAxisMargin_Value = setXAxisMargin_Method.invoke(component) ''' component.setShowMaximize() ''' setShowMaximize_Method = component.getClass().getDeclaredMethods()[147] setShowMaximize_Value = setShowMaximize_Method.invoke(component) ''' component.setxAxisMargin() ''' setxAxisMargin_Method = component.getClass().getDeclaredMethods()[148] setxAxisMargin_Value = setxAxisMargin_Method.invoke(component) ''' component.sethGap() ''' sethGap_Method = component.getClass().getDeclaredMethods()[151] sethGap_Value = sethGap_Method.invoke(component) ''' component.setShowPrint() ''' setShowPrint_Method = component.getClass().getDeclaredMethods()[153] setShowPrint_Value = setShowPrint_Method.invoke(component) ''' component.resetAxes() ''' resetAxes_Method = component.getClass().getDeclaredMethods()[158] resetAxes_Value = resetAxes_Method.invoke(component) ''' component.setRtLabel() ''' setRtLabel_Method = component.getClass().getDeclaredMethods()[160] setRtLabel_Value = setRtLabel_Method.invoke(component) ''' component.setxAxisAutoRange() ''' setxAxisAutoRange_Method = component.getClass().getDeclaredMethods()[161] setxAxisAutoRange_Value = setxAxisAutoRange_Method.invoke(component) ''' component.setShowSave() ''' setShowSave_Method = component.getClass().getDeclaredMethods()[162] setShowSave_Value = setShowSave_Method.invoke(component) ''' component.setvGap() ''' setvGap_Method = component.getClass().getDeclaredMethods()[164] setvGap_Value = setvGap_Method.invoke(component) ''' component.setXAxisAutoRange() ''' setXAxisAutoRange_Method = component.getClass().getDeclaredMethods()[171] setXAxisAutoRange_Value = setXAxisAutoRange_Method.invoke(component) ''' component.setGroupWheres() ''' setGroupWheres_Method = component.getClass().getDeclaredMethods()[173] setGroupWheres_Value = setGroupWheres_Method.invoke(component) ''' component.setSubplotGap() ''' setSubplotGap_Method = component.getClass().getDeclaredMethods()[174] setSubplotGap_Value = setSubplotGap_Method.invoke(component) ''' component.setUnit() ''' setUnit_Method = component.getClass().getDeclaredMethods()[175] setUnit_Value = setUnit_Method.invoke(component) ''' component.setUnitCount() ''' setUnitCount_Method = component.getClass().getDeclaredMethods()[176] setUnitCount_Value = setUnitCount_Method.invoke(component) ''' component.setVGap() ''' setVGap_Method = component.getClass().getDeclaredMethods()[179] setVGap_Value = setVGap_Method.invoke(component) ''' component.setHGap() ''' setHGap_Method = component.getClass().getDeclaredMethods()[180] setHGap_Value = setHGap_Method.invoke(component) ''' component.setSelectionHighlight() ''' setSelectionHighlight_Method = component.getClass().getDeclaredMethods()[183] setSelectionHighlight_Value = setSelectionHighlight_Method.invoke(component) ''' component.setExtensionFunctions() ''' setExtensionFunctions_Method = component.getClass().getDeclaredMethods()[184] setExtensionFunctions_Value = setExtensionFunctions_Method.invoke(component) ''' component.setPropertiesLoading() ''' setPropertiesLoading_Method = component.getClass().getDeclaredMethods()[190] setPropertiesLoading_Value = setPropertiesLoading_Method.invoke(component) ''' component.setShowPopup() ''' setShowPopup_Method = component.getClass().getDeclaredMethods()[194] setShowPopup_Value = setShowPopup_Method.invoke(component) ''' component.setEditorBackgroundColor() ''' setEditorBackgroundColor_Method = component.getClass().getDeclaredMethods()[196] setEditorBackgroundColor_Value = setEditorBackgroundColor_Method.invoke(component) ''' component.setAxisTickLabelFont() ''' setAxisTickLabelFont_Method = component.getClass().getDeclaredMethods()[198] setAxisTickLabelFont_Value = setAxisTickLabelFont_Method.invoke(component) ''' component.setHighDensityColor() ''' setHighDensityColor_Method = component.getClass().getDeclaredMethods()[200] setHighDensityColor_Value = setHighDensityColor_Method.invoke(component) ''' component.setPlotOutlineColor() ''' setPlotOutlineColor_Method = component.getClass().getDeclaredMethods()[202] setPlotOutlineColor_Value = setPlotOutlineColor_Method.invoke(component) ''' component.setTagHistoryResolution() ''' setTagHistoryResolution_Method = component.getClass().getDeclaredMethods()[203] setTagHistoryResolution_Value = setTagHistoryResolution_Method.invoke(component) ''' component.setMaxSelectionSize() ''' setMaxSelectionSize_Method = component.getClass().getDeclaredMethods()[207] setMaxSelectionSize_Value = setMaxSelectionSize_Method.invoke(component) ''' component.setAutoPositionAxes() ''' setAutoPositionAxes_Method = component.getClass().getDeclaredMethods()[209] setAutoPositionAxes_Value = setAutoPositionAxes_Method.invoke(component) ''' component.setCurrentlyMaximized() ''' setCurrentlyMaximized_Method = component.getClass().getDeclaredMethods()[211] setCurrentlyMaximized_Value = setCurrentlyMaximized_Method.invoke(component) ''' component.setTagHistoryBypassCache() ''' setTagHistoryBypassCache_Method = component.getClass().getDeclaredMethods()[213] setTagHistoryBypassCache_Value = setTagHistoryBypassCache_Method.invoke(component) ''' component.setAllowPenManipulation() ''' setAllowPenManipulation_Method = component.getClass().getDeclaredMethods()[214] setAllowPenManipulation_Value = setAllowPenManipulation_Method.invoke(component) ''' component.setTagHistoryAllowInterpolation() ''' setTagHistoryAllowInterpolation_Method = component.getClass().getDeclaredMethods()[215] setTagHistoryAllowInterpolation_Value = setTagHistoryAllowInterpolation_Method.invoke(component) ''' component.setTagHistoryIgnoreBadData() ''' setTagHistoryIgnoreBadData_Method = component.getClass().getDeclaredMethods()[220] setTagHistoryIgnoreBadData_Value = setTagHistoryIgnoreBadData_Method.invoke(component) ''' component.setDateRangeLocation() ''' setDateRangeLocation_Method = component.getClass().getDeclaredMethods()[221] setDateRangeLocation_Value = setDateRangeLocation_Method.invoke(component) ''' component.setTodayIndicatorColor() ''' setTodayIndicatorColor_Method = component.getClass().getDeclaredMethods()[224] setTodayIndicatorColor_Value = setTodayIndicatorColor_Method.invoke(component) ''' component.setTagHistoryResolutionMode() ''' setTagHistoryResolutionMode_Method = component.getClass().getDeclaredMethods()[225] setTagHistoryResolutionMode_Value = setTagHistoryResolutionMode_Method.invoke(component) ''' component.setStartupSelection() ''' setStartupSelection_Method = component.getClass().getDeclaredMethods()[228] setStartupSelection_Value = setStartupSelection_Method.invoke(component) ''' component.setEditorForegroundColor() ''' setEditorForegroundColor_Method = component.getClass().getDeclaredMethods()[231] setEditorForegroundColor_Value = setEditorForegroundColor_Method.invoke(component) ''' component.setTagHistoryValidateScanclass() ''' setTagHistoryValidateScanclass_Method = component.getClass().getDeclaredMethods()[232] setTagHistoryValidateScanclass_Value = setTagHistoryValidateScanclass_Method.invoke(component) ''' component.setGridlineDashPattern() ''' setGridlineDashPattern_Method = component.getClass().getDeclaredMethods()[236] setGridlineDashPattern_Value = setGridlineDashPattern_Method.invoke(component) ''' component.setGlobalWhereClause() ''' setGlobalWhereClause_Method = component.getClass().getDeclaredMethods()[238] setGlobalWhereClause_Value = setGlobalWhereClause_Method.invoke(component) ''' component.setAllowColorChanges() ''' setAllowColorChanges_Method = component.getClass().getDeclaredMethods()[240] setAllowColorChanges_Value = setAllowColorChanges_Method.invoke(component) ''' component.setxTraceLargeNumberFormat() ''' setxTraceLargeNumberFormat_Method = component.getClass().getDeclaredMethods()[245] setxTraceLargeNumberFormat_Value = setxTraceLargeNumberFormat_Method.invoke(component) ''' component.setXTraceNumberFormatThreshold() ''' setXTraceNumberFormatThreshold_Method = component.getClass().getDeclaredMethods()[247] setXTraceNumberFormatThreshold_Value = setXTraceNumberFormatThreshold_Method.invoke(component) ''' component.setxTraceSmallNumberFormat() ''' setxTraceSmallNumberFormat_Method = component.getClass().getDeclaredMethods()[251] setxTraceSmallNumberFormat_Value = setxTraceSmallNumberFormat_Method.invoke(component) ''' component.setXTraceTrackMouse() ''' setXTraceTrackMouse_Method = component.getClass().getDeclaredMethods()[252] setXTraceTrackMouse_Value = setXTraceTrackMouse_Method.invoke(component) ''' component.setXTraceLargeNumberFormat() ''' setXTraceLargeNumberFormat_Method = component.getClass().getDeclaredMethods()[253] setXTraceLargeNumberFormat_Value = setXTraceLargeNumberFormat_Method.invoke(component) ''' component.setXTraceSmallNumberFormat() ''' setXTraceSmallNumberFormat_Method = component.getClass().getDeclaredMethods()[254] setXTraceSmallNumberFormat_Value = setXTraceSmallNumberFormat_Method.invoke(component) ''' component.setxTraceTrackMouse() ''' setxTraceTrackMouse_Method = component.getClass().getDeclaredMethods()[256] setxTraceTrackMouse_Value = setxTraceTrackMouse_Method.invoke(component) ''' component.setxTraceNumberFormatThreshold() ''' setxTraceNumberFormatThreshold_Method = component.getClass().getDeclaredMethods()[259] setxTraceNumberFormatThreshold_Value = setxTraceNumberFormatThreshold_Method.invoke(component) ''' component.setUtilityButtonSize() ''' setUtilityButtonSize_Method = component.getClass().getDeclaredMethods()[260] setUtilityButtonSize_Value = setUtilityButtonSize_Method.invoke(component) ''' component.setCursorCode() ''' setCursorCode_Method = component.getClass().getDeclaredMethods()[268] setCursorCode_Value = setCursorCode_Method.invoke(component) ''' component.setDataQuality() ''' setDataQuality_Method = component.getClass().getDeclaredMethods()[271] setDataQuality_Value = setDataQuality_Method.invoke(component) ''' component.setAntialias() ''' setAntialias_Method = component.getClass().getDeclaredMethods()[274] setAntialias_Value = setAntialias_Method.invoke(component) ''' #***********Declared 'set' Super Methods********** component.setUI() ''' setUI_Method = component.getClass().getSuperclass().getDeclaredMethods()[6] setUI_Value = setUI_Method.invoke(component) ''' #************All Other Declared Methods*********** component.print() ''' print_Method = component.getClass().getDeclaredMethods()[2] print_Value = print_Method.invoke(component) ''' component.isOpaque() ''' isOpaque_Method = component.getClass().getDeclaredMethods()[3] isOpaque_Value = isOpaque_Method.invoke(component) ''' component.initialize() ''' initialize_Method = component.getClass().getDeclaredMethods()[4] initialize_Value = initialize_Method.invoke(component) ''' component.warn() ''' warn_Method = component.getClass().getDeclaredMethods()[5] warn_Value = warn_Method.invoke(component) ''' #component.lambda$new$0() ''' lambdanew0_Method = component.getClass().getDeclaredMethods()[6] lambdanew0_Value = lambdanew0_Method.invoke(#component) ''' component.translate() ''' translate_Method = component.getClass().getDeclaredMethods()[8] translate_Value = translate_Method.invoke(component) ''' component.paintComponent() ''' paintComponent_Method = component.getClass().getDeclaredMethods()[12] paintComponent_Value = paintComponent_Method.invoke(component) ''' component.paintChildren() ''' paintChildren_Method = component.getClass().getDeclaredMethods()[13] paintChildren_Value = paintChildren_Method.invoke(component) ''' component.actionPerformed() ''' actionPerformed_Method = component.getClass().getDeclaredMethods()[18] actionPerformed_Value = actionPerformed_Method.invoke(component) ''' component.createRenderer() ''' createRenderer_Method = component.getClass().getDeclaredMethods()[22] createRenderer_Value = createRenderer_Method.invoke(component) ''' component.couldPoll() ''' couldPoll_Method = component.getClass().getDeclaredMethods()[30] couldPoll_Value = couldPoll_Method.invoke(component) ''' component.createEasyChart() ''' createEasyChart_Method = component.getClass().getDeclaredMethods()[31] createEasyChart_Value = createEasyChart_Method.invoke(component) ''' component.createDateRange() ''' createDateRange_Method = component.getClass().getDeclaredMethods()[33] createDateRange_Value = createDateRange_Method.invoke(component) ''' component.isPolling() ''' isPolling_Method = component.getClass().getDeclaredMethods()[37] isPolling_Value = isPolling_Method.invoke(component) ''' component.isInvertTimeAxis() ''' isInvertTimeAxis_Method = component.getClass().getDeclaredMethods()[41] isInvertTimeAxis_Value = isInvertTimeAxis_Method.invoke(component) ''' component.toggleMaximized() ''' toggleMaximized_Method = component.getClass().getDeclaredMethods()[56] toggleMaximized_Value = toggleMaximized_Method.invoke(component) ''' component.updateConfig() ''' updateConfig_Method = component.getClass().getDeclaredMethods()[57] updateConfig_Value = updateConfig_Method.invoke(component) ''' component.isTooltips() ''' isTooltips_Method = component.getClass().getDeclaredMethods()[64] isTooltips_Value = isTooltips_Method.invoke(component) ''' component.penIterator() ''' penIterator_Method = component.getClass().getDeclaredMethods()[79] penIterator_Value = penIterator_Method.invoke(component) ''' component.isXAxisVisible() ''' isXAxisVisible_Method = component.getClass().getDeclaredMethods()[93] isXAxisVisible_Value = isXAxisVisible_Method.invoke(component) ''' component.isAutoColorPens() ''' isAutoColorPens_Method = component.getClass().getDeclaredMethods()[102] isAutoColorPens_Value = isAutoColorPens_Method.invoke(component) ''' component.isPenGrouping() ''' isPenGrouping_Method = component.getClass().getDeclaredMethods()[104] isPenGrouping_Value = isPenGrouping_Method.invoke(component) ''' component.isAlphabetizePens() ''' isAlphabetizePens_Method = component.getClass().getDeclaredMethods()[105] isAlphabetizePens_Value = isAlphabetizePens_Method.invoke(component) ''' component.isShowLoading() ''' isShowLoading_Method = component.getClass().getDeclaredMethods()[108] isShowLoading_Value = isShowLoading_Method.invoke(component) ''' component.isShowHistogram() ''' isShowHistogram_Method = component.getClass().getDeclaredMethods()[109] isShowHistogram_Value = isShowHistogram_Method.invoke(component) ''' component.isAutoApply() ''' isAutoApply_Method = component.getClass().getDeclaredMethods()[111] isAutoApply_Value = isAutoApply_Method.invoke(component) ''' component.recalcDatapoints() ''' recalcDatapoints_Method = component.getClass().getDeclaredMethods()[114] recalcDatapoints_Value = recalcDatapoints_Method.invoke(component) ''' component.isShowWarnings() ''' isShowWarnings_Method = component.getClass().getDeclaredMethods()[115] isShowWarnings_Value = isShowWarnings_Method.invoke(component) ''' component.isxAxisVisible() ''' isxAxisVisible_Method = component.getClass().getDeclaredMethods()[139] isxAxisVisible_Value = isxAxisVisible_Method.invoke(component) ''' component.isAutoPositionAxes() ''' isAutoPositionAxes_Method = component.getClass().getDeclaredMethods()[140] isAutoPositionAxes_Value = isAutoPositionAxes_Method.invoke(component) ''' component.isShowMaximize() ''' isShowMaximize_Method = component.getClass().getDeclaredMethods()[150] isShowMaximize_Value = isShowMaximize_Method.invoke(component) ''' component.onPowerTableDrop() ''' onPowerTableDrop_Method = component.getClass().getDeclaredMethods()[155] onPowerTableDrop_Value = onPowerTableDrop_Method.invoke(component) ''' component.isShowSave() ''' isShowSave_Method = component.getClass().getDeclaredMethods()[159] isShowSave_Value = isShowSave_Method.invoke(component) ''' component.isShowPrint() ''' isShowPrint_Method = component.getClass().getDeclaredMethods()[166] isShowPrint_Value = isShowPrint_Method.invoke(component) ''' component.isXAxisAutoRange() ''' isXAxisAutoRange_Method = component.getClass().getDeclaredMethods()[168] isXAxisAutoRange_Value = isXAxisAutoRange_Method.invoke(component) ''' component.isxAxisAutoRange() ''' isxAxisAutoRange_Method = component.getClass().getDeclaredMethods()[170] isxAxisAutoRange_Value = isxAxisAutoRange_Method.invoke(component) ''' component.translateTerm() ''' translateTerm_Method = component.getClass().getDeclaredMethods()[177] translateTerm_Value = translateTerm_Method.invoke(component) ''' component.localeChanged() ''' localeChanged_Method = component.getClass().getDeclaredMethods()[182] localeChanged_Value = localeChanged_Method.invoke(component) ''' component.isShowPopup() ''' isShowPopup_Method = component.getClass().getDeclaredMethods()[195] isShowPopup_Value = isShowPopup_Method.invoke(component) ''' component.histogramDataUpdated() ''' histogramDataUpdated_Method = component.getClass().getDeclaredMethods()[201] histogramDataUpdated_Value = histogramDataUpdated_Method.invoke(component) ''' component.isCurrentlyMaximized() ''' isCurrentlyMaximized_Method = component.getClass().getDeclaredMethods()[210] isCurrentlyMaximized_Value = isCurrentlyMaximized_Method.invoke(component) ''' component.isAllowColorChanges() ''' isAllowColorChanges_Method = component.getClass().getDeclaredMethods()[216] isAllowColorChanges_Value = isAllowColorChanges_Method.invoke(component) ''' component.createRealtimeDateRange() ''' createRealtimeDateRange_Method = component.getClass().getDeclaredMethods()[233] createRealtimeDateRange_Value = createRealtimeDateRange_Method.invoke(component) ''' component.isAllowPenManipulation() ''' isAllowPenManipulation_Method = component.getClass().getDeclaredMethods()[243] isAllowPenManipulation_Value = isAllowPenManipulation_Method.invoke(component) ''' component.evaluatePollingTimer() ''' evaluatePollingTimer_Method = component.getClass().getDeclaredMethods()[249] evaluatePollingTimer_Value = evaluatePollingTimer_Method.invoke(component) ''' component.exportExcel() ''' exportExcel_Method = component.getClass().getDeclaredMethods()[263] exportExcel_Value = exportExcel_Method.invoke(component) ''' component.exportExcel() ''' exportExcel_Method = component.getClass().getDeclaredMethods()[264] exportExcel_Value = exportExcel_Method.invoke(component) ''' component.isPropertyDefined() ''' isPropertyDefined_Method = component.getClass().getDeclaredMethods()[265] isPropertyDefined_Value = isPropertyDefined_Method.invoke(component) ''' component.shutdownComponent() ''' shutdownComponent_Method = component.getClass().getDeclaredMethods()[266] shutdownComponent_Value = shutdownComponent_Method.invoke(component) ''' component.updateQuality() ''' updateQuality_Method = component.getClass().getDeclaredMethods()[269] updateQuality_Value = updateQuality_Method.invoke(component) ''' component.startupComponent() ''' startupComponent_Method = component.getClass().getDeclaredMethods()[270] startupComponent_Value = startupComponent_Method.invoke(component) ''' component.isAntialias() ''' isAntialias_Method = component.getClass().getDeclaredMethods()[273] isAntialias_Value = isAntialias_Method.invoke(component) ''' #*********All Other Declared Super Methods******** component.writeObject() ''' writeObject_Method = component.getClass().getSuperclass().getDeclaredMethods()[0] writeObject_Value = writeObject_Method.invoke(component) ''' component.paramString() ''' paramString_Method = component.getClass().getSuperclass().getDeclaredMethods()[1] paramString_Value = paramString_Method.invoke(component) ''' component.updateUI() ''' updateUI_Method = component.getClass().getSuperclass().getDeclaredMethods()[3] updateUI_Value = updateUI_Method.invoke(component) ''' endFunction = True #========================================================== #========================================================== subComponent_001 = event.source.parent.getComponent('Easy Chart').getComponent(0) def subComponent_001(): # def subComponent_001_Declared_Fields(): #*****************Declared Fields***************** #NOTE: The following fields can only be accessed through reflection #subComponent_001.getClass().getDeclaredFields()[0] uiClassID_Field = subComponent_001.getClass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_001) #uiClassID_Value = PanelUI #**************Declared Super Fields************** subComponent_001.alignmentX #subComponent_001.alignmentX = 0.0 subComponent_001.alignmentY #subComponent_001.alignmentY = 0.0 subComponent_001.autoscrolls #subComponent_001.autoscrolls = False subComponent_001.border #subComponent_001.border = javax.swing.plaf.synth.SynthBorder@2e8aa69b subComponent_001.inputVerifier #subComponent_001.inputVerifier = None subComponent_001.verifyInputWhenFocusTarget #subComponent_001.verifyInputWhenFocusTarget = True subComponent_001.WHEN_FOCUSED #subComponent_001.WHEN_FOCUSED = 0 subComponent_001.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT #subComponent_001.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT = 1 subComponent_001.WHEN_IN_FOCUSED_WINDOW #subComponent_001.WHEN_IN_FOCUSED_WINDOW = 2 subComponent_001.UNDEFINED_CONDITION #subComponent_001.UNDEFINED_CONDITION = -1 subComponent_001.TOOL_TIP_TEXT_KEY #subComponent_001.TOOL_TIP_TEXT_KEY = ToolTipText subComponent_001.actionMap #subComponent_001.actionMap = None #NOTE: The following fields can only be accessed through reflection #subComponent_001.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_001) #uiClassID_Value = ComponentUI #subComponent_001.getClass().getSuperclass().getDeclaredFields()[1] readObjectCallbacks_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('readObjectCallbacks') readObjectCallbacks_Field.setAccessible(True) readObjectCallbacks_Value = readObjectCallbacks_Field.get(subComponent_001) #readObjectCallbacks_Value = {} #subComponent_001.getClass().getSuperclass().getDeclaredFields()[2] managingFocusForwardTraversalKeys_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('managingFocusForwardTraversalKeys') managingFocusForwardTraversalKeys_Field.setAccessible(True) managingFocusForwardTraversalKeys_Value = managingFocusForwardTraversalKeys_Field.get(subComponent_001) #managingFocusForwardTraversalKeys_Value = [ctrl pressed TAB] #subComponent_001.getClass().getSuperclass().getDeclaredFields()[3] managingFocusBackwardTraversalKeys_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('managingFocusBackwardTraversalKeys') managingFocusBackwardTraversalKeys_Field.setAccessible(True) managingFocusBackwardTraversalKeys_Value = managingFocusBackwardTraversalKeys_Field.get(subComponent_001) #managingFocusBackwardTraversalKeys_Value = [shift ctrl pressed TAB] #subComponent_001.getClass().getSuperclass().getDeclaredFields()[4] NOT_OBSCURED_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('NOT_OBSCURED') NOT_OBSCURED_Field.setAccessible(True) NOT_OBSCURED_Value = NOT_OBSCURED_Field.get(subComponent_001) #NOT_OBSCURED_Value = 0 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[5] PARTIALLY_OBSCURED_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('PARTIALLY_OBSCURED') PARTIALLY_OBSCURED_Field.setAccessible(True) PARTIALLY_OBSCURED_Value = PARTIALLY_OBSCURED_Field.get(subComponent_001) #PARTIALLY_OBSCURED_Value = 1 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[6] COMPLETELY_OBSCURED_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('COMPLETELY_OBSCURED') COMPLETELY_OBSCURED_Field.setAccessible(True) COMPLETELY_OBSCURED_Value = COMPLETELY_OBSCURED_Field.get(subComponent_001) #COMPLETELY_OBSCURED_Value = 2 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[7] DEBUG_GRAPHICS_LOADED_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('DEBUG_GRAPHICS_LOADED') DEBUG_GRAPHICS_LOADED_Field.setAccessible(True) DEBUG_GRAPHICS_LOADED_Value = DEBUG_GRAPHICS_LOADED_Field.get(subComponent_001) #DEBUG_GRAPHICS_LOADED_Value = True #subComponent_001.getClass().getSuperclass().getDeclaredFields()[8] INPUT_VERIFIER_SOURCE_KEY_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('INPUT_VERIFIER_SOURCE_KEY') INPUT_VERIFIER_SOURCE_KEY_Field.setAccessible(True) INPUT_VERIFIER_SOURCE_KEY_Value = INPUT_VERIFIER_SOURCE_KEY_Field.get(subComponent_001) #INPUT_VERIFIER_SOURCE_KEY_Value = InputVerifierSourceKey #subComponent_001.getClass().getSuperclass().getDeclaredFields()[9] isAlignmentXSet_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('isAlignmentXSet') isAlignmentXSet_Field.setAccessible(True) isAlignmentXSet_Value = isAlignmentXSet_Field.get(subComponent_001) #isAlignmentXSet_Value = False #subComponent_001.getClass().getSuperclass().getDeclaredFields()[11] isAlignmentYSet_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('isAlignmentYSet') isAlignmentYSet_Field.setAccessible(True) isAlignmentYSet_Value = isAlignmentYSet_Field.get(subComponent_001) #isAlignmentYSet_Value = False #subComponent_001.getClass().getSuperclass().getDeclaredFields()[13] ui_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('ui') ui_Field.setAccessible(True) ui_Value = ui_Field.get(subComponent_001) #ui_Value = javax.swing.plaf.synth.SynthPanelUI@71a4f872 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[14] listenerList_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('listenerList') listenerList_Field.setAccessible(True) listenerList_Value = listenerList_Field.get(subComponent_001) #listenerList_Value = EventListenerList: 0 listeners: #subComponent_001.getClass().getSuperclass().getDeclaredFields()[15] clientProperties_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('clientProperties') clientProperties_Field.setAccessible(True) clientProperties_Value = clientProperties_Field.get(subComponent_001) #clientProperties_Value = javax.swing.ArrayTable@48a1786e #subComponent_001.getClass().getSuperclass().getDeclaredFields()[16] vetoableChangeSupport_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('vetoableChangeSupport') vetoableChangeSupport_Field.setAccessible(True) vetoableChangeSupport_Value = vetoableChangeSupport_Field.get(subComponent_001) #vetoableChangeSupport_Value = None #subComponent_001.getClass().getSuperclass().getDeclaredFields()[19] flags_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('flags') flags_Field.setAccessible(True) flags_Value = flags_Field.get(subComponent_001) #flags_Value = 16777217 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[22] paintingChild_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('paintingChild') paintingChild_Field.setAccessible(True) paintingChild_Value = paintingChild_Field.get(subComponent_001) #paintingChild_Value = None #subComponent_001.getClass().getSuperclass().getDeclaredFields()[27] KEYBOARD_BINDINGS_KEY_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('KEYBOARD_BINDINGS_KEY') KEYBOARD_BINDINGS_KEY_Field.setAccessible(True) KEYBOARD_BINDINGS_KEY_Value = KEYBOARD_BINDINGS_KEY_Field.get(subComponent_001) #KEYBOARD_BINDINGS_KEY_Value = _KeyboardBindings #subComponent_001.getClass().getSuperclass().getDeclaredFields()[28] WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('WHEN_IN_FOCUSED_WINDOW_BINDINGS') WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.setAccessible(True) WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.get(subComponent_001) #WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = _WhenInFocusedWindow #subComponent_001.getClass().getSuperclass().getDeclaredFields()[30] NEXT_FOCUS_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('NEXT_FOCUS') NEXT_FOCUS_Field.setAccessible(True) NEXT_FOCUS_Value = NEXT_FOCUS_Field.get(subComponent_001) #NEXT_FOCUS_Value = nextFocus #subComponent_001.getClass().getSuperclass().getDeclaredFields()[31] popupMenu_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('popupMenu') popupMenu_Field.setAccessible(True) popupMenu_Value = popupMenu_Field.get(subComponent_001) #popupMenu_Value = None #subComponent_001.getClass().getSuperclass().getDeclaredFields()[32] IS_DOUBLE_BUFFERED_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('IS_DOUBLE_BUFFERED') IS_DOUBLE_BUFFERED_Field.setAccessible(True) IS_DOUBLE_BUFFERED_Value = IS_DOUBLE_BUFFERED_Field.get(subComponent_001) #IS_DOUBLE_BUFFERED_Value = 0 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[33] ANCESTOR_USING_BUFFER_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('ANCESTOR_USING_BUFFER') ANCESTOR_USING_BUFFER_Field.setAccessible(True) ANCESTOR_USING_BUFFER_Value = ANCESTOR_USING_BUFFER_Field.get(subComponent_001) #ANCESTOR_USING_BUFFER_Value = 1 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[34] IS_PAINTING_TILE_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('IS_PAINTING_TILE') IS_PAINTING_TILE_Field.setAccessible(True) IS_PAINTING_TILE_Value = IS_PAINTING_TILE_Field.get(subComponent_001) #IS_PAINTING_TILE_Value = 2 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[35] IS_OPAQUE_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('IS_OPAQUE') IS_OPAQUE_Field.setAccessible(True) IS_OPAQUE_Value = IS_OPAQUE_Field.get(subComponent_001) #IS_OPAQUE_Value = 3 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[36] KEY_EVENTS_ENABLED_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('KEY_EVENTS_ENABLED') KEY_EVENTS_ENABLED_Field.setAccessible(True) KEY_EVENTS_ENABLED_Value = KEY_EVENTS_ENABLED_Field.get(subComponent_001) #KEY_EVENTS_ENABLED_Value = 4 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[37] FOCUS_INPUTMAP_CREATED_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('FOCUS_INPUTMAP_CREATED') FOCUS_INPUTMAP_CREATED_Field.setAccessible(True) FOCUS_INPUTMAP_CREATED_Value = FOCUS_INPUTMAP_CREATED_Field.get(subComponent_001) #FOCUS_INPUTMAP_CREATED_Value = 5 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[38] ANCESTOR_INPUTMAP_CREATED_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('ANCESTOR_INPUTMAP_CREATED') ANCESTOR_INPUTMAP_CREATED_Field.setAccessible(True) ANCESTOR_INPUTMAP_CREATED_Value = ANCESTOR_INPUTMAP_CREATED_Field.get(subComponent_001) #ANCESTOR_INPUTMAP_CREATED_Value = 6 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[39] WIF_INPUTMAP_CREATED_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('WIF_INPUTMAP_CREATED') WIF_INPUTMAP_CREATED_Field.setAccessible(True) WIF_INPUTMAP_CREATED_Value = WIF_INPUTMAP_CREATED_Field.get(subComponent_001) #WIF_INPUTMAP_CREATED_Value = 7 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[40] ACTIONMAP_CREATED_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('ACTIONMAP_CREATED') ACTIONMAP_CREATED_Field.setAccessible(True) ACTIONMAP_CREATED_Value = ACTIONMAP_CREATED_Field.get(subComponent_001) #ACTIONMAP_CREATED_Value = 8 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[41] CREATED_DOUBLE_BUFFER_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('CREATED_DOUBLE_BUFFER') CREATED_DOUBLE_BUFFER_Field.setAccessible(True) CREATED_DOUBLE_BUFFER_Value = CREATED_DOUBLE_BUFFER_Field.get(subComponent_001) #CREATED_DOUBLE_BUFFER_Value = 9 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[42] IS_PRINTING_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('IS_PRINTING') IS_PRINTING_Field.setAccessible(True) IS_PRINTING_Value = IS_PRINTING_Field.get(subComponent_001) #IS_PRINTING_Value = 11 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[43] IS_PRINTING_ALL_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('IS_PRINTING_ALL') IS_PRINTING_ALL_Field.setAccessible(True) IS_PRINTING_ALL_Value = IS_PRINTING_ALL_Field.get(subComponent_001) #IS_PRINTING_ALL_Value = 12 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[44] IS_REPAINTING_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('IS_REPAINTING') IS_REPAINTING_Field.setAccessible(True) IS_REPAINTING_Value = IS_REPAINTING_Field.get(subComponent_001) #IS_REPAINTING_Value = 13 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[45] WRITE_OBJ_COUNTER_FIRST_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_FIRST') WRITE_OBJ_COUNTER_FIRST_Field.setAccessible(True) WRITE_OBJ_COUNTER_FIRST_Value = WRITE_OBJ_COUNTER_FIRST_Field.get(subComponent_001) #WRITE_OBJ_COUNTER_FIRST_Value = 14 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[46] RESERVED_1_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('RESERVED_1') RESERVED_1_Field.setAccessible(True) RESERVED_1_Value = RESERVED_1_Field.get(subComponent_001) #RESERVED_1_Value = 15 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[47] RESERVED_2_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('RESERVED_2') RESERVED_2_Field.setAccessible(True) RESERVED_2_Value = RESERVED_2_Field.get(subComponent_001) #RESERVED_2_Value = 16 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[48] RESERVED_3_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('RESERVED_3') RESERVED_3_Field.setAccessible(True) RESERVED_3_Value = RESERVED_3_Field.get(subComponent_001) #RESERVED_3_Value = 17 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[49] RESERVED_4_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('RESERVED_4') RESERVED_4_Field.setAccessible(True) RESERVED_4_Value = RESERVED_4_Field.get(subComponent_001) #RESERVED_4_Value = 18 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[50] RESERVED_5_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('RESERVED_5') RESERVED_5_Field.setAccessible(True) RESERVED_5_Value = RESERVED_5_Field.get(subComponent_001) #RESERVED_5_Value = 19 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[51] RESERVED_6_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('RESERVED_6') RESERVED_6_Field.setAccessible(True) RESERVED_6_Value = RESERVED_6_Field.get(subComponent_001) #RESERVED_6_Value = 20 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[52] WRITE_OBJ_COUNTER_LAST_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_LAST') WRITE_OBJ_COUNTER_LAST_Field.setAccessible(True) WRITE_OBJ_COUNTER_LAST_Value = WRITE_OBJ_COUNTER_LAST_Field.get(subComponent_001) #WRITE_OBJ_COUNTER_LAST_Value = 21 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[53] REQUEST_FOCUS_DISABLED_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('REQUEST_FOCUS_DISABLED') REQUEST_FOCUS_DISABLED_Field.setAccessible(True) REQUEST_FOCUS_DISABLED_Value = REQUEST_FOCUS_DISABLED_Field.get(subComponent_001) #REQUEST_FOCUS_DISABLED_Value = 22 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[54] INHERITS_POPUP_MENU_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('INHERITS_POPUP_MENU') INHERITS_POPUP_MENU_Field.setAccessible(True) INHERITS_POPUP_MENU_Value = INHERITS_POPUP_MENU_Field.get(subComponent_001) #INHERITS_POPUP_MENU_Value = 23 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[55] OPAQUE_SET_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('OPAQUE_SET') OPAQUE_SET_Field.setAccessible(True) OPAQUE_SET_Value = OPAQUE_SET_Field.get(subComponent_001) #OPAQUE_SET_Value = 24 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[56] AUTOSCROLLS_SET_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('AUTOSCROLLS_SET') AUTOSCROLLS_SET_Field.setAccessible(True) AUTOSCROLLS_SET_Value = AUTOSCROLLS_SET_Field.get(subComponent_001) #AUTOSCROLLS_SET_Value = 25 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[57] FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_FORWARD_SET') FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.get(subComponent_001) #FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = 26 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[58] FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_BACKWARD_SET') FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.get(subComponent_001) #FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = 27 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[59] revalidateRunnableScheduled_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('revalidateRunnableScheduled') revalidateRunnableScheduled_Field.setAccessible(True) revalidateRunnableScheduled_Value = revalidateRunnableScheduled_Field.get(subComponent_001) #revalidateRunnableScheduled_Value = false #subComponent_001.getClass().getSuperclass().getDeclaredFields()[60] tempRectangles_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('tempRectangles') tempRectangles_Field.setAccessible(True) tempRectangles_Value = tempRectangles_Field.get(subComponent_001) #tempRectangles_Value = [java.awt.Rectangle[x=0,y=0,width=425,height=525], java.awt.[...] #subComponent_001.getClass().getSuperclass().getDeclaredFields()[61] focusInputMap_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('focusInputMap') focusInputMap_Field.setAccessible(True) focusInputMap_Value = focusInputMap_Field.get(subComponent_001) #focusInputMap_Value = None #subComponent_001.getClass().getSuperclass().getDeclaredFields()[62] ancestorInputMap_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('ancestorInputMap') ancestorInputMap_Field.setAccessible(True) ancestorInputMap_Value = ancestorInputMap_Field.get(subComponent_001) #ancestorInputMap_Value = None #subComponent_001.getClass().getSuperclass().getDeclaredFields()[63] windowInputMap_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('windowInputMap') windowInputMap_Field.setAccessible(True) windowInputMap_Value = windowInputMap_Field.get(subComponent_001) #windowInputMap_Value = None #subComponent_001.getClass().getSuperclass().getDeclaredFields()[65] defaultLocale_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('defaultLocale') defaultLocale_Field.setAccessible(True) defaultLocale_Value = defaultLocale_Field.get(subComponent_001) #defaultLocale_Value = JComponent.defaultLocale #subComponent_001.getClass().getSuperclass().getDeclaredFields()[66] componentObtainingGraphicsFrom_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFrom') componentObtainingGraphicsFrom_Field.setAccessible(True) componentObtainingGraphicsFrom_Value = componentObtainingGraphicsFrom_Field.get(subComponent_001) #componentObtainingGraphicsFrom_Value = None #subComponent_001.getClass().getSuperclass().getDeclaredFields()[67] componentObtainingGraphicsFromLock_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFromLock') componentObtainingGraphicsFromLock_Field.setAccessible(True) componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFromLock_Field.get(subComponent_001) #componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFrom #subComponent_001.getClass().getSuperclass().getDeclaredFields()[68] aaHint_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('aaHint') aaHint_Field.setAccessible(True) aaHint_Value = aaHint_Field.get(subComponent_001) #aaHint_Value = LCD HRGB antialiasing text mode #subComponent_001.getClass().getSuperclass().getDeclaredFields()[69] lcdRenderingHint_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('lcdRenderingHint') lcdRenderingHint_Field.setAccessible(True) lcdRenderingHint_Value = lcdRenderingHint_Field.get(subComponent_001) #lcdRenderingHint_Value = 120 #subComponent_001.getClass().getSuperclass().getDeclaredFields()[70] focusController_Field = subComponent_001.getClass().getSuperclass().getDeclaredField('focusController') focusController_Field.setAccessible(True) focusController_Value = focusController_Field.get(subComponent_001) #focusController_Value = javax.swing.JComponent$2@565d4f8a endFunction = True def subComponent_001_Declared_Methods(): #**************Declared 'get' Methods************* subComponent_001.getAccessibleContext() ''' getAccessibleContext_Method = subComponent_001.getClass().getDeclaredMethods()[2] getAccessibleContext_Value = getAccessibleContext_Method.invoke(subComponent_001) ''' #getAccessibleContext_Value = javax.swing.JPanel$AccessibleJPanel@1e1ba8a8 subComponent_001.getUI() ''' getUI_Method = subComponent_001.getClass().getDeclaredMethods()[4] getUI_Value = getUI_Method.invoke(subComponent_001) ''' #getUI_Value = javax.swing.plaf.synth.SynthPanelUI@71a4f872 subComponent_001.getUI() ''' getUI_Method = subComponent_001.getClass().getDeclaredMethods()[5] getUI_Value = getUI_Method.invoke(subComponent_001) ''' #getUI_Value = javax.swing.plaf.synth.SynthPanelUI@71a4f872 subComponent_001.getUIClassID() ''' getUIClassID_Method = subComponent_001.getClass().getDeclaredMethods()[7] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_001) ''' #getUIClassID_Value = PanelUI #***********Declared 'get' Super Methods********** #subComponent_001.getLocation() ''' getLocation_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[2] getLocation_Value = getLocation_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! #subComponent_001.getSize() ''' getSize_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[6] getSize_Value = getSize_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! subComponent_001.getInsets() ''' getInsets_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[10] getInsets_Value = getInsets_Method.invoke(subComponent_001) ''' #getInsets_Value = java.awt.Insets[top=0,left=0,bottom=0,right=0] #subComponent_001.getInsets() ''' getInsets_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[11] getInsets_Value = getInsets_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! subComponent_001.getPreferredSize() ''' getPreferredSize_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[16] getPreferredSize_Value = getPreferredSize_Method.invoke(subComponent_001) ''' #getPreferredSize_Value = java.awt.Dimension[width=702,height=499] subComponent_001.getMinimumSize() ''' getMinimumSize_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[17] getMinimumSize_Value = getMinimumSize_Method.invoke(subComponent_001) ''' #getMinimumSize_Value = java.awt.Dimension[width=288,height=102] subComponent_001.getMaximumSize() ''' getMaximumSize_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[18] getMaximumSize_Value = getMaximumSize_Method.invoke(subComponent_001) ''' #getMaximumSize_Value = java.awt.Dimension[width=2147483647,height=2147483647] subComponent_001.getAlignmentX() ''' getAlignmentX_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[19] getAlignmentX_Value = getAlignmentX_Method.invoke(subComponent_001) ''' #getAlignmentX_Value = 0.5 subComponent_001.getAlignmentY() ''' getAlignmentY_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[20] getAlignmentY_Value = getAlignmentY_Method.invoke(subComponent_001) ''' #getAlignmentY_Value = 0.5 #subComponent_001.getListeners() ''' getListeners_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[22] getListeners_Value = getListeners_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! subComponent_001.getX() ''' getX_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[29] getX_Value = getX_Method.invoke(subComponent_001) ''' #getX_Value = 77 subComponent_001.getY() ''' getY_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[30] getY_Value = getY_Method.invoke(subComponent_001) ''' #getY_Value = 0 subComponent_001.getWidth() ''' getWidth_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[31] getWidth_Value = getWidth_Method.invoke(subComponent_001) ''' #getWidth_Value = 294 subComponent_001.getHeight() ''' getHeight_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[32] getHeight_Value = getHeight_Method.invoke(subComponent_001) ''' #getHeight_Value = 296 #subComponent_001.getBaseline() ''' getBaseline_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[44] getBaseline_Value = getBaseline_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! subComponent_001.getBaselineResizeBehavior() ''' getBaselineResizeBehavior_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[45] getBaselineResizeBehavior_Value = getBaselineResizeBehavior_Method.invoke(subComponent_001) ''' #getBaselineResizeBehavior_Value = OTHER subComponent_001.getGraphics() ''' getGraphics_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[46] getGraphics_Value = getGraphics_Method.invoke(subComponent_001) ''' #getGraphics_Value = sun.java2d.SunGraphics2D[font=javax.swing.plaf.FontUIResourc[...] #subComponent_001.getFontMetrics() ''' getFontMetrics_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[47] getFontMetrics_Value = getFontMetrics_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! subComponent_001.getUI() ''' getUI_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[58] getUI_Value = getUI_Method.invoke(subComponent_001) ''' #getUI_Value = javax.swing.plaf.synth.SynthPanelUI@71a4f872 subComponent_001.getUIClassID() ''' getUIClassID_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[60] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_001) ''' #getUIClassID_Value = PanelUI #subComponent_001.getWriteObjCounter() ''' getWriteObjCounter_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[61] getWriteObjCounter_Value = getWriteObjCounter_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! #subComponent_001.getGraphicsInvoked() ''' getGraphicsInvoked_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[65] getGraphicsInvoked_Value = getGraphicsInvoked_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! #subComponent_001.getManagingFocusForwardTraversalKeys() ''' getManagingFocusForwardTraversalKeys_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[67] getManagingFocusForwardTraversalKeys_Value = getManagingFocusForwardTraversalKeys_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! #subComponent_001.getManagingFocusBackwardTraversalKeys() ''' getManagingFocusBackwardTraversalKeys_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[68] getManagingFocusBackwardTraversalKeys_Value = getManagingFocusBackwardTraversalKeys_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! #subComponent_001.getFlag() ''' getFlag_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[72] getFlag_Value = getFlag_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! subComponent_001.getInheritsPopupMenu() ''' getInheritsPopupMenu_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[74] getInheritsPopupMenu_Value = getInheritsPopupMenu_Method.invoke(subComponent_001) ''' #getInheritsPopupMenu_Value = False subComponent_001.getComponentPopupMenu() ''' getComponentPopupMenu_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[76] getComponentPopupMenu_Value = getComponentPopupMenu_Method.invoke(subComponent_001) ''' #getComponentPopupMenu_Value = None subComponent_001.getDefaultLocale() ''' getDefaultLocale_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[78] getDefaultLocale_Value = getDefaultLocale_Method.invoke(subComponent_001) ''' #getDefaultLocale_Value = en #subComponent_001.getComponentGraphics() ''' getComponentGraphics_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[81] getComponentGraphics_Value = getComponentGraphics_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! #subComponent_001.getObscuredState() ''' getObscuredState_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[88] getObscuredState_Value = getObscuredState_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! subComponent_001.getBorder() ''' getBorder_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[90] getBorder_Value = getBorder_Method.invoke(subComponent_001) ''' #getBorder_Value = javax.swing.plaf.synth.SynthBorder@2e8aa69b subComponent_001.getNextFocusableComponent() ''' getNextFocusableComponent_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[102] getNextFocusableComponent_Value = getNextFocusableComponent_Method.invoke(subComponent_001) ''' #getNextFocusableComponent_Value = None #subComponent_001.getClientProperty() ''' getClientProperty_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[105] getClientProperty_Value = getClientProperty_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! #subComponent_001.setVerifyInputWhenFocusTarget() ''' setVerifyInputWhenFocusTarget_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[109] setVerifyInputWhenFocusTarget_Value = setVerifyInputWhenFocusTarget_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! subComponent_001.getVerifyInputWhenFocusTarget() ''' getVerifyInputWhenFocusTarget_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[110] getVerifyInputWhenFocusTarget_Value = getVerifyInputWhenFocusTarget_Method.invoke(subComponent_001) ''' #getVerifyInputWhenFocusTarget_Value = True subComponent_001.getInputVerifier() ''' getInputVerifier_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[116] getInputVerifier_Value = getInputVerifier_Method.invoke(subComponent_001) ''' #getInputVerifier_Value = None subComponent_001.getDebugGraphicsOptions() ''' getDebugGraphicsOptions_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[118] getDebugGraphicsOptions_Value = getDebugGraphicsOptions_Method.invoke(subComponent_001) ''' #getDebugGraphicsOptions_Value = 0 subComponent_001.getInputMap() ''' getInputMap_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[121] getInputMap_Value = getInputMap_Method.invoke(subComponent_001) ''' #getInputMap_Value = javax.swing.InputMap@187cd9bf #subComponent_001.getInputMap() ''' getInputMap_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[122] getInputMap_Value = getInputMap_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! #subComponent_001.getInputMap() ''' getInputMap_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[123] getInputMap_Value = getInputMap_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! subComponent_001.getActionMap() ''' getActionMap_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[124] getActionMap_Value = getActionMap_Method.invoke(subComponent_001) ''' #getActionMap_Value = javax.swing.ActionMap@4ecdd5aa #subComponent_001.getActionMap() ''' getActionMap_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[125] getActionMap_Value = getActionMap_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! subComponent_001.getRegisteredKeyStrokes() ''' getRegisteredKeyStrokes_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[132] getRegisteredKeyStrokes_Value = getRegisteredKeyStrokes_Method.invoke(subComponent_001) ''' #getRegisteredKeyStrokes_Value = array(javax.swing.KeyStroke) #subComponent_001.getConditionForKeyStroke() ''' getConditionForKeyStroke_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[133] getConditionForKeyStroke_Value = getConditionForKeyStroke_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! #subComponent_001.getActionForKeyStroke() ''' getActionForKeyStroke_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[134] getActionForKeyStroke_Value = getActionForKeyStroke_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! #subComponent_001.getToolTipText() ''' getToolTipText_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[145] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! subComponent_001.getToolTipText() ''' getToolTipText_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[146] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_001) ''' #getToolTipText_Value = None #subComponent_001.getToolTipLocation() ''' getToolTipLocation_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[147] getToolTipLocation_Value = getToolTipLocation_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! #subComponent_001.getPopupLocation() ''' getPopupLocation_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[148] getPopupLocation_Value = getPopupLocation_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! subComponent_001.getAutoscrolls() ''' getAutoscrolls_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[152] getAutoscrolls_Value = getAutoscrolls_Method.invoke(subComponent_001) ''' #getAutoscrolls_Value = False subComponent_001.getTransferHandler() ''' getTransferHandler_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[154] getTransferHandler_Value = getTransferHandler_Method.invoke(subComponent_001) ''' #getTransferHandler_Value = None #subComponent_001.getCreatedDoubleBuffer() ''' getCreatedDoubleBuffer_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[160] getCreatedDoubleBuffer_Value = getCreatedDoubleBuffer_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! #subComponent_001.getClientProperties() ''' getClientProperties_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[161] getClientProperties_Value = getClientProperties_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! subComponent_001.getVisibleRect() ''' getVisibleRect_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[165] getVisibleRect_Value = getVisibleRect_Method.invoke(subComponent_001) ''' #getVisibleRect_Value = java.awt.Rectangle[x=0,y=0,width=294,height=296] subComponent_001.getVetoableChangeListeners() ''' getVetoableChangeListeners_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[169] getVetoableChangeListeners_Value = getVetoableChangeListeners_Method.invoke(subComponent_001) ''' #getVetoableChangeListeners_Value = array(java.beans.VetoableChangeListener) subComponent_001.getTopLevelAncestor() ''' getTopLevelAncestor_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[170] getTopLevelAncestor_Value = getTopLevelAncestor_Method.invoke(subComponent_001) ''' #getTopLevelAncestor_Value = com.inductiveautomation.ignition.designer.IgnitionDesigner[f[...] #subComponent_001.getAncestorNotifier() ''' getAncestorNotifier_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[171] getAncestorNotifier_Value = getAncestorNotifier_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! subComponent_001.getAncestorListeners() ''' getAncestorListeners_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[174] getAncestorListeners_Value = getAncestorListeners_Method.invoke(subComponent_001) ''' #getAncestorListeners_Value = array(javax.swing.event.AncestorListener) #subComponent_001.getBounds() ''' getBounds_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[188] getBounds_Value = getBounds_Method.invoke(subComponent_001) ''' #Threw Exception: No value could be obtained! subComponent_001.getRootPane() ''' getRootPane_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[192] getRootPane_Value = getRootPane_Method.invoke(subComponent_001) ''' #getRootPane_Value = javax.swing.JRootPane[,0,0,1295x960,invalid,layout=javax.swi[...] #**************Declared 'set' Methods************* subComponent_001.setUI() ''' setUI_Method = subComponent_001.getClass().getDeclaredMethods()[6] setUI_Value = setUI_Method.invoke(subComponent_001) ''' #***********Declared 'set' Super Methods********** subComponent_001.setOpaque() ''' setOpaque_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[7] setOpaque_Value = setOpaque_Method.invoke(subComponent_001) ''' subComponent_001.setFont() ''' setFont_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[15] setFont_Value = setFont_Method.invoke(subComponent_001) ''' subComponent_001.setFocusTraversalKeys() ''' setFocusTraversalKeys_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[23] setFocusTraversalKeys_Value = setFocusTraversalKeys_Method.invoke(subComponent_001) ''' subComponent_001.setEnabled() ''' setEnabled_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[33] setEnabled_Value = setEnabled_Method.invoke(subComponent_001) ''' subComponent_001.setForeground() ''' setForeground_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[38] setForeground_Value = setForeground_Method.invoke(subComponent_001) ''' subComponent_001.setBackground() ''' setBackground_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[39] setBackground_Value = setBackground_Method.invoke(subComponent_001) ''' subComponent_001.setPreferredSize() ''' setPreferredSize_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[41] setPreferredSize_Value = setPreferredSize_Method.invoke(subComponent_001) ''' subComponent_001.setMinimumSize() ''' setMinimumSize_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[42] setMinimumSize_Value = setMinimumSize_Method.invoke(subComponent_001) ''' subComponent_001.setMaximumSize() ''' setMaximumSize_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[43] setMaximumSize_Value = setMaximumSize_Method.invoke(subComponent_001) ''' subComponent_001.setDoubleBuffered() ''' setDoubleBuffered_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[55] setDoubleBuffered_Value = setDoubleBuffered_Method.invoke(subComponent_001) ''' subComponent_001.setUIProperty() ''' setUIProperty_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[56] setUIProperty_Value = setUIProperty_Method.invoke(subComponent_001) ''' subComponent_001.setUI() ''' setUI_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[59] setUI_Value = setUI_Method.invoke(subComponent_001) ''' subComponent_001.setWriteObjCounter() ''' setWriteObjCounter_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[62] setWriteObjCounter_Value = setWriteObjCounter_Method.invoke(subComponent_001) ''' subComponent_001.setInheritsPopupMenu() ''' setInheritsPopupMenu_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[71] setInheritsPopupMenu_Value = setInheritsPopupMenu_Method.invoke(subComponent_001) ''' subComponent_001.setFlag() ''' setFlag_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[73] setFlag_Value = setFlag_Method.invoke(subComponent_001) ''' subComponent_001.setComponentPopupMenu() ''' setComponentPopupMenu_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[75] setComponentPopupMenu_Value = setComponentPopupMenu_Method.invoke(subComponent_001) ''' subComponent_001.setNextFocusableComponent() ''' setNextFocusableComponent_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[103] setNextFocusableComponent_Value = setNextFocusableComponent_Method.invoke(subComponent_001) ''' subComponent_001.setRequestFocusEnabled() ''' setRequestFocusEnabled_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[106] setRequestFocusEnabled_Value = setRequestFocusEnabled_Method.invoke(subComponent_001) ''' subComponent_001.setBorder() ''' setBorder_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[111] setBorder_Value = setBorder_Method.invoke(subComponent_001) ''' subComponent_001.setAlignmentY() ''' setAlignmentY_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[112] setAlignmentY_Value = setAlignmentY_Method.invoke(subComponent_001) ''' subComponent_001.setAlignmentX() ''' setAlignmentX_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[114] setAlignmentX_Value = setAlignmentX_Method.invoke(subComponent_001) ''' subComponent_001.setInputVerifier() ''' setInputVerifier_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[115] setInputVerifier_Value = setInputVerifier_Method.invoke(subComponent_001) ''' subComponent_001.setDebugGraphicsOptions() ''' setDebugGraphicsOptions_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[117] setDebugGraphicsOptions_Value = setDebugGraphicsOptions_Method.invoke(subComponent_001) ''' subComponent_001.resetKeyboardActions() ''' resetKeyboardActions_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[135] resetKeyboardActions_Value = resetKeyboardActions_Method.invoke(subComponent_001) ''' subComponent_001.setInputMap() ''' setInputMap_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[136] setInputMap_Value = setInputMap_Method.invoke(subComponent_001) ''' subComponent_001.setActionMap() ''' setActionMap_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[137] setActionMap_Value = setActionMap_Method.invoke(subComponent_001) ''' subComponent_001.setDefaultLocale() ''' setDefaultLocale_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[139] setDefaultLocale_Value = setDefaultLocale_Method.invoke(subComponent_001) ''' subComponent_001.setToolTipText() ''' setToolTipText_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[144] setToolTipText_Value = setToolTipText_Method.invoke(subComponent_001) ''' subComponent_001.setAutoscrolls() ''' setAutoscrolls_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[151] setAutoscrolls_Value = setAutoscrolls_Method.invoke(subComponent_001) ''' subComponent_001.setTransferHandler() ''' setTransferHandler_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[153] setTransferHandler_Value = setTransferHandler_Method.invoke(subComponent_001) ''' subComponent_001.setDropLocation() ''' setDropLocation_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[156] setDropLocation_Value = setDropLocation_Method.invoke(subComponent_001) ''' subComponent_001.setCreatedDoubleBuffer() ''' setCreatedDoubleBuffer_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[159] setCreatedDoubleBuffer_Value = setCreatedDoubleBuffer_Method.invoke(subComponent_001) ''' subComponent_001.setPaintingChild() ''' setPaintingChild_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[181] setPaintingChild_Value = setPaintingChild_Method.invoke(subComponent_001) ''' subComponent_001.setVisible() ''' setVisible_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[187] setVisible_Value = setVisible_Method.invoke(subComponent_001) ''' #************All Other Declared Methods*********** subComponent_001.writeObject() ''' writeObject_Method = subComponent_001.getClass().getDeclaredMethods()[0] writeObject_Value = writeObject_Method.invoke(subComponent_001) ''' subComponent_001.paramString() ''' paramString_Method = subComponent_001.getClass().getDeclaredMethods()[1] paramString_Value = paramString_Method.invoke(subComponent_001) ''' subComponent_001.updateUI() ''' updateUI_Method = subComponent_001.getClass().getDeclaredMethods()[3] updateUI_Value = updateUI_Method.invoke(subComponent_001) ''' #*********All Other Declared Super Methods******** subComponent_001.update() ''' update_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[0] update_Value = update_Method.invoke(subComponent_001) ''' subComponent_001.contains() ''' contains_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[1] contains_Value = contains_Method.invoke(subComponent_001) ''' subComponent_001.readObject() ''' readObject_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[3] readObject_Value = readObject_Method.invoke(subComponent_001) ''' subComponent_001.writeObject() ''' writeObject_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[4] writeObject_Value = writeObject_Method.invoke(subComponent_001) ''' subComponent_001.print() ''' print_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[5] print_Value = print_Method.invoke(subComponent_001) ''' subComponent_001.paramString() ''' paramString_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[8] paramString_Value = paramString_Method.invoke(subComponent_001) ''' subComponent_001.isOpaque() ''' isOpaque_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[9] isOpaque_Value = isOpaque_Method.invoke(subComponent_001) ''' subComponent_001.removeNotify() ''' removeNotify_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[12] removeNotify_Value = removeNotify_Method.invoke(subComponent_001) ''' subComponent_001.addNotify() ''' addNotify_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[13] addNotify_Value = addNotify_Method.invoke(subComponent_001) ''' subComponent_001.isValidateRoot() ''' isValidateRoot_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[14] isValidateRoot_Value = isValidateRoot_Method.invoke(subComponent_001) ''' subComponent_001.paint() ''' paint_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[21] paint_Value = paint_Method.invoke(subComponent_001) ''' subComponent_001.firePropertyChange() ''' firePropertyChange_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[24] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_001) ''' subComponent_001.firePropertyChange() ''' firePropertyChange_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[25] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_001) ''' subComponent_001.firePropertyChange() ''' firePropertyChange_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[26] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_001) ''' subComponent_001.requestFocus() ''' requestFocus_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[27] requestFocus_Value = requestFocus_Method.invoke(subComponent_001) ''' subComponent_001.requestFocus() ''' requestFocus_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[28] requestFocus_Value = requestFocus_Method.invoke(subComponent_001) ''' subComponent_001.enable() ''' enable_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[34] enable_Value = enable_Method.invoke(subComponent_001) ''' subComponent_001.disable() ''' disable_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[35] disable_Value = disable_Method.invoke(subComponent_001) ''' subComponent_001.isDoubleBuffered() ''' isDoubleBuffered_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[36] isDoubleBuffered_Value = isDoubleBuffered_Method.invoke(subComponent_001) ''' subComponent_001.hide() ''' hide_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[37] hide_Value = hide_Method.invoke(subComponent_001) ''' subComponent_001.reshape() ''' reshape_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[40] reshape_Value = reshape_Method.invoke(subComponent_001) ''' subComponent_001.printAll() ''' printAll_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[48] printAll_Value = printAll_Method.invoke(subComponent_001) ''' subComponent_001.processKeyEvent() ''' processKeyEvent_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[49] processKeyEvent_Value = processKeyEvent_Method.invoke(subComponent_001) ''' subComponent_001.processMouseEvent() ''' processMouseEvent_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[50] processMouseEvent_Value = processMouseEvent_Method.invoke(subComponent_001) ''' subComponent_001.processMouseMotionEvent() ''' processMouseMotionEvent_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[51] processMouseMotionEvent_Value = processMouseMotionEvent_Method.invoke(subComponent_001) ''' subComponent_001.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[52] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_001) ''' subComponent_001.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[53] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_001) ''' subComponent_001.compWriteObjectNotify() ''' compWriteObjectNotify_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[54] compWriteObjectNotify_Value = compWriteObjectNotify_Method.invoke(subComponent_001) ''' subComponent_001.updateUI() ''' updateUI_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[57] updateUI_Value = updateUI_Method.invoke(subComponent_001) ''' subComponent_001.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[63] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_001) ''' subComponent_001.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[64] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_001) ''' subComponent_001.isComponentObtainingGraphicsFrom() ''' isComponentObtainingGraphicsFrom_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[66] isComponentObtainingGraphicsFrom_Value = isComponentObtainingGraphicsFrom_Method.invoke(subComponent_001) ''' subComponent_001.fetchRectangle() ''' fetchRectangle_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[69] fetchRectangle_Value = fetchRectangle_Method.invoke(subComponent_001) ''' subComponent_001.recycleRectangle() ''' recycleRectangle_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[70] recycleRectangle_Value = recycleRectangle_Method.invoke(subComponent_001) ''' subComponent_001.isManagingFocus() ''' isManagingFocus_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[77] isManagingFocus_Value = isManagingFocus_Method.invoke(subComponent_001) ''' subComponent_001.uninstallUIAndProperties() ''' uninstallUIAndProperties_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[79] uninstallUIAndProperties_Value = uninstallUIAndProperties_Method.invoke(subComponent_001) ''' subComponent_001.putClientProperty() ''' putClientProperty_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[80] putClientProperty_Value = putClientProperty_Method.invoke(subComponent_001) ''' subComponent_001.shouldDebugGraphics() ''' shouldDebugGraphics_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[82] shouldDebugGraphics_Value = shouldDebugGraphics_Method.invoke(subComponent_001) ''' subComponent_001.paintComponent() ''' paintComponent_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[83] paintComponent_Value = paintComponent_Method.invoke(subComponent_001) ''' subComponent_001.paintChildren() ''' paintChildren_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[84] paintChildren_Value = paintChildren_Method.invoke(subComponent_001) ''' subComponent_001.isOptimizedDrawingEnabled() ''' isOptimizedDrawingEnabled_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[85] isOptimizedDrawingEnabled_Value = isOptimizedDrawingEnabled_Method.invoke(subComponent_001) ''' subComponent_001.checkIfChildObscuredBySibling() ''' checkIfChildObscuredBySibling_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[86] checkIfChildObscuredBySibling_Value = checkIfChildObscuredBySibling_Method.invoke(subComponent_001) ''' subComponent_001.isLightweightComponent() ''' isLightweightComponent_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[87] isLightweightComponent_Value = isLightweightComponent_Method.invoke(subComponent_001) ''' subComponent_001.paintBorder() ''' paintBorder_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[89] paintBorder_Value = paintBorder_Method.invoke(subComponent_001) ''' subComponent_001.adjustPaintFlags() ''' adjustPaintFlags_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[91] adjustPaintFlags_Value = adjustPaintFlags_Method.invoke(subComponent_001) ''' subComponent_001.isPainting() ''' isPainting_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[92] isPainting_Value = isPainting_Method.invoke(subComponent_001) ''' subComponent_001.rectangleIsObscured() ''' rectangleIsObscured_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[93] rectangleIsObscured_Value = rectangleIsObscured_Method.invoke(subComponent_001) ''' subComponent_001.printComponent() ''' printComponent_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[94] printComponent_Value = printComponent_Method.invoke(subComponent_001) ''' subComponent_001.printBorder() ''' printBorder_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[95] printBorder_Value = printBorder_Method.invoke(subComponent_001) ''' subComponent_001.printChildren() ''' printChildren_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[96] printChildren_Value = printChildren_Method.invoke(subComponent_001) ''' subComponent_001.paintForceDoubleBuffered() ''' paintForceDoubleBuffered_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[97] paintForceDoubleBuffered_Value = paintForceDoubleBuffered_Method.invoke(subComponent_001) ''' subComponent_001.isPaintingTile() ''' isPaintingTile_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[98] isPaintingTile_Value = isPaintingTile_Method.invoke(subComponent_001) ''' subComponent_001.isPaintingForPrint() ''' isPaintingForPrint_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[99] isPaintingForPrint_Value = isPaintingForPrint_Method.invoke(subComponent_001) ''' subComponent_001.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[100] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_001) ''' subComponent_001.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[101] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_001) ''' subComponent_001.deregisterNextFocusableComponent() ''' deregisterNextFocusableComponent_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[104] deregisterNextFocusableComponent_Value = deregisterNextFocusableComponent_Method.invoke(subComponent_001) ''' subComponent_001.isRequestFocusEnabled() ''' isRequestFocusEnabled_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[107] isRequestFocusEnabled_Value = isRequestFocusEnabled_Method.invoke(subComponent_001) ''' subComponent_001.grabFocus() ''' grabFocus_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[108] grabFocus_Value = grabFocus_Method.invoke(subComponent_001) ''' subComponent_001.validateAlignment() ''' validateAlignment_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[113] validateAlignment_Value = validateAlignment_Method.invoke(subComponent_001) ''' subComponent_001.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[119] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_001) ''' subComponent_001.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[120] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_001) ''' subComponent_001.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[126] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_001) ''' subComponent_001.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[127] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_001) ''' subComponent_001.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[128] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_001) ''' subComponent_001.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[129] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_001) ''' subComponent_001.componentInputMapChanged() ''' componentInputMapChanged_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[130] componentInputMapChanged_Value = componentInputMapChanged_Method.invoke(subComponent_001) ''' subComponent_001.unregisterKeyboardAction() ''' unregisterKeyboardAction_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[131] unregisterKeyboardAction_Value = unregisterKeyboardAction_Method.invoke(subComponent_001) ''' subComponent_001.requestDefaultFocus() ''' requestDefaultFocus_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[138] requestDefaultFocus_Value = requestDefaultFocus_Method.invoke(subComponent_001) ''' subComponent_001.processComponentKeyEvent() ''' processComponentKeyEvent_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[140] processComponentKeyEvent_Value = processComponentKeyEvent_Method.invoke(subComponent_001) ''' subComponent_001.processKeyBindings() ''' processKeyBindings_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[141] processKeyBindings_Value = processKeyBindings_Method.invoke(subComponent_001) ''' subComponent_001.processKeyBinding() ''' processKeyBinding_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[142] processKeyBinding_Value = processKeyBinding_Method.invoke(subComponent_001) ''' subComponent_001.processKeyBindingsForAllComponents() ''' processKeyBindingsForAllComponents_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[143] processKeyBindingsForAllComponents_Value = processKeyBindingsForAllComponents_Method.invoke(subComponent_001) ''' subComponent_001.createToolTip() ''' createToolTip_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[149] createToolTip_Value = createToolTip_Method.invoke(subComponent_001) ''' subComponent_001.scrollRectToVisible() ''' scrollRectToVisible_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[150] scrollRectToVisible_Value = scrollRectToVisible_Method.invoke(subComponent_001) ''' subComponent_001.dropLocationForPoint() ''' dropLocationForPoint_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[155] dropLocationForPoint_Value = dropLocationForPoint_Method.invoke(subComponent_001) ''' subComponent_001.dndDone() ''' dndDone_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[157] dndDone_Value = dndDone_Method.invoke(subComponent_001) ''' subComponent_001.superProcessMouseMotionEvent() ''' superProcessMouseMotionEvent_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[158] superProcessMouseMotionEvent_Value = superProcessMouseMotionEvent_Method.invoke(subComponent_001) ''' subComponent_001.clientPropertyChanged() ''' clientPropertyChanged_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[162] clientPropertyChanged_Value = clientPropertyChanged_Method.invoke(subComponent_001) ''' subComponent_001.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[163] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_001) ''' subComponent_001.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[164] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_001) ''' subComponent_001.fireVetoableChange() ''' fireVetoableChange_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[166] fireVetoableChange_Value = fireVetoableChange_Method.invoke(subComponent_001) ''' subComponent_001.addVetoableChangeListener() ''' addVetoableChangeListener_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[167] addVetoableChangeListener_Value = addVetoableChangeListener_Method.invoke(subComponent_001) ''' subComponent_001.removeVetoableChangeListener() ''' removeVetoableChangeListener_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[168] removeVetoableChangeListener_Value = removeVetoableChangeListener_Method.invoke(subComponent_001) ''' subComponent_001.addAncestorListener() ''' addAncestorListener_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[172] addAncestorListener_Value = addAncestorListener_Method.invoke(subComponent_001) ''' subComponent_001.removeAncestorListener() ''' removeAncestorListener_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[173] removeAncestorListener_Value = removeAncestorListener_Method.invoke(subComponent_001) ''' #subComponent_001.lambda$revalidate$0() ''' lambdarevalidate0_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[175] lambdarevalidate0_Value = lambdarevalidate0_Method.invoke(#subComponent_001) ''' subComponent_001.isPaintingOrigin() ''' isPaintingOrigin_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[176] isPaintingOrigin_Value = isPaintingOrigin_Method.invoke(subComponent_001) ''' subComponent_001.paintImmediately() ''' paintImmediately_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[177] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_001) ''' subComponent_001.paintImmediately() ''' paintImmediately_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[178] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_001) ''' subComponent_001._paintImmediately() ''' _paintImmediately_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[179] _paintImmediately_Value = _paintImmediately_Method.invoke(subComponent_001) ''' subComponent_001.alwaysOnTop() ''' alwaysOnTop_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[180] alwaysOnTop_Value = alwaysOnTop_Method.invoke(subComponent_001) ''' subComponent_001.paintToOffscreen() ''' paintToOffscreen_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[182] paintToOffscreen_Value = paintToOffscreen_Method.invoke(subComponent_001) ''' #subComponent_001.access$000() ''' access000_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[183] access000_Value = access000_Method.invoke(#subComponent_001) ''' #subComponent_001.access$100() ''' access100_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[184] access100_Value = access100_Method.invoke(#subComponent_001) ''' #subComponent_001.access$200() ''' access200_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[185] access200_Value = access200_Method.invoke(#subComponent_001) ''' #subComponent_001.access$300() ''' access300_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[186] access300_Value = access300_Method.invoke(#subComponent_001) ''' subComponent_001.repaint() ''' repaint_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[189] repaint_Value = repaint_Method.invoke(subComponent_001) ''' subComponent_001.repaint() ''' repaint_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[190] repaint_Value = repaint_Method.invoke(subComponent_001) ''' subComponent_001.revalidate() ''' revalidate_Method = subComponent_001.getClass().getSuperclass().getDeclaredMethods()[191] revalidate_Value = revalidate_Method.invoke(subComponent_001) ''' endFunction = True #========================================================== #========================================================== subComponent_002 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(0) def subComponent_002(): # def subComponent_002_Declared_Fields(): #*****************Declared Fields***************** subComponent_002.legendLocation #subComponent_002.legendLocation = 0 subComponent_002.dateStyle #subComponent_002.dateStyle = 0 subComponent_002.timeStyle #subComponent_002.timeStyle = 15 subComponent_002.alterablePens #subComponent_002.alterablePens = [] #NOTE: The following fields can only be accessed through reflection #subComponent_002.getClass().getDeclaredFields()[3] penQueries_Field = subComponent_002.getClass().getDeclaredField('penQueries') penQueries_Field.setAccessible(True) penQueries_Value = penQueries_Field.get(subComponent_002) #penQueries_Value = [] #subComponent_002.getClass().getDeclaredFields()[4] histogramQueries_Field = subComponent_002.getClass().getDeclaredField('histogramQueries') histogramQueries_Field.setAccessible(True) histogramQueries_Value = histogramQueries_Field.get(subComponent_002) #histogramQueries_Value = [] #subComponent_002.getClass().getDeclaredFields()[6] animator_Field = subComponent_002.getClass().getDeclaredField('animator') animator_Field.setAccessible(True) animator_Value = animator_Field.get(subComponent_002) #animator_Value = com.inductiveautomation.factorypmi.application.components.ut[...] #subComponent_002.getClass().getDeclaredFields()[7] queriesEnabled_Field = subComponent_002.getClass().getDeclaredField('queriesEnabled') queriesEnabled_Field.setAccessible(True) queriesEnabled_Value = queriesEnabled_Field.get(subComponent_002) #queriesEnabled_Value = True #subComponent_002.getClass().getDeclaredFields()[8] xAxis_Field = subComponent_002.getClass().getDeclaredField('xAxis') xAxis_Field.setAccessible(True) xAxis_Value = xAxis_Field.get(subComponent_002) #xAxis_Value = com.inductiveautomation.factorypmi.application.components.ch[...] #subComponent_002.getClass().getDeclaredFields()[9] zoomed_Field = subComponent_002.getClass().getDeclaredField('zoomed') zoomed_Field.setAccessible(True) zoomed_Value = zoomed_Field.get(subComponent_002) #zoomed_Value = False #subComponent_002.getClass().getDeclaredFields()[10] zoomDetectionLockout_Field = subComponent_002.getClass().getDeclaredField('zoomDetectionLockout') zoomDetectionLockout_Field.setAccessible(True) zoomDetectionLockout_Value = zoomDetectionLockout_Field.get(subComponent_002) #zoomDetectionLockout_Value = False #subComponent_002.getClass().getDeclaredFields()[11] currentAxes_Field = subComponent_002.getClass().getDeclaredField('currentAxes') currentAxes_Field.setAccessible(True) currentAxes_Value = currentAxes_Field.get(subComponent_002) #currentAxes_Value = [com.inductiveautomation.factorypmi.application.components.P[...] #subComponent_002.getClass().getDeclaredFields()[12] plots_Field = subComponent_002.getClass().getDeclaredField('plots') plots_Field.setAccessible(True) plots_Value = plots_Field.get(subComponent_002) #plots_Value = array(com.inductiveautomation.factorypmi.application.compone[...] #subComponent_002.getClass().getDeclaredFields()[13] this0_Field = subComponent_002.getClass().getDeclaredField('this$0') this0_Field.setAccessible(True) this0_Value = this0_Field.get(subComponent_002) #this0_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #**************Declared Super Fields************** subComponent_002.plotBackground #subComponent_002.plotBackground = java.awt.Color[r=255,g=255,b=255] subComponent_002.gridlineColor #subComponent_002.gridlineColor = java.awt.Color[r=192,g=192,b=192] subComponent_002.gridlineStroke #subComponent_002.gridlineStroke = java.awt.BasicStroke@269b13e subComponent_002.gridlineDashPattern #subComponent_002.gridlineDashPattern = 2,2 subComponent_002.gridlineWidth #subComponent_002.gridlineWidth = 0.5 subComponent_002.title #subComponent_002.title = subComponent_002.titleFont #subComponent_002.titleFont = java.awt.Font[family=Tahoma,name=Tahoma,style=bold,size=20] subComponent_002.legend #subComponent_002.legend = True subComponent_002.tooltips #subComponent_002.tooltips = True subComponent_002.propertiesLoading #subComponent_002.propertiesLoading = 0 subComponent_002.selectedXValue #subComponent_002.selectedXValue = subComponent_002.antialias #subComponent_002.antialias = False #NOTE: The following fields can only be accessed through reflection #subComponent_002.getClass().getSuperclass().getDeclaredFields()[0] EMPTY_CHART_Field = subComponent_002.getClass().getSuperclass().getDeclaredField('EMPTY_CHART') EMPTY_CHART_Field.setAccessible(True) EMPTY_CHART_Value = EMPTY_CHART_Field.get(subComponent_002) #EMPTY_CHART_Value = org.jfree.chart.JFreeChart@1a218209 #subComponent_002.getClass().getSuperclass().getDeclaredFields()[1] MODE_ZOOM_Field = subComponent_002.getClass().getSuperclass().getDeclaredField('MODE_ZOOM') MODE_ZOOM_Field.setAccessible(True) MODE_ZOOM_Value = MODE_ZOOM_Field.get(subComponent_002) #MODE_ZOOM_Value = 0 #subComponent_002.getClass().getSuperclass().getDeclaredFields()[2] MODE_PAN_Field = subComponent_002.getClass().getSuperclass().getDeclaredField('MODE_PAN') MODE_PAN_Field.setAccessible(True) MODE_PAN_Value = MODE_PAN_Field.get(subComponent_002) #MODE_PAN_Value = 1 #subComponent_002.getClass().getSuperclass().getDeclaredFields()[3] MODE_MARK_Field = subComponent_002.getClass().getSuperclass().getDeclaredField('MODE_MARK') MODE_MARK_Field.setAccessible(True) MODE_MARK_Value = MODE_MARK_Field.get(subComponent_002) #MODE_MARK_Value = 3 #subComponent_002.getClass().getSuperclass().getDeclaredFields()[4] MODE_XTRACE_Field = subComponent_002.getClass().getSuperclass().getDeclaredField('MODE_XTRACE') MODE_XTRACE_Field.setAccessible(True) MODE_XTRACE_Value = MODE_XTRACE_Field.get(subComponent_002) #MODE_XTRACE_Value = 4 #subComponent_002.getClass().getSuperclass().getDeclaredFields()[16] realtimePan_Field = subComponent_002.getClass().getSuperclass().getDeclaredField('realtimePan') realtimePan_Field.setAccessible(True) realtimePan_Value = realtimePan_Field.get(subComponent_002) #realtimePan_Value = True #subComponent_002.getClass().getSuperclass().getDeclaredFields()[17] stickyAnchor_Field = subComponent_002.getClass().getSuperclass().getDeclaredField('stickyAnchor') stickyAnchor_Field.setAccessible(True) stickyAnchor_Value = stickyAnchor_Field.get(subComponent_002) #stickyAnchor_Value = True #subComponent_002.getClass().getSuperclass().getDeclaredFields()[19] xTraceTrackMouse_Field = subComponent_002.getClass().getSuperclass().getDeclaredField('xTraceTrackMouse') xTraceTrackMouse_Field.setAccessible(True) xTraceTrackMouse_Value = xTraceTrackMouse_Field.get(subComponent_002) #xTraceTrackMouse_Value = False #subComponent_002.getClass().getSuperclass().getDeclaredFields()[20] selectedXValueListener_Field = subComponent_002.getClass().getSuperclass().getDeclaredField('selectedXValueListener') selectedXValueListener_Field.setAccessible(True) selectedXValueListener_Value = selectedXValueListener_Field.get(subComponent_002) #selectedXValueListener_Value = com.inductiveautomation.factorypmi.application.components.ch[...] #subComponent_002.getClass().getSuperclass().getDeclaredFields()[21] mode_Field = subComponent_002.getClass().getSuperclass().getDeclaredField('mode') mode_Field.setAccessible(True) mode_Value = mode_Field.get(subComponent_002) #mode_Value = 0 #subComponent_002.getClass().getSuperclass().getDeclaredFields()[22] panStartPoint_Field = subComponent_002.getClass().getSuperclass().getDeclaredField('panStartPoint') panStartPoint_Field.setAccessible(True) panStartPoint_Value = panStartPoint_Field.get(subComponent_002) #panStartPoint_Value = None #subComponent_002.getClass().getSuperclass().getDeclaredFields()[23] panLine_Field = subComponent_002.getClass().getSuperclass().getDeclaredField('panLine') panLine_Field.setAccessible(True) panLine_Value = panLine_Field.get(subComponent_002) #panLine_Value = None #subComponent_002.getClass().getSuperclass().getDeclaredFields()[24] panLineStroke_Field = subComponent_002.getClass().getSuperclass().getDeclaredField('panLineStroke') panLineStroke_Field.setAccessible(True) panLineStroke_Value = panLineStroke_Field.get(subComponent_002) #panLineStroke_Value = java.awt.BasicStroke@18e003e0 #subComponent_002.getClass().getSuperclass().getDeclaredFields()[25] zoomItem_Field = subComponent_002.getClass().getSuperclass().getDeclaredField('zoomItem') zoomItem_Field.setAccessible(True) zoomItem_Value = zoomItem_Field.get(subComponent_002) #zoomItem_Value = javax.swing.JRadioButtonMenuItem[,0,0,0x0,invalid,alignmentX[...] #subComponent_002.getClass().getSuperclass().getDeclaredFields()[26] panItem_Field = subComponent_002.getClass().getSuperclass().getDeclaredField('panItem') panItem_Field.setAccessible(True) panItem_Value = panItem_Field.get(subComponent_002) #panItem_Value = javax.swing.JRadioButtonMenuItem[,0,0,0x0,invalid,alignmentX[...] #subComponent_002.getClass().getSuperclass().getDeclaredFields()[27] markItem_Field = subComponent_002.getClass().getSuperclass().getDeclaredField('markItem') markItem_Field.setAccessible(True) markItem_Value = markItem_Field.get(subComponent_002) #markItem_Value = javax.swing.JRadioButtonMenuItem[,0,0,0x0,invalid,alignmentX[...] #subComponent_002.getClass().getSuperclass().getDeclaredFields()[28] xtraceItem_Field = subComponent_002.getClass().getSuperclass().getDeclaredField('xtraceItem') xtraceItem_Field.setAccessible(True) xtraceItem_Value = xtraceItem_Field.get(subComponent_002) #xtraceItem_Value = javax.swing.JRadioButtonMenuItem[,0,0,0x0,invalid,alignmentX[...] endFunction = True def subComponent_002_Declared_Methods(): #**************Declared 'get' Methods************* subComponent_002.getTimeStyle() ''' getTimeStyle_Method = subComponent_002.getClass().getDeclaredMethods()[6] getTimeStyle_Value = getTimeStyle_Method.invoke(subComponent_002) ''' #getTimeStyle_Value = 15 subComponent_002.getDateStyle() ''' getDateStyle_Method = subComponent_002.getClass().getDeclaredMethods()[7] getDateStyle_Value = getDateStyle_Method.invoke(subComponent_002) ''' #getDateStyle_Value = 0 subComponent_002.getLegendLocation() ''' getLegendLocation_Method = subComponent_002.getClass().getDeclaredMethods()[11] getLegendLocation_Value = getLegendLocation_Method.invoke(subComponent_002) ''' #getLegendLocation_Value = 0 subComponent_002.getAlterablePens() ''' getAlterablePens_Method = subComponent_002.getClass().getDeclaredMethods()[17] getAlterablePens_Value = getAlterablePens_Method.invoke(subComponent_002) ''' #getAlterablePens_Value = [] #subComponent_002.getPlots() ''' getPlots_Method = subComponent_002.getClass().getDeclaredMethods()[18] getPlots_Value = getPlots_Method.invoke(subComponent_002) ''' #Threw Exception: No value could be obtained! #subComponent_002.getDatasets() ''' getDatasets_Method = subComponent_002.getClass().getDeclaredMethods()[21] getDatasets_Value = getDatasets_Method.invoke(subComponent_002) ''' #Threw Exception: No value could be obtained! subComponent_002.getDomainAxis() ''' getDomainAxis_Method = subComponent_002.getClass().getDeclaredMethods()[22] getDomainAxis_Value = getDomainAxis_Method.invoke(subComponent_002) ''' #getDomainAxis_Value = com.inductiveautomation.factorypmi.application.components.ch[...] #***********Declared 'get' Super Methods********** subComponent_002.getTitle() ''' getTitle_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[10] getTitle_Value = getTitle_Method.invoke(subComponent_002) ''' #getTitle_Value = subComponent_002.getTitleFont() ''' getTitleFont_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[16] getTitleFont_Value = getTitleFont_Method.invoke(subComponent_002) ''' #getTitleFont_Value = java.awt.Font[family=Tahoma,name=Tahoma,style=bold,size=20] subComponent_002.getSelectedXValue() ''' getSelectedXValue_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[19] getSelectedXValue_Value = getSelectedXValue_Method.invoke(subComponent_002) ''' #getSelectedXValue_Value = subComponent_002.getGridlineColor() ''' getGridlineColor_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[26] getGridlineColor_Value = getGridlineColor_Method.invoke(subComponent_002) ''' #getGridlineColor_Value = java.awt.Color[r=192,g=192,b=192] subComponent_002.getPlotBackground() ''' getPlotBackground_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[28] getPlotBackground_Value = getPlotBackground_Method.invoke(subComponent_002) ''' #getPlotBackground_Value = java.awt.Color[r=255,g=255,b=255] subComponent_002.getGridlineWidth() ''' getGridlineWidth_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[29] getGridlineWidth_Value = getGridlineWidth_Method.invoke(subComponent_002) ''' #getGridlineWidth_Value = 0.5 #subComponent_002.getPlots() ''' getPlots_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[33] getPlots_Value = getPlots_Method.invoke(subComponent_002) ''' #Threw Exception: No value could be obtained! #subComponent_002.getPNGBytes() ''' getPNGBytes_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[36] getPNGBytes_Value = getPNGBytes_Method.invoke(subComponent_002) ''' #Threw Exception: No value could be obtained! subComponent_002.getGridlineStroke() ''' getGridlineStroke_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[38] getGridlineStroke_Value = getGridlineStroke_Method.invoke(subComponent_002) ''' #getGridlineStroke_Value = java.awt.BasicStroke@269b13e #subComponent_002.getPointInRectangle() ''' getPointInRectangle_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[41] getPointInRectangle_Value = getPointInRectangle_Method.invoke(subComponent_002) ''' #Threw Exception: No value could be obtained! subComponent_002.getPropertiesLoading() ''' getPropertiesLoading_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[43] getPropertiesLoading_Value = getPropertiesLoading_Method.invoke(subComponent_002) ''' #getPropertiesLoading_Value = 0 subComponent_002.getGridlineDashPattern() ''' getGridlineDashPattern_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[47] getGridlineDashPattern_Value = getGridlineDashPattern_Method.invoke(subComponent_002) ''' #getGridlineDashPattern_Value = 2,2 subComponent_002.getXTraceTrackMouse() ''' getXTraceTrackMouse_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[52] getXTraceTrackMouse_Value = getXTraceTrackMouse_Method.invoke(subComponent_002) ''' #getXTraceTrackMouse_Value = False #**************Declared 'set' Methods************* subComponent_002.exportDatasets() ''' exportDatasets_Method = subComponent_002.getClass().getDeclaredMethods()[4] exportDatasets_Value = exportDatasets_Method.invoke(subComponent_002) ''' subComponent_002.setTimeStyle() ''' setTimeStyle_Method = subComponent_002.getClass().getDeclaredMethods()[5] setTimeStyle_Value = setTimeStyle_Method.invoke(subComponent_002) ''' subComponent_002.setDateStyle() ''' setDateStyle_Method = subComponent_002.getClass().getDeclaredMethods()[8] setDateStyle_Value = setDateStyle_Method.invoke(subComponent_002) ''' subComponent_002.resetAxes() ''' resetAxes_Method = subComponent_002.getClass().getDeclaredMethods()[9] resetAxes_Value = resetAxes_Method.invoke(subComponent_002) ''' subComponent_002.setLegendLocation() ''' setLegendLocation_Method = subComponent_002.getClass().getDeclaredMethods()[10] setLegendLocation_Value = setLegendLocation_Method.invoke(subComponent_002) ''' subComponent_002.setAlterablePens() ''' setAlterablePens_Method = subComponent_002.getClass().getDeclaredMethods()[13] setAlterablePens_Value = setAlterablePens_Method.invoke(subComponent_002) ''' subComponent_002.setZoomed() ''' setZoomed_Method = subComponent_002.getClass().getDeclaredMethods()[14] setZoomed_Value = setZoomed_Method.invoke(subComponent_002) ''' subComponent_002.setQueriesEnabled() ''' setQueriesEnabled_Method = subComponent_002.getClass().getDeclaredMethods()[15] setQueriesEnabled_Value = setQueriesEnabled_Method.invoke(subComponent_002) ''' #***********Declared 'set' Super Methods********** subComponent_002.setFont() ''' setFont_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[2] setFont_Value = setFont_Method.invoke(subComponent_002) ''' subComponent_002.setForeground() ''' setForeground_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[3] setForeground_Value = setForeground_Method.invoke(subComponent_002) ''' subComponent_002.setBackground() ''' setBackground_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[4] setBackground_Value = setBackground_Method.invoke(subComponent_002) ''' subComponent_002.setTitle() ''' setTitle_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[11] setTitle_Value = setTitle_Method.invoke(subComponent_002) ''' subComponent_002.setBounds() ''' setBounds_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[13] setBounds_Value = setBounds_Method.invoke(subComponent_002) ''' subComponent_002.setTitleFont() ''' setTitleFont_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[17] setTitleFont_Value = setTitleFont_Method.invoke(subComponent_002) ''' subComponent_002.setMode() ''' setMode_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[18] setMode_Value = setMode_Method.invoke(subComponent_002) ''' subComponent_002.setTooltips() ''' setTooltips_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[20] setTooltips_Value = setTooltips_Method.invoke(subComponent_002) ''' subComponent_002.setSelectedXValue() ''' setSelectedXValue_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[22] setSelectedXValue_Value = setSelectedXValue_Method.invoke(subComponent_002) ''' subComponent_002.setLegend() ''' setLegend_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[23] setLegend_Value = setLegend_Method.invoke(subComponent_002) ''' subComponent_002.setGridlineColor() ''' setGridlineColor_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[24] setGridlineColor_Value = setGridlineColor_Method.invoke(subComponent_002) ''' subComponent_002.setGridlineWidth() ''' setGridlineWidth_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[25] setGridlineWidth_Value = setGridlineWidth_Method.invoke(subComponent_002) ''' subComponent_002.setPlotBackground() ''' setPlotBackground_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[27] setPlotBackground_Value = setPlotBackground_Method.invoke(subComponent_002) ''' subComponent_002.resetAxes() ''' resetAxes_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[30] resetAxes_Value = resetAxes_Method.invoke(subComponent_002) ''' subComponent_002._setSelectedXValue() ''' _setSelectedXValue_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[39] _setSelectedXValue_Value = _setSelectedXValue_Method.invoke(subComponent_002) ''' subComponent_002.setPropertiesLoading() ''' setPropertiesLoading_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[42] setPropertiesLoading_Value = setPropertiesLoading_Method.invoke(subComponent_002) ''' subComponent_002.setGridlineDashPattern() ''' setGridlineDashPattern_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[48] setGridlineDashPattern_Value = setGridlineDashPattern_Method.invoke(subComponent_002) ''' subComponent_002.setXTraceTrackMouse() ''' setXTraceTrackMouse_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[50] setXTraceTrackMouse_Value = setXTraceTrackMouse_Method.invoke(subComponent_002) ''' subComponent_002.setAutoAnnotationMode() ''' setAutoAnnotationMode_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[51] setAutoAnnotationMode_Value = setAutoAnnotationMode_Method.invoke(subComponent_002) ''' #************All Other Declared Methods*********** subComponent_002.shutdown() ''' shutdown_Method = subComponent_002.getClass().getDeclaredMethods()[0] shutdown_Value = shutdown_Method.invoke(subComponent_002) ''' subComponent_002.paintComponent() ''' paintComponent_Method = subComponent_002.getClass().getDeclaredMethods()[1] paintComponent_Value = paintComponent_Method.invoke(subComponent_002) ''' subComponent_002.startup() ''' startup_Method = subComponent_002.getClass().getDeclaredMethods()[2] startup_Value = startup_Method.invoke(subComponent_002) ''' subComponent_002.createRenderer() ''' createRenderer_Method = subComponent_002.getClass().getDeclaredMethods()[3] createRenderer_Value = createRenderer_Method.invoke(subComponent_002) ''' subComponent_002.updateXAxis() ''' updateXAxis_Method = subComponent_002.getClass().getDeclaredMethods()[12] updateXAxis_Value = updateXAxis_Method.invoke(subComponent_002) ''' subComponent_002.createChartImpl() ''' createChartImpl_Method = subComponent_002.getClass().getDeclaredMethods()[16] createChartImpl_Value = createChartImpl_Method.invoke(subComponent_002) ''' subComponent_002.localeChanged() ''' localeChanged_Method = subComponent_002.getClass().getDeclaredMethods()[19] localeChanged_Value = localeChanged_Method.invoke(subComponent_002) ''' subComponent_002.generateQueries() ''' generateQueries_Method = subComponent_002.getClass().getDeclaredMethods()[20] generateQueries_Value = generateQueries_Method.invoke(subComponent_002) ''' subComponent_002.axisChanged() ''' axisChanged_Method = subComponent_002.getClass().getDeclaredMethods()[23] axisChanged_Value = axisChanged_Method.invoke(subComponent_002) ''' subComponent_002.generateHistogramQueries() ''' generateHistogramQueries_Method = subComponent_002.getClass().getDeclaredMethods()[24] generateHistogramQueries_Value = generateHistogramQueries_Method.invoke(subComponent_002) ''' subComponent_002.updateQueryWhereParams() ''' updateQueryWhereParams_Method = subComponent_002.getClass().getDeclaredMethods()[25] updateQueryWhereParams_Value = updateQueryWhereParams_Method.invoke(subComponent_002) ''' subComponent_002.updateQueryDateRange() ''' updateQueryDateRange_Method = subComponent_002.getClass().getDeclaredMethods()[26] updateQueryDateRange_Value = updateQueryDateRange_Method.invoke(subComponent_002) ''' subComponent_002.respectDomainRangeOnPan() ''' respectDomainRangeOnPan_Method = subComponent_002.getClass().getDeclaredMethods()[27] respectDomainRangeOnPan_Value = respectDomainRangeOnPan_Method.invoke(subComponent_002) ''' subComponent_002.updateHistogramQueryDateRange() ''' updateHistogramQueryDateRange_Method = subComponent_002.getClass().getDeclaredMethods()[28] updateHistogramQueryDateRange_Value = updateHistogramQueryDateRange_Method.invoke(subComponent_002) ''' subComponent_002.exportExcel() ''' exportExcel_Method = subComponent_002.getClass().getDeclaredMethods()[29] exportExcel_Value = exportExcel_Method.invoke(subComponent_002) ''' #*********All Other Declared Super Methods******** subComponent_002.print() ''' print_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[0] print_Value = print_Method.invoke(subComponent_002) ''' subComponent_002.isOpaque() ''' isOpaque_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[1] isOpaque_Value = isOpaque_Method.invoke(subComponent_002) ''' subComponent_002.mousePressed() ''' mousePressed_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[5] mousePressed_Value = mousePressed_Method.invoke(subComponent_002) ''' subComponent_002.mouseReleased() ''' mouseReleased_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[6] mouseReleased_Value = mouseReleased_Method.invoke(subComponent_002) ''' subComponent_002.mouseMoved() ''' mouseMoved_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[7] mouseMoved_Value = mouseMoved_Method.invoke(subComponent_002) ''' subComponent_002.mouseDragged() ''' mouseDragged_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[8] mouseDragged_Value = mouseDragged_Method.invoke(subComponent_002) ''' subComponent_002.paintComponent() ''' paintComponent_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[9] paintComponent_Value = paintComponent_Method.invoke(subComponent_002) ''' subComponent_002.createPopupMenu() ''' createPopupMenu_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[12] createPopupMenu_Value = createPopupMenu_Method.invoke(subComponent_002) ''' subComponent_002.actionPerformed() ''' actionPerformed_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[14] actionPerformed_Value = actionPerformed_Method.invoke(subComponent_002) ''' subComponent_002.createTitle() ''' createTitle_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[15] createTitle_Value = createTitle_Method.invoke(subComponent_002) ''' subComponent_002.isTooltips() ''' isTooltips_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[21] isTooltips_Value = isTooltips_Method.invoke(subComponent_002) ''' subComponent_002.createChartImpl() ''' createChartImpl_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[31] createChartImpl_Value = createChartImpl_Method.invoke(subComponent_002) ''' subComponent_002.isLegend() ''' isLegend_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[32] isLegend_Value = isLegend_Method.invoke(subComponent_002) ''' subComponent_002.saveAsImage() ''' saveAsImage_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[34] saveAsImage_Value = saveAsImage_Method.invoke(subComponent_002) ''' subComponent_002.saveAsImage() ''' saveAsImage_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[35] saveAsImage_Value = saveAsImage_Method.invoke(subComponent_002) ''' subComponent_002.redrawAtEventPoint() ''' redrawAtEventPoint_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[37] redrawAtEventPoint_Value = redrawAtEventPoint_Method.invoke(subComponent_002) ''' subComponent_002.createEmptyChart() ''' createEmptyChart_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[40] createEmptyChart_Value = createEmptyChart_Method.invoke(subComponent_002) ''' subComponent_002.createChart() ''' createChart_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[44] createChart_Value = createChart_Method.invoke(subComponent_002) ''' subComponent_002.doSaveAs() ''' doSaveAs_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[45] doSaveAs_Value = doSaveAs_Method.invoke(subComponent_002) ''' subComponent_002.restoreAutoBounds() ''' restoreAutoBounds_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[46] restoreAutoBounds_Value = restoreAutoBounds_Method.invoke(subComponent_002) ''' subComponent_002.respectDomainRangeOnPan() ''' respectDomainRangeOnPan_Method = subComponent_002.getClass().getSuperclass().getDeclaredMethods()[49] respectDomainRangeOnPan_Value = respectDomainRangeOnPan_Method.invoke(subComponent_002) ''' endFunction = True #========================================================== #========================================================== subComponent_003 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(1) def subComponent_003(): # def subComponent_003_Declared_Fields(): #*****************Declared Fields***************** subComponent_003.STARTUP_NONE #subComponent_003.STARTUP_NONE = 0 subComponent_003.STARTUP_AUTO #subComponent_003.STARTUP_AUTO = 1 subComponent_003.fillBackground #subComponent_003.fillBackground = False subComponent_003.unit #subComponent_003.unit = 11 subComponent_003.tickDensity #subComponent_003.tickDensity = 0.00999999977648 subComponent_003.startupMode #subComponent_003.startupMode = 1 subComponent_003.dateStyle #subComponent_003.dateStyle = 0 subComponent_003.timeStyle #subComponent_003.timeStyle = 15 subComponent_003.startupRange #subComponent_003.startupRange = 1 hour subComponent_003.startupSelection #subComponent_003.startupSelection = 10 minutes subComponent_003.densityData #subComponent_003.densityData = None subComponent_003.maxSelectionSize #subComponent_003.maxSelectionSize = 30 days subComponent_003.componentEnabled #subComponent_003.componentEnabled = True #NOTE: The following fields can only be accessed through reflection #subComponent_003.getClass().getDeclaredFields()[3] CAL_UNITS_Field = subComponent_003.getClass().getDeclaredField('CAL_UNITS') CAL_UNITS_Field.setAccessible(True) CAL_UNITS_Value = CAL_UNITS_Field.get(subComponent_003) #CAL_UNITS_Value = {u'sec': 13, u'week': 4, u'min': 12, u'month': 2, u'wk': 4, [...] #subComponent_003.getClass().getDeclaredFields()[4] textRangeEditor_Field = subComponent_003.getClass().getDeclaredField('textRangeEditor') textRangeEditor_Field.setAccessible(True) textRangeEditor_Value = textRangeEditor_Field.get(subComponent_003) #textRangeEditor_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #subComponent_003.getClass().getDeclaredFields()[5] shiftRightButton_Field = subComponent_003.getClass().getDeclaredField('shiftRightButton') shiftRightButton_Field.setAccessible(True) shiftRightButton_Value = shiftRightButton_Field.get(subComponent_003) #shiftRightButton_Value = com.inductiveautomation.factorypmi.application.components.ut[...] #subComponent_003.getClass().getDeclaredFields()[6] shiftLeftButton_Field = subComponent_003.getClass().getDeclaredField('shiftLeftButton') shiftLeftButton_Field.setAccessible(True) shiftLeftButton_Value = shiftLeftButton_Field.get(subComponent_003) #shiftLeftButton_Value = com.inductiveautomation.factorypmi.application.components.ut[...] #subComponent_003.getClass().getDeclaredFields()[7] zoomInButton_Field = subComponent_003.getClass().getDeclaredField('zoomInButton') zoomInButton_Field.setAccessible(True) zoomInButton_Value = zoomInButton_Field.get(subComponent_003) #zoomInButton_Value = com.inductiveautomation.factorypmi.application.components.ut[...] #subComponent_003.getClass().getDeclaredFields()[8] zoomOutButton_Field = subComponent_003.getClass().getDeclaredField('zoomOutButton') zoomOutButton_Field.setAccessible(True) zoomOutButton_Value = zoomOutButton_Field.get(subComponent_003) #zoomOutButton_Value = com.inductiveautomation.factorypmi.application.components.ut[...] #subComponent_003.getClass().getDeclaredFields()[9] slider_Field = subComponent_003.getClass().getDeclaredField('slider') slider_Field.setAccessible(True) slider_Value = slider_Field.get(subComponent_003) #slider_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #subComponent_003.getClass().getDeclaredFields()[10] units_Field = subComponent_003.getClass().getDeclaredField('units') units_Field.setAccessible(True) units_Value = units_Field.get(subComponent_003) #units_Value = [com.inductiveautomation.factorypmi.application.components.P[...] #subComponent_003.getClass().getDeclaredFields()[11] calendar_Field = subComponent_003.getClass().getDeclaredField('calendar') calendar_Field.setAccessible(True) calendar_Value = calendar_Field.get(subComponent_003) #calendar_Value = java.util.GregorianCalendar[time=1671525781654,areFieldsSet=[...] #subComponent_003.getClass().getDeclaredFields()[21] maxSelectionSizeActual_Field = subComponent_003.getClass().getDeclaredField('maxSelectionSizeActual') maxSelectionSizeActual_Field.setAccessible(True) maxSelectionSizeActual_Value = maxSelectionSizeActual_Field.get(subComponent_003) #maxSelectionSizeActual_Value = 2592000000 #**************Declared Super Fields************** subComponent_003.cursorCode #subComponent_003.cursorCode = 0 subComponent_003.antialias #subComponent_003.antialias = True subComponent_003.dynamicProps #subComponent_003.dynamicProps = None subComponent_003.styles #subComponent_003.styles = None subComponent_003.quality #subComponent_003.quality = None #NOTE: The following fields can only be accessed through reflection #subComponent_003.getClass().getSuperclass().getDeclaredFields()[0] context_Field = subComponent_003.getClass().getSuperclass().getDeclaredField('context') context_Field.setAccessible(True) context_Value = context_Field.get(subComponent_003) #context_Value = com.inductiveautomation.factorypmi.application.FPMIApp$AppCo[...] #subComponent_003.getClass().getSuperclass().getDeclaredFields()[4] styleListener_Field = subComponent_003.getClass().getSuperclass().getDeclaredField('styleListener') styleListener_Field.setAccessible(True) styleListener_Value = styleListener_Field.get(subComponent_003) #styleListener_Value = com.inductiveautomation.factorypmi.application.binding.Style[...] endFunction = True def subComponent_003_Declared_Methods(): #**************Declared 'get' Methods************* subComponent_003.getUnit() ''' getUnit_Method = subComponent_003.getClass().getDeclaredMethods()[13] getUnit_Value = getUnit_Method.invoke(subComponent_003) ''' #getUnit_Value = 11 subComponent_003.getTrackMargin() ''' getTrackMargin_Method = subComponent_003.getClass().getDeclaredMethods()[14] getTrackMargin_Value = getTrackMargin_Method.invoke(subComponent_003) ''' #getTrackMargin_Value = 20 subComponent_003.getTimeStyle() ''' getTimeStyle_Method = subComponent_003.getClass().getDeclaredMethods()[17] getTimeStyle_Value = getTimeStyle_Method.invoke(subComponent_003) ''' #getTimeStyle_Value = 15 subComponent_003.getDateStyle() ''' getDateStyle_Method = subComponent_003.getClass().getDeclaredMethods()[19] getDateStyle_Value = getDateStyle_Method.invoke(subComponent_003) ''' #getDateStyle_Value = 0 subComponent_003.getBoxFill() ''' getBoxFill_Method = subComponent_003.getClass().getDeclaredMethods()[20] getBoxFill_Value = getBoxFill_Method.invoke(subComponent_003) ''' #getBoxFill_Value = java.awt.Color[r=71,g=169,b=230] subComponent_003.getTickDensity() ''' getTickDensity_Method = subComponent_003.getClass().getDeclaredMethods()[23] getTickDensity_Value = getTickDensity_Method.invoke(subComponent_003) ''' #getTickDensity_Value = 0.00999999977648 subComponent_003.getStartupRange() ''' getStartupRange_Method = subComponent_003.getClass().getDeclaredMethods()[26] getStartupRange_Value = getStartupRange_Method.invoke(subComponent_003) ''' #getStartupRange_Value = 1 hour #subComponent_003.getGrossRange() ''' getGrossRange_Method = subComponent_003.getClass().getDeclaredMethods()[30] getGrossRange_Value = getGrossRange_Method.invoke(subComponent_003) ''' #Threw Exception: No value could be obtained! subComponent_003.getDensityData() ''' getDensityData_Method = subComponent_003.getClass().getDeclaredMethods()[31] getDensityData_Value = getDensityData_Method.invoke(subComponent_003) ''' #getDensityData_Value = None #subComponent_003.getNearestDownDate() ''' getNearestDownDate_Method = subComponent_003.getClass().getDeclaredMethods()[32] getNearestDownDate_Value = getNearestDownDate_Method.invoke(subComponent_003) ''' #Threw Exception: No value could be obtained! #subComponent_003.getRoundedUpDate() ''' getRoundedUpDate_Method = subComponent_003.getClass().getDeclaredMethods()[33] getRoundedUpDate_Value = getRoundedUpDate_Method.invoke(subComponent_003) ''' #Threw Exception: No value could be obtained! subComponent_003.getStartupMode() ''' getStartupMode_Method = subComponent_003.getClass().getDeclaredMethods()[39] getStartupMode_Value = getStartupMode_Method.invoke(subComponent_003) ''' #getStartupMode_Value = 1 #subComponent_003.getNearestUpDate() ''' getNearestUpDate_Method = subComponent_003.getClass().getDeclaredMethods()[40] getNearestUpDate_Value = getNearestUpDate_Method.invoke(subComponent_003) ''' #Threw Exception: No value could be obtained! #subComponent_003.getRoundedDownTime() ''' getRoundedDownTime_Method = subComponent_003.getClass().getDeclaredMethods()[42] getRoundedDownTime_Value = getRoundedDownTime_Method.invoke(subComponent_003) ''' #Threw Exception: No value could be obtained! #subComponent_003.getRoundedUpTime() ''' getRoundedUpTime_Method = subComponent_003.getClass().getDeclaredMethods()[45] getRoundedUpTime_Value = getRoundedUpTime_Method.invoke(subComponent_003) ''' #Threw Exception: No value could be obtained! #subComponent_003.getRoundedDownDate() ''' getRoundedDownDate_Method = subComponent_003.getClass().getDeclaredMethods()[46] getRoundedDownDate_Value = getRoundedDownDate_Method.invoke(subComponent_003) ''' #Threw Exception: No value could be obtained! subComponent_003.getEditorBackground() ''' getEditorBackground_Method = subComponent_003.getClass().getDeclaredMethods()[55] getEditorBackground_Value = getEditorBackground_Method.invoke(subComponent_003) ''' #getEditorBackground_Value = javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] subComponent_003.getSelectionHighlight() ''' getSelectionHighlight_Method = subComponent_003.getClass().getDeclaredMethods()[56] getSelectionHighlight_Value = getSelectionHighlight_Method.invoke(subComponent_003) ''' #getSelectionHighlight_Value = None subComponent_003.getStartDate() ''' getStartDate_Method = subComponent_003.getClass().getDeclaredMethods()[60] getStartDate_Value = getStartDate_Method.invoke(subComponent_003) ''' #getStartDate_Value = Tue Dec 20 02:33:00 CST 2022 subComponent_003.getEndDate() ''' getEndDate_Method = subComponent_003.getClass().getDeclaredMethods()[61] getEndDate_Value = getEndDate_Method.invoke(subComponent_003) ''' #getEndDate_Value = Tue Dec 20 02:43:59 CST 2022 subComponent_003.getHighDensityColor() ''' getHighDensityColor_Method = subComponent_003.getClass().getDeclaredMethods()[63] getHighDensityColor_Value = getHighDensityColor_Method.invoke(subComponent_003) ''' #getHighDensityColor_Value = java.awt.Color[r=255,g=0,b=0] subComponent_003.getStartupSelection() ''' getStartupSelection_Method = subComponent_003.getClass().getDeclaredMethods()[64] getStartupSelection_Value = getStartupSelection_Method.invoke(subComponent_003) ''' #getStartupSelection_Value = 10 minutes subComponent_003.getTodayIndicatorColor() ''' getTodayIndicatorColor_Method = subComponent_003.getClass().getDeclaredMethods()[66] getTodayIndicatorColor_Value = getTodayIndicatorColor_Method.invoke(subComponent_003) ''' #getTodayIndicatorColor_Value = java.awt.Color[r=0,g=0,b=255] subComponent_003.getMaxSelectionSize() ''' getMaxSelectionSize_Method = subComponent_003.getClass().getDeclaredMethods()[68] getMaxSelectionSize_Value = getMaxSelectionSize_Method.invoke(subComponent_003) ''' #getMaxSelectionSize_Value = 30 days subComponent_003.getEditorForegroundColor() ''' getEditorForegroundColor_Method = subComponent_003.getClass().getDeclaredMethods()[70] getEditorForegroundColor_Value = getEditorForegroundColor_Method.invoke(subComponent_003) ''' #getEditorForegroundColor_Value = javax.swing.plaf.ColorUIResource[r=46,g=46,b=46] subComponent_003.getOuterRangeStartDate() ''' getOuterRangeStartDate_Method = subComponent_003.getClass().getDeclaredMethods()[73] getOuterRangeStartDate_Value = getOuterRangeStartDate_Method.invoke(subComponent_003) ''' #getOuterRangeStartDate_Value = Tue Dec 20 01:00:00 CST 2022 subComponent_003.getOuterRangeEndDate() ''' getOuterRangeEndDate_Method = subComponent_003.getClass().getDeclaredMethods()[76] getOuterRangeEndDate_Value = getOuterRangeEndDate_Method.invoke(subComponent_003) ''' #getOuterRangeEndDate_Value = Tue Dec 20 02:59:59 CST 2022 #***********Declared 'get' Super Methods********** subComponent_003.getProperties() ''' getProperties_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[0] getProperties_Value = getProperties_Method.invoke(subComponent_003) ''' #getProperties_Value = array(com.inductiveautomation.factorypmi.application.binding[...] subComponent_003.getAppContext() ''' getAppContext_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[3] getAppContext_Value = getAppContext_Method.invoke(subComponent_003) ''' #getAppContext_Value = com.inductiveautomation.factorypmi.application.FPMIApp$AppCo[...] subComponent_003.getToolTipText() ''' getToolTipText_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[7] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_003) ''' #getToolTipText_Value = None #subComponent_003.getPropertyValue() ''' getPropertyValue_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[9] getPropertyValue_Value = getPropertyValue_Method.invoke(subComponent_003) ''' #Threw Exception: No value could be obtained! subComponent_003.getQuality() ''' getQuality_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[12] getQuality_Value = getQuality_Method.invoke(subComponent_003) ''' #getQuality_Value = None subComponent_003.getStyles() ''' getStyles_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[17] getStyles_Value = getStyles_Method.invoke(subComponent_003) ''' #getStyles_Value = None subComponent_003.getDynamicProps() ''' getDynamicProps_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[19] getDynamicProps_Value = getDynamicProps_Method.invoke(subComponent_003) ''' #getDynamicProps_Value = None subComponent_003.getCursorCode() ''' getCursorCode_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[22] getCursorCode_Value = getCursorCode_Method.invoke(subComponent_003) ''' #getCursorCode_Value = 0 subComponent_003.getDataQuality() ''' getDataQuality_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[28] getDataQuality_Value = getDataQuality_Method.invoke(subComponent_003) ''' #getDataQuality_Value = 600 #**************Declared 'set' Methods************* subComponent_003.setOpaque() ''' setOpaque_Method = subComponent_003.getClass().getDeclaredMethods()[1] setOpaque_Value = setOpaque_Method.invoke(subComponent_003) ''' subComponent_003.setFont() ''' setFont_Method = subComponent_003.getClass().getDeclaredMethods()[4] setFont_Value = setFont_Method.invoke(subComponent_003) ''' subComponent_003.setEnabled() ''' setEnabled_Method = subComponent_003.getClass().getDeclaredMethods()[5] setEnabled_Value = setEnabled_Method.invoke(subComponent_003) ''' subComponent_003.setForeground() ''' setForeground_Method = subComponent_003.getClass().getDeclaredMethods()[6] setForeground_Value = setForeground_Method.invoke(subComponent_003) ''' subComponent_003.setBounds() ''' setBounds_Method = subComponent_003.getClass().getDeclaredMethods()[8] setBounds_Value = setBounds_Method.invoke(subComponent_003) ''' subComponent_003.setComponentEnabled() ''' setComponentEnabled_Method = subComponent_003.getClass().getDeclaredMethods()[12] setComponentEnabled_Value = setComponentEnabled_Method.invoke(subComponent_003) ''' subComponent_003.setTimeStyle() ''' setTimeStyle_Method = subComponent_003.getClass().getDeclaredMethods()[15] setTimeStyle_Value = setTimeStyle_Method.invoke(subComponent_003) ''' subComponent_003.setBoxFill() ''' setBoxFill_Method = subComponent_003.getClass().getDeclaredMethods()[16] setBoxFill_Value = setBoxFill_Method.invoke(subComponent_003) ''' subComponent_003.setTickDensity() ''' setTickDensity_Method = subComponent_003.getClass().getDeclaredMethods()[18] setTickDensity_Value = setTickDensity_Method.invoke(subComponent_003) ''' subComponent_003.setDateStyle() ''' setDateStyle_Method = subComponent_003.getClass().getDeclaredMethods()[21] setDateStyle_Value = setDateStyle_Method.invoke(subComponent_003) ''' subComponent_003.setTrackMargin() ''' setTrackMargin_Method = subComponent_003.getClass().getDeclaredMethods()[22] setTrackMargin_Value = setTrackMargin_Method.invoke(subComponent_003) ''' subComponent_003.setStartupRange() ''' setStartupRange_Method = subComponent_003.getClass().getDeclaredMethods()[24] setStartupRange_Value = setStartupRange_Method.invoke(subComponent_003) ''' subComponent_003.setStartDate() ''' setStartDate_Method = subComponent_003.getClass().getDeclaredMethods()[25] setStartDate_Value = setStartDate_Method.invoke(subComponent_003) ''' subComponent_003.setEndDate() ''' setEndDate_Method = subComponent_003.getClass().getDeclaredMethods()[27] setEndDate_Value = setEndDate_Method.invoke(subComponent_003) ''' subComponent_003.setHistogram() ''' setHistogram_Method = subComponent_003.getClass().getDeclaredMethods()[28] setHistogram_Value = setHistogram_Method.invoke(subComponent_003) ''' subComponent_003.setUnit() ''' setUnit_Method = subComponent_003.getClass().getDeclaredMethods()[29] setUnit_Value = setUnit_Method.invoke(subComponent_003) ''' subComponent_003.setStartupMode() ''' setStartupMode_Method = subComponent_003.getClass().getDeclaredMethods()[35] setStartupMode_Value = setStartupMode_Method.invoke(subComponent_003) ''' subComponent_003.setDensityData() ''' setDensityData_Method = subComponent_003.getClass().getDeclaredMethods()[36] setDensityData_Value = setDensityData_Method.invoke(subComponent_003) ''' subComponent_003.setOuterRange() ''' setOuterRange_Method = subComponent_003.getClass().getDeclaredMethods()[37] setOuterRange_Value = setOuterRange_Method.invoke(subComponent_003) ''' subComponent_003.setGrossRange() ''' setGrossRange_Method = subComponent_003.getClass().getDeclaredMethods()[41] setGrossRange_Value = setGrossRange_Method.invoke(subComponent_003) ''' subComponent_003.setFillBackground() ''' setFillBackground_Method = subComponent_003.getClass().getDeclaredMethods()[51] setFillBackground_Value = setFillBackground_Method.invoke(subComponent_003) ''' subComponent_003.setSelectionHighlight() ''' setSelectionHighlight_Method = subComponent_003.getClass().getDeclaredMethods()[54] setSelectionHighlight_Value = setSelectionHighlight_Method.invoke(subComponent_003) ''' subComponent_003.setRange() ''' setRange_Method = subComponent_003.getClass().getDeclaredMethods()[57] setRange_Value = setRange_Method.invoke(subComponent_003) ''' subComponent_003.setHighDensityColor() ''' setHighDensityColor_Method = subComponent_003.getClass().getDeclaredMethods()[62] setHighDensityColor_Value = setHighDensityColor_Method.invoke(subComponent_003) ''' subComponent_003.setMaxSelectionSize() ''' setMaxSelectionSize_Method = subComponent_003.getClass().getDeclaredMethods()[65] setMaxSelectionSize_Value = setMaxSelectionSize_Method.invoke(subComponent_003) ''' subComponent_003.setTodayIndicatorColor() ''' setTodayIndicatorColor_Method = subComponent_003.getClass().getDeclaredMethods()[67] setTodayIndicatorColor_Value = setTodayIndicatorColor_Method.invoke(subComponent_003) ''' subComponent_003.setStartupSelection() ''' setStartupSelection_Method = subComponent_003.getClass().getDeclaredMethods()[69] setStartupSelection_Value = setStartupSelection_Method.invoke(subComponent_003) ''' subComponent_003.setEditorForegroundColor() ''' setEditorForegroundColor_Method = subComponent_003.getClass().getDeclaredMethods()[71] setEditorForegroundColor_Value = setEditorForegroundColor_Method.invoke(subComponent_003) ''' subComponent_003.setOuterRangeEndDate() ''' setOuterRangeEndDate_Method = subComponent_003.getClass().getDeclaredMethods()[72] setOuterRangeEndDate_Value = setOuterRangeEndDate_Method.invoke(subComponent_003) ''' subComponent_003.setOuterRangeStartDate() ''' setOuterRangeStartDate_Method = subComponent_003.getClass().getDeclaredMethods()[74] setOuterRangeStartDate_Value = setOuterRangeStartDate_Method.invoke(subComponent_003) ''' subComponent_003.setEditorBackground() ''' setEditorBackground_Method = subComponent_003.getClass().getDeclaredMethods()[75] setEditorBackground_Value = setEditorBackground_Method.invoke(subComponent_003) ''' #***********Declared 'set' Super Methods********** subComponent_003.setName() ''' setName_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[1] setName_Value = setName_Method.invoke(subComponent_003) ''' subComponent_003.setToolTipText() ''' setToolTipText_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[6] setToolTipText_Value = setToolTipText_Method.invoke(subComponent_003) ''' subComponent_003.setVisible() ''' setVisible_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[8] setVisible_Value = setVisible_Method.invoke(subComponent_003) ''' subComponent_003.setPropertyValue() ''' setPropertyValue_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[10] setPropertyValue_Value = setPropertyValue_Method.invoke(subComponent_003) ''' subComponent_003.setStyles() ''' setStyles_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[11] setStyles_Value = setStyles_Method.invoke(subComponent_003) ''' subComponent_003.setQuality() ''' setQuality_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[14] setQuality_Value = setQuality_Method.invoke(subComponent_003) ''' subComponent_003.setCursorCode() ''' setCursorCode_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[23] setCursorCode_Value = setCursorCode_Method.invoke(subComponent_003) ''' subComponent_003.setDataQuality() ''' setDataQuality_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[26] setDataQuality_Value = setDataQuality_Method.invoke(subComponent_003) ''' subComponent_003.setAntialias() ''' setAntialias_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[30] setAntialias_Value = setAntialias_Method.invoke(subComponent_003) ''' subComponent_003.setDynamicProps() ''' setDynamicProps_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[31] setDynamicProps_Value = setDynamicProps_Method.invoke(subComponent_003) ''' #************All Other Declared Methods*********** subComponent_003.main() ''' main_Method = subComponent_003.getClass().getDeclaredMethods()[0] main_Value = main_Method.invoke(subComponent_003) ''' subComponent_003.isOpaque() ''' isOpaque_Method = subComponent_003.getClass().getDeclaredMethods()[2] isOpaque_Value = isOpaque_Method.invoke(subComponent_003) ''' subComponent_003.initialize() ''' initialize_Method = subComponent_003.getClass().getDeclaredMethods()[3] initialize_Value = initialize_Method.invoke(subComponent_003) ''' subComponent_003.paintComponent() ''' paintComponent_Method = subComponent_003.getClass().getDeclaredMethods()[7] paintComponent_Value = paintComponent_Method.invoke(subComponent_003) ''' subComponent_003.propertyChange() ''' propertyChange_Method = subComponent_003.getClass().getDeclaredMethods()[9] propertyChange_Value = propertyChange_Method.invoke(subComponent_003) ''' subComponent_003.actionPerformed() ''' actionPerformed_Method = subComponent_003.getClass().getDeclaredMethods()[10] actionPerformed_Value = actionPerformed_Method.invoke(subComponent_003) ''' subComponent_003.createIcon() ''' createIcon_Method = subComponent_003.getClass().getDeclaredMethods()[11] createIcon_Value = createIcon_Method.invoke(subComponent_003) ''' subComponent_003.parseAutoDateRange() ''' parseAutoDateRange_Method = subComponent_003.getClass().getDeclaredMethods()[34] parseAutoDateRange_Value = parseAutoDateRange_Method.invoke(subComponent_003) ''' subComponent_003.updateTooltipText() ''' updateTooltipText_Method = subComponent_003.getClass().getDeclaredMethods()[38] updateTooltipText_Value = updateTooltipText_Method.invoke(subComponent_003) ''' subComponent_003.doZoomOut() ''' doZoomOut_Method = subComponent_003.getClass().getDeclaredMethods()[43] doZoomOut_Value = doZoomOut_Method.invoke(subComponent_003) ''' subComponent_003.createUnits() ''' createUnits_Method = subComponent_003.getClass().getDeclaredMethods()[44] createUnits_Value = createUnits_Method.invoke(subComponent_003) ''' subComponent_003.roundDownGranular() ''' roundDownGranular_Method = subComponent_003.getClass().getDeclaredMethods()[47] roundDownGranular_Value = roundDownGranular_Method.invoke(subComponent_003) ''' subComponent_003.doZoomIn() ''' doZoomIn_Method = subComponent_003.getClass().getDeclaredMethods()[48] doZoomIn_Value = doZoomIn_Method.invoke(subComponent_003) ''' subComponent_003.roundUpGranular() ''' roundUpGranular_Method = subComponent_003.getClass().getDeclaredMethods()[49] roundUpGranular_Value = roundUpGranular_Method.invoke(subComponent_003) ''' subComponent_003.recalcIdealUnit() ''' recalcIdealUnit_Method = subComponent_003.getClass().getDeclaredMethods()[50] recalcIdealUnit_Value = recalcIdealUnit_Method.invoke(subComponent_003) ''' subComponent_003.isFillBackground() ''' isFillBackground_Method = subComponent_003.getClass().getDeclaredMethods()[52] isFillBackground_Value = isFillBackground_Method.invoke(subComponent_003) ''' subComponent_003.localeChanged() ''' localeChanged_Method = subComponent_003.getClass().getDeclaredMethods()[53] localeChanged_Value = localeChanged_Method.invoke(subComponent_003) ''' subComponent_003.initComponents() ''' initComponents_Method = subComponent_003.getClass().getDeclaredMethods()[58] initComponents_Value = initComponents_Method.invoke(subComponent_003) ''' subComponent_003.evaluateEnabled() ''' evaluateEnabled_Method = subComponent_003.getClass().getDeclaredMethods()[59] evaluateEnabled_Value = evaluateEnabled_Method.invoke(subComponent_003) ''' subComponent_003.initializeStartupRange() ''' initializeStartupRange_Method = subComponent_003.getClass().getDeclaredMethods()[77] initializeStartupRange_Value = initializeStartupRange_Method.invoke(subComponent_003) ''' subComponent_003.isComponentEnabled() ''' isComponentEnabled_Method = subComponent_003.getClass().getDeclaredMethods()[78] isComponentEnabled_Value = isComponentEnabled_Method.invoke(subComponent_003) ''' subComponent_003.onStartup() ''' onStartup_Method = subComponent_003.getClass().getDeclaredMethods()[79] onStartup_Value = onStartup_Method.invoke(subComponent_003) ''' #*********All Other Declared Super Methods******** subComponent_003.translate() ''' translate_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[2] translate_Value = translate_Method.invoke(subComponent_003) ''' subComponent_003.paintComponent() ''' paintComponent_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[4] paintComponent_Value = paintComponent_Method.invoke(subComponent_003) ''' subComponent_003.paintChildren() ''' paintChildren_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[5] paintChildren_Value = paintChildren_Method.invoke(subComponent_003) ''' subComponent_003.paintOverlayOverChildren() ''' paintOverlayOverChildren_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[13] paintOverlayOverChildren_Value = paintOverlayOverChildren_Method.invoke(subComponent_003) ''' subComponent_003.localeChanged() ''' localeChanged_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[15] localeChanged_Value = localeChanged_Method.invoke(subComponent_003) ''' subComponent_003.onShutdown() ''' onShutdown_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[16] onShutdown_Value = onShutdown_Method.invoke(subComponent_003) ''' subComponent_003.onStartup() ''' onStartup_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[18] onStartup_Value = onStartup_Method.invoke(subComponent_003) ''' subComponent_003.isPropertyDefined() ''' isPropertyDefined_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[20] isPropertyDefined_Value = isPropertyDefined_Method.invoke(subComponent_003) ''' subComponent_003.shutdownComponent() ''' shutdownComponent_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[21] shutdownComponent_Value = shutdownComponent_Method.invoke(subComponent_003) ''' subComponent_003.updateQuality() ''' updateQuality_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[24] updateQuality_Value = updateQuality_Method.invoke(subComponent_003) ''' subComponent_003.startupComponent() ''' startupComponent_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[25] startupComponent_Value = startupComponent_Method.invoke(subComponent_003) ''' subComponent_003.initStyleListener() ''' initStyleListener_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[27] initStyleListener_Value = initStyleListener_Method.invoke(subComponent_003) ''' subComponent_003.isAntialias() ''' isAntialias_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[29] isAntialias_Value = isAntialias_Method.invoke(subComponent_003) ''' subComponent_003.isComponentRunning() ''' isComponentRunning_Method = subComponent_003.getClass().getSuperclass().getDeclaredMethods()[32] isComponentRunning_Value = isComponentRunning_Method.invoke(subComponent_003) ''' endFunction = True #========================================================== #========================================================== subComponent_004 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(1).getComponent(0) def subComponent_004(): # def subComponent_004_Declared_Fields(): #*****************Declared Fields***************** subComponent_004.IN_PROGRESS_MASK #subComponent_004.IN_PROGRESS_MASK = 33554432 subComponent_004.icon #subComponent_004.icon = com.inductiveautomation.factorypmi.application.components.ut[...] subComponent_004.mainColor #subComponent_004.mainColor = java.awt.Color[r=64,g=64,b=64] subComponent_004.pressColor #subComponent_004.pressColor = java.awt.Color[r=128,g=128,b=128] #NOTE: The following fields can only be accessed through reflection #subComponent_004.getClass().getDeclaredFields()[4] timer_Field = subComponent_004.getClass().getDeclaredField('timer') timer_Field.setAccessible(True) timer_Value = timer_Field.get(subComponent_004) #timer_Value = javax.swing.Timer@4d6672cc #subComponent_004.getClass().getDeclaredFields()[5] eventsFromTimer_Field = subComponent_004.getClass().getDeclaredField('eventsFromTimer') eventsFromTimer_Field.setAccessible(True) eventsFromTimer_Value = eventsFromTimer_Field.get(subComponent_004) #eventsFromTimer_Value = 0 #**************Declared Super Fields************** subComponent_004.icon #subComponent_004.icon = com.inductiveautomation.factorypmi.application.components.ut[...] subComponent_004.pad #subComponent_004.pad = 4 subComponent_004.hoverColor #subComponent_004.hoverColor = None subComponent_004.shiftIconOnClick #subComponent_004.shiftIconOnClick = False subComponent_004.actionCommand #subComponent_004.actionCommand = #NOTE: The following fields can only be accessed through reflection #subComponent_004.getClass().getSuperclass().getDeclaredFields()[1] disabledIcon_Field = subComponent_004.getClass().getSuperclass().getDeclaredField('disabledIcon') disabledIcon_Field.setAccessible(True) disabledIcon_Value = disabledIcon_Field.get(subComponent_004) #disabledIcon_Value = None #subComponent_004.getClass().getSuperclass().getDeclaredFields()[4] hover_Field = subComponent_004.getClass().getSuperclass().getDeclaredField('hover') hover_Field.setAccessible(True) hover_Value = hover_Field.get(subComponent_004) #hover_Value = False #subComponent_004.getClass().getSuperclass().getDeclaredFields()[5] press_Field = subComponent_004.getClass().getSuperclass().getDeclaredField('press') press_Field.setAccessible(True) press_Value = press_Field.get(subComponent_004) #press_Value = False #subComponent_004.getClass().getSuperclass().getDeclaredFields()[8] rect_Field = subComponent_004.getClass().getSuperclass().getDeclaredField('rect') rect_Field.setAccessible(True) rect_Value = rect_Field.get(subComponent_004) #rect_Value = java.awt.Rectangle[x=0,y=0,width=18,height=18] endFunction = True def subComponent_004_Declared_Methods(): #**************Declared 'get' Methods************* subComponent_004.getActionListeners() ''' getActionListeners_Method = subComponent_004.getClass().getDeclaredMethods()[2] getActionListeners_Value = getActionListeners_Method.invoke(subComponent_004) ''' #getActionListeners_Value = array(java.awt.event.ActionListener, [com.inductiveautomatio[...] subComponent_004.getPressColor() ''' getPressColor_Method = subComponent_004.getClass().getDeclaredMethods()[7] getPressColor_Value = getPressColor_Method.invoke(subComponent_004) ''' #getPressColor_Value = java.awt.Color[r=128,g=128,b=128] subComponent_004.getMainColor() ''' getMainColor_Method = subComponent_004.getClass().getDeclaredMethods()[9] getMainColor_Value = getMainColor_Method.invoke(subComponent_004) ''' #getMainColor_Value = java.awt.Color[r=64,g=64,b=64] #***********Declared 'get' Super Methods********** subComponent_004.getIcon() ''' getIcon_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[1] getIcon_Value = getIcon_Method.invoke(subComponent_004) ''' #getIcon_Value = com.inductiveautomation.factorypmi.application.components.ut[...] subComponent_004.getActionListeners() ''' getActionListeners_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[12] getActionListeners_Value = getActionListeners_Method.invoke(subComponent_004) ''' #getActionListeners_Value = array(java.awt.event.ActionListener, [com.inductiveautomatio[...] subComponent_004.getActionCommand() ''' getActionCommand_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[14] getActionCommand_Value = getActionCommand_Method.invoke(subComponent_004) ''' #getActionCommand_Value = subComponent_004.getHoverColor() ''' getHoverColor_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[16] getHoverColor_Value = getHoverColor_Method.invoke(subComponent_004) ''' #getHoverColor_Value = None subComponent_004.getPad() ''' getPad_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[17] getPad_Value = getPad_Method.invoke(subComponent_004) ''' #getPad_Value = 4 #**************Declared 'set' Methods************* subComponent_004.setPress() ''' setPress_Method = subComponent_004.getClass().getDeclaredMethods()[5] setPress_Value = setPress_Method.invoke(subComponent_004) ''' subComponent_004.setMainColor() ''' setMainColor_Method = subComponent_004.getClass().getDeclaredMethods()[6] setMainColor_Value = setMainColor_Method.invoke(subComponent_004) ''' subComponent_004.setPressColor() ''' setPressColor_Method = subComponent_004.getClass().getDeclaredMethods()[8] setPressColor_Value = setPressColor_Method.invoke(subComponent_004) ''' #***********Declared 'set' Super Methods********** subComponent_004.setIcon() ''' setIcon_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[0] setIcon_Value = setIcon_Method.invoke(subComponent_004) ''' subComponent_004.setEnabled() ''' setEnabled_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[2] setEnabled_Value = setEnabled_Method.invoke(subComponent_004) ''' subComponent_004.setActionCommand() ''' setActionCommand_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[9] setActionCommand_Value = setActionCommand_Method.invoke(subComponent_004) ''' subComponent_004.setHoverColor() ''' setHoverColor_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[15] setHoverColor_Value = setHoverColor_Method.invoke(subComponent_004) ''' subComponent_004.setPad() ''' setPad_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[20] setPad_Value = setPad_Method.invoke(subComponent_004) ''' subComponent_004.setPress() ''' setPress_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[21] setPress_Value = setPress_Method.invoke(subComponent_004) ''' subComponent_004.setHover() ''' setHover_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[23] setHover_Value = setHover_Method.invoke(subComponent_004) ''' subComponent_004.setShiftIconOnClick() ''' setShiftIconOnClick_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[24] setShiftIconOnClick_Value = setShiftIconOnClick_Method.invoke(subComponent_004) ''' #************All Other Declared Methods*********** subComponent_004.addActionListener() ''' addActionListener_Method = subComponent_004.getClass().getDeclaredMethods()[0] addActionListener_Value = addActionListener_Method.invoke(subComponent_004) ''' subComponent_004.removeActionListener() ''' removeActionListener_Method = subComponent_004.getClass().getDeclaredMethods()[1] removeActionListener_Value = removeActionListener_Method.invoke(subComponent_004) ''' subComponent_004.actionPerformed() ''' actionPerformed_Method = subComponent_004.getClass().getDeclaredMethods()[3] actionPerformed_Value = actionPerformed_Method.invoke(subComponent_004) ''' subComponent_004.fireActionEvent() ''' fireActionEvent_Method = subComponent_004.getClass().getDeclaredMethods()[4] fireActionEvent_Value = fireActionEvent_Method.invoke(subComponent_004) ''' #*********All Other Declared Super Methods******** subComponent_004.mousePressed() ''' mousePressed_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[3] mousePressed_Value = mousePressed_Method.invoke(subComponent_004) ''' subComponent_004.mouseReleased() ''' mouseReleased_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[4] mouseReleased_Value = mouseReleased_Method.invoke(subComponent_004) ''' subComponent_004.mouseClicked() ''' mouseClicked_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[5] mouseClicked_Value = mouseClicked_Method.invoke(subComponent_004) ''' subComponent_004.mouseExited() ''' mouseExited_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[6] mouseExited_Value = mouseExited_Method.invoke(subComponent_004) ''' subComponent_004.mouseEntered() ''' mouseEntered_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[7] mouseEntered_Value = mouseEntered_Method.invoke(subComponent_004) ''' subComponent_004.paintComponent() ''' paintComponent_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[8] paintComponent_Value = paintComponent_Method.invoke(subComponent_004) ''' subComponent_004.addActionListener() ''' addActionListener_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[10] addActionListener_Value = addActionListener_Method.invoke(subComponent_004) ''' subComponent_004.removeActionListener() ''' removeActionListener_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[11] removeActionListener_Value = removeActionListener_Method.invoke(subComponent_004) ''' subComponent_004.fireActionEvent() ''' fireActionEvent_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[13] fireActionEvent_Value = fireActionEvent_Method.invoke(subComponent_004) ''' subComponent_004.isPress() ''' isPress_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[18] isPress_Value = isPress_Method.invoke(subComponent_004) ''' subComponent_004.isShiftIconOnClick() ''' isShiftIconOnClick_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[19] isShiftIconOnClick_Value = isShiftIconOnClick_Method.invoke(subComponent_004) ''' subComponent_004.isHover() ''' isHover_Method = subComponent_004.getClass().getSuperclass().getDeclaredMethods()[22] isHover_Value = isHover_Method.invoke(subComponent_004) ''' endFunction = True #========================================================== #========================================================== subComponent_005 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(1).getComponent(1) def subComponent_005(): # def subComponent_005_Declared_Fields(): #*****************Declared Fields***************** #NOTE: The following fields can only be accessed through reflection #subComponent_005.getClass().getDeclaredFields()[0] dateRange_Field = subComponent_005.getClass().getDeclaredField('dateRange') dateRange_Field.setAccessible(True) dateRange_Value = dateRange_Field.get(subComponent_005) #dateRange_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #**************Declared Super Fields************** subComponent_005.COMMIT #subComponent_005.COMMIT = 0 subComponent_005.COMMIT_OR_REVERT #subComponent_005.COMMIT_OR_REVERT = 1 subComponent_005.REVERT #subComponent_005.REVERT = 2 subComponent_005.PERSIST #subComponent_005.PERSIST = 3 subComponent_005.value #subComponent_005.value = Tue Dec 20 02:33:00 CST 2022 - Tue Dec 20 02:43:59 CST 2022 subComponent_005.editValid #subComponent_005.editValid = True subComponent_005.focusLostBehavior #subComponent_005.focusLostBehavior = 1 #NOTE: The following fields can only be accessed through reflection #subComponent_005.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = subComponent_005.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_005) #uiClassID_Value = FormattedTextFieldUI #subComponent_005.getClass().getSuperclass().getDeclaredFields()[1] defaultActions_Field = subComponent_005.getClass().getSuperclass().getDeclaredField('defaultActions') defaultActions_Field.setAccessible(True) defaultActions_Value = defaultActions_Field.get(subComponent_005) #defaultActions_Value = array(javax.swing.Action, [javax.swing.JFormattedTextField$C[...] #subComponent_005.getClass().getSuperclass().getDeclaredFields()[6] factory_Field = subComponent_005.getClass().getSuperclass().getDeclaredField('factory') factory_Field.setAccessible(True) factory_Value = factory_Field.get(subComponent_005) #factory_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #subComponent_005.getClass().getSuperclass().getDeclaredFields()[7] format_Field = subComponent_005.getClass().getSuperclass().getDeclaredField('format') format_Field.setAccessible(True) format_Value = format_Field.get(subComponent_005) #format_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #subComponent_005.getClass().getSuperclass().getDeclaredFields()[11] edited_Field = subComponent_005.getClass().getSuperclass().getDeclaredField('edited') edited_Field.setAccessible(True) edited_Value = edited_Field.get(subComponent_005) #edited_Value = False #subComponent_005.getClass().getSuperclass().getDeclaredFields()[12] documentListener_Field = subComponent_005.getClass().getSuperclass().getDeclaredField('documentListener') documentListener_Field.setAccessible(True) documentListener_Value = documentListener_Field.get(subComponent_005) #documentListener_Value = javax.swing.JFormattedTextField$DocumentHandler@46684c42 #subComponent_005.getClass().getSuperclass().getDeclaredFields()[13] mask_Field = subComponent_005.getClass().getSuperclass().getDeclaredField('mask') mask_Field.setAccessible(True) mask_Value = mask_Field.get(subComponent_005) #mask_Value = None #subComponent_005.getClass().getSuperclass().getDeclaredFields()[14] textFormatterActionMap_Field = subComponent_005.getClass().getSuperclass().getDeclaredField('textFormatterActionMap') textFormatterActionMap_Field.setAccessible(True) textFormatterActionMap_Value = textFormatterActionMap_Field.get(subComponent_005) #textFormatterActionMap_Value = None #subComponent_005.getClass().getSuperclass().getDeclaredFields()[15] composedTextExists_Field = subComponent_005.getClass().getSuperclass().getDeclaredField('composedTextExists') composedTextExists_Field.setAccessible(True) composedTextExists_Value = composedTextExists_Field.get(subComponent_005) #composedTextExists_Value = False #subComponent_005.getClass().getSuperclass().getDeclaredFields()[16] focusLostHandler_Field = subComponent_005.getClass().getSuperclass().getDeclaredField('focusLostHandler') focusLostHandler_Field.setAccessible(True) focusLostHandler_Value = focusLostHandler_Field.get(subComponent_005) #focusLostHandler_Value = None endFunction = True def subComponent_005_Declared_Methods(): #**************Declared 'get' Methods************* subComponent_005.getTouchscreenPropertyName() ''' getTouchscreenPropertyName_Method = subComponent_005.getClass().getDeclaredMethods()[0] getTouchscreenPropertyName_Value = getTouchscreenPropertyName_Method.invoke(subComponent_005) ''' #getTouchscreenPropertyName_Value = textDirect subComponent_005.getTouchscreenStyle() ''' getTouchscreenStyle_Method = subComponent_005.getClass().getDeclaredMethods()[2] getTouchscreenStyle_Value = getTouchscreenStyle_Method.invoke(subComponent_005) ''' #getTouchscreenStyle_Value = Alphanumeric subComponent_005.getTextDirect() ''' getTextDirect_Method = subComponent_005.getClass().getDeclaredMethods()[3] getTextDirect_Value = getTextDirect_Method.invoke(subComponent_005) ''' #getTextDirect_Value = 12/20/22 2:33 AM - 12/20/22 2:43 AM subComponent_005.getTouchscreenMode() ''' getTouchscreenMode_Method = subComponent_005.getClass().getDeclaredMethods()[4] getTouchscreenMode_Value = getTouchscreenMode_Method.invoke(subComponent_005) ''' #getTouchscreenMode_Value = 1 #***********Declared 'get' Super Methods********** subComponent_005.getValue() ''' getValue_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[0] getValue_Value = getValue_Method.invoke(subComponent_005) ''' #getValue_Value = Tue Dec 20 02:33:00 CST 2022 - Tue Dec 20 02:43:59 CST 2022 subComponent_005.getActions() ''' getActions_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[2] getActions_Value = getActions_Method.invoke(subComponent_005) ''' #getActions_Value = array(javax.swing.Action, [javax.swing.text.DefaultEditorKit[...] subComponent_005.getUIClassID() ''' getUIClassID_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[7] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_005) ''' #getUIClassID_Value = FormattedTextFieldUI subComponent_005.getFormatter() ''' getFormatter_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[10] getFormatter_Value = getFormatter_Method.invoke(subComponent_005) ''' #getFormatter_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #subComponent_005.getDefaultFormatterFactory() ''' getDefaultFormatterFactory_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[13] getDefaultFormatterFactory_Value = getDefaultFormatterFactory_Method.invoke(subComponent_005) ''' #Threw Exception: No value could be obtained! subComponent_005.getFocusLostBehavior() ''' getFocusLostBehavior_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[15] getFocusLostBehavior_Value = getFocusLostBehavior_Method.invoke(subComponent_005) ''' #getFocusLostBehavior_Value = 1 subComponent_005.getFormatterFactory() ''' getFormatterFactory_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[16] getFormatterFactory_Value = getFormatterFactory_Method.invoke(subComponent_005) ''' #getFormatterFactory_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #**************Declared 'set' Methods************* subComponent_005.setTextDirect() ''' setTextDirect_Method = subComponent_005.getClass().getDeclaredMethods()[5] setTextDirect_Value = setTextDirect_Method.invoke(subComponent_005) ''' #***********Declared 'set' Super Methods********** subComponent_005.setValue() ''' setValue_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[3] setValue_Value = setValue_Method.invoke(subComponent_005) ''' subComponent_005.setValue() ''' setValue_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[4] setValue_Value = setValue_Method.invoke(subComponent_005) ''' subComponent_005.setDocument() ''' setDocument_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[8] setDocument_Value = setDocument_Method.invoke(subComponent_005) ''' subComponent_005.setFormatter() ''' setFormatter_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[9] setFormatter_Value = setFormatter_Method.invoke(subComponent_005) ''' subComponent_005.setFocusLostBehavior() ''' setFocusLostBehavior_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[12] setFocusLostBehavior_Value = setFocusLostBehavior_Method.invoke(subComponent_005) ''' subComponent_005.setFormatterFactory() ''' setFormatterFactory_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[14] setFormatterFactory_Value = setFormatterFactory_Method.invoke(subComponent_005) ''' subComponent_005.setEditValid() ''' setEditValid_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[17] setEditValid_Value = setEditValid_Method.invoke(subComponent_005) ''' subComponent_005.setEdited() ''' setEdited_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[18] setEdited_Value = setEdited_Method.invoke(subComponent_005) ''' subComponent_005.setFormatterActions() ''' setFormatterActions_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[22] setFormatterActions_Value = setFormatterActions_Method.invoke(subComponent_005) ''' #************All Other Declared Methods*********** subComponent_005.isTouchscreenEditAllowed() ''' isTouchscreenEditAllowed_Method = subComponent_005.getClass().getDeclaredMethods()[1] isTouchscreenEditAllowed_Value = isTouchscreenEditAllowed_Method.invoke(subComponent_005) ''' #*********All Other Declared Super Methods******** subComponent_005.writeObject() ''' writeObject_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[1] writeObject_Value = writeObject_Method.invoke(subComponent_005) ''' subComponent_005.processFocusEvent() ''' processFocusEvent_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[5] processFocusEvent_Value = processFocusEvent_Method.invoke(subComponent_005) ''' subComponent_005.processInputMethodEvent() ''' processInputMethodEvent_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[6] processInputMethodEvent_Value = processInputMethodEvent_Method.invoke(subComponent_005) ''' subComponent_005.commitEdit() ''' commitEdit_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[11] commitEdit_Value = commitEdit_Method.invoke(subComponent_005) ''' subComponent_005.isEditValid() ''' isEditValid_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[19] isEditValid_Value = isEditValid_Method.invoke(subComponent_005) ''' subComponent_005.invalidEdit() ''' invalidEdit_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[20] invalidEdit_Value = invalidEdit_Method.invoke(subComponent_005) ''' subComponent_005.isEdited() ''' isEdited_Method = subComponent_005.getClass().getSuperclass().getDeclaredMethods()[21] isEdited_Value = isEdited_Method.invoke(subComponent_005) ''' endFunction = True #========================================================== #========================================================== subComponent_006 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(1).getComponent(1).getComponent(0) def subComponent_006(): # def subComponent_006_Declared_Fields(): #*****************Declared Fields***************** subComponent_006.icon #subComponent_006.icon = jar:file:/C:/Users/jedwards/.ignition/cache/resources/module[...] subComponent_006.pad #subComponent_006.pad = 2 subComponent_006.hoverColor #subComponent_006.hoverColor = None subComponent_006.shiftIconOnClick #subComponent_006.shiftIconOnClick = True subComponent_006.actionCommand #subComponent_006.actionCommand = #NOTE: The following fields can only be accessed through reflection #subComponent_006.getClass().getDeclaredFields()[1] disabledIcon_Field = subComponent_006.getClass().getDeclaredField('disabledIcon') disabledIcon_Field.setAccessible(True) disabledIcon_Value = disabledIcon_Field.get(subComponent_006) #disabledIcon_Value = sun.awt.image.ToolkitImage@38e6a651 #subComponent_006.getClass().getDeclaredFields()[4] hover_Field = subComponent_006.getClass().getDeclaredField('hover') hover_Field.setAccessible(True) hover_Value = hover_Field.get(subComponent_006) #hover_Value = False #subComponent_006.getClass().getDeclaredFields()[5] press_Field = subComponent_006.getClass().getDeclaredField('press') press_Field.setAccessible(True) press_Value = press_Field.get(subComponent_006) #press_Value = False #subComponent_006.getClass().getDeclaredFields()[8] rect_Field = subComponent_006.getClass().getDeclaredField('rect') rect_Field.setAccessible(True) rect_Value = rect_Field.get(subComponent_006) #rect_Value = java.awt.Rectangle[x=0,y=0,width=18,height=18] #**************Declared Super Fields************** subComponent_006.alignmentX #subComponent_006.alignmentX = 0.0 subComponent_006.alignmentY #subComponent_006.alignmentY = 0.0 subComponent_006.autoscrolls #subComponent_006.autoscrolls = False subComponent_006.border #subComponent_006.border = None subComponent_006.inputVerifier #subComponent_006.inputVerifier = None subComponent_006.verifyInputWhenFocusTarget #subComponent_006.verifyInputWhenFocusTarget = True subComponent_006.WHEN_FOCUSED #subComponent_006.WHEN_FOCUSED = 0 subComponent_006.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT #subComponent_006.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT = 1 subComponent_006.WHEN_IN_FOCUSED_WINDOW #subComponent_006.WHEN_IN_FOCUSED_WINDOW = 2 subComponent_006.UNDEFINED_CONDITION #subComponent_006.UNDEFINED_CONDITION = -1 subComponent_006.TOOL_TIP_TEXT_KEY #subComponent_006.TOOL_TIP_TEXT_KEY = ToolTipText subComponent_006.actionMap #subComponent_006.actionMap = None #NOTE: The following fields can only be accessed through reflection #subComponent_006.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_006) #uiClassID_Value = ComponentUI #subComponent_006.getClass().getSuperclass().getDeclaredFields()[1] readObjectCallbacks_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('readObjectCallbacks') readObjectCallbacks_Field.setAccessible(True) readObjectCallbacks_Value = readObjectCallbacks_Field.get(subComponent_006) #readObjectCallbacks_Value = {} #subComponent_006.getClass().getSuperclass().getDeclaredFields()[2] managingFocusForwardTraversalKeys_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('managingFocusForwardTraversalKeys') managingFocusForwardTraversalKeys_Field.setAccessible(True) managingFocusForwardTraversalKeys_Value = managingFocusForwardTraversalKeys_Field.get(subComponent_006) #managingFocusForwardTraversalKeys_Value = [ctrl pressed TAB] #subComponent_006.getClass().getSuperclass().getDeclaredFields()[3] managingFocusBackwardTraversalKeys_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('managingFocusBackwardTraversalKeys') managingFocusBackwardTraversalKeys_Field.setAccessible(True) managingFocusBackwardTraversalKeys_Value = managingFocusBackwardTraversalKeys_Field.get(subComponent_006) #managingFocusBackwardTraversalKeys_Value = [shift ctrl pressed TAB] #subComponent_006.getClass().getSuperclass().getDeclaredFields()[4] NOT_OBSCURED_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('NOT_OBSCURED') NOT_OBSCURED_Field.setAccessible(True) NOT_OBSCURED_Value = NOT_OBSCURED_Field.get(subComponent_006) #NOT_OBSCURED_Value = 0 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[5] PARTIALLY_OBSCURED_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('PARTIALLY_OBSCURED') PARTIALLY_OBSCURED_Field.setAccessible(True) PARTIALLY_OBSCURED_Value = PARTIALLY_OBSCURED_Field.get(subComponent_006) #PARTIALLY_OBSCURED_Value = 1 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[6] COMPLETELY_OBSCURED_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('COMPLETELY_OBSCURED') COMPLETELY_OBSCURED_Field.setAccessible(True) COMPLETELY_OBSCURED_Value = COMPLETELY_OBSCURED_Field.get(subComponent_006) #COMPLETELY_OBSCURED_Value = 2 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[7] DEBUG_GRAPHICS_LOADED_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('DEBUG_GRAPHICS_LOADED') DEBUG_GRAPHICS_LOADED_Field.setAccessible(True) DEBUG_GRAPHICS_LOADED_Value = DEBUG_GRAPHICS_LOADED_Field.get(subComponent_006) #DEBUG_GRAPHICS_LOADED_Value = True #subComponent_006.getClass().getSuperclass().getDeclaredFields()[8] INPUT_VERIFIER_SOURCE_KEY_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('INPUT_VERIFIER_SOURCE_KEY') INPUT_VERIFIER_SOURCE_KEY_Field.setAccessible(True) INPUT_VERIFIER_SOURCE_KEY_Value = INPUT_VERIFIER_SOURCE_KEY_Field.get(subComponent_006) #INPUT_VERIFIER_SOURCE_KEY_Value = InputVerifierSourceKey #subComponent_006.getClass().getSuperclass().getDeclaredFields()[9] isAlignmentXSet_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('isAlignmentXSet') isAlignmentXSet_Field.setAccessible(True) isAlignmentXSet_Value = isAlignmentXSet_Field.get(subComponent_006) #isAlignmentXSet_Value = False #subComponent_006.getClass().getSuperclass().getDeclaredFields()[11] isAlignmentYSet_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('isAlignmentYSet') isAlignmentYSet_Field.setAccessible(True) isAlignmentYSet_Value = isAlignmentYSet_Field.get(subComponent_006) #isAlignmentYSet_Value = False #subComponent_006.getClass().getSuperclass().getDeclaredFields()[13] ui_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('ui') ui_Field.setAccessible(True) ui_Value = ui_Field.get(subComponent_006) #ui_Value = None #subComponent_006.getClass().getSuperclass().getDeclaredFields()[14] listenerList_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('listenerList') listenerList_Field.setAccessible(True) listenerList_Value = listenerList_Field.get(subComponent_006) #listenerList_Value = EventListenerList: 1 listeners: type java.awt.event.ActionL[...] #subComponent_006.getClass().getSuperclass().getDeclaredFields()[15] clientProperties_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('clientProperties') clientProperties_Field.setAccessible(True) clientProperties_Value = clientProperties_Field.get(subComponent_006) #clientProperties_Value = javax.swing.ArrayTable@58573c37 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[16] vetoableChangeSupport_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('vetoableChangeSupport') vetoableChangeSupport_Field.setAccessible(True) vetoableChangeSupport_Value = vetoableChangeSupport_Field.get(subComponent_006) #vetoableChangeSupport_Value = None #subComponent_006.getClass().getSuperclass().getDeclaredFields()[19] flags_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('flags') flags_Field.setAccessible(True) flags_Value = flags_Field.get(subComponent_006) #flags_Value = 0 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[22] paintingChild_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('paintingChild') paintingChild_Field.setAccessible(True) paintingChild_Value = paintingChild_Field.get(subComponent_006) #paintingChild_Value = None #subComponent_006.getClass().getSuperclass().getDeclaredFields()[27] KEYBOARD_BINDINGS_KEY_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('KEYBOARD_BINDINGS_KEY') KEYBOARD_BINDINGS_KEY_Field.setAccessible(True) KEYBOARD_BINDINGS_KEY_Value = KEYBOARD_BINDINGS_KEY_Field.get(subComponent_006) #KEYBOARD_BINDINGS_KEY_Value = _KeyboardBindings #subComponent_006.getClass().getSuperclass().getDeclaredFields()[28] WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('WHEN_IN_FOCUSED_WINDOW_BINDINGS') WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.setAccessible(True) WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.get(subComponent_006) #WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = _WhenInFocusedWindow #subComponent_006.getClass().getSuperclass().getDeclaredFields()[30] NEXT_FOCUS_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('NEXT_FOCUS') NEXT_FOCUS_Field.setAccessible(True) NEXT_FOCUS_Value = NEXT_FOCUS_Field.get(subComponent_006) #NEXT_FOCUS_Value = nextFocus #subComponent_006.getClass().getSuperclass().getDeclaredFields()[31] popupMenu_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('popupMenu') popupMenu_Field.setAccessible(True) popupMenu_Value = popupMenu_Field.get(subComponent_006) #popupMenu_Value = None #subComponent_006.getClass().getSuperclass().getDeclaredFields()[32] IS_DOUBLE_BUFFERED_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('IS_DOUBLE_BUFFERED') IS_DOUBLE_BUFFERED_Field.setAccessible(True) IS_DOUBLE_BUFFERED_Value = IS_DOUBLE_BUFFERED_Field.get(subComponent_006) #IS_DOUBLE_BUFFERED_Value = 0 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[33] ANCESTOR_USING_BUFFER_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('ANCESTOR_USING_BUFFER') ANCESTOR_USING_BUFFER_Field.setAccessible(True) ANCESTOR_USING_BUFFER_Value = ANCESTOR_USING_BUFFER_Field.get(subComponent_006) #ANCESTOR_USING_BUFFER_Value = 1 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[34] IS_PAINTING_TILE_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('IS_PAINTING_TILE') IS_PAINTING_TILE_Field.setAccessible(True) IS_PAINTING_TILE_Value = IS_PAINTING_TILE_Field.get(subComponent_006) #IS_PAINTING_TILE_Value = 2 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[35] IS_OPAQUE_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('IS_OPAQUE') IS_OPAQUE_Field.setAccessible(True) IS_OPAQUE_Value = IS_OPAQUE_Field.get(subComponent_006) #IS_OPAQUE_Value = 3 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[36] KEY_EVENTS_ENABLED_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('KEY_EVENTS_ENABLED') KEY_EVENTS_ENABLED_Field.setAccessible(True) KEY_EVENTS_ENABLED_Value = KEY_EVENTS_ENABLED_Field.get(subComponent_006) #KEY_EVENTS_ENABLED_Value = 4 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[37] FOCUS_INPUTMAP_CREATED_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('FOCUS_INPUTMAP_CREATED') FOCUS_INPUTMAP_CREATED_Field.setAccessible(True) FOCUS_INPUTMAP_CREATED_Value = FOCUS_INPUTMAP_CREATED_Field.get(subComponent_006) #FOCUS_INPUTMAP_CREATED_Value = 5 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[38] ANCESTOR_INPUTMAP_CREATED_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('ANCESTOR_INPUTMAP_CREATED') ANCESTOR_INPUTMAP_CREATED_Field.setAccessible(True) ANCESTOR_INPUTMAP_CREATED_Value = ANCESTOR_INPUTMAP_CREATED_Field.get(subComponent_006) #ANCESTOR_INPUTMAP_CREATED_Value = 6 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[39] WIF_INPUTMAP_CREATED_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('WIF_INPUTMAP_CREATED') WIF_INPUTMAP_CREATED_Field.setAccessible(True) WIF_INPUTMAP_CREATED_Value = WIF_INPUTMAP_CREATED_Field.get(subComponent_006) #WIF_INPUTMAP_CREATED_Value = 7 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[40] ACTIONMAP_CREATED_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('ACTIONMAP_CREATED') ACTIONMAP_CREATED_Field.setAccessible(True) ACTIONMAP_CREATED_Value = ACTIONMAP_CREATED_Field.get(subComponent_006) #ACTIONMAP_CREATED_Value = 8 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[41] CREATED_DOUBLE_BUFFER_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('CREATED_DOUBLE_BUFFER') CREATED_DOUBLE_BUFFER_Field.setAccessible(True) CREATED_DOUBLE_BUFFER_Value = CREATED_DOUBLE_BUFFER_Field.get(subComponent_006) #CREATED_DOUBLE_BUFFER_Value = 9 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[42] IS_PRINTING_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('IS_PRINTING') IS_PRINTING_Field.setAccessible(True) IS_PRINTING_Value = IS_PRINTING_Field.get(subComponent_006) #IS_PRINTING_Value = 11 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[43] IS_PRINTING_ALL_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('IS_PRINTING_ALL') IS_PRINTING_ALL_Field.setAccessible(True) IS_PRINTING_ALL_Value = IS_PRINTING_ALL_Field.get(subComponent_006) #IS_PRINTING_ALL_Value = 12 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[44] IS_REPAINTING_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('IS_REPAINTING') IS_REPAINTING_Field.setAccessible(True) IS_REPAINTING_Value = IS_REPAINTING_Field.get(subComponent_006) #IS_REPAINTING_Value = 13 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[45] WRITE_OBJ_COUNTER_FIRST_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_FIRST') WRITE_OBJ_COUNTER_FIRST_Field.setAccessible(True) WRITE_OBJ_COUNTER_FIRST_Value = WRITE_OBJ_COUNTER_FIRST_Field.get(subComponent_006) #WRITE_OBJ_COUNTER_FIRST_Value = 14 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[46] RESERVED_1_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('RESERVED_1') RESERVED_1_Field.setAccessible(True) RESERVED_1_Value = RESERVED_1_Field.get(subComponent_006) #RESERVED_1_Value = 15 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[47] RESERVED_2_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('RESERVED_2') RESERVED_2_Field.setAccessible(True) RESERVED_2_Value = RESERVED_2_Field.get(subComponent_006) #RESERVED_2_Value = 16 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[48] RESERVED_3_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('RESERVED_3') RESERVED_3_Field.setAccessible(True) RESERVED_3_Value = RESERVED_3_Field.get(subComponent_006) #RESERVED_3_Value = 17 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[49] RESERVED_4_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('RESERVED_4') RESERVED_4_Field.setAccessible(True) RESERVED_4_Value = RESERVED_4_Field.get(subComponent_006) #RESERVED_4_Value = 18 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[50] RESERVED_5_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('RESERVED_5') RESERVED_5_Field.setAccessible(True) RESERVED_5_Value = RESERVED_5_Field.get(subComponent_006) #RESERVED_5_Value = 19 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[51] RESERVED_6_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('RESERVED_6') RESERVED_6_Field.setAccessible(True) RESERVED_6_Value = RESERVED_6_Field.get(subComponent_006) #RESERVED_6_Value = 20 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[52] WRITE_OBJ_COUNTER_LAST_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_LAST') WRITE_OBJ_COUNTER_LAST_Field.setAccessible(True) WRITE_OBJ_COUNTER_LAST_Value = WRITE_OBJ_COUNTER_LAST_Field.get(subComponent_006) #WRITE_OBJ_COUNTER_LAST_Value = 21 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[53] REQUEST_FOCUS_DISABLED_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('REQUEST_FOCUS_DISABLED') REQUEST_FOCUS_DISABLED_Field.setAccessible(True) REQUEST_FOCUS_DISABLED_Value = REQUEST_FOCUS_DISABLED_Field.get(subComponent_006) #REQUEST_FOCUS_DISABLED_Value = 22 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[54] INHERITS_POPUP_MENU_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('INHERITS_POPUP_MENU') INHERITS_POPUP_MENU_Field.setAccessible(True) INHERITS_POPUP_MENU_Value = INHERITS_POPUP_MENU_Field.get(subComponent_006) #INHERITS_POPUP_MENU_Value = 23 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[55] OPAQUE_SET_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('OPAQUE_SET') OPAQUE_SET_Field.setAccessible(True) OPAQUE_SET_Value = OPAQUE_SET_Field.get(subComponent_006) #OPAQUE_SET_Value = 24 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[56] AUTOSCROLLS_SET_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('AUTOSCROLLS_SET') AUTOSCROLLS_SET_Field.setAccessible(True) AUTOSCROLLS_SET_Value = AUTOSCROLLS_SET_Field.get(subComponent_006) #AUTOSCROLLS_SET_Value = 25 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[57] FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_FORWARD_SET') FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.get(subComponent_006) #FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = 26 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[58] FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_BACKWARD_SET') FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.get(subComponent_006) #FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = 27 #subComponent_006.getClass().getSuperclass().getDeclaredFields()[59] revalidateRunnableScheduled_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('revalidateRunnableScheduled') revalidateRunnableScheduled_Field.setAccessible(True) revalidateRunnableScheduled_Value = revalidateRunnableScheduled_Field.get(subComponent_006) #revalidateRunnableScheduled_Value = false #subComponent_006.getClass().getSuperclass().getDeclaredFields()[60] tempRectangles_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('tempRectangles') tempRectangles_Field.setAccessible(True) tempRectangles_Value = tempRectangles_Field.get(subComponent_006) #tempRectangles_Value = [java.awt.Rectangle[x=0,y=0,width=425,height=525], java.awt.[...] #subComponent_006.getClass().getSuperclass().getDeclaredFields()[61] focusInputMap_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('focusInputMap') focusInputMap_Field.setAccessible(True) focusInputMap_Value = focusInputMap_Field.get(subComponent_006) #focusInputMap_Value = None #subComponent_006.getClass().getSuperclass().getDeclaredFields()[62] ancestorInputMap_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('ancestorInputMap') ancestorInputMap_Field.setAccessible(True) ancestorInputMap_Value = ancestorInputMap_Field.get(subComponent_006) #ancestorInputMap_Value = None #subComponent_006.getClass().getSuperclass().getDeclaredFields()[63] windowInputMap_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('windowInputMap') windowInputMap_Field.setAccessible(True) windowInputMap_Value = windowInputMap_Field.get(subComponent_006) #windowInputMap_Value = None #subComponent_006.getClass().getSuperclass().getDeclaredFields()[65] defaultLocale_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('defaultLocale') defaultLocale_Field.setAccessible(True) defaultLocale_Value = defaultLocale_Field.get(subComponent_006) #defaultLocale_Value = JComponent.defaultLocale #subComponent_006.getClass().getSuperclass().getDeclaredFields()[66] componentObtainingGraphicsFrom_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFrom') componentObtainingGraphicsFrom_Field.setAccessible(True) componentObtainingGraphicsFrom_Value = componentObtainingGraphicsFrom_Field.get(subComponent_006) #componentObtainingGraphicsFrom_Value = None #subComponent_006.getClass().getSuperclass().getDeclaredFields()[67] componentObtainingGraphicsFromLock_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFromLock') componentObtainingGraphicsFromLock_Field.setAccessible(True) componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFromLock_Field.get(subComponent_006) #componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFrom #subComponent_006.getClass().getSuperclass().getDeclaredFields()[68] aaHint_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('aaHint') aaHint_Field.setAccessible(True) aaHint_Value = aaHint_Field.get(subComponent_006) #aaHint_Value = None #subComponent_006.getClass().getSuperclass().getDeclaredFields()[69] lcdRenderingHint_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('lcdRenderingHint') lcdRenderingHint_Field.setAccessible(True) lcdRenderingHint_Value = lcdRenderingHint_Field.get(subComponent_006) #lcdRenderingHint_Value = None #subComponent_006.getClass().getSuperclass().getDeclaredFields()[70] focusController_Field = subComponent_006.getClass().getSuperclass().getDeclaredField('focusController') focusController_Field.setAccessible(True) focusController_Value = focusController_Field.get(subComponent_006) #focusController_Value = javax.swing.JComponent$2@565d4f8a endFunction = True def subComponent_006_Declared_Methods(): #**************Declared 'get' Methods************* subComponent_006.getIcon() ''' getIcon_Method = subComponent_006.getClass().getDeclaredMethods()[1] getIcon_Value = getIcon_Method.invoke(subComponent_006) ''' #getIcon_Value = jar:file:/C:/Users/jedwards/.ignition/cache/resources/module[...] subComponent_006.getActionListeners() ''' getActionListeners_Method = subComponent_006.getClass().getDeclaredMethods()[12] getActionListeners_Value = getActionListeners_Method.invoke(subComponent_006) ''' #getActionListeners_Value = array(java.awt.event.ActionListener, [com.inductiveautomatio[...] subComponent_006.getActionCommand() ''' getActionCommand_Method = subComponent_006.getClass().getDeclaredMethods()[14] getActionCommand_Value = getActionCommand_Method.invoke(subComponent_006) ''' #getActionCommand_Value = subComponent_006.getHoverColor() ''' getHoverColor_Method = subComponent_006.getClass().getDeclaredMethods()[16] getHoverColor_Value = getHoverColor_Method.invoke(subComponent_006) ''' #getHoverColor_Value = None subComponent_006.getPad() ''' getPad_Method = subComponent_006.getClass().getDeclaredMethods()[17] getPad_Value = getPad_Method.invoke(subComponent_006) ''' #getPad_Value = 2 #***********Declared 'get' Super Methods********** #subComponent_006.getLocation() ''' getLocation_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[2] getLocation_Value = getLocation_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! #subComponent_006.getSize() ''' getSize_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[6] getSize_Value = getSize_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! subComponent_006.getInsets() ''' getInsets_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[10] getInsets_Value = getInsets_Method.invoke(subComponent_006) ''' #getInsets_Value = java.awt.Insets[top=0,left=0,bottom=0,right=0] #subComponent_006.getInsets() ''' getInsets_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[11] getInsets_Value = getInsets_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! subComponent_006.getPreferredSize() ''' getPreferredSize_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[16] getPreferredSize_Value = getPreferredSize_Method.invoke(subComponent_006) ''' #getPreferredSize_Value = java.awt.Dimension[width=18,height=18] subComponent_006.getMinimumSize() ''' getMinimumSize_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[17] getMinimumSize_Value = getMinimumSize_Method.invoke(subComponent_006) ''' #getMinimumSize_Value = java.awt.Dimension[width=1,height=1] subComponent_006.getMaximumSize() ''' getMaximumSize_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[18] getMaximumSize_Value = getMaximumSize_Method.invoke(subComponent_006) ''' #getMaximumSize_Value = java.awt.Dimension[width=32767,height=32767] subComponent_006.getAlignmentX() ''' getAlignmentX_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[19] getAlignmentX_Value = getAlignmentX_Method.invoke(subComponent_006) ''' #getAlignmentX_Value = 0.5 subComponent_006.getAlignmentY() ''' getAlignmentY_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[20] getAlignmentY_Value = getAlignmentY_Method.invoke(subComponent_006) ''' #getAlignmentY_Value = 0.5 #subComponent_006.getListeners() ''' getListeners_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[22] getListeners_Value = getListeners_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! subComponent_006.getX() ''' getX_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[29] getX_Value = getX_Method.invoke(subComponent_006) ''' #getX_Value = 224 subComponent_006.getY() ''' getY_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[30] getY_Value = getY_Method.invoke(subComponent_006) ''' #getY_Value = 4 subComponent_006.getWidth() ''' getWidth_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[31] getWidth_Value = getWidth_Method.invoke(subComponent_006) ''' #getWidth_Value = 18 subComponent_006.getHeight() ''' getHeight_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[32] getHeight_Value = getHeight_Method.invoke(subComponent_006) ''' #getHeight_Value = 18 #subComponent_006.getBaseline() ''' getBaseline_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[44] getBaseline_Value = getBaseline_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! subComponent_006.getBaselineResizeBehavior() ''' getBaselineResizeBehavior_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[45] getBaselineResizeBehavior_Value = getBaselineResizeBehavior_Method.invoke(subComponent_006) ''' #getBaselineResizeBehavior_Value = OTHER subComponent_006.getGraphics() ''' getGraphics_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[46] getGraphics_Value = getGraphics_Method.invoke(subComponent_006) ''' #getGraphics_Value = sun.java2d.SunGraphics2D[font=javax.swing.plaf.FontUIResourc[...] #subComponent_006.getFontMetrics() ''' getFontMetrics_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[47] getFontMetrics_Value = getFontMetrics_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! subComponent_006.getUI() ''' getUI_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[58] getUI_Value = getUI_Method.invoke(subComponent_006) ''' #getUI_Value = None subComponent_006.getUIClassID() ''' getUIClassID_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[60] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_006) ''' #getUIClassID_Value = ComponentUI #subComponent_006.getWriteObjCounter() ''' getWriteObjCounter_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[61] getWriteObjCounter_Value = getWriteObjCounter_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! #subComponent_006.getGraphicsInvoked() ''' getGraphicsInvoked_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[65] getGraphicsInvoked_Value = getGraphicsInvoked_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! #subComponent_006.getManagingFocusForwardTraversalKeys() ''' getManagingFocusForwardTraversalKeys_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[67] getManagingFocusForwardTraversalKeys_Value = getManagingFocusForwardTraversalKeys_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! #subComponent_006.getManagingFocusBackwardTraversalKeys() ''' getManagingFocusBackwardTraversalKeys_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[68] getManagingFocusBackwardTraversalKeys_Value = getManagingFocusBackwardTraversalKeys_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! #subComponent_006.getFlag() ''' getFlag_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[72] getFlag_Value = getFlag_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! subComponent_006.getInheritsPopupMenu() ''' getInheritsPopupMenu_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[74] getInheritsPopupMenu_Value = getInheritsPopupMenu_Method.invoke(subComponent_006) ''' #getInheritsPopupMenu_Value = False subComponent_006.getComponentPopupMenu() ''' getComponentPopupMenu_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[76] getComponentPopupMenu_Value = getComponentPopupMenu_Method.invoke(subComponent_006) ''' #getComponentPopupMenu_Value = None subComponent_006.getDefaultLocale() ''' getDefaultLocale_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[78] getDefaultLocale_Value = getDefaultLocale_Method.invoke(subComponent_006) ''' #getDefaultLocale_Value = en #subComponent_006.getComponentGraphics() ''' getComponentGraphics_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[81] getComponentGraphics_Value = getComponentGraphics_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! #subComponent_006.getObscuredState() ''' getObscuredState_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[88] getObscuredState_Value = getObscuredState_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! subComponent_006.getBorder() ''' getBorder_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[90] getBorder_Value = getBorder_Method.invoke(subComponent_006) ''' #getBorder_Value = None subComponent_006.getNextFocusableComponent() ''' getNextFocusableComponent_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[102] getNextFocusableComponent_Value = getNextFocusableComponent_Method.invoke(subComponent_006) ''' #getNextFocusableComponent_Value = None #subComponent_006.getClientProperty() ''' getClientProperty_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[105] getClientProperty_Value = getClientProperty_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! #subComponent_006.setVerifyInputWhenFocusTarget() ''' setVerifyInputWhenFocusTarget_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[109] setVerifyInputWhenFocusTarget_Value = setVerifyInputWhenFocusTarget_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! subComponent_006.getVerifyInputWhenFocusTarget() ''' getVerifyInputWhenFocusTarget_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[110] getVerifyInputWhenFocusTarget_Value = getVerifyInputWhenFocusTarget_Method.invoke(subComponent_006) ''' #getVerifyInputWhenFocusTarget_Value = True subComponent_006.getInputVerifier() ''' getInputVerifier_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[116] getInputVerifier_Value = getInputVerifier_Method.invoke(subComponent_006) ''' #getInputVerifier_Value = None subComponent_006.getDebugGraphicsOptions() ''' getDebugGraphicsOptions_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[118] getDebugGraphicsOptions_Value = getDebugGraphicsOptions_Method.invoke(subComponent_006) ''' #getDebugGraphicsOptions_Value = 0 subComponent_006.getInputMap() ''' getInputMap_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[121] getInputMap_Value = getInputMap_Method.invoke(subComponent_006) ''' #getInputMap_Value = javax.swing.InputMap@2a1c12e5 #subComponent_006.getInputMap() ''' getInputMap_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[122] getInputMap_Value = getInputMap_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! #subComponent_006.getInputMap() ''' getInputMap_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[123] getInputMap_Value = getInputMap_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! subComponent_006.getActionMap() ''' getActionMap_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[124] getActionMap_Value = getActionMap_Method.invoke(subComponent_006) ''' #getActionMap_Value = javax.swing.ActionMap@2e1241b8 #subComponent_006.getActionMap() ''' getActionMap_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[125] getActionMap_Value = getActionMap_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! subComponent_006.getRegisteredKeyStrokes() ''' getRegisteredKeyStrokes_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[132] getRegisteredKeyStrokes_Value = getRegisteredKeyStrokes_Method.invoke(subComponent_006) ''' #getRegisteredKeyStrokes_Value = array(javax.swing.KeyStroke) #subComponent_006.getConditionForKeyStroke() ''' getConditionForKeyStroke_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[133] getConditionForKeyStroke_Value = getConditionForKeyStroke_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! #subComponent_006.getActionForKeyStroke() ''' getActionForKeyStroke_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[134] getActionForKeyStroke_Value = getActionForKeyStroke_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! #subComponent_006.getToolTipText() ''' getToolTipText_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[145] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! subComponent_006.getToolTipText() ''' getToolTipText_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[146] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_006) ''' #getToolTipText_Value = Zoom in #subComponent_006.getToolTipLocation() ''' getToolTipLocation_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[147] getToolTipLocation_Value = getToolTipLocation_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! #subComponent_006.getPopupLocation() ''' getPopupLocation_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[148] getPopupLocation_Value = getPopupLocation_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! subComponent_006.getAutoscrolls() ''' getAutoscrolls_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[152] getAutoscrolls_Value = getAutoscrolls_Method.invoke(subComponent_006) ''' #getAutoscrolls_Value = False subComponent_006.getTransferHandler() ''' getTransferHandler_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[154] getTransferHandler_Value = getTransferHandler_Method.invoke(subComponent_006) ''' #getTransferHandler_Value = None #subComponent_006.getCreatedDoubleBuffer() ''' getCreatedDoubleBuffer_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[160] getCreatedDoubleBuffer_Value = getCreatedDoubleBuffer_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! #subComponent_006.getClientProperties() ''' getClientProperties_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[161] getClientProperties_Value = getClientProperties_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! subComponent_006.getVisibleRect() ''' getVisibleRect_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[165] getVisibleRect_Value = getVisibleRect_Method.invoke(subComponent_006) ''' #getVisibleRect_Value = java.awt.Rectangle[x=0,y=0,width=18,height=18] subComponent_006.getVetoableChangeListeners() ''' getVetoableChangeListeners_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[169] getVetoableChangeListeners_Value = getVetoableChangeListeners_Method.invoke(subComponent_006) ''' #getVetoableChangeListeners_Value = array(java.beans.VetoableChangeListener) subComponent_006.getTopLevelAncestor() ''' getTopLevelAncestor_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[170] getTopLevelAncestor_Value = getTopLevelAncestor_Method.invoke(subComponent_006) ''' #getTopLevelAncestor_Value = com.inductiveautomation.ignition.designer.IgnitionDesigner[f[...] #subComponent_006.getAncestorNotifier() ''' getAncestorNotifier_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[171] getAncestorNotifier_Value = getAncestorNotifier_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! subComponent_006.getAncestorListeners() ''' getAncestorListeners_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[174] getAncestorListeners_Value = getAncestorListeners_Method.invoke(subComponent_006) ''' #getAncestorListeners_Value = array(javax.swing.event.AncestorListener) #subComponent_006.getBounds() ''' getBounds_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[188] getBounds_Value = getBounds_Method.invoke(subComponent_006) ''' #Threw Exception: No value could be obtained! subComponent_006.getRootPane() ''' getRootPane_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[192] getRootPane_Value = getRootPane_Method.invoke(subComponent_006) ''' #getRootPane_Value = javax.swing.JRootPane[,0,0,1295x960,invalid,layout=javax.swi[...] #**************Declared 'set' Methods************* subComponent_006.setIcon() ''' setIcon_Method = subComponent_006.getClass().getDeclaredMethods()[0] setIcon_Value = setIcon_Method.invoke(subComponent_006) ''' subComponent_006.setEnabled() ''' setEnabled_Method = subComponent_006.getClass().getDeclaredMethods()[2] setEnabled_Value = setEnabled_Method.invoke(subComponent_006) ''' subComponent_006.setActionCommand() ''' setActionCommand_Method = subComponent_006.getClass().getDeclaredMethods()[9] setActionCommand_Value = setActionCommand_Method.invoke(subComponent_006) ''' subComponent_006.setHoverColor() ''' setHoverColor_Method = subComponent_006.getClass().getDeclaredMethods()[15] setHoverColor_Value = setHoverColor_Method.invoke(subComponent_006) ''' subComponent_006.setPad() ''' setPad_Method = subComponent_006.getClass().getDeclaredMethods()[20] setPad_Value = setPad_Method.invoke(subComponent_006) ''' subComponent_006.setPress() ''' setPress_Method = subComponent_006.getClass().getDeclaredMethods()[21] setPress_Value = setPress_Method.invoke(subComponent_006) ''' subComponent_006.setHover() ''' setHover_Method = subComponent_006.getClass().getDeclaredMethods()[23] setHover_Value = setHover_Method.invoke(subComponent_006) ''' subComponent_006.setShiftIconOnClick() ''' setShiftIconOnClick_Method = subComponent_006.getClass().getDeclaredMethods()[24] setShiftIconOnClick_Value = setShiftIconOnClick_Method.invoke(subComponent_006) ''' #***********Declared 'set' Super Methods********** subComponent_006.setOpaque() ''' setOpaque_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[7] setOpaque_Value = setOpaque_Method.invoke(subComponent_006) ''' subComponent_006.setFont() ''' setFont_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[15] setFont_Value = setFont_Method.invoke(subComponent_006) ''' subComponent_006.setFocusTraversalKeys() ''' setFocusTraversalKeys_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[23] setFocusTraversalKeys_Value = setFocusTraversalKeys_Method.invoke(subComponent_006) ''' subComponent_006.setEnabled() ''' setEnabled_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[33] setEnabled_Value = setEnabled_Method.invoke(subComponent_006) ''' subComponent_006.setForeground() ''' setForeground_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[38] setForeground_Value = setForeground_Method.invoke(subComponent_006) ''' subComponent_006.setBackground() ''' setBackground_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[39] setBackground_Value = setBackground_Method.invoke(subComponent_006) ''' subComponent_006.setPreferredSize() ''' setPreferredSize_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[41] setPreferredSize_Value = setPreferredSize_Method.invoke(subComponent_006) ''' subComponent_006.setMinimumSize() ''' setMinimumSize_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[42] setMinimumSize_Value = setMinimumSize_Method.invoke(subComponent_006) ''' subComponent_006.setMaximumSize() ''' setMaximumSize_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[43] setMaximumSize_Value = setMaximumSize_Method.invoke(subComponent_006) ''' subComponent_006.setDoubleBuffered() ''' setDoubleBuffered_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[55] setDoubleBuffered_Value = setDoubleBuffered_Method.invoke(subComponent_006) ''' subComponent_006.setUIProperty() ''' setUIProperty_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[56] setUIProperty_Value = setUIProperty_Method.invoke(subComponent_006) ''' subComponent_006.setUI() ''' setUI_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[59] setUI_Value = setUI_Method.invoke(subComponent_006) ''' subComponent_006.setWriteObjCounter() ''' setWriteObjCounter_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[62] setWriteObjCounter_Value = setWriteObjCounter_Method.invoke(subComponent_006) ''' subComponent_006.setInheritsPopupMenu() ''' setInheritsPopupMenu_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[71] setInheritsPopupMenu_Value = setInheritsPopupMenu_Method.invoke(subComponent_006) ''' subComponent_006.setFlag() ''' setFlag_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[73] setFlag_Value = setFlag_Method.invoke(subComponent_006) ''' subComponent_006.setComponentPopupMenu() ''' setComponentPopupMenu_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[75] setComponentPopupMenu_Value = setComponentPopupMenu_Method.invoke(subComponent_006) ''' subComponent_006.setNextFocusableComponent() ''' setNextFocusableComponent_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[103] setNextFocusableComponent_Value = setNextFocusableComponent_Method.invoke(subComponent_006) ''' subComponent_006.setRequestFocusEnabled() ''' setRequestFocusEnabled_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[106] setRequestFocusEnabled_Value = setRequestFocusEnabled_Method.invoke(subComponent_006) ''' subComponent_006.setBorder() ''' setBorder_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[111] setBorder_Value = setBorder_Method.invoke(subComponent_006) ''' subComponent_006.setAlignmentY() ''' setAlignmentY_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[112] setAlignmentY_Value = setAlignmentY_Method.invoke(subComponent_006) ''' subComponent_006.setAlignmentX() ''' setAlignmentX_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[114] setAlignmentX_Value = setAlignmentX_Method.invoke(subComponent_006) ''' subComponent_006.setInputVerifier() ''' setInputVerifier_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[115] setInputVerifier_Value = setInputVerifier_Method.invoke(subComponent_006) ''' subComponent_006.setDebugGraphicsOptions() ''' setDebugGraphicsOptions_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[117] setDebugGraphicsOptions_Value = setDebugGraphicsOptions_Method.invoke(subComponent_006) ''' subComponent_006.resetKeyboardActions() ''' resetKeyboardActions_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[135] resetKeyboardActions_Value = resetKeyboardActions_Method.invoke(subComponent_006) ''' subComponent_006.setInputMap() ''' setInputMap_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[136] setInputMap_Value = setInputMap_Method.invoke(subComponent_006) ''' subComponent_006.setActionMap() ''' setActionMap_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[137] setActionMap_Value = setActionMap_Method.invoke(subComponent_006) ''' subComponent_006.setDefaultLocale() ''' setDefaultLocale_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[139] setDefaultLocale_Value = setDefaultLocale_Method.invoke(subComponent_006) ''' subComponent_006.setToolTipText() ''' setToolTipText_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[144] setToolTipText_Value = setToolTipText_Method.invoke(subComponent_006) ''' subComponent_006.setAutoscrolls() ''' setAutoscrolls_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[151] setAutoscrolls_Value = setAutoscrolls_Method.invoke(subComponent_006) ''' subComponent_006.setTransferHandler() ''' setTransferHandler_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[153] setTransferHandler_Value = setTransferHandler_Method.invoke(subComponent_006) ''' subComponent_006.setDropLocation() ''' setDropLocation_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[156] setDropLocation_Value = setDropLocation_Method.invoke(subComponent_006) ''' subComponent_006.setCreatedDoubleBuffer() ''' setCreatedDoubleBuffer_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[159] setCreatedDoubleBuffer_Value = setCreatedDoubleBuffer_Method.invoke(subComponent_006) ''' subComponent_006.setPaintingChild() ''' setPaintingChild_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[181] setPaintingChild_Value = setPaintingChild_Method.invoke(subComponent_006) ''' subComponent_006.setVisible() ''' setVisible_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[187] setVisible_Value = setVisible_Method.invoke(subComponent_006) ''' #************All Other Declared Methods*********** subComponent_006.mousePressed() ''' mousePressed_Method = subComponent_006.getClass().getDeclaredMethods()[3] mousePressed_Value = mousePressed_Method.invoke(subComponent_006) ''' subComponent_006.mouseReleased() ''' mouseReleased_Method = subComponent_006.getClass().getDeclaredMethods()[4] mouseReleased_Value = mouseReleased_Method.invoke(subComponent_006) ''' subComponent_006.mouseClicked() ''' mouseClicked_Method = subComponent_006.getClass().getDeclaredMethods()[5] mouseClicked_Value = mouseClicked_Method.invoke(subComponent_006) ''' subComponent_006.mouseExited() ''' mouseExited_Method = subComponent_006.getClass().getDeclaredMethods()[6] mouseExited_Value = mouseExited_Method.invoke(subComponent_006) ''' subComponent_006.mouseEntered() ''' mouseEntered_Method = subComponent_006.getClass().getDeclaredMethods()[7] mouseEntered_Value = mouseEntered_Method.invoke(subComponent_006) ''' subComponent_006.paintComponent() ''' paintComponent_Method = subComponent_006.getClass().getDeclaredMethods()[8] paintComponent_Value = paintComponent_Method.invoke(subComponent_006) ''' subComponent_006.addActionListener() ''' addActionListener_Method = subComponent_006.getClass().getDeclaredMethods()[10] addActionListener_Value = addActionListener_Method.invoke(subComponent_006) ''' subComponent_006.removeActionListener() ''' removeActionListener_Method = subComponent_006.getClass().getDeclaredMethods()[11] removeActionListener_Value = removeActionListener_Method.invoke(subComponent_006) ''' subComponent_006.fireActionEvent() ''' fireActionEvent_Method = subComponent_006.getClass().getDeclaredMethods()[13] fireActionEvent_Value = fireActionEvent_Method.invoke(subComponent_006) ''' subComponent_006.isPress() ''' isPress_Method = subComponent_006.getClass().getDeclaredMethods()[18] isPress_Value = isPress_Method.invoke(subComponent_006) ''' subComponent_006.isShiftIconOnClick() ''' isShiftIconOnClick_Method = subComponent_006.getClass().getDeclaredMethods()[19] isShiftIconOnClick_Value = isShiftIconOnClick_Method.invoke(subComponent_006) ''' subComponent_006.isHover() ''' isHover_Method = subComponent_006.getClass().getDeclaredMethods()[22] isHover_Value = isHover_Method.invoke(subComponent_006) ''' #*********All Other Declared Super Methods******** subComponent_006.update() ''' update_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[0] update_Value = update_Method.invoke(subComponent_006) ''' subComponent_006.contains() ''' contains_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[1] contains_Value = contains_Method.invoke(subComponent_006) ''' subComponent_006.readObject() ''' readObject_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[3] readObject_Value = readObject_Method.invoke(subComponent_006) ''' subComponent_006.writeObject() ''' writeObject_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[4] writeObject_Value = writeObject_Method.invoke(subComponent_006) ''' subComponent_006.print() ''' print_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[5] print_Value = print_Method.invoke(subComponent_006) ''' subComponent_006.paramString() ''' paramString_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[8] paramString_Value = paramString_Method.invoke(subComponent_006) ''' subComponent_006.isOpaque() ''' isOpaque_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[9] isOpaque_Value = isOpaque_Method.invoke(subComponent_006) ''' subComponent_006.removeNotify() ''' removeNotify_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[12] removeNotify_Value = removeNotify_Method.invoke(subComponent_006) ''' subComponent_006.addNotify() ''' addNotify_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[13] addNotify_Value = addNotify_Method.invoke(subComponent_006) ''' subComponent_006.isValidateRoot() ''' isValidateRoot_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[14] isValidateRoot_Value = isValidateRoot_Method.invoke(subComponent_006) ''' subComponent_006.paint() ''' paint_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[21] paint_Value = paint_Method.invoke(subComponent_006) ''' subComponent_006.firePropertyChange() ''' firePropertyChange_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[24] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_006) ''' subComponent_006.firePropertyChange() ''' firePropertyChange_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[25] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_006) ''' subComponent_006.firePropertyChange() ''' firePropertyChange_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[26] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_006) ''' subComponent_006.requestFocus() ''' requestFocus_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[27] requestFocus_Value = requestFocus_Method.invoke(subComponent_006) ''' subComponent_006.requestFocus() ''' requestFocus_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[28] requestFocus_Value = requestFocus_Method.invoke(subComponent_006) ''' subComponent_006.enable() ''' enable_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[34] enable_Value = enable_Method.invoke(subComponent_006) ''' subComponent_006.disable() ''' disable_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[35] disable_Value = disable_Method.invoke(subComponent_006) ''' subComponent_006.isDoubleBuffered() ''' isDoubleBuffered_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[36] isDoubleBuffered_Value = isDoubleBuffered_Method.invoke(subComponent_006) ''' subComponent_006.hide() ''' hide_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[37] hide_Value = hide_Method.invoke(subComponent_006) ''' subComponent_006.reshape() ''' reshape_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[40] reshape_Value = reshape_Method.invoke(subComponent_006) ''' subComponent_006.printAll() ''' printAll_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[48] printAll_Value = printAll_Method.invoke(subComponent_006) ''' subComponent_006.processKeyEvent() ''' processKeyEvent_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[49] processKeyEvent_Value = processKeyEvent_Method.invoke(subComponent_006) ''' subComponent_006.processMouseEvent() ''' processMouseEvent_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[50] processMouseEvent_Value = processMouseEvent_Method.invoke(subComponent_006) ''' subComponent_006.processMouseMotionEvent() ''' processMouseMotionEvent_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[51] processMouseMotionEvent_Value = processMouseMotionEvent_Method.invoke(subComponent_006) ''' subComponent_006.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[52] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_006) ''' subComponent_006.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[53] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_006) ''' subComponent_006.compWriteObjectNotify() ''' compWriteObjectNotify_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[54] compWriteObjectNotify_Value = compWriteObjectNotify_Method.invoke(subComponent_006) ''' subComponent_006.updateUI() ''' updateUI_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[57] updateUI_Value = updateUI_Method.invoke(subComponent_006) ''' subComponent_006.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[63] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_006) ''' subComponent_006.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[64] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_006) ''' subComponent_006.isComponentObtainingGraphicsFrom() ''' isComponentObtainingGraphicsFrom_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[66] isComponentObtainingGraphicsFrom_Value = isComponentObtainingGraphicsFrom_Method.invoke(subComponent_006) ''' subComponent_006.fetchRectangle() ''' fetchRectangle_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[69] fetchRectangle_Value = fetchRectangle_Method.invoke(subComponent_006) ''' subComponent_006.recycleRectangle() ''' recycleRectangle_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[70] recycleRectangle_Value = recycleRectangle_Method.invoke(subComponent_006) ''' subComponent_006.isManagingFocus() ''' isManagingFocus_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[77] isManagingFocus_Value = isManagingFocus_Method.invoke(subComponent_006) ''' subComponent_006.uninstallUIAndProperties() ''' uninstallUIAndProperties_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[79] uninstallUIAndProperties_Value = uninstallUIAndProperties_Method.invoke(subComponent_006) ''' subComponent_006.putClientProperty() ''' putClientProperty_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[80] putClientProperty_Value = putClientProperty_Method.invoke(subComponent_006) ''' subComponent_006.shouldDebugGraphics() ''' shouldDebugGraphics_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[82] shouldDebugGraphics_Value = shouldDebugGraphics_Method.invoke(subComponent_006) ''' subComponent_006.paintComponent() ''' paintComponent_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[83] paintComponent_Value = paintComponent_Method.invoke(subComponent_006) ''' subComponent_006.paintChildren() ''' paintChildren_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[84] paintChildren_Value = paintChildren_Method.invoke(subComponent_006) ''' subComponent_006.isOptimizedDrawingEnabled() ''' isOptimizedDrawingEnabled_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[85] isOptimizedDrawingEnabled_Value = isOptimizedDrawingEnabled_Method.invoke(subComponent_006) ''' subComponent_006.checkIfChildObscuredBySibling() ''' checkIfChildObscuredBySibling_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[86] checkIfChildObscuredBySibling_Value = checkIfChildObscuredBySibling_Method.invoke(subComponent_006) ''' subComponent_006.isLightweightComponent() ''' isLightweightComponent_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[87] isLightweightComponent_Value = isLightweightComponent_Method.invoke(subComponent_006) ''' subComponent_006.paintBorder() ''' paintBorder_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[89] paintBorder_Value = paintBorder_Method.invoke(subComponent_006) ''' subComponent_006.adjustPaintFlags() ''' adjustPaintFlags_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[91] adjustPaintFlags_Value = adjustPaintFlags_Method.invoke(subComponent_006) ''' subComponent_006.isPainting() ''' isPainting_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[92] isPainting_Value = isPainting_Method.invoke(subComponent_006) ''' subComponent_006.rectangleIsObscured() ''' rectangleIsObscured_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[93] rectangleIsObscured_Value = rectangleIsObscured_Method.invoke(subComponent_006) ''' subComponent_006.printComponent() ''' printComponent_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[94] printComponent_Value = printComponent_Method.invoke(subComponent_006) ''' subComponent_006.printBorder() ''' printBorder_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[95] printBorder_Value = printBorder_Method.invoke(subComponent_006) ''' subComponent_006.printChildren() ''' printChildren_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[96] printChildren_Value = printChildren_Method.invoke(subComponent_006) ''' subComponent_006.paintForceDoubleBuffered() ''' paintForceDoubleBuffered_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[97] paintForceDoubleBuffered_Value = paintForceDoubleBuffered_Method.invoke(subComponent_006) ''' subComponent_006.isPaintingTile() ''' isPaintingTile_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[98] isPaintingTile_Value = isPaintingTile_Method.invoke(subComponent_006) ''' subComponent_006.isPaintingForPrint() ''' isPaintingForPrint_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[99] isPaintingForPrint_Value = isPaintingForPrint_Method.invoke(subComponent_006) ''' subComponent_006.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[100] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_006) ''' subComponent_006.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[101] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_006) ''' subComponent_006.deregisterNextFocusableComponent() ''' deregisterNextFocusableComponent_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[104] deregisterNextFocusableComponent_Value = deregisterNextFocusableComponent_Method.invoke(subComponent_006) ''' subComponent_006.isRequestFocusEnabled() ''' isRequestFocusEnabled_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[107] isRequestFocusEnabled_Value = isRequestFocusEnabled_Method.invoke(subComponent_006) ''' subComponent_006.grabFocus() ''' grabFocus_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[108] grabFocus_Value = grabFocus_Method.invoke(subComponent_006) ''' subComponent_006.validateAlignment() ''' validateAlignment_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[113] validateAlignment_Value = validateAlignment_Method.invoke(subComponent_006) ''' subComponent_006.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[119] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_006) ''' subComponent_006.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[120] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_006) ''' subComponent_006.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[126] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_006) ''' subComponent_006.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[127] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_006) ''' subComponent_006.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[128] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_006) ''' subComponent_006.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[129] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_006) ''' subComponent_006.componentInputMapChanged() ''' componentInputMapChanged_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[130] componentInputMapChanged_Value = componentInputMapChanged_Method.invoke(subComponent_006) ''' subComponent_006.unregisterKeyboardAction() ''' unregisterKeyboardAction_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[131] unregisterKeyboardAction_Value = unregisterKeyboardAction_Method.invoke(subComponent_006) ''' subComponent_006.requestDefaultFocus() ''' requestDefaultFocus_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[138] requestDefaultFocus_Value = requestDefaultFocus_Method.invoke(subComponent_006) ''' subComponent_006.processComponentKeyEvent() ''' processComponentKeyEvent_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[140] processComponentKeyEvent_Value = processComponentKeyEvent_Method.invoke(subComponent_006) ''' subComponent_006.processKeyBindings() ''' processKeyBindings_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[141] processKeyBindings_Value = processKeyBindings_Method.invoke(subComponent_006) ''' subComponent_006.processKeyBinding() ''' processKeyBinding_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[142] processKeyBinding_Value = processKeyBinding_Method.invoke(subComponent_006) ''' subComponent_006.processKeyBindingsForAllComponents() ''' processKeyBindingsForAllComponents_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[143] processKeyBindingsForAllComponents_Value = processKeyBindingsForAllComponents_Method.invoke(subComponent_006) ''' subComponent_006.createToolTip() ''' createToolTip_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[149] createToolTip_Value = createToolTip_Method.invoke(subComponent_006) ''' subComponent_006.scrollRectToVisible() ''' scrollRectToVisible_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[150] scrollRectToVisible_Value = scrollRectToVisible_Method.invoke(subComponent_006) ''' subComponent_006.dropLocationForPoint() ''' dropLocationForPoint_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[155] dropLocationForPoint_Value = dropLocationForPoint_Method.invoke(subComponent_006) ''' subComponent_006.dndDone() ''' dndDone_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[157] dndDone_Value = dndDone_Method.invoke(subComponent_006) ''' subComponent_006.superProcessMouseMotionEvent() ''' superProcessMouseMotionEvent_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[158] superProcessMouseMotionEvent_Value = superProcessMouseMotionEvent_Method.invoke(subComponent_006) ''' subComponent_006.clientPropertyChanged() ''' clientPropertyChanged_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[162] clientPropertyChanged_Value = clientPropertyChanged_Method.invoke(subComponent_006) ''' subComponent_006.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[163] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_006) ''' subComponent_006.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[164] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_006) ''' subComponent_006.fireVetoableChange() ''' fireVetoableChange_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[166] fireVetoableChange_Value = fireVetoableChange_Method.invoke(subComponent_006) ''' subComponent_006.addVetoableChangeListener() ''' addVetoableChangeListener_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[167] addVetoableChangeListener_Value = addVetoableChangeListener_Method.invoke(subComponent_006) ''' subComponent_006.removeVetoableChangeListener() ''' removeVetoableChangeListener_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[168] removeVetoableChangeListener_Value = removeVetoableChangeListener_Method.invoke(subComponent_006) ''' subComponent_006.addAncestorListener() ''' addAncestorListener_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[172] addAncestorListener_Value = addAncestorListener_Method.invoke(subComponent_006) ''' subComponent_006.removeAncestorListener() ''' removeAncestorListener_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[173] removeAncestorListener_Value = removeAncestorListener_Method.invoke(subComponent_006) ''' #subComponent_006.lambda$revalidate$0() ''' lambdarevalidate0_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[175] lambdarevalidate0_Value = lambdarevalidate0_Method.invoke(#subComponent_006) ''' subComponent_006.isPaintingOrigin() ''' isPaintingOrigin_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[176] isPaintingOrigin_Value = isPaintingOrigin_Method.invoke(subComponent_006) ''' subComponent_006.paintImmediately() ''' paintImmediately_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[177] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_006) ''' subComponent_006.paintImmediately() ''' paintImmediately_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[178] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_006) ''' subComponent_006._paintImmediately() ''' _paintImmediately_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[179] _paintImmediately_Value = _paintImmediately_Method.invoke(subComponent_006) ''' subComponent_006.alwaysOnTop() ''' alwaysOnTop_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[180] alwaysOnTop_Value = alwaysOnTop_Method.invoke(subComponent_006) ''' subComponent_006.paintToOffscreen() ''' paintToOffscreen_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[182] paintToOffscreen_Value = paintToOffscreen_Method.invoke(subComponent_006) ''' #subComponent_006.access$000() ''' access000_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[183] access000_Value = access000_Method.invoke(#subComponent_006) ''' #subComponent_006.access$100() ''' access100_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[184] access100_Value = access100_Method.invoke(#subComponent_006) ''' #subComponent_006.access$200() ''' access200_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[185] access200_Value = access200_Method.invoke(#subComponent_006) ''' #subComponent_006.access$300() ''' access300_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[186] access300_Value = access300_Method.invoke(#subComponent_006) ''' subComponent_006.repaint() ''' repaint_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[189] repaint_Value = repaint_Method.invoke(subComponent_006) ''' subComponent_006.repaint() ''' repaint_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[190] repaint_Value = repaint_Method.invoke(subComponent_006) ''' subComponent_006.revalidate() ''' revalidate_Method = subComponent_006.getClass().getSuperclass().getDeclaredMethods()[191] revalidate_Value = revalidate_Method.invoke(subComponent_006) ''' endFunction = True #========================================================== #========================================================== subComponent_007 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(1).getComponent(1).getComponent(1) def subComponent_007(): # def subComponent_007_Declared_Fields(): #*****************Declared Fields***************** subComponent_007.icon #subComponent_007.icon = jar:file:/C:/Users/jedwards/.ignition/cache/resources/module[...] subComponent_007.pad #subComponent_007.pad = 2 subComponent_007.hoverColor #subComponent_007.hoverColor = None subComponent_007.shiftIconOnClick #subComponent_007.shiftIconOnClick = True subComponent_007.actionCommand #subComponent_007.actionCommand = #NOTE: The following fields can only be accessed through reflection #subComponent_007.getClass().getDeclaredFields()[1] disabledIcon_Field = subComponent_007.getClass().getDeclaredField('disabledIcon') disabledIcon_Field.setAccessible(True) disabledIcon_Value = disabledIcon_Field.get(subComponent_007) #disabledIcon_Value = sun.awt.image.ToolkitImage@23cbbe05 #subComponent_007.getClass().getDeclaredFields()[4] hover_Field = subComponent_007.getClass().getDeclaredField('hover') hover_Field.setAccessible(True) hover_Value = hover_Field.get(subComponent_007) #hover_Value = False #subComponent_007.getClass().getDeclaredFields()[5] press_Field = subComponent_007.getClass().getDeclaredField('press') press_Field.setAccessible(True) press_Value = press_Field.get(subComponent_007) #press_Value = False #subComponent_007.getClass().getDeclaredFields()[8] rect_Field = subComponent_007.getClass().getDeclaredField('rect') rect_Field.setAccessible(True) rect_Value = rect_Field.get(subComponent_007) #rect_Value = java.awt.Rectangle[x=0,y=0,width=18,height=18] #**************Declared Super Fields************** subComponent_007.alignmentX #subComponent_007.alignmentX = 0.0 subComponent_007.alignmentY #subComponent_007.alignmentY = 0.0 subComponent_007.autoscrolls #subComponent_007.autoscrolls = False subComponent_007.border #subComponent_007.border = None subComponent_007.inputVerifier #subComponent_007.inputVerifier = None subComponent_007.verifyInputWhenFocusTarget #subComponent_007.verifyInputWhenFocusTarget = True subComponent_007.WHEN_FOCUSED #subComponent_007.WHEN_FOCUSED = 0 subComponent_007.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT #subComponent_007.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT = 1 subComponent_007.WHEN_IN_FOCUSED_WINDOW #subComponent_007.WHEN_IN_FOCUSED_WINDOW = 2 subComponent_007.UNDEFINED_CONDITION #subComponent_007.UNDEFINED_CONDITION = -1 subComponent_007.TOOL_TIP_TEXT_KEY #subComponent_007.TOOL_TIP_TEXT_KEY = ToolTipText subComponent_007.actionMap #subComponent_007.actionMap = None #NOTE: The following fields can only be accessed through reflection #subComponent_007.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_007) #uiClassID_Value = ComponentUI #subComponent_007.getClass().getSuperclass().getDeclaredFields()[1] readObjectCallbacks_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('readObjectCallbacks') readObjectCallbacks_Field.setAccessible(True) readObjectCallbacks_Value = readObjectCallbacks_Field.get(subComponent_007) #readObjectCallbacks_Value = {} #subComponent_007.getClass().getSuperclass().getDeclaredFields()[2] managingFocusForwardTraversalKeys_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('managingFocusForwardTraversalKeys') managingFocusForwardTraversalKeys_Field.setAccessible(True) managingFocusForwardTraversalKeys_Value = managingFocusForwardTraversalKeys_Field.get(subComponent_007) #managingFocusForwardTraversalKeys_Value = [ctrl pressed TAB] #subComponent_007.getClass().getSuperclass().getDeclaredFields()[3] managingFocusBackwardTraversalKeys_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('managingFocusBackwardTraversalKeys') managingFocusBackwardTraversalKeys_Field.setAccessible(True) managingFocusBackwardTraversalKeys_Value = managingFocusBackwardTraversalKeys_Field.get(subComponent_007) #managingFocusBackwardTraversalKeys_Value = [shift ctrl pressed TAB] #subComponent_007.getClass().getSuperclass().getDeclaredFields()[4] NOT_OBSCURED_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('NOT_OBSCURED') NOT_OBSCURED_Field.setAccessible(True) NOT_OBSCURED_Value = NOT_OBSCURED_Field.get(subComponent_007) #NOT_OBSCURED_Value = 0 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[5] PARTIALLY_OBSCURED_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('PARTIALLY_OBSCURED') PARTIALLY_OBSCURED_Field.setAccessible(True) PARTIALLY_OBSCURED_Value = PARTIALLY_OBSCURED_Field.get(subComponent_007) #PARTIALLY_OBSCURED_Value = 1 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[6] COMPLETELY_OBSCURED_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('COMPLETELY_OBSCURED') COMPLETELY_OBSCURED_Field.setAccessible(True) COMPLETELY_OBSCURED_Value = COMPLETELY_OBSCURED_Field.get(subComponent_007) #COMPLETELY_OBSCURED_Value = 2 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[7] DEBUG_GRAPHICS_LOADED_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('DEBUG_GRAPHICS_LOADED') DEBUG_GRAPHICS_LOADED_Field.setAccessible(True) DEBUG_GRAPHICS_LOADED_Value = DEBUG_GRAPHICS_LOADED_Field.get(subComponent_007) #DEBUG_GRAPHICS_LOADED_Value = True #subComponent_007.getClass().getSuperclass().getDeclaredFields()[8] INPUT_VERIFIER_SOURCE_KEY_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('INPUT_VERIFIER_SOURCE_KEY') INPUT_VERIFIER_SOURCE_KEY_Field.setAccessible(True) INPUT_VERIFIER_SOURCE_KEY_Value = INPUT_VERIFIER_SOURCE_KEY_Field.get(subComponent_007) #INPUT_VERIFIER_SOURCE_KEY_Value = InputVerifierSourceKey #subComponent_007.getClass().getSuperclass().getDeclaredFields()[9] isAlignmentXSet_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('isAlignmentXSet') isAlignmentXSet_Field.setAccessible(True) isAlignmentXSet_Value = isAlignmentXSet_Field.get(subComponent_007) #isAlignmentXSet_Value = False #subComponent_007.getClass().getSuperclass().getDeclaredFields()[11] isAlignmentYSet_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('isAlignmentYSet') isAlignmentYSet_Field.setAccessible(True) isAlignmentYSet_Value = isAlignmentYSet_Field.get(subComponent_007) #isAlignmentYSet_Value = False #subComponent_007.getClass().getSuperclass().getDeclaredFields()[13] ui_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('ui') ui_Field.setAccessible(True) ui_Value = ui_Field.get(subComponent_007) #ui_Value = None #subComponent_007.getClass().getSuperclass().getDeclaredFields()[14] listenerList_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('listenerList') listenerList_Field.setAccessible(True) listenerList_Value = listenerList_Field.get(subComponent_007) #listenerList_Value = EventListenerList: 1 listeners: type java.awt.event.ActionL[...] #subComponent_007.getClass().getSuperclass().getDeclaredFields()[15] clientProperties_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('clientProperties') clientProperties_Field.setAccessible(True) clientProperties_Value = clientProperties_Field.get(subComponent_007) #clientProperties_Value = javax.swing.ArrayTable@429c88cf #subComponent_007.getClass().getSuperclass().getDeclaredFields()[16] vetoableChangeSupport_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('vetoableChangeSupport') vetoableChangeSupport_Field.setAccessible(True) vetoableChangeSupport_Value = vetoableChangeSupport_Field.get(subComponent_007) #vetoableChangeSupport_Value = None #subComponent_007.getClass().getSuperclass().getDeclaredFields()[19] flags_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('flags') flags_Field.setAccessible(True) flags_Value = flags_Field.get(subComponent_007) #flags_Value = 0 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[22] paintingChild_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('paintingChild') paintingChild_Field.setAccessible(True) paintingChild_Value = paintingChild_Field.get(subComponent_007) #paintingChild_Value = None #subComponent_007.getClass().getSuperclass().getDeclaredFields()[27] KEYBOARD_BINDINGS_KEY_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('KEYBOARD_BINDINGS_KEY') KEYBOARD_BINDINGS_KEY_Field.setAccessible(True) KEYBOARD_BINDINGS_KEY_Value = KEYBOARD_BINDINGS_KEY_Field.get(subComponent_007) #KEYBOARD_BINDINGS_KEY_Value = _KeyboardBindings #subComponent_007.getClass().getSuperclass().getDeclaredFields()[28] WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('WHEN_IN_FOCUSED_WINDOW_BINDINGS') WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.setAccessible(True) WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.get(subComponent_007) #WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = _WhenInFocusedWindow #subComponent_007.getClass().getSuperclass().getDeclaredFields()[30] NEXT_FOCUS_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('NEXT_FOCUS') NEXT_FOCUS_Field.setAccessible(True) NEXT_FOCUS_Value = NEXT_FOCUS_Field.get(subComponent_007) #NEXT_FOCUS_Value = nextFocus #subComponent_007.getClass().getSuperclass().getDeclaredFields()[31] popupMenu_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('popupMenu') popupMenu_Field.setAccessible(True) popupMenu_Value = popupMenu_Field.get(subComponent_007) #popupMenu_Value = None #subComponent_007.getClass().getSuperclass().getDeclaredFields()[32] IS_DOUBLE_BUFFERED_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('IS_DOUBLE_BUFFERED') IS_DOUBLE_BUFFERED_Field.setAccessible(True) IS_DOUBLE_BUFFERED_Value = IS_DOUBLE_BUFFERED_Field.get(subComponent_007) #IS_DOUBLE_BUFFERED_Value = 0 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[33] ANCESTOR_USING_BUFFER_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('ANCESTOR_USING_BUFFER') ANCESTOR_USING_BUFFER_Field.setAccessible(True) ANCESTOR_USING_BUFFER_Value = ANCESTOR_USING_BUFFER_Field.get(subComponent_007) #ANCESTOR_USING_BUFFER_Value = 1 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[34] IS_PAINTING_TILE_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('IS_PAINTING_TILE') IS_PAINTING_TILE_Field.setAccessible(True) IS_PAINTING_TILE_Value = IS_PAINTING_TILE_Field.get(subComponent_007) #IS_PAINTING_TILE_Value = 2 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[35] IS_OPAQUE_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('IS_OPAQUE') IS_OPAQUE_Field.setAccessible(True) IS_OPAQUE_Value = IS_OPAQUE_Field.get(subComponent_007) #IS_OPAQUE_Value = 3 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[36] KEY_EVENTS_ENABLED_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('KEY_EVENTS_ENABLED') KEY_EVENTS_ENABLED_Field.setAccessible(True) KEY_EVENTS_ENABLED_Value = KEY_EVENTS_ENABLED_Field.get(subComponent_007) #KEY_EVENTS_ENABLED_Value = 4 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[37] FOCUS_INPUTMAP_CREATED_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('FOCUS_INPUTMAP_CREATED') FOCUS_INPUTMAP_CREATED_Field.setAccessible(True) FOCUS_INPUTMAP_CREATED_Value = FOCUS_INPUTMAP_CREATED_Field.get(subComponent_007) #FOCUS_INPUTMAP_CREATED_Value = 5 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[38] ANCESTOR_INPUTMAP_CREATED_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('ANCESTOR_INPUTMAP_CREATED') ANCESTOR_INPUTMAP_CREATED_Field.setAccessible(True) ANCESTOR_INPUTMAP_CREATED_Value = ANCESTOR_INPUTMAP_CREATED_Field.get(subComponent_007) #ANCESTOR_INPUTMAP_CREATED_Value = 6 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[39] WIF_INPUTMAP_CREATED_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('WIF_INPUTMAP_CREATED') WIF_INPUTMAP_CREATED_Field.setAccessible(True) WIF_INPUTMAP_CREATED_Value = WIF_INPUTMAP_CREATED_Field.get(subComponent_007) #WIF_INPUTMAP_CREATED_Value = 7 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[40] ACTIONMAP_CREATED_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('ACTIONMAP_CREATED') ACTIONMAP_CREATED_Field.setAccessible(True) ACTIONMAP_CREATED_Value = ACTIONMAP_CREATED_Field.get(subComponent_007) #ACTIONMAP_CREATED_Value = 8 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[41] CREATED_DOUBLE_BUFFER_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('CREATED_DOUBLE_BUFFER') CREATED_DOUBLE_BUFFER_Field.setAccessible(True) CREATED_DOUBLE_BUFFER_Value = CREATED_DOUBLE_BUFFER_Field.get(subComponent_007) #CREATED_DOUBLE_BUFFER_Value = 9 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[42] IS_PRINTING_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('IS_PRINTING') IS_PRINTING_Field.setAccessible(True) IS_PRINTING_Value = IS_PRINTING_Field.get(subComponent_007) #IS_PRINTING_Value = 11 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[43] IS_PRINTING_ALL_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('IS_PRINTING_ALL') IS_PRINTING_ALL_Field.setAccessible(True) IS_PRINTING_ALL_Value = IS_PRINTING_ALL_Field.get(subComponent_007) #IS_PRINTING_ALL_Value = 12 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[44] IS_REPAINTING_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('IS_REPAINTING') IS_REPAINTING_Field.setAccessible(True) IS_REPAINTING_Value = IS_REPAINTING_Field.get(subComponent_007) #IS_REPAINTING_Value = 13 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[45] WRITE_OBJ_COUNTER_FIRST_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_FIRST') WRITE_OBJ_COUNTER_FIRST_Field.setAccessible(True) WRITE_OBJ_COUNTER_FIRST_Value = WRITE_OBJ_COUNTER_FIRST_Field.get(subComponent_007) #WRITE_OBJ_COUNTER_FIRST_Value = 14 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[46] RESERVED_1_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('RESERVED_1') RESERVED_1_Field.setAccessible(True) RESERVED_1_Value = RESERVED_1_Field.get(subComponent_007) #RESERVED_1_Value = 15 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[47] RESERVED_2_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('RESERVED_2') RESERVED_2_Field.setAccessible(True) RESERVED_2_Value = RESERVED_2_Field.get(subComponent_007) #RESERVED_2_Value = 16 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[48] RESERVED_3_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('RESERVED_3') RESERVED_3_Field.setAccessible(True) RESERVED_3_Value = RESERVED_3_Field.get(subComponent_007) #RESERVED_3_Value = 17 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[49] RESERVED_4_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('RESERVED_4') RESERVED_4_Field.setAccessible(True) RESERVED_4_Value = RESERVED_4_Field.get(subComponent_007) #RESERVED_4_Value = 18 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[50] RESERVED_5_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('RESERVED_5') RESERVED_5_Field.setAccessible(True) RESERVED_5_Value = RESERVED_5_Field.get(subComponent_007) #RESERVED_5_Value = 19 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[51] RESERVED_6_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('RESERVED_6') RESERVED_6_Field.setAccessible(True) RESERVED_6_Value = RESERVED_6_Field.get(subComponent_007) #RESERVED_6_Value = 20 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[52] WRITE_OBJ_COUNTER_LAST_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_LAST') WRITE_OBJ_COUNTER_LAST_Field.setAccessible(True) WRITE_OBJ_COUNTER_LAST_Value = WRITE_OBJ_COUNTER_LAST_Field.get(subComponent_007) #WRITE_OBJ_COUNTER_LAST_Value = 21 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[53] REQUEST_FOCUS_DISABLED_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('REQUEST_FOCUS_DISABLED') REQUEST_FOCUS_DISABLED_Field.setAccessible(True) REQUEST_FOCUS_DISABLED_Value = REQUEST_FOCUS_DISABLED_Field.get(subComponent_007) #REQUEST_FOCUS_DISABLED_Value = 22 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[54] INHERITS_POPUP_MENU_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('INHERITS_POPUP_MENU') INHERITS_POPUP_MENU_Field.setAccessible(True) INHERITS_POPUP_MENU_Value = INHERITS_POPUP_MENU_Field.get(subComponent_007) #INHERITS_POPUP_MENU_Value = 23 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[55] OPAQUE_SET_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('OPAQUE_SET') OPAQUE_SET_Field.setAccessible(True) OPAQUE_SET_Value = OPAQUE_SET_Field.get(subComponent_007) #OPAQUE_SET_Value = 24 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[56] AUTOSCROLLS_SET_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('AUTOSCROLLS_SET') AUTOSCROLLS_SET_Field.setAccessible(True) AUTOSCROLLS_SET_Value = AUTOSCROLLS_SET_Field.get(subComponent_007) #AUTOSCROLLS_SET_Value = 25 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[57] FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_FORWARD_SET') FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.get(subComponent_007) #FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = 26 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[58] FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_BACKWARD_SET') FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.get(subComponent_007) #FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = 27 #subComponent_007.getClass().getSuperclass().getDeclaredFields()[59] revalidateRunnableScheduled_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('revalidateRunnableScheduled') revalidateRunnableScheduled_Field.setAccessible(True) revalidateRunnableScheduled_Value = revalidateRunnableScheduled_Field.get(subComponent_007) #revalidateRunnableScheduled_Value = false #subComponent_007.getClass().getSuperclass().getDeclaredFields()[60] tempRectangles_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('tempRectangles') tempRectangles_Field.setAccessible(True) tempRectangles_Value = tempRectangles_Field.get(subComponent_007) #tempRectangles_Value = [java.awt.Rectangle[x=0,y=0,width=425,height=525], java.awt.[...] #subComponent_007.getClass().getSuperclass().getDeclaredFields()[61] focusInputMap_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('focusInputMap') focusInputMap_Field.setAccessible(True) focusInputMap_Value = focusInputMap_Field.get(subComponent_007) #focusInputMap_Value = None #subComponent_007.getClass().getSuperclass().getDeclaredFields()[62] ancestorInputMap_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('ancestorInputMap') ancestorInputMap_Field.setAccessible(True) ancestorInputMap_Value = ancestorInputMap_Field.get(subComponent_007) #ancestorInputMap_Value = None #subComponent_007.getClass().getSuperclass().getDeclaredFields()[63] windowInputMap_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('windowInputMap') windowInputMap_Field.setAccessible(True) windowInputMap_Value = windowInputMap_Field.get(subComponent_007) #windowInputMap_Value = None #subComponent_007.getClass().getSuperclass().getDeclaredFields()[65] defaultLocale_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('defaultLocale') defaultLocale_Field.setAccessible(True) defaultLocale_Value = defaultLocale_Field.get(subComponent_007) #defaultLocale_Value = JComponent.defaultLocale #subComponent_007.getClass().getSuperclass().getDeclaredFields()[66] componentObtainingGraphicsFrom_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFrom') componentObtainingGraphicsFrom_Field.setAccessible(True) componentObtainingGraphicsFrom_Value = componentObtainingGraphicsFrom_Field.get(subComponent_007) #componentObtainingGraphicsFrom_Value = None #subComponent_007.getClass().getSuperclass().getDeclaredFields()[67] componentObtainingGraphicsFromLock_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFromLock') componentObtainingGraphicsFromLock_Field.setAccessible(True) componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFromLock_Field.get(subComponent_007) #componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFrom #subComponent_007.getClass().getSuperclass().getDeclaredFields()[68] aaHint_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('aaHint') aaHint_Field.setAccessible(True) aaHint_Value = aaHint_Field.get(subComponent_007) #aaHint_Value = None #subComponent_007.getClass().getSuperclass().getDeclaredFields()[69] lcdRenderingHint_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('lcdRenderingHint') lcdRenderingHint_Field.setAccessible(True) lcdRenderingHint_Value = lcdRenderingHint_Field.get(subComponent_007) #lcdRenderingHint_Value = None #subComponent_007.getClass().getSuperclass().getDeclaredFields()[70] focusController_Field = subComponent_007.getClass().getSuperclass().getDeclaredField('focusController') focusController_Field.setAccessible(True) focusController_Value = focusController_Field.get(subComponent_007) #focusController_Value = javax.swing.JComponent$2@565d4f8a endFunction = True def subComponent_007_Declared_Methods(): #**************Declared 'get' Methods************* subComponent_007.getIcon() ''' getIcon_Method = subComponent_007.getClass().getDeclaredMethods()[1] getIcon_Value = getIcon_Method.invoke(subComponent_007) ''' #getIcon_Value = jar:file:/C:/Users/jedwards/.ignition/cache/resources/module[...] subComponent_007.getActionListeners() ''' getActionListeners_Method = subComponent_007.getClass().getDeclaredMethods()[12] getActionListeners_Value = getActionListeners_Method.invoke(subComponent_007) ''' #getActionListeners_Value = array(java.awt.event.ActionListener, [com.inductiveautomatio[...] subComponent_007.getActionCommand() ''' getActionCommand_Method = subComponent_007.getClass().getDeclaredMethods()[14] getActionCommand_Value = getActionCommand_Method.invoke(subComponent_007) ''' #getActionCommand_Value = subComponent_007.getHoverColor() ''' getHoverColor_Method = subComponent_007.getClass().getDeclaredMethods()[16] getHoverColor_Value = getHoverColor_Method.invoke(subComponent_007) ''' #getHoverColor_Value = None subComponent_007.getPad() ''' getPad_Method = subComponent_007.getClass().getDeclaredMethods()[17] getPad_Value = getPad_Method.invoke(subComponent_007) ''' #getPad_Value = 2 #***********Declared 'get' Super Methods********** #subComponent_007.getLocation() ''' getLocation_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[2] getLocation_Value = getLocation_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! #subComponent_007.getSize() ''' getSize_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[6] getSize_Value = getSize_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! subComponent_007.getInsets() ''' getInsets_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[10] getInsets_Value = getInsets_Method.invoke(subComponent_007) ''' #getInsets_Value = java.awt.Insets[top=0,left=0,bottom=0,right=0] #subComponent_007.getInsets() ''' getInsets_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[11] getInsets_Value = getInsets_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! subComponent_007.getPreferredSize() ''' getPreferredSize_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[16] getPreferredSize_Value = getPreferredSize_Method.invoke(subComponent_007) ''' #getPreferredSize_Value = java.awt.Dimension[width=18,height=18] subComponent_007.getMinimumSize() ''' getMinimumSize_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[17] getMinimumSize_Value = getMinimumSize_Method.invoke(subComponent_007) ''' #getMinimumSize_Value = java.awt.Dimension[width=1,height=1] subComponent_007.getMaximumSize() ''' getMaximumSize_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[18] getMaximumSize_Value = getMaximumSize_Method.invoke(subComponent_007) ''' #getMaximumSize_Value = java.awt.Dimension[width=32767,height=32767] subComponent_007.getAlignmentX() ''' getAlignmentX_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[19] getAlignmentX_Value = getAlignmentX_Method.invoke(subComponent_007) ''' #getAlignmentX_Value = 0.5 subComponent_007.getAlignmentY() ''' getAlignmentY_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[20] getAlignmentY_Value = getAlignmentY_Method.invoke(subComponent_007) ''' #getAlignmentY_Value = 0.5 #subComponent_007.getListeners() ''' getListeners_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[22] getListeners_Value = getListeners_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! subComponent_007.getX() ''' getX_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[29] getX_Value = getX_Method.invoke(subComponent_007) ''' #getX_Value = 8 subComponent_007.getY() ''' getY_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[30] getY_Value = getY_Method.invoke(subComponent_007) ''' #getY_Value = 4 subComponent_007.getWidth() ''' getWidth_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[31] getWidth_Value = getWidth_Method.invoke(subComponent_007) ''' #getWidth_Value = 18 subComponent_007.getHeight() ''' getHeight_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[32] getHeight_Value = getHeight_Method.invoke(subComponent_007) ''' #getHeight_Value = 18 #subComponent_007.getBaseline() ''' getBaseline_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[44] getBaseline_Value = getBaseline_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! subComponent_007.getBaselineResizeBehavior() ''' getBaselineResizeBehavior_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[45] getBaselineResizeBehavior_Value = getBaselineResizeBehavior_Method.invoke(subComponent_007) ''' #getBaselineResizeBehavior_Value = OTHER subComponent_007.getGraphics() ''' getGraphics_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[46] getGraphics_Value = getGraphics_Method.invoke(subComponent_007) ''' #getGraphics_Value = sun.java2d.SunGraphics2D[font=javax.swing.plaf.FontUIResourc[...] #subComponent_007.getFontMetrics() ''' getFontMetrics_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[47] getFontMetrics_Value = getFontMetrics_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! subComponent_007.getUI() ''' getUI_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[58] getUI_Value = getUI_Method.invoke(subComponent_007) ''' #getUI_Value = None subComponent_007.getUIClassID() ''' getUIClassID_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[60] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_007) ''' #getUIClassID_Value = ComponentUI #subComponent_007.getWriteObjCounter() ''' getWriteObjCounter_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[61] getWriteObjCounter_Value = getWriteObjCounter_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! #subComponent_007.getGraphicsInvoked() ''' getGraphicsInvoked_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[65] getGraphicsInvoked_Value = getGraphicsInvoked_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! #subComponent_007.getManagingFocusForwardTraversalKeys() ''' getManagingFocusForwardTraversalKeys_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[67] getManagingFocusForwardTraversalKeys_Value = getManagingFocusForwardTraversalKeys_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! #subComponent_007.getManagingFocusBackwardTraversalKeys() ''' getManagingFocusBackwardTraversalKeys_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[68] getManagingFocusBackwardTraversalKeys_Value = getManagingFocusBackwardTraversalKeys_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! #subComponent_007.getFlag() ''' getFlag_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[72] getFlag_Value = getFlag_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! subComponent_007.getInheritsPopupMenu() ''' getInheritsPopupMenu_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[74] getInheritsPopupMenu_Value = getInheritsPopupMenu_Method.invoke(subComponent_007) ''' #getInheritsPopupMenu_Value = False subComponent_007.getComponentPopupMenu() ''' getComponentPopupMenu_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[76] getComponentPopupMenu_Value = getComponentPopupMenu_Method.invoke(subComponent_007) ''' #getComponentPopupMenu_Value = None subComponent_007.getDefaultLocale() ''' getDefaultLocale_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[78] getDefaultLocale_Value = getDefaultLocale_Method.invoke(subComponent_007) ''' #getDefaultLocale_Value = en #subComponent_007.getComponentGraphics() ''' getComponentGraphics_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[81] getComponentGraphics_Value = getComponentGraphics_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! #subComponent_007.getObscuredState() ''' getObscuredState_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[88] getObscuredState_Value = getObscuredState_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! subComponent_007.getBorder() ''' getBorder_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[90] getBorder_Value = getBorder_Method.invoke(subComponent_007) ''' #getBorder_Value = None subComponent_007.getNextFocusableComponent() ''' getNextFocusableComponent_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[102] getNextFocusableComponent_Value = getNextFocusableComponent_Method.invoke(subComponent_007) ''' #getNextFocusableComponent_Value = None #subComponent_007.getClientProperty() ''' getClientProperty_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[105] getClientProperty_Value = getClientProperty_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! #subComponent_007.setVerifyInputWhenFocusTarget() ''' setVerifyInputWhenFocusTarget_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[109] setVerifyInputWhenFocusTarget_Value = setVerifyInputWhenFocusTarget_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! subComponent_007.getVerifyInputWhenFocusTarget() ''' getVerifyInputWhenFocusTarget_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[110] getVerifyInputWhenFocusTarget_Value = getVerifyInputWhenFocusTarget_Method.invoke(subComponent_007) ''' #getVerifyInputWhenFocusTarget_Value = True subComponent_007.getInputVerifier() ''' getInputVerifier_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[116] getInputVerifier_Value = getInputVerifier_Method.invoke(subComponent_007) ''' #getInputVerifier_Value = None subComponent_007.getDebugGraphicsOptions() ''' getDebugGraphicsOptions_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[118] getDebugGraphicsOptions_Value = getDebugGraphicsOptions_Method.invoke(subComponent_007) ''' #getDebugGraphicsOptions_Value = 0 subComponent_007.getInputMap() ''' getInputMap_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[121] getInputMap_Value = getInputMap_Method.invoke(subComponent_007) ''' #getInputMap_Value = javax.swing.InputMap@8dd2143 #subComponent_007.getInputMap() ''' getInputMap_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[122] getInputMap_Value = getInputMap_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! #subComponent_007.getInputMap() ''' getInputMap_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[123] getInputMap_Value = getInputMap_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! subComponent_007.getActionMap() ''' getActionMap_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[124] getActionMap_Value = getActionMap_Method.invoke(subComponent_007) ''' #getActionMap_Value = javax.swing.ActionMap@347ebe61 #subComponent_007.getActionMap() ''' getActionMap_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[125] getActionMap_Value = getActionMap_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! subComponent_007.getRegisteredKeyStrokes() ''' getRegisteredKeyStrokes_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[132] getRegisteredKeyStrokes_Value = getRegisteredKeyStrokes_Method.invoke(subComponent_007) ''' #getRegisteredKeyStrokes_Value = array(javax.swing.KeyStroke) #subComponent_007.getConditionForKeyStroke() ''' getConditionForKeyStroke_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[133] getConditionForKeyStroke_Value = getConditionForKeyStroke_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! #subComponent_007.getActionForKeyStroke() ''' getActionForKeyStroke_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[134] getActionForKeyStroke_Value = getActionForKeyStroke_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! #subComponent_007.getToolTipText() ''' getToolTipText_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[145] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! subComponent_007.getToolTipText() ''' getToolTipText_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[146] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_007) ''' #getToolTipText_Value = Zoom out #subComponent_007.getToolTipLocation() ''' getToolTipLocation_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[147] getToolTipLocation_Value = getToolTipLocation_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! #subComponent_007.getPopupLocation() ''' getPopupLocation_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[148] getPopupLocation_Value = getPopupLocation_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! subComponent_007.getAutoscrolls() ''' getAutoscrolls_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[152] getAutoscrolls_Value = getAutoscrolls_Method.invoke(subComponent_007) ''' #getAutoscrolls_Value = False subComponent_007.getTransferHandler() ''' getTransferHandler_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[154] getTransferHandler_Value = getTransferHandler_Method.invoke(subComponent_007) ''' #getTransferHandler_Value = None #subComponent_007.getCreatedDoubleBuffer() ''' getCreatedDoubleBuffer_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[160] getCreatedDoubleBuffer_Value = getCreatedDoubleBuffer_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! #subComponent_007.getClientProperties() ''' getClientProperties_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[161] getClientProperties_Value = getClientProperties_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! subComponent_007.getVisibleRect() ''' getVisibleRect_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[165] getVisibleRect_Value = getVisibleRect_Method.invoke(subComponent_007) ''' #getVisibleRect_Value = java.awt.Rectangle[x=0,y=0,width=18,height=18] subComponent_007.getVetoableChangeListeners() ''' getVetoableChangeListeners_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[169] getVetoableChangeListeners_Value = getVetoableChangeListeners_Method.invoke(subComponent_007) ''' #getVetoableChangeListeners_Value = array(java.beans.VetoableChangeListener) subComponent_007.getTopLevelAncestor() ''' getTopLevelAncestor_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[170] getTopLevelAncestor_Value = getTopLevelAncestor_Method.invoke(subComponent_007) ''' #getTopLevelAncestor_Value = com.inductiveautomation.ignition.designer.IgnitionDesigner[f[...] #subComponent_007.getAncestorNotifier() ''' getAncestorNotifier_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[171] getAncestorNotifier_Value = getAncestorNotifier_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! subComponent_007.getAncestorListeners() ''' getAncestorListeners_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[174] getAncestorListeners_Value = getAncestorListeners_Method.invoke(subComponent_007) ''' #getAncestorListeners_Value = array(javax.swing.event.AncestorListener) #subComponent_007.getBounds() ''' getBounds_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[188] getBounds_Value = getBounds_Method.invoke(subComponent_007) ''' #Threw Exception: No value could be obtained! subComponent_007.getRootPane() ''' getRootPane_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[192] getRootPane_Value = getRootPane_Method.invoke(subComponent_007) ''' #getRootPane_Value = javax.swing.JRootPane[,0,0,1295x960,invalid,layout=javax.swi[...] #**************Declared 'set' Methods************* subComponent_007.setIcon() ''' setIcon_Method = subComponent_007.getClass().getDeclaredMethods()[0] setIcon_Value = setIcon_Method.invoke(subComponent_007) ''' subComponent_007.setEnabled() ''' setEnabled_Method = subComponent_007.getClass().getDeclaredMethods()[2] setEnabled_Value = setEnabled_Method.invoke(subComponent_007) ''' subComponent_007.setActionCommand() ''' setActionCommand_Method = subComponent_007.getClass().getDeclaredMethods()[9] setActionCommand_Value = setActionCommand_Method.invoke(subComponent_007) ''' subComponent_007.setHoverColor() ''' setHoverColor_Method = subComponent_007.getClass().getDeclaredMethods()[15] setHoverColor_Value = setHoverColor_Method.invoke(subComponent_007) ''' subComponent_007.setPad() ''' setPad_Method = subComponent_007.getClass().getDeclaredMethods()[20] setPad_Value = setPad_Method.invoke(subComponent_007) ''' subComponent_007.setPress() ''' setPress_Method = subComponent_007.getClass().getDeclaredMethods()[21] setPress_Value = setPress_Method.invoke(subComponent_007) ''' subComponent_007.setHover() ''' setHover_Method = subComponent_007.getClass().getDeclaredMethods()[23] setHover_Value = setHover_Method.invoke(subComponent_007) ''' subComponent_007.setShiftIconOnClick() ''' setShiftIconOnClick_Method = subComponent_007.getClass().getDeclaredMethods()[24] setShiftIconOnClick_Value = setShiftIconOnClick_Method.invoke(subComponent_007) ''' #***********Declared 'set' Super Methods********** subComponent_007.setOpaque() ''' setOpaque_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[7] setOpaque_Value = setOpaque_Method.invoke(subComponent_007) ''' subComponent_007.setFont() ''' setFont_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[15] setFont_Value = setFont_Method.invoke(subComponent_007) ''' subComponent_007.setFocusTraversalKeys() ''' setFocusTraversalKeys_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[23] setFocusTraversalKeys_Value = setFocusTraversalKeys_Method.invoke(subComponent_007) ''' subComponent_007.setEnabled() ''' setEnabled_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[33] setEnabled_Value = setEnabled_Method.invoke(subComponent_007) ''' subComponent_007.setForeground() ''' setForeground_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[38] setForeground_Value = setForeground_Method.invoke(subComponent_007) ''' subComponent_007.setBackground() ''' setBackground_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[39] setBackground_Value = setBackground_Method.invoke(subComponent_007) ''' subComponent_007.setPreferredSize() ''' setPreferredSize_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[41] setPreferredSize_Value = setPreferredSize_Method.invoke(subComponent_007) ''' subComponent_007.setMinimumSize() ''' setMinimumSize_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[42] setMinimumSize_Value = setMinimumSize_Method.invoke(subComponent_007) ''' subComponent_007.setMaximumSize() ''' setMaximumSize_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[43] setMaximumSize_Value = setMaximumSize_Method.invoke(subComponent_007) ''' subComponent_007.setDoubleBuffered() ''' setDoubleBuffered_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[55] setDoubleBuffered_Value = setDoubleBuffered_Method.invoke(subComponent_007) ''' subComponent_007.setUIProperty() ''' setUIProperty_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[56] setUIProperty_Value = setUIProperty_Method.invoke(subComponent_007) ''' subComponent_007.setUI() ''' setUI_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[59] setUI_Value = setUI_Method.invoke(subComponent_007) ''' subComponent_007.setWriteObjCounter() ''' setWriteObjCounter_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[62] setWriteObjCounter_Value = setWriteObjCounter_Method.invoke(subComponent_007) ''' subComponent_007.setInheritsPopupMenu() ''' setInheritsPopupMenu_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[71] setInheritsPopupMenu_Value = setInheritsPopupMenu_Method.invoke(subComponent_007) ''' subComponent_007.setFlag() ''' setFlag_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[73] setFlag_Value = setFlag_Method.invoke(subComponent_007) ''' subComponent_007.setComponentPopupMenu() ''' setComponentPopupMenu_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[75] setComponentPopupMenu_Value = setComponentPopupMenu_Method.invoke(subComponent_007) ''' subComponent_007.setNextFocusableComponent() ''' setNextFocusableComponent_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[103] setNextFocusableComponent_Value = setNextFocusableComponent_Method.invoke(subComponent_007) ''' subComponent_007.setRequestFocusEnabled() ''' setRequestFocusEnabled_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[106] setRequestFocusEnabled_Value = setRequestFocusEnabled_Method.invoke(subComponent_007) ''' subComponent_007.setBorder() ''' setBorder_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[111] setBorder_Value = setBorder_Method.invoke(subComponent_007) ''' subComponent_007.setAlignmentY() ''' setAlignmentY_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[112] setAlignmentY_Value = setAlignmentY_Method.invoke(subComponent_007) ''' subComponent_007.setAlignmentX() ''' setAlignmentX_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[114] setAlignmentX_Value = setAlignmentX_Method.invoke(subComponent_007) ''' subComponent_007.setInputVerifier() ''' setInputVerifier_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[115] setInputVerifier_Value = setInputVerifier_Method.invoke(subComponent_007) ''' subComponent_007.setDebugGraphicsOptions() ''' setDebugGraphicsOptions_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[117] setDebugGraphicsOptions_Value = setDebugGraphicsOptions_Method.invoke(subComponent_007) ''' subComponent_007.resetKeyboardActions() ''' resetKeyboardActions_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[135] resetKeyboardActions_Value = resetKeyboardActions_Method.invoke(subComponent_007) ''' subComponent_007.setInputMap() ''' setInputMap_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[136] setInputMap_Value = setInputMap_Method.invoke(subComponent_007) ''' subComponent_007.setActionMap() ''' setActionMap_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[137] setActionMap_Value = setActionMap_Method.invoke(subComponent_007) ''' subComponent_007.setDefaultLocale() ''' setDefaultLocale_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[139] setDefaultLocale_Value = setDefaultLocale_Method.invoke(subComponent_007) ''' subComponent_007.setToolTipText() ''' setToolTipText_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[144] setToolTipText_Value = setToolTipText_Method.invoke(subComponent_007) ''' subComponent_007.setAutoscrolls() ''' setAutoscrolls_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[151] setAutoscrolls_Value = setAutoscrolls_Method.invoke(subComponent_007) ''' subComponent_007.setTransferHandler() ''' setTransferHandler_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[153] setTransferHandler_Value = setTransferHandler_Method.invoke(subComponent_007) ''' subComponent_007.setDropLocation() ''' setDropLocation_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[156] setDropLocation_Value = setDropLocation_Method.invoke(subComponent_007) ''' subComponent_007.setCreatedDoubleBuffer() ''' setCreatedDoubleBuffer_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[159] setCreatedDoubleBuffer_Value = setCreatedDoubleBuffer_Method.invoke(subComponent_007) ''' subComponent_007.setPaintingChild() ''' setPaintingChild_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[181] setPaintingChild_Value = setPaintingChild_Method.invoke(subComponent_007) ''' subComponent_007.setVisible() ''' setVisible_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[187] setVisible_Value = setVisible_Method.invoke(subComponent_007) ''' #************All Other Declared Methods*********** subComponent_007.mousePressed() ''' mousePressed_Method = subComponent_007.getClass().getDeclaredMethods()[3] mousePressed_Value = mousePressed_Method.invoke(subComponent_007) ''' subComponent_007.mouseReleased() ''' mouseReleased_Method = subComponent_007.getClass().getDeclaredMethods()[4] mouseReleased_Value = mouseReleased_Method.invoke(subComponent_007) ''' subComponent_007.mouseClicked() ''' mouseClicked_Method = subComponent_007.getClass().getDeclaredMethods()[5] mouseClicked_Value = mouseClicked_Method.invoke(subComponent_007) ''' subComponent_007.mouseExited() ''' mouseExited_Method = subComponent_007.getClass().getDeclaredMethods()[6] mouseExited_Value = mouseExited_Method.invoke(subComponent_007) ''' subComponent_007.mouseEntered() ''' mouseEntered_Method = subComponent_007.getClass().getDeclaredMethods()[7] mouseEntered_Value = mouseEntered_Method.invoke(subComponent_007) ''' subComponent_007.paintComponent() ''' paintComponent_Method = subComponent_007.getClass().getDeclaredMethods()[8] paintComponent_Value = paintComponent_Method.invoke(subComponent_007) ''' subComponent_007.addActionListener() ''' addActionListener_Method = subComponent_007.getClass().getDeclaredMethods()[10] addActionListener_Value = addActionListener_Method.invoke(subComponent_007) ''' subComponent_007.removeActionListener() ''' removeActionListener_Method = subComponent_007.getClass().getDeclaredMethods()[11] removeActionListener_Value = removeActionListener_Method.invoke(subComponent_007) ''' subComponent_007.fireActionEvent() ''' fireActionEvent_Method = subComponent_007.getClass().getDeclaredMethods()[13] fireActionEvent_Value = fireActionEvent_Method.invoke(subComponent_007) ''' subComponent_007.isPress() ''' isPress_Method = subComponent_007.getClass().getDeclaredMethods()[18] isPress_Value = isPress_Method.invoke(subComponent_007) ''' subComponent_007.isShiftIconOnClick() ''' isShiftIconOnClick_Method = subComponent_007.getClass().getDeclaredMethods()[19] isShiftIconOnClick_Value = isShiftIconOnClick_Method.invoke(subComponent_007) ''' subComponent_007.isHover() ''' isHover_Method = subComponent_007.getClass().getDeclaredMethods()[22] isHover_Value = isHover_Method.invoke(subComponent_007) ''' #*********All Other Declared Super Methods******** subComponent_007.update() ''' update_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[0] update_Value = update_Method.invoke(subComponent_007) ''' subComponent_007.contains() ''' contains_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[1] contains_Value = contains_Method.invoke(subComponent_007) ''' subComponent_007.readObject() ''' readObject_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[3] readObject_Value = readObject_Method.invoke(subComponent_007) ''' subComponent_007.writeObject() ''' writeObject_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[4] writeObject_Value = writeObject_Method.invoke(subComponent_007) ''' subComponent_007.print() ''' print_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[5] print_Value = print_Method.invoke(subComponent_007) ''' subComponent_007.paramString() ''' paramString_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[8] paramString_Value = paramString_Method.invoke(subComponent_007) ''' subComponent_007.isOpaque() ''' isOpaque_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[9] isOpaque_Value = isOpaque_Method.invoke(subComponent_007) ''' subComponent_007.removeNotify() ''' removeNotify_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[12] removeNotify_Value = removeNotify_Method.invoke(subComponent_007) ''' subComponent_007.addNotify() ''' addNotify_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[13] addNotify_Value = addNotify_Method.invoke(subComponent_007) ''' subComponent_007.isValidateRoot() ''' isValidateRoot_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[14] isValidateRoot_Value = isValidateRoot_Method.invoke(subComponent_007) ''' subComponent_007.paint() ''' paint_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[21] paint_Value = paint_Method.invoke(subComponent_007) ''' subComponent_007.firePropertyChange() ''' firePropertyChange_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[24] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_007) ''' subComponent_007.firePropertyChange() ''' firePropertyChange_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[25] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_007) ''' subComponent_007.firePropertyChange() ''' firePropertyChange_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[26] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_007) ''' subComponent_007.requestFocus() ''' requestFocus_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[27] requestFocus_Value = requestFocus_Method.invoke(subComponent_007) ''' subComponent_007.requestFocus() ''' requestFocus_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[28] requestFocus_Value = requestFocus_Method.invoke(subComponent_007) ''' subComponent_007.enable() ''' enable_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[34] enable_Value = enable_Method.invoke(subComponent_007) ''' subComponent_007.disable() ''' disable_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[35] disable_Value = disable_Method.invoke(subComponent_007) ''' subComponent_007.isDoubleBuffered() ''' isDoubleBuffered_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[36] isDoubleBuffered_Value = isDoubleBuffered_Method.invoke(subComponent_007) ''' subComponent_007.hide() ''' hide_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[37] hide_Value = hide_Method.invoke(subComponent_007) ''' subComponent_007.reshape() ''' reshape_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[40] reshape_Value = reshape_Method.invoke(subComponent_007) ''' subComponent_007.printAll() ''' printAll_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[48] printAll_Value = printAll_Method.invoke(subComponent_007) ''' subComponent_007.processKeyEvent() ''' processKeyEvent_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[49] processKeyEvent_Value = processKeyEvent_Method.invoke(subComponent_007) ''' subComponent_007.processMouseEvent() ''' processMouseEvent_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[50] processMouseEvent_Value = processMouseEvent_Method.invoke(subComponent_007) ''' subComponent_007.processMouseMotionEvent() ''' processMouseMotionEvent_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[51] processMouseMotionEvent_Value = processMouseMotionEvent_Method.invoke(subComponent_007) ''' subComponent_007.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[52] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_007) ''' subComponent_007.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[53] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_007) ''' subComponent_007.compWriteObjectNotify() ''' compWriteObjectNotify_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[54] compWriteObjectNotify_Value = compWriteObjectNotify_Method.invoke(subComponent_007) ''' subComponent_007.updateUI() ''' updateUI_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[57] updateUI_Value = updateUI_Method.invoke(subComponent_007) ''' subComponent_007.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[63] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_007) ''' subComponent_007.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[64] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_007) ''' subComponent_007.isComponentObtainingGraphicsFrom() ''' isComponentObtainingGraphicsFrom_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[66] isComponentObtainingGraphicsFrom_Value = isComponentObtainingGraphicsFrom_Method.invoke(subComponent_007) ''' subComponent_007.fetchRectangle() ''' fetchRectangle_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[69] fetchRectangle_Value = fetchRectangle_Method.invoke(subComponent_007) ''' subComponent_007.recycleRectangle() ''' recycleRectangle_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[70] recycleRectangle_Value = recycleRectangle_Method.invoke(subComponent_007) ''' subComponent_007.isManagingFocus() ''' isManagingFocus_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[77] isManagingFocus_Value = isManagingFocus_Method.invoke(subComponent_007) ''' subComponent_007.uninstallUIAndProperties() ''' uninstallUIAndProperties_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[79] uninstallUIAndProperties_Value = uninstallUIAndProperties_Method.invoke(subComponent_007) ''' subComponent_007.putClientProperty() ''' putClientProperty_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[80] putClientProperty_Value = putClientProperty_Method.invoke(subComponent_007) ''' subComponent_007.shouldDebugGraphics() ''' shouldDebugGraphics_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[82] shouldDebugGraphics_Value = shouldDebugGraphics_Method.invoke(subComponent_007) ''' subComponent_007.paintComponent() ''' paintComponent_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[83] paintComponent_Value = paintComponent_Method.invoke(subComponent_007) ''' subComponent_007.paintChildren() ''' paintChildren_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[84] paintChildren_Value = paintChildren_Method.invoke(subComponent_007) ''' subComponent_007.isOptimizedDrawingEnabled() ''' isOptimizedDrawingEnabled_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[85] isOptimizedDrawingEnabled_Value = isOptimizedDrawingEnabled_Method.invoke(subComponent_007) ''' subComponent_007.checkIfChildObscuredBySibling() ''' checkIfChildObscuredBySibling_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[86] checkIfChildObscuredBySibling_Value = checkIfChildObscuredBySibling_Method.invoke(subComponent_007) ''' subComponent_007.isLightweightComponent() ''' isLightweightComponent_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[87] isLightweightComponent_Value = isLightweightComponent_Method.invoke(subComponent_007) ''' subComponent_007.paintBorder() ''' paintBorder_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[89] paintBorder_Value = paintBorder_Method.invoke(subComponent_007) ''' subComponent_007.adjustPaintFlags() ''' adjustPaintFlags_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[91] adjustPaintFlags_Value = adjustPaintFlags_Method.invoke(subComponent_007) ''' subComponent_007.isPainting() ''' isPainting_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[92] isPainting_Value = isPainting_Method.invoke(subComponent_007) ''' subComponent_007.rectangleIsObscured() ''' rectangleIsObscured_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[93] rectangleIsObscured_Value = rectangleIsObscured_Method.invoke(subComponent_007) ''' subComponent_007.printComponent() ''' printComponent_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[94] printComponent_Value = printComponent_Method.invoke(subComponent_007) ''' subComponent_007.printBorder() ''' printBorder_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[95] printBorder_Value = printBorder_Method.invoke(subComponent_007) ''' subComponent_007.printChildren() ''' printChildren_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[96] printChildren_Value = printChildren_Method.invoke(subComponent_007) ''' subComponent_007.paintForceDoubleBuffered() ''' paintForceDoubleBuffered_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[97] paintForceDoubleBuffered_Value = paintForceDoubleBuffered_Method.invoke(subComponent_007) ''' subComponent_007.isPaintingTile() ''' isPaintingTile_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[98] isPaintingTile_Value = isPaintingTile_Method.invoke(subComponent_007) ''' subComponent_007.isPaintingForPrint() ''' isPaintingForPrint_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[99] isPaintingForPrint_Value = isPaintingForPrint_Method.invoke(subComponent_007) ''' subComponent_007.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[100] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_007) ''' subComponent_007.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[101] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_007) ''' subComponent_007.deregisterNextFocusableComponent() ''' deregisterNextFocusableComponent_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[104] deregisterNextFocusableComponent_Value = deregisterNextFocusableComponent_Method.invoke(subComponent_007) ''' subComponent_007.isRequestFocusEnabled() ''' isRequestFocusEnabled_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[107] isRequestFocusEnabled_Value = isRequestFocusEnabled_Method.invoke(subComponent_007) ''' subComponent_007.grabFocus() ''' grabFocus_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[108] grabFocus_Value = grabFocus_Method.invoke(subComponent_007) ''' subComponent_007.validateAlignment() ''' validateAlignment_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[113] validateAlignment_Value = validateAlignment_Method.invoke(subComponent_007) ''' subComponent_007.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[119] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_007) ''' subComponent_007.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[120] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_007) ''' subComponent_007.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[126] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_007) ''' subComponent_007.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[127] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_007) ''' subComponent_007.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[128] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_007) ''' subComponent_007.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[129] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_007) ''' subComponent_007.componentInputMapChanged() ''' componentInputMapChanged_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[130] componentInputMapChanged_Value = componentInputMapChanged_Method.invoke(subComponent_007) ''' subComponent_007.unregisterKeyboardAction() ''' unregisterKeyboardAction_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[131] unregisterKeyboardAction_Value = unregisterKeyboardAction_Method.invoke(subComponent_007) ''' subComponent_007.requestDefaultFocus() ''' requestDefaultFocus_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[138] requestDefaultFocus_Value = requestDefaultFocus_Method.invoke(subComponent_007) ''' subComponent_007.processComponentKeyEvent() ''' processComponentKeyEvent_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[140] processComponentKeyEvent_Value = processComponentKeyEvent_Method.invoke(subComponent_007) ''' subComponent_007.processKeyBindings() ''' processKeyBindings_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[141] processKeyBindings_Value = processKeyBindings_Method.invoke(subComponent_007) ''' subComponent_007.processKeyBinding() ''' processKeyBinding_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[142] processKeyBinding_Value = processKeyBinding_Method.invoke(subComponent_007) ''' subComponent_007.processKeyBindingsForAllComponents() ''' processKeyBindingsForAllComponents_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[143] processKeyBindingsForAllComponents_Value = processKeyBindingsForAllComponents_Method.invoke(subComponent_007) ''' subComponent_007.createToolTip() ''' createToolTip_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[149] createToolTip_Value = createToolTip_Method.invoke(subComponent_007) ''' subComponent_007.scrollRectToVisible() ''' scrollRectToVisible_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[150] scrollRectToVisible_Value = scrollRectToVisible_Method.invoke(subComponent_007) ''' subComponent_007.dropLocationForPoint() ''' dropLocationForPoint_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[155] dropLocationForPoint_Value = dropLocationForPoint_Method.invoke(subComponent_007) ''' subComponent_007.dndDone() ''' dndDone_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[157] dndDone_Value = dndDone_Method.invoke(subComponent_007) ''' subComponent_007.superProcessMouseMotionEvent() ''' superProcessMouseMotionEvent_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[158] superProcessMouseMotionEvent_Value = superProcessMouseMotionEvent_Method.invoke(subComponent_007) ''' subComponent_007.clientPropertyChanged() ''' clientPropertyChanged_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[162] clientPropertyChanged_Value = clientPropertyChanged_Method.invoke(subComponent_007) ''' subComponent_007.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[163] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_007) ''' subComponent_007.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[164] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_007) ''' subComponent_007.fireVetoableChange() ''' fireVetoableChange_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[166] fireVetoableChange_Value = fireVetoableChange_Method.invoke(subComponent_007) ''' subComponent_007.addVetoableChangeListener() ''' addVetoableChangeListener_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[167] addVetoableChangeListener_Value = addVetoableChangeListener_Method.invoke(subComponent_007) ''' subComponent_007.removeVetoableChangeListener() ''' removeVetoableChangeListener_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[168] removeVetoableChangeListener_Value = removeVetoableChangeListener_Method.invoke(subComponent_007) ''' subComponent_007.addAncestorListener() ''' addAncestorListener_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[172] addAncestorListener_Value = addAncestorListener_Method.invoke(subComponent_007) ''' subComponent_007.removeAncestorListener() ''' removeAncestorListener_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[173] removeAncestorListener_Value = removeAncestorListener_Method.invoke(subComponent_007) ''' #subComponent_007.lambda$revalidate$0() ''' lambdarevalidate0_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[175] lambdarevalidate0_Value = lambdarevalidate0_Method.invoke(#subComponent_007) ''' subComponent_007.isPaintingOrigin() ''' isPaintingOrigin_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[176] isPaintingOrigin_Value = isPaintingOrigin_Method.invoke(subComponent_007) ''' subComponent_007.paintImmediately() ''' paintImmediately_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[177] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_007) ''' subComponent_007.paintImmediately() ''' paintImmediately_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[178] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_007) ''' subComponent_007._paintImmediately() ''' _paintImmediately_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[179] _paintImmediately_Value = _paintImmediately_Method.invoke(subComponent_007) ''' subComponent_007.alwaysOnTop() ''' alwaysOnTop_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[180] alwaysOnTop_Value = alwaysOnTop_Method.invoke(subComponent_007) ''' subComponent_007.paintToOffscreen() ''' paintToOffscreen_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[182] paintToOffscreen_Value = paintToOffscreen_Method.invoke(subComponent_007) ''' #subComponent_007.access$000() ''' access000_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[183] access000_Value = access000_Method.invoke(#subComponent_007) ''' #subComponent_007.access$100() ''' access100_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[184] access100_Value = access100_Method.invoke(#subComponent_007) ''' #subComponent_007.access$200() ''' access200_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[185] access200_Value = access200_Method.invoke(#subComponent_007) ''' #subComponent_007.access$300() ''' access300_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[186] access300_Value = access300_Method.invoke(#subComponent_007) ''' subComponent_007.repaint() ''' repaint_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[189] repaint_Value = repaint_Method.invoke(subComponent_007) ''' subComponent_007.repaint() ''' repaint_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[190] repaint_Value = repaint_Method.invoke(subComponent_007) ''' subComponent_007.revalidate() ''' revalidate_Method = subComponent_007.getClass().getSuperclass().getDeclaredMethods()[191] revalidate_Value = revalidate_Method.invoke(subComponent_007) ''' endFunction = True #========================================================== #========================================================== subComponent_008 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(1).getComponent(2) def subComponent_008(): # def subComponent_008_Declared_Fields(): #*****************Declared Fields***************** subComponent_008.IN_PROGRESS_MASK #subComponent_008.IN_PROGRESS_MASK = 33554432 subComponent_008.icon #subComponent_008.icon = com.inductiveautomation.factorypmi.application.components.ut[...] subComponent_008.mainColor #subComponent_008.mainColor = java.awt.Color[r=64,g=64,b=64] subComponent_008.pressColor #subComponent_008.pressColor = java.awt.Color[r=128,g=128,b=128] #NOTE: The following fields can only be accessed through reflection #subComponent_008.getClass().getDeclaredFields()[4] timer_Field = subComponent_008.getClass().getDeclaredField('timer') timer_Field.setAccessible(True) timer_Value = timer_Field.get(subComponent_008) #timer_Value = javax.swing.Timer@6cc73605 #subComponent_008.getClass().getDeclaredFields()[5] eventsFromTimer_Field = subComponent_008.getClass().getDeclaredField('eventsFromTimer') eventsFromTimer_Field.setAccessible(True) eventsFromTimer_Value = eventsFromTimer_Field.get(subComponent_008) #eventsFromTimer_Value = 0 #**************Declared Super Fields************** subComponent_008.icon #subComponent_008.icon = com.inductiveautomation.factorypmi.application.components.ut[...] subComponent_008.pad #subComponent_008.pad = 4 subComponent_008.hoverColor #subComponent_008.hoverColor = None subComponent_008.shiftIconOnClick #subComponent_008.shiftIconOnClick = False subComponent_008.actionCommand #subComponent_008.actionCommand = #NOTE: The following fields can only be accessed through reflection #subComponent_008.getClass().getSuperclass().getDeclaredFields()[1] disabledIcon_Field = subComponent_008.getClass().getSuperclass().getDeclaredField('disabledIcon') disabledIcon_Field.setAccessible(True) disabledIcon_Value = disabledIcon_Field.get(subComponent_008) #disabledIcon_Value = None #subComponent_008.getClass().getSuperclass().getDeclaredFields()[4] hover_Field = subComponent_008.getClass().getSuperclass().getDeclaredField('hover') hover_Field.setAccessible(True) hover_Value = hover_Field.get(subComponent_008) #hover_Value = False #subComponent_008.getClass().getSuperclass().getDeclaredFields()[5] press_Field = subComponent_008.getClass().getSuperclass().getDeclaredField('press') press_Field.setAccessible(True) press_Value = press_Field.get(subComponent_008) #press_Value = False #subComponent_008.getClass().getSuperclass().getDeclaredFields()[8] rect_Field = subComponent_008.getClass().getSuperclass().getDeclaredField('rect') rect_Field.setAccessible(True) rect_Value = rect_Field.get(subComponent_008) #rect_Value = java.awt.Rectangle[x=0,y=0,width=18,height=18] endFunction = True def subComponent_008_Declared_Methods(): #**************Declared 'get' Methods************* subComponent_008.getActionListeners() ''' getActionListeners_Method = subComponent_008.getClass().getDeclaredMethods()[2] getActionListeners_Value = getActionListeners_Method.invoke(subComponent_008) ''' #getActionListeners_Value = array(java.awt.event.ActionListener, [com.inductiveautomatio[...] subComponent_008.getPressColor() ''' getPressColor_Method = subComponent_008.getClass().getDeclaredMethods()[7] getPressColor_Value = getPressColor_Method.invoke(subComponent_008) ''' #getPressColor_Value = java.awt.Color[r=128,g=128,b=128] subComponent_008.getMainColor() ''' getMainColor_Method = subComponent_008.getClass().getDeclaredMethods()[9] getMainColor_Value = getMainColor_Method.invoke(subComponent_008) ''' #getMainColor_Value = java.awt.Color[r=64,g=64,b=64] #***********Declared 'get' Super Methods********** subComponent_008.getIcon() ''' getIcon_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[1] getIcon_Value = getIcon_Method.invoke(subComponent_008) ''' #getIcon_Value = com.inductiveautomation.factorypmi.application.components.ut[...] subComponent_008.getActionListeners() ''' getActionListeners_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[12] getActionListeners_Value = getActionListeners_Method.invoke(subComponent_008) ''' #getActionListeners_Value = array(java.awt.event.ActionListener, [com.inductiveautomatio[...] subComponent_008.getActionCommand() ''' getActionCommand_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[14] getActionCommand_Value = getActionCommand_Method.invoke(subComponent_008) ''' #getActionCommand_Value = subComponent_008.getHoverColor() ''' getHoverColor_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[16] getHoverColor_Value = getHoverColor_Method.invoke(subComponent_008) ''' #getHoverColor_Value = None subComponent_008.getPad() ''' getPad_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[17] getPad_Value = getPad_Method.invoke(subComponent_008) ''' #getPad_Value = 4 #**************Declared 'set' Methods************* subComponent_008.setPress() ''' setPress_Method = subComponent_008.getClass().getDeclaredMethods()[5] setPress_Value = setPress_Method.invoke(subComponent_008) ''' subComponent_008.setMainColor() ''' setMainColor_Method = subComponent_008.getClass().getDeclaredMethods()[6] setMainColor_Value = setMainColor_Method.invoke(subComponent_008) ''' subComponent_008.setPressColor() ''' setPressColor_Method = subComponent_008.getClass().getDeclaredMethods()[8] setPressColor_Value = setPressColor_Method.invoke(subComponent_008) ''' #***********Declared 'set' Super Methods********** subComponent_008.setIcon() ''' setIcon_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[0] setIcon_Value = setIcon_Method.invoke(subComponent_008) ''' subComponent_008.setEnabled() ''' setEnabled_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[2] setEnabled_Value = setEnabled_Method.invoke(subComponent_008) ''' subComponent_008.setActionCommand() ''' setActionCommand_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[9] setActionCommand_Value = setActionCommand_Method.invoke(subComponent_008) ''' subComponent_008.setHoverColor() ''' setHoverColor_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[15] setHoverColor_Value = setHoverColor_Method.invoke(subComponent_008) ''' subComponent_008.setPad() ''' setPad_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[20] setPad_Value = setPad_Method.invoke(subComponent_008) ''' subComponent_008.setPress() ''' setPress_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[21] setPress_Value = setPress_Method.invoke(subComponent_008) ''' subComponent_008.setHover() ''' setHover_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[23] setHover_Value = setHover_Method.invoke(subComponent_008) ''' subComponent_008.setShiftIconOnClick() ''' setShiftIconOnClick_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[24] setShiftIconOnClick_Value = setShiftIconOnClick_Method.invoke(subComponent_008) ''' #************All Other Declared Methods*********** subComponent_008.addActionListener() ''' addActionListener_Method = subComponent_008.getClass().getDeclaredMethods()[0] addActionListener_Value = addActionListener_Method.invoke(subComponent_008) ''' subComponent_008.removeActionListener() ''' removeActionListener_Method = subComponent_008.getClass().getDeclaredMethods()[1] removeActionListener_Value = removeActionListener_Method.invoke(subComponent_008) ''' subComponent_008.actionPerformed() ''' actionPerformed_Method = subComponent_008.getClass().getDeclaredMethods()[3] actionPerformed_Value = actionPerformed_Method.invoke(subComponent_008) ''' subComponent_008.fireActionEvent() ''' fireActionEvent_Method = subComponent_008.getClass().getDeclaredMethods()[4] fireActionEvent_Value = fireActionEvent_Method.invoke(subComponent_008) ''' #*********All Other Declared Super Methods******** subComponent_008.mousePressed() ''' mousePressed_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[3] mousePressed_Value = mousePressed_Method.invoke(subComponent_008) ''' subComponent_008.mouseReleased() ''' mouseReleased_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[4] mouseReleased_Value = mouseReleased_Method.invoke(subComponent_008) ''' subComponent_008.mouseClicked() ''' mouseClicked_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[5] mouseClicked_Value = mouseClicked_Method.invoke(subComponent_008) ''' subComponent_008.mouseExited() ''' mouseExited_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[6] mouseExited_Value = mouseExited_Method.invoke(subComponent_008) ''' subComponent_008.mouseEntered() ''' mouseEntered_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[7] mouseEntered_Value = mouseEntered_Method.invoke(subComponent_008) ''' subComponent_008.paintComponent() ''' paintComponent_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[8] paintComponent_Value = paintComponent_Method.invoke(subComponent_008) ''' subComponent_008.addActionListener() ''' addActionListener_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[10] addActionListener_Value = addActionListener_Method.invoke(subComponent_008) ''' subComponent_008.removeActionListener() ''' removeActionListener_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[11] removeActionListener_Value = removeActionListener_Method.invoke(subComponent_008) ''' subComponent_008.fireActionEvent() ''' fireActionEvent_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[13] fireActionEvent_Value = fireActionEvent_Method.invoke(subComponent_008) ''' subComponent_008.isPress() ''' isPress_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[18] isPress_Value = isPress_Method.invoke(subComponent_008) ''' subComponent_008.isShiftIconOnClick() ''' isShiftIconOnClick_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[19] isShiftIconOnClick_Value = isShiftIconOnClick_Method.invoke(subComponent_008) ''' subComponent_008.isHover() ''' isHover_Method = subComponent_008.getClass().getSuperclass().getDeclaredMethods()[22] isHover_Value = isHover_Method.invoke(subComponent_008) ''' endFunction = True #========================================================== #========================================================== subComponent_009 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(1).getComponent(3) def subComponent_009(): # def subComponent_009_Declared_Fields(): #*****************Declared Fields***************** subComponent_009.range #subComponent_009.range = com.inductiveautomation.factorypmi.application.components.PM[...] subComponent_009.unit #subComponent_009.unit = com.inductiveautomation.factorypmi.application.components.PM[...] subComponent_009.maxSize #subComponent_009.maxSize = 2592000000 subComponent_009.todayIndicatorColor #subComponent_009.todayIndicatorColor = java.awt.Color[r=0,g=0,b=255] #NOTE: The following fields can only be accessed through reflection #subComponent_009.getClass().getDeclaredFields()[0] DRAG_MOVE_Field = subComponent_009.getClass().getDeclaredField('DRAG_MOVE') DRAG_MOVE_Field.setAccessible(True) DRAG_MOVE_Value = DRAG_MOVE_Field.get(subComponent_009) #DRAG_MOVE_Value = 0 #subComponent_009.getClass().getDeclaredFields()[1] DRAG_RESIZE_LEFT_Field = subComponent_009.getClass().getDeclaredField('DRAG_RESIZE_LEFT') DRAG_RESIZE_LEFT_Field.setAccessible(True) DRAG_RESIZE_LEFT_Value = DRAG_RESIZE_LEFT_Field.get(subComponent_009) #DRAG_RESIZE_LEFT_Value = 1 #subComponent_009.getClass().getDeclaredFields()[2] DRAG_RESIZE_RIGHT_Field = subComponent_009.getClass().getDeclaredField('DRAG_RESIZE_RIGHT') DRAG_RESIZE_RIGHT_Field.setAccessible(True) DRAG_RESIZE_RIGHT_Value = DRAG_RESIZE_RIGHT_Field.get(subComponent_009) #DRAG_RESIZE_RIGHT_Value = 2 #subComponent_009.getClass().getDeclaredFields()[3] rangeComp_Field = subComponent_009.getClass().getDeclaredField('rangeComp') rangeComp_Field.setAccessible(True) rangeComp_Value = rangeComp_Field.get(subComponent_009) #rangeComp_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #subComponent_009.getClass().getDeclaredFields()[5] track_Field = subComponent_009.getClass().getDeclaredField('track') track_Field.setAccessible(True) track_Value = track_Field.get(subComponent_009) #track_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #subComponent_009.getClass().getDeclaredFields()[6] lowerBound_Field = subComponent_009.getClass().getDeclaredField('lowerBound') lowerBound_Field.setAccessible(True) lowerBound_Value = lowerBound_Field.get(subComponent_009) #lowerBound_Value = 1671519600000 #subComponent_009.getClass().getDeclaredFields()[7] upperBound_Field = subComponent_009.getClass().getDeclaredField('upperBound') upperBound_Field.setAccessible(True) upperBound_Value = upperBound_Field.get(subComponent_009) #upperBound_Value = 1671526799999 #subComponent_009.getClass().getDeclaredFields()[8] lastSelection_Field = subComponent_009.getClass().getDeclaredField('lastSelection') lastSelection_Field.setAccessible(True) lastSelection_Value = lastSelection_Field.get(subComponent_009) #lastSelection_Value = Tue Dec 20 02:33:00 CST 2022 - Tue Dec 20 02:43:59 CST 2022 #subComponent_009.getClass().getDeclaredFields()[9] lastRange_Field = subComponent_009.getClass().getDeclaredField('lastRange') lastRange_Field.setAccessible(True) lastRange_Value = lastRange_Field.get(subComponent_009) #lastRange_Value = Tue Dec 20 01:00:00 CST 2022 - Tue Dec 20 02:59:59 CST 2022 #subComponent_009.getClass().getDeclaredFields()[11] margin_Field = subComponent_009.getClass().getDeclaredField('margin') margin_Field.setAccessible(True) margin_Value = margin_Field.get(subComponent_009) #margin_Value = 20 #subComponent_009.getClass().getDeclaredFields()[14] rect_Field = subComponent_009.getClass().getDeclaredField('rect') rect_Field.setAccessible(True) rect_Value = rect_Field.get(subComponent_009) #rect_Value = java.awt.Rectangle[x=0,y=0,width=294,height=45] #**************Declared Super Fields************** subComponent_009.alignmentX #subComponent_009.alignmentX = 0.0 subComponent_009.alignmentY #subComponent_009.alignmentY = 0.0 subComponent_009.autoscrolls #subComponent_009.autoscrolls = False subComponent_009.border #subComponent_009.border = None subComponent_009.inputVerifier #subComponent_009.inputVerifier = None subComponent_009.verifyInputWhenFocusTarget #subComponent_009.verifyInputWhenFocusTarget = True subComponent_009.WHEN_FOCUSED #subComponent_009.WHEN_FOCUSED = 0 subComponent_009.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT #subComponent_009.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT = 1 subComponent_009.WHEN_IN_FOCUSED_WINDOW #subComponent_009.WHEN_IN_FOCUSED_WINDOW = 2 subComponent_009.UNDEFINED_CONDITION #subComponent_009.UNDEFINED_CONDITION = -1 subComponent_009.TOOL_TIP_TEXT_KEY #subComponent_009.TOOL_TIP_TEXT_KEY = ToolTipText subComponent_009.actionMap #subComponent_009.actionMap = None #NOTE: The following fields can only be accessed through reflection #subComponent_009.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_009) #uiClassID_Value = ComponentUI #subComponent_009.getClass().getSuperclass().getDeclaredFields()[1] readObjectCallbacks_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('readObjectCallbacks') readObjectCallbacks_Field.setAccessible(True) readObjectCallbacks_Value = readObjectCallbacks_Field.get(subComponent_009) #readObjectCallbacks_Value = {} #subComponent_009.getClass().getSuperclass().getDeclaredFields()[2] managingFocusForwardTraversalKeys_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('managingFocusForwardTraversalKeys') managingFocusForwardTraversalKeys_Field.setAccessible(True) managingFocusForwardTraversalKeys_Value = managingFocusForwardTraversalKeys_Field.get(subComponent_009) #managingFocusForwardTraversalKeys_Value = [ctrl pressed TAB] #subComponent_009.getClass().getSuperclass().getDeclaredFields()[3] managingFocusBackwardTraversalKeys_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('managingFocusBackwardTraversalKeys') managingFocusBackwardTraversalKeys_Field.setAccessible(True) managingFocusBackwardTraversalKeys_Value = managingFocusBackwardTraversalKeys_Field.get(subComponent_009) #managingFocusBackwardTraversalKeys_Value = [shift ctrl pressed TAB] #subComponent_009.getClass().getSuperclass().getDeclaredFields()[4] NOT_OBSCURED_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('NOT_OBSCURED') NOT_OBSCURED_Field.setAccessible(True) NOT_OBSCURED_Value = NOT_OBSCURED_Field.get(subComponent_009) #NOT_OBSCURED_Value = 0 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[5] PARTIALLY_OBSCURED_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('PARTIALLY_OBSCURED') PARTIALLY_OBSCURED_Field.setAccessible(True) PARTIALLY_OBSCURED_Value = PARTIALLY_OBSCURED_Field.get(subComponent_009) #PARTIALLY_OBSCURED_Value = 1 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[6] COMPLETELY_OBSCURED_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('COMPLETELY_OBSCURED') COMPLETELY_OBSCURED_Field.setAccessible(True) COMPLETELY_OBSCURED_Value = COMPLETELY_OBSCURED_Field.get(subComponent_009) #COMPLETELY_OBSCURED_Value = 2 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[7] DEBUG_GRAPHICS_LOADED_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('DEBUG_GRAPHICS_LOADED') DEBUG_GRAPHICS_LOADED_Field.setAccessible(True) DEBUG_GRAPHICS_LOADED_Value = DEBUG_GRAPHICS_LOADED_Field.get(subComponent_009) #DEBUG_GRAPHICS_LOADED_Value = True #subComponent_009.getClass().getSuperclass().getDeclaredFields()[8] INPUT_VERIFIER_SOURCE_KEY_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('INPUT_VERIFIER_SOURCE_KEY') INPUT_VERIFIER_SOURCE_KEY_Field.setAccessible(True) INPUT_VERIFIER_SOURCE_KEY_Value = INPUT_VERIFIER_SOURCE_KEY_Field.get(subComponent_009) #INPUT_VERIFIER_SOURCE_KEY_Value = InputVerifierSourceKey #subComponent_009.getClass().getSuperclass().getDeclaredFields()[9] isAlignmentXSet_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('isAlignmentXSet') isAlignmentXSet_Field.setAccessible(True) isAlignmentXSet_Value = isAlignmentXSet_Field.get(subComponent_009) #isAlignmentXSet_Value = False #subComponent_009.getClass().getSuperclass().getDeclaredFields()[11] isAlignmentYSet_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('isAlignmentYSet') isAlignmentYSet_Field.setAccessible(True) isAlignmentYSet_Value = isAlignmentYSet_Field.get(subComponent_009) #isAlignmentYSet_Value = False #subComponent_009.getClass().getSuperclass().getDeclaredFields()[13] ui_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('ui') ui_Field.setAccessible(True) ui_Value = ui_Field.get(subComponent_009) #ui_Value = None #subComponent_009.getClass().getSuperclass().getDeclaredFields()[14] listenerList_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('listenerList') listenerList_Field.setAccessible(True) listenerList_Value = listenerList_Field.get(subComponent_009) #listenerList_Value = EventListenerList: 0 listeners: #subComponent_009.getClass().getSuperclass().getDeclaredFields()[15] clientProperties_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('clientProperties') clientProperties_Field.setAccessible(True) clientProperties_Value = clientProperties_Field.get(subComponent_009) #clientProperties_Value = None #subComponent_009.getClass().getSuperclass().getDeclaredFields()[16] vetoableChangeSupport_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('vetoableChangeSupport') vetoableChangeSupport_Field.setAccessible(True) vetoableChangeSupport_Value = vetoableChangeSupport_Field.get(subComponent_009) #vetoableChangeSupport_Value = None #subComponent_009.getClass().getSuperclass().getDeclaredFields()[19] flags_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('flags') flags_Field.setAccessible(True) flags_Value = flags_Field.get(subComponent_009) #flags_Value = 0 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[22] paintingChild_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('paintingChild') paintingChild_Field.setAccessible(True) paintingChild_Value = paintingChild_Field.get(subComponent_009) #paintingChild_Value = None #subComponent_009.getClass().getSuperclass().getDeclaredFields()[27] KEYBOARD_BINDINGS_KEY_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('KEYBOARD_BINDINGS_KEY') KEYBOARD_BINDINGS_KEY_Field.setAccessible(True) KEYBOARD_BINDINGS_KEY_Value = KEYBOARD_BINDINGS_KEY_Field.get(subComponent_009) #KEYBOARD_BINDINGS_KEY_Value = _KeyboardBindings #subComponent_009.getClass().getSuperclass().getDeclaredFields()[28] WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('WHEN_IN_FOCUSED_WINDOW_BINDINGS') WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.setAccessible(True) WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.get(subComponent_009) #WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = _WhenInFocusedWindow #subComponent_009.getClass().getSuperclass().getDeclaredFields()[30] NEXT_FOCUS_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('NEXT_FOCUS') NEXT_FOCUS_Field.setAccessible(True) NEXT_FOCUS_Value = NEXT_FOCUS_Field.get(subComponent_009) #NEXT_FOCUS_Value = nextFocus #subComponent_009.getClass().getSuperclass().getDeclaredFields()[31] popupMenu_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('popupMenu') popupMenu_Field.setAccessible(True) popupMenu_Value = popupMenu_Field.get(subComponent_009) #popupMenu_Value = None #subComponent_009.getClass().getSuperclass().getDeclaredFields()[32] IS_DOUBLE_BUFFERED_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('IS_DOUBLE_BUFFERED') IS_DOUBLE_BUFFERED_Field.setAccessible(True) IS_DOUBLE_BUFFERED_Value = IS_DOUBLE_BUFFERED_Field.get(subComponent_009) #IS_DOUBLE_BUFFERED_Value = 0 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[33] ANCESTOR_USING_BUFFER_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('ANCESTOR_USING_BUFFER') ANCESTOR_USING_BUFFER_Field.setAccessible(True) ANCESTOR_USING_BUFFER_Value = ANCESTOR_USING_BUFFER_Field.get(subComponent_009) #ANCESTOR_USING_BUFFER_Value = 1 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[34] IS_PAINTING_TILE_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('IS_PAINTING_TILE') IS_PAINTING_TILE_Field.setAccessible(True) IS_PAINTING_TILE_Value = IS_PAINTING_TILE_Field.get(subComponent_009) #IS_PAINTING_TILE_Value = 2 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[35] IS_OPAQUE_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('IS_OPAQUE') IS_OPAQUE_Field.setAccessible(True) IS_OPAQUE_Value = IS_OPAQUE_Field.get(subComponent_009) #IS_OPAQUE_Value = 3 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[36] KEY_EVENTS_ENABLED_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('KEY_EVENTS_ENABLED') KEY_EVENTS_ENABLED_Field.setAccessible(True) KEY_EVENTS_ENABLED_Value = KEY_EVENTS_ENABLED_Field.get(subComponent_009) #KEY_EVENTS_ENABLED_Value = 4 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[37] FOCUS_INPUTMAP_CREATED_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('FOCUS_INPUTMAP_CREATED') FOCUS_INPUTMAP_CREATED_Field.setAccessible(True) FOCUS_INPUTMAP_CREATED_Value = FOCUS_INPUTMAP_CREATED_Field.get(subComponent_009) #FOCUS_INPUTMAP_CREATED_Value = 5 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[38] ANCESTOR_INPUTMAP_CREATED_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('ANCESTOR_INPUTMAP_CREATED') ANCESTOR_INPUTMAP_CREATED_Field.setAccessible(True) ANCESTOR_INPUTMAP_CREATED_Value = ANCESTOR_INPUTMAP_CREATED_Field.get(subComponent_009) #ANCESTOR_INPUTMAP_CREATED_Value = 6 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[39] WIF_INPUTMAP_CREATED_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('WIF_INPUTMAP_CREATED') WIF_INPUTMAP_CREATED_Field.setAccessible(True) WIF_INPUTMAP_CREATED_Value = WIF_INPUTMAP_CREATED_Field.get(subComponent_009) #WIF_INPUTMAP_CREATED_Value = 7 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[40] ACTIONMAP_CREATED_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('ACTIONMAP_CREATED') ACTIONMAP_CREATED_Field.setAccessible(True) ACTIONMAP_CREATED_Value = ACTIONMAP_CREATED_Field.get(subComponent_009) #ACTIONMAP_CREATED_Value = 8 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[41] CREATED_DOUBLE_BUFFER_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('CREATED_DOUBLE_BUFFER') CREATED_DOUBLE_BUFFER_Field.setAccessible(True) CREATED_DOUBLE_BUFFER_Value = CREATED_DOUBLE_BUFFER_Field.get(subComponent_009) #CREATED_DOUBLE_BUFFER_Value = 9 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[42] IS_PRINTING_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('IS_PRINTING') IS_PRINTING_Field.setAccessible(True) IS_PRINTING_Value = IS_PRINTING_Field.get(subComponent_009) #IS_PRINTING_Value = 11 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[43] IS_PRINTING_ALL_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('IS_PRINTING_ALL') IS_PRINTING_ALL_Field.setAccessible(True) IS_PRINTING_ALL_Value = IS_PRINTING_ALL_Field.get(subComponent_009) #IS_PRINTING_ALL_Value = 12 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[44] IS_REPAINTING_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('IS_REPAINTING') IS_REPAINTING_Field.setAccessible(True) IS_REPAINTING_Value = IS_REPAINTING_Field.get(subComponent_009) #IS_REPAINTING_Value = 13 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[45] WRITE_OBJ_COUNTER_FIRST_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_FIRST') WRITE_OBJ_COUNTER_FIRST_Field.setAccessible(True) WRITE_OBJ_COUNTER_FIRST_Value = WRITE_OBJ_COUNTER_FIRST_Field.get(subComponent_009) #WRITE_OBJ_COUNTER_FIRST_Value = 14 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[46] RESERVED_1_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('RESERVED_1') RESERVED_1_Field.setAccessible(True) RESERVED_1_Value = RESERVED_1_Field.get(subComponent_009) #RESERVED_1_Value = 15 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[47] RESERVED_2_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('RESERVED_2') RESERVED_2_Field.setAccessible(True) RESERVED_2_Value = RESERVED_2_Field.get(subComponent_009) #RESERVED_2_Value = 16 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[48] RESERVED_3_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('RESERVED_3') RESERVED_3_Field.setAccessible(True) RESERVED_3_Value = RESERVED_3_Field.get(subComponent_009) #RESERVED_3_Value = 17 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[49] RESERVED_4_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('RESERVED_4') RESERVED_4_Field.setAccessible(True) RESERVED_4_Value = RESERVED_4_Field.get(subComponent_009) #RESERVED_4_Value = 18 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[50] RESERVED_5_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('RESERVED_5') RESERVED_5_Field.setAccessible(True) RESERVED_5_Value = RESERVED_5_Field.get(subComponent_009) #RESERVED_5_Value = 19 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[51] RESERVED_6_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('RESERVED_6') RESERVED_6_Field.setAccessible(True) RESERVED_6_Value = RESERVED_6_Field.get(subComponent_009) #RESERVED_6_Value = 20 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[52] WRITE_OBJ_COUNTER_LAST_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_LAST') WRITE_OBJ_COUNTER_LAST_Field.setAccessible(True) WRITE_OBJ_COUNTER_LAST_Value = WRITE_OBJ_COUNTER_LAST_Field.get(subComponent_009) #WRITE_OBJ_COUNTER_LAST_Value = 21 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[53] REQUEST_FOCUS_DISABLED_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('REQUEST_FOCUS_DISABLED') REQUEST_FOCUS_DISABLED_Field.setAccessible(True) REQUEST_FOCUS_DISABLED_Value = REQUEST_FOCUS_DISABLED_Field.get(subComponent_009) #REQUEST_FOCUS_DISABLED_Value = 22 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[54] INHERITS_POPUP_MENU_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('INHERITS_POPUP_MENU') INHERITS_POPUP_MENU_Field.setAccessible(True) INHERITS_POPUP_MENU_Value = INHERITS_POPUP_MENU_Field.get(subComponent_009) #INHERITS_POPUP_MENU_Value = 23 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[55] OPAQUE_SET_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('OPAQUE_SET') OPAQUE_SET_Field.setAccessible(True) OPAQUE_SET_Value = OPAQUE_SET_Field.get(subComponent_009) #OPAQUE_SET_Value = 24 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[56] AUTOSCROLLS_SET_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('AUTOSCROLLS_SET') AUTOSCROLLS_SET_Field.setAccessible(True) AUTOSCROLLS_SET_Value = AUTOSCROLLS_SET_Field.get(subComponent_009) #AUTOSCROLLS_SET_Value = 25 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[57] FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_FORWARD_SET') FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.get(subComponent_009) #FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = 26 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[58] FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_BACKWARD_SET') FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.get(subComponent_009) #FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = 27 #subComponent_009.getClass().getSuperclass().getDeclaredFields()[59] revalidateRunnableScheduled_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('revalidateRunnableScheduled') revalidateRunnableScheduled_Field.setAccessible(True) revalidateRunnableScheduled_Value = revalidateRunnableScheduled_Field.get(subComponent_009) #revalidateRunnableScheduled_Value = false #subComponent_009.getClass().getSuperclass().getDeclaredFields()[60] tempRectangles_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('tempRectangles') tempRectangles_Field.setAccessible(True) tempRectangles_Value = tempRectangles_Field.get(subComponent_009) #tempRectangles_Value = [java.awt.Rectangle[x=0,y=0,width=425,height=525], java.awt.[...] #subComponent_009.getClass().getSuperclass().getDeclaredFields()[61] focusInputMap_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('focusInputMap') focusInputMap_Field.setAccessible(True) focusInputMap_Value = focusInputMap_Field.get(subComponent_009) #focusInputMap_Value = None #subComponent_009.getClass().getSuperclass().getDeclaredFields()[62] ancestorInputMap_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('ancestorInputMap') ancestorInputMap_Field.setAccessible(True) ancestorInputMap_Value = ancestorInputMap_Field.get(subComponent_009) #ancestorInputMap_Value = None #subComponent_009.getClass().getSuperclass().getDeclaredFields()[63] windowInputMap_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('windowInputMap') windowInputMap_Field.setAccessible(True) windowInputMap_Value = windowInputMap_Field.get(subComponent_009) #windowInputMap_Value = None #subComponent_009.getClass().getSuperclass().getDeclaredFields()[65] defaultLocale_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('defaultLocale') defaultLocale_Field.setAccessible(True) defaultLocale_Value = defaultLocale_Field.get(subComponent_009) #defaultLocale_Value = JComponent.defaultLocale #subComponent_009.getClass().getSuperclass().getDeclaredFields()[66] componentObtainingGraphicsFrom_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFrom') componentObtainingGraphicsFrom_Field.setAccessible(True) componentObtainingGraphicsFrom_Value = componentObtainingGraphicsFrom_Field.get(subComponent_009) #componentObtainingGraphicsFrom_Value = None #subComponent_009.getClass().getSuperclass().getDeclaredFields()[67] componentObtainingGraphicsFromLock_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFromLock') componentObtainingGraphicsFromLock_Field.setAccessible(True) componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFromLock_Field.get(subComponent_009) #componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFrom #subComponent_009.getClass().getSuperclass().getDeclaredFields()[68] aaHint_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('aaHint') aaHint_Field.setAccessible(True) aaHint_Value = aaHint_Field.get(subComponent_009) #aaHint_Value = None #subComponent_009.getClass().getSuperclass().getDeclaredFields()[69] lcdRenderingHint_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('lcdRenderingHint') lcdRenderingHint_Field.setAccessible(True) lcdRenderingHint_Value = lcdRenderingHint_Field.get(subComponent_009) #lcdRenderingHint_Value = None #subComponent_009.getClass().getSuperclass().getDeclaredFields()[70] focusController_Field = subComponent_009.getClass().getSuperclass().getDeclaredField('focusController') focusController_Field.setAccessible(True) focusController_Value = focusController_Field.get(subComponent_009) #focusController_Value = javax.swing.JComponent$2@565d4f8a endFunction = True def subComponent_009_Declared_Methods(): #**************Declared 'get' Methods************* #subComponent_009.getMargin() ''' getMargin_Method = subComponent_009.getClass().getDeclaredMethods()[3] getMargin_Value = getMargin_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! subComponent_009.getMaxSize() ''' getMaxSize_Method = subComponent_009.getClass().getDeclaredMethods()[6] getMaxSize_Value = getMaxSize_Method.invoke(subComponent_009) ''' #getMaxSize_Value = 2592000000 subComponent_009.getUnit() ''' getUnit_Method = subComponent_009.getClass().getDeclaredMethods()[7] getUnit_Value = getUnit_Method.invoke(subComponent_009) ''' #getUnit_Value = com.inductiveautomation.factorypmi.application.components.PM[...] subComponent_009.getBoxFill() ''' getBoxFill_Method = subComponent_009.getClass().getDeclaredMethods()[9] getBoxFill_Value = getBoxFill_Method.invoke(subComponent_009) ''' #getBoxFill_Value = java.awt.Color[r=71,g=169,b=230] subComponent_009.getSelectedRange() ''' getSelectedRange_Method = subComponent_009.getClass().getDeclaredMethods()[18] getSelectedRange_Value = getSelectedRange_Method.invoke(subComponent_009) ''' #getSelectedRange_Value = Tue Dec 20 02:33:00 CST 2022 - Tue Dec 20 02:43:59 CST 2022 subComponent_009.getRange() ''' getRange_Method = subComponent_009.getClass().getDeclaredMethods()[21] getRange_Value = getRange_Method.invoke(subComponent_009) ''' #getRange_Value = Tue Dec 20 01:00:00 CST 2022 - Tue Dec 20 02:59:59 CST 2022 subComponent_009.getSelectionHighlight() ''' getSelectionHighlight_Method = subComponent_009.getClass().getDeclaredMethods()[22] getSelectionHighlight_Value = getSelectionHighlight_Method.invoke(subComponent_009) ''' #getSelectionHighlight_Value = None subComponent_009.getStartDate() ''' getStartDate_Method = subComponent_009.getClass().getDeclaredMethods()[24] getStartDate_Value = getStartDate_Method.invoke(subComponent_009) ''' #getStartDate_Value = Tue Dec 20 02:33:00 CST 2022 subComponent_009.getEndDate() ''' getEndDate_Method = subComponent_009.getClass().getDeclaredMethods()[25] getEndDate_Value = getEndDate_Method.invoke(subComponent_009) ''' #getEndDate_Value = Tue Dec 20 02:43:59 CST 2022 subComponent_009.getHighDensityColor() ''' getHighDensityColor_Method = subComponent_009.getClass().getDeclaredMethods()[33] getHighDensityColor_Value = getHighDensityColor_Method.invoke(subComponent_009) ''' #getHighDensityColor_Value = java.awt.Color[r=255,g=0,b=0] subComponent_009.getTodayIndicatorColor() ''' getTodayIndicatorColor_Method = subComponent_009.getClass().getDeclaredMethods()[34] getTodayIndicatorColor_Value = getTodayIndicatorColor_Method.invoke(subComponent_009) ''' #getTodayIndicatorColor_Value = java.awt.Color[r=0,g=0,b=255] #***********Declared 'get' Super Methods********** #subComponent_009.getLocation() ''' getLocation_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[2] getLocation_Value = getLocation_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! #subComponent_009.getSize() ''' getSize_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[6] getSize_Value = getSize_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! subComponent_009.getInsets() ''' getInsets_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[10] getInsets_Value = getInsets_Method.invoke(subComponent_009) ''' #getInsets_Value = java.awt.Insets[top=0,left=0,bottom=0,right=0] #subComponent_009.getInsets() ''' getInsets_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[11] getInsets_Value = getInsets_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! subComponent_009.getPreferredSize() ''' getPreferredSize_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[16] getPreferredSize_Value = getPreferredSize_Method.invoke(subComponent_009) ''' #getPreferredSize_Value = java.awt.Dimension[width=130,height=50] subComponent_009.getMinimumSize() ''' getMinimumSize_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[17] getMinimumSize_Value = getMinimumSize_Method.invoke(subComponent_009) ''' #getMinimumSize_Value = java.awt.Dimension[width=50,height=20] subComponent_009.getMaximumSize() ''' getMaximumSize_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[18] getMaximumSize_Value = getMaximumSize_Method.invoke(subComponent_009) ''' #getMaximumSize_Value = java.awt.Dimension[width=32767,height=32767] subComponent_009.getAlignmentX() ''' getAlignmentX_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[19] getAlignmentX_Value = getAlignmentX_Method.invoke(subComponent_009) ''' #getAlignmentX_Value = 0.5 subComponent_009.getAlignmentY() ''' getAlignmentY_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[20] getAlignmentY_Value = getAlignmentY_Method.invoke(subComponent_009) ''' #getAlignmentY_Value = 0.5 #subComponent_009.getListeners() ''' getListeners_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[22] getListeners_Value = getListeners_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! subComponent_009.getX() ''' getX_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[29] getX_Value = getX_Method.invoke(subComponent_009) ''' #getX_Value = 0 subComponent_009.getY() ''' getY_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[30] getY_Value = getY_Method.invoke(subComponent_009) ''' #getY_Value = 34 subComponent_009.getWidth() ''' getWidth_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[31] getWidth_Value = getWidth_Method.invoke(subComponent_009) ''' #getWidth_Value = 294 subComponent_009.getHeight() ''' getHeight_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[32] getHeight_Value = getHeight_Method.invoke(subComponent_009) ''' #getHeight_Value = 45 #subComponent_009.getBaseline() ''' getBaseline_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[44] getBaseline_Value = getBaseline_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! subComponent_009.getBaselineResizeBehavior() ''' getBaselineResizeBehavior_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[45] getBaselineResizeBehavior_Value = getBaselineResizeBehavior_Method.invoke(subComponent_009) ''' #getBaselineResizeBehavior_Value = OTHER subComponent_009.getGraphics() ''' getGraphics_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[46] getGraphics_Value = getGraphics_Method.invoke(subComponent_009) ''' #getGraphics_Value = sun.java2d.SunGraphics2D[font=java.awt.Font[family=Dialog,na[...] #subComponent_009.getFontMetrics() ''' getFontMetrics_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[47] getFontMetrics_Value = getFontMetrics_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! subComponent_009.getUI() ''' getUI_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[58] getUI_Value = getUI_Method.invoke(subComponent_009) ''' #getUI_Value = None subComponent_009.getUIClassID() ''' getUIClassID_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[60] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_009) ''' #getUIClassID_Value = ComponentUI #subComponent_009.getWriteObjCounter() ''' getWriteObjCounter_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[61] getWriteObjCounter_Value = getWriteObjCounter_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! #subComponent_009.getGraphicsInvoked() ''' getGraphicsInvoked_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[65] getGraphicsInvoked_Value = getGraphicsInvoked_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! #subComponent_009.getManagingFocusForwardTraversalKeys() ''' getManagingFocusForwardTraversalKeys_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[67] getManagingFocusForwardTraversalKeys_Value = getManagingFocusForwardTraversalKeys_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! #subComponent_009.getManagingFocusBackwardTraversalKeys() ''' getManagingFocusBackwardTraversalKeys_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[68] getManagingFocusBackwardTraversalKeys_Value = getManagingFocusBackwardTraversalKeys_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! #subComponent_009.getFlag() ''' getFlag_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[72] getFlag_Value = getFlag_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! subComponent_009.getInheritsPopupMenu() ''' getInheritsPopupMenu_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[74] getInheritsPopupMenu_Value = getInheritsPopupMenu_Method.invoke(subComponent_009) ''' #getInheritsPopupMenu_Value = False subComponent_009.getComponentPopupMenu() ''' getComponentPopupMenu_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[76] getComponentPopupMenu_Value = getComponentPopupMenu_Method.invoke(subComponent_009) ''' #getComponentPopupMenu_Value = None subComponent_009.getDefaultLocale() ''' getDefaultLocale_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[78] getDefaultLocale_Value = getDefaultLocale_Method.invoke(subComponent_009) ''' #getDefaultLocale_Value = en #subComponent_009.getComponentGraphics() ''' getComponentGraphics_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[81] getComponentGraphics_Value = getComponentGraphics_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! #subComponent_009.getObscuredState() ''' getObscuredState_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[88] getObscuredState_Value = getObscuredState_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! subComponent_009.getBorder() ''' getBorder_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[90] getBorder_Value = getBorder_Method.invoke(subComponent_009) ''' #getBorder_Value = None subComponent_009.getNextFocusableComponent() ''' getNextFocusableComponent_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[102] getNextFocusableComponent_Value = getNextFocusableComponent_Method.invoke(subComponent_009) ''' #getNextFocusableComponent_Value = None #subComponent_009.getClientProperty() ''' getClientProperty_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[105] getClientProperty_Value = getClientProperty_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! #subComponent_009.setVerifyInputWhenFocusTarget() ''' setVerifyInputWhenFocusTarget_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[109] setVerifyInputWhenFocusTarget_Value = setVerifyInputWhenFocusTarget_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! subComponent_009.getVerifyInputWhenFocusTarget() ''' getVerifyInputWhenFocusTarget_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[110] getVerifyInputWhenFocusTarget_Value = getVerifyInputWhenFocusTarget_Method.invoke(subComponent_009) ''' #getVerifyInputWhenFocusTarget_Value = True subComponent_009.getInputVerifier() ''' getInputVerifier_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[116] getInputVerifier_Value = getInputVerifier_Method.invoke(subComponent_009) ''' #getInputVerifier_Value = None subComponent_009.getDebugGraphicsOptions() ''' getDebugGraphicsOptions_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[118] getDebugGraphicsOptions_Value = getDebugGraphicsOptions_Method.invoke(subComponent_009) ''' #getDebugGraphicsOptions_Value = 0 subComponent_009.getInputMap() ''' getInputMap_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[121] getInputMap_Value = getInputMap_Method.invoke(subComponent_009) ''' #getInputMap_Value = javax.swing.InputMap@6c24a782 #subComponent_009.getInputMap() ''' getInputMap_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[122] getInputMap_Value = getInputMap_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! #subComponent_009.getInputMap() ''' getInputMap_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[123] getInputMap_Value = getInputMap_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! subComponent_009.getActionMap() ''' getActionMap_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[124] getActionMap_Value = getActionMap_Method.invoke(subComponent_009) ''' #getActionMap_Value = javax.swing.ActionMap@ad711b #subComponent_009.getActionMap() ''' getActionMap_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[125] getActionMap_Value = getActionMap_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! subComponent_009.getRegisteredKeyStrokes() ''' getRegisteredKeyStrokes_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[132] getRegisteredKeyStrokes_Value = getRegisteredKeyStrokes_Method.invoke(subComponent_009) ''' #getRegisteredKeyStrokes_Value = array(javax.swing.KeyStroke) #subComponent_009.getConditionForKeyStroke() ''' getConditionForKeyStroke_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[133] getConditionForKeyStroke_Value = getConditionForKeyStroke_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! #subComponent_009.getActionForKeyStroke() ''' getActionForKeyStroke_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[134] getActionForKeyStroke_Value = getActionForKeyStroke_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! #subComponent_009.getToolTipText() ''' getToolTipText_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[145] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! subComponent_009.getToolTipText() ''' getToolTipText_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[146] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_009) ''' #getToolTipText_Value = None #subComponent_009.getToolTipLocation() ''' getToolTipLocation_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[147] getToolTipLocation_Value = getToolTipLocation_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! #subComponent_009.getPopupLocation() ''' getPopupLocation_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[148] getPopupLocation_Value = getPopupLocation_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! subComponent_009.getAutoscrolls() ''' getAutoscrolls_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[152] getAutoscrolls_Value = getAutoscrolls_Method.invoke(subComponent_009) ''' #getAutoscrolls_Value = False subComponent_009.getTransferHandler() ''' getTransferHandler_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[154] getTransferHandler_Value = getTransferHandler_Method.invoke(subComponent_009) ''' #getTransferHandler_Value = None #subComponent_009.getCreatedDoubleBuffer() ''' getCreatedDoubleBuffer_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[160] getCreatedDoubleBuffer_Value = getCreatedDoubleBuffer_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! #subComponent_009.getClientProperties() ''' getClientProperties_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[161] getClientProperties_Value = getClientProperties_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! subComponent_009.getVisibleRect() ''' getVisibleRect_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[165] getVisibleRect_Value = getVisibleRect_Method.invoke(subComponent_009) ''' #getVisibleRect_Value = java.awt.Rectangle[x=0,y=0,width=294,height=45] subComponent_009.getVetoableChangeListeners() ''' getVetoableChangeListeners_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[169] getVetoableChangeListeners_Value = getVetoableChangeListeners_Method.invoke(subComponent_009) ''' #getVetoableChangeListeners_Value = array(java.beans.VetoableChangeListener) subComponent_009.getTopLevelAncestor() ''' getTopLevelAncestor_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[170] getTopLevelAncestor_Value = getTopLevelAncestor_Method.invoke(subComponent_009) ''' #getTopLevelAncestor_Value = com.inductiveautomation.ignition.designer.IgnitionDesigner[f[...] #subComponent_009.getAncestorNotifier() ''' getAncestorNotifier_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[171] getAncestorNotifier_Value = getAncestorNotifier_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! subComponent_009.getAncestorListeners() ''' getAncestorListeners_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[174] getAncestorListeners_Value = getAncestorListeners_Method.invoke(subComponent_009) ''' #getAncestorListeners_Value = array(javax.swing.event.AncestorListener) #subComponent_009.getBounds() ''' getBounds_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[188] getBounds_Value = getBounds_Method.invoke(subComponent_009) ''' #Threw Exception: No value could be obtained! subComponent_009.getRootPane() ''' getRootPane_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[192] getRootPane_Value = getRootPane_Method.invoke(subComponent_009) ''' #getRootPane_Value = javax.swing.JRootPane[,0,0,1295x960,invalid,layout=javax.swi[...] #**************Declared 'set' Methods************* subComponent_009.setEnabled() ''' setEnabled_Method = subComponent_009.getClass().getDeclaredMethods()[0] setEnabled_Value = setEnabled_Method.invoke(subComponent_009) ''' subComponent_009.setBorder() ''' setBorder_Method = subComponent_009.getClass().getDeclaredMethods()[2] setBorder_Value = setBorder_Method.invoke(subComponent_009) ''' subComponent_009.setMaxSize() ''' setMaxSize_Method = subComponent_009.getClass().getDeclaredMethods()[4] setMaxSize_Value = setMaxSize_Method.invoke(subComponent_009) ''' subComponent_009.setMargin() ''' setMargin_Method = subComponent_009.getClass().getDeclaredMethods()[5] setMargin_Value = setMargin_Method.invoke(subComponent_009) ''' subComponent_009.setBoxFill() ''' setBoxFill_Method = subComponent_009.getClass().getDeclaredMethods()[8] setBoxFill_Value = setBoxFill_Method.invoke(subComponent_009) ''' subComponent_009.setHistogram() ''' setHistogram_Method = subComponent_009.getClass().getDeclaredMethods()[10] setHistogram_Value = setHistogram_Method.invoke(subComponent_009) ''' subComponent_009.setUnit() ''' setUnit_Method = subComponent_009.getClass().getDeclaredMethods()[11] setUnit_Value = setUnit_Method.invoke(subComponent_009) ''' subComponent_009.setSelectedRange() ''' setSelectedRange_Method = subComponent_009.getClass().getDeclaredMethods()[12] setSelectedRange_Value = setSelectedRange_Method.invoke(subComponent_009) ''' subComponent_009.setSelectedRange() ''' setSelectedRange_Method = subComponent_009.getClass().getDeclaredMethods()[13] setSelectedRange_Value = setSelectedRange_Method.invoke(subComponent_009) ''' subComponent_009.setSelectedRange() ''' setSelectedRange_Method = subComponent_009.getClass().getDeclaredMethods()[14] setSelectedRange_Value = setSelectedRange_Method.invoke(subComponent_009) ''' subComponent_009.setSelectedRange() ''' setSelectedRange_Method = subComponent_009.getClass().getDeclaredMethods()[15] setSelectedRange_Value = setSelectedRange_Method.invoke(subComponent_009) ''' subComponent_009.setSelectionHighlight() ''' setSelectionHighlight_Method = subComponent_009.getClass().getDeclaredMethods()[20] setSelectionHighlight_Value = setSelectionHighlight_Method.invoke(subComponent_009) ''' subComponent_009.setRange() ''' setRange_Method = subComponent_009.getClass().getDeclaredMethods()[23] setRange_Value = setRange_Method.invoke(subComponent_009) ''' subComponent_009.setHighDensityColor() ''' setHighDensityColor_Method = subComponent_009.getClass().getDeclaredMethods()[32] setHighDensityColor_Value = setHighDensityColor_Method.invoke(subComponent_009) ''' subComponent_009.setTodayIndicatorColor() ''' setTodayIndicatorColor_Method = subComponent_009.getClass().getDeclaredMethods()[35] setTodayIndicatorColor_Value = setTodayIndicatorColor_Method.invoke(subComponent_009) ''' #***********Declared 'set' Super Methods********** subComponent_009.setOpaque() ''' setOpaque_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[7] setOpaque_Value = setOpaque_Method.invoke(subComponent_009) ''' subComponent_009.setFont() ''' setFont_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[15] setFont_Value = setFont_Method.invoke(subComponent_009) ''' subComponent_009.setFocusTraversalKeys() ''' setFocusTraversalKeys_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[23] setFocusTraversalKeys_Value = setFocusTraversalKeys_Method.invoke(subComponent_009) ''' subComponent_009.setEnabled() ''' setEnabled_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[33] setEnabled_Value = setEnabled_Method.invoke(subComponent_009) ''' subComponent_009.setForeground() ''' setForeground_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[38] setForeground_Value = setForeground_Method.invoke(subComponent_009) ''' subComponent_009.setBackground() ''' setBackground_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[39] setBackground_Value = setBackground_Method.invoke(subComponent_009) ''' subComponent_009.setPreferredSize() ''' setPreferredSize_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[41] setPreferredSize_Value = setPreferredSize_Method.invoke(subComponent_009) ''' subComponent_009.setMinimumSize() ''' setMinimumSize_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[42] setMinimumSize_Value = setMinimumSize_Method.invoke(subComponent_009) ''' subComponent_009.setMaximumSize() ''' setMaximumSize_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[43] setMaximumSize_Value = setMaximumSize_Method.invoke(subComponent_009) ''' subComponent_009.setDoubleBuffered() ''' setDoubleBuffered_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[55] setDoubleBuffered_Value = setDoubleBuffered_Method.invoke(subComponent_009) ''' subComponent_009.setUIProperty() ''' setUIProperty_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[56] setUIProperty_Value = setUIProperty_Method.invoke(subComponent_009) ''' subComponent_009.setUI() ''' setUI_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[59] setUI_Value = setUI_Method.invoke(subComponent_009) ''' subComponent_009.setWriteObjCounter() ''' setWriteObjCounter_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[62] setWriteObjCounter_Value = setWriteObjCounter_Method.invoke(subComponent_009) ''' subComponent_009.setInheritsPopupMenu() ''' setInheritsPopupMenu_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[71] setInheritsPopupMenu_Value = setInheritsPopupMenu_Method.invoke(subComponent_009) ''' subComponent_009.setFlag() ''' setFlag_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[73] setFlag_Value = setFlag_Method.invoke(subComponent_009) ''' subComponent_009.setComponentPopupMenu() ''' setComponentPopupMenu_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[75] setComponentPopupMenu_Value = setComponentPopupMenu_Method.invoke(subComponent_009) ''' subComponent_009.setNextFocusableComponent() ''' setNextFocusableComponent_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[103] setNextFocusableComponent_Value = setNextFocusableComponent_Method.invoke(subComponent_009) ''' subComponent_009.setRequestFocusEnabled() ''' setRequestFocusEnabled_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[106] setRequestFocusEnabled_Value = setRequestFocusEnabled_Method.invoke(subComponent_009) ''' subComponent_009.setBorder() ''' setBorder_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[111] setBorder_Value = setBorder_Method.invoke(subComponent_009) ''' subComponent_009.setAlignmentY() ''' setAlignmentY_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[112] setAlignmentY_Value = setAlignmentY_Method.invoke(subComponent_009) ''' subComponent_009.setAlignmentX() ''' setAlignmentX_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[114] setAlignmentX_Value = setAlignmentX_Method.invoke(subComponent_009) ''' subComponent_009.setInputVerifier() ''' setInputVerifier_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[115] setInputVerifier_Value = setInputVerifier_Method.invoke(subComponent_009) ''' subComponent_009.setDebugGraphicsOptions() ''' setDebugGraphicsOptions_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[117] setDebugGraphicsOptions_Value = setDebugGraphicsOptions_Method.invoke(subComponent_009) ''' subComponent_009.resetKeyboardActions() ''' resetKeyboardActions_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[135] resetKeyboardActions_Value = resetKeyboardActions_Method.invoke(subComponent_009) ''' subComponent_009.setInputMap() ''' setInputMap_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[136] setInputMap_Value = setInputMap_Method.invoke(subComponent_009) ''' subComponent_009.setActionMap() ''' setActionMap_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[137] setActionMap_Value = setActionMap_Method.invoke(subComponent_009) ''' subComponent_009.setDefaultLocale() ''' setDefaultLocale_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[139] setDefaultLocale_Value = setDefaultLocale_Method.invoke(subComponent_009) ''' subComponent_009.setToolTipText() ''' setToolTipText_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[144] setToolTipText_Value = setToolTipText_Method.invoke(subComponent_009) ''' subComponent_009.setAutoscrolls() ''' setAutoscrolls_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[151] setAutoscrolls_Value = setAutoscrolls_Method.invoke(subComponent_009) ''' subComponent_009.setTransferHandler() ''' setTransferHandler_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[153] setTransferHandler_Value = setTransferHandler_Method.invoke(subComponent_009) ''' subComponent_009.setDropLocation() ''' setDropLocation_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[156] setDropLocation_Value = setDropLocation_Method.invoke(subComponent_009) ''' subComponent_009.setCreatedDoubleBuffer() ''' setCreatedDoubleBuffer_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[159] setCreatedDoubleBuffer_Value = setCreatedDoubleBuffer_Method.invoke(subComponent_009) ''' subComponent_009.setPaintingChild() ''' setPaintingChild_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[181] setPaintingChild_Value = setPaintingChild_Method.invoke(subComponent_009) ''' subComponent_009.setVisible() ''' setVisible_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[187] setVisible_Value = setVisible_Method.invoke(subComponent_009) ''' #************All Other Declared Methods*********** subComponent_009.paintComponent() ''' paintComponent_Method = subComponent_009.getClass().getDeclaredMethods()[1] paintComponent_Value = paintComponent_Method.invoke(subComponent_009) ''' subComponent_009.doScroll() ''' doScroll_Method = subComponent_009.getClass().getDeclaredMethods()[16] doScroll_Value = doScroll_Method.invoke(subComponent_009) ''' subComponent_009.widthToDate() ''' widthToDate_Method = subComponent_009.getClass().getDeclaredMethods()[17] widthToDate_Value = widthToDate_Method.invoke(subComponent_009) ''' subComponent_009.localeChanged() ''' localeChanged_Method = subComponent_009.getClass().getDeclaredMethods()[19] localeChanged_Value = localeChanged_Method.invoke(subComponent_009) ''' subComponent_009.moveSelectionToX() ''' moveSelectionToX_Method = subComponent_009.getClass().getDeclaredMethods()[26] moveSelectionToX_Value = moveSelectionToX_Method.invoke(subComponent_009) ''' subComponent_009.moveSelectionToX() ''' moveSelectionToX_Method = subComponent_009.getClass().getDeclaredMethods()[27] moveSelectionToX_Value = moveSelectionToX_Method.invoke(subComponent_009) ''' subComponent_009.doScrollRight() ''' doScrollRight_Method = subComponent_009.getClass().getDeclaredMethods()[28] doScrollRight_Value = doScrollRight_Method.invoke(subComponent_009) ''' subComponent_009.doScrollLeft() ''' doScrollLeft_Method = subComponent_009.getClass().getDeclaredMethods()[29] doScrollLeft_Value = doScrollLeft_Method.invoke(subComponent_009) ''' subComponent_009.fireRangeEvents() ''' fireRangeEvents_Method = subComponent_009.getClass().getDeclaredMethods()[30] fireRangeEvents_Value = fireRangeEvents_Method.invoke(subComponent_009) ''' subComponent_009.dateToWidth() ''' dateToWidth_Method = subComponent_009.getClass().getDeclaredMethods()[31] dateToWidth_Value = dateToWidth_Method.invoke(subComponent_009) ''' subComponent_009.paintTicks() ''' paintTicks_Method = subComponent_009.getClass().getDeclaredMethods()[36] paintTicks_Value = paintTicks_Method.invoke(subComponent_009) ''' subComponent_009.fireSelectionEvents() ''' fireSelectionEvents_Method = subComponent_009.getClass().getDeclaredMethods()[37] fireSelectionEvents_Value = fireSelectionEvents_Method.invoke(subComponent_009) ''' #*********All Other Declared Super Methods******** subComponent_009.update() ''' update_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[0] update_Value = update_Method.invoke(subComponent_009) ''' subComponent_009.contains() ''' contains_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[1] contains_Value = contains_Method.invoke(subComponent_009) ''' subComponent_009.readObject() ''' readObject_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[3] readObject_Value = readObject_Method.invoke(subComponent_009) ''' subComponent_009.writeObject() ''' writeObject_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[4] writeObject_Value = writeObject_Method.invoke(subComponent_009) ''' subComponent_009.print() ''' print_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[5] print_Value = print_Method.invoke(subComponent_009) ''' subComponent_009.paramString() ''' paramString_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[8] paramString_Value = paramString_Method.invoke(subComponent_009) ''' subComponent_009.isOpaque() ''' isOpaque_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[9] isOpaque_Value = isOpaque_Method.invoke(subComponent_009) ''' subComponent_009.removeNotify() ''' removeNotify_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[12] removeNotify_Value = removeNotify_Method.invoke(subComponent_009) ''' subComponent_009.addNotify() ''' addNotify_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[13] addNotify_Value = addNotify_Method.invoke(subComponent_009) ''' subComponent_009.isValidateRoot() ''' isValidateRoot_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[14] isValidateRoot_Value = isValidateRoot_Method.invoke(subComponent_009) ''' subComponent_009.paint() ''' paint_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[21] paint_Value = paint_Method.invoke(subComponent_009) ''' subComponent_009.firePropertyChange() ''' firePropertyChange_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[24] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_009) ''' subComponent_009.firePropertyChange() ''' firePropertyChange_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[25] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_009) ''' subComponent_009.firePropertyChange() ''' firePropertyChange_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[26] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_009) ''' subComponent_009.requestFocus() ''' requestFocus_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[27] requestFocus_Value = requestFocus_Method.invoke(subComponent_009) ''' subComponent_009.requestFocus() ''' requestFocus_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[28] requestFocus_Value = requestFocus_Method.invoke(subComponent_009) ''' subComponent_009.enable() ''' enable_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[34] enable_Value = enable_Method.invoke(subComponent_009) ''' subComponent_009.disable() ''' disable_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[35] disable_Value = disable_Method.invoke(subComponent_009) ''' subComponent_009.isDoubleBuffered() ''' isDoubleBuffered_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[36] isDoubleBuffered_Value = isDoubleBuffered_Method.invoke(subComponent_009) ''' subComponent_009.hide() ''' hide_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[37] hide_Value = hide_Method.invoke(subComponent_009) ''' subComponent_009.reshape() ''' reshape_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[40] reshape_Value = reshape_Method.invoke(subComponent_009) ''' subComponent_009.printAll() ''' printAll_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[48] printAll_Value = printAll_Method.invoke(subComponent_009) ''' subComponent_009.processKeyEvent() ''' processKeyEvent_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[49] processKeyEvent_Value = processKeyEvent_Method.invoke(subComponent_009) ''' subComponent_009.processMouseEvent() ''' processMouseEvent_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[50] processMouseEvent_Value = processMouseEvent_Method.invoke(subComponent_009) ''' subComponent_009.processMouseMotionEvent() ''' processMouseMotionEvent_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[51] processMouseMotionEvent_Value = processMouseMotionEvent_Method.invoke(subComponent_009) ''' subComponent_009.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[52] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_009) ''' subComponent_009.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[53] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_009) ''' subComponent_009.compWriteObjectNotify() ''' compWriteObjectNotify_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[54] compWriteObjectNotify_Value = compWriteObjectNotify_Method.invoke(subComponent_009) ''' subComponent_009.updateUI() ''' updateUI_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[57] updateUI_Value = updateUI_Method.invoke(subComponent_009) ''' subComponent_009.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[63] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_009) ''' subComponent_009.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[64] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_009) ''' subComponent_009.isComponentObtainingGraphicsFrom() ''' isComponentObtainingGraphicsFrom_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[66] isComponentObtainingGraphicsFrom_Value = isComponentObtainingGraphicsFrom_Method.invoke(subComponent_009) ''' subComponent_009.fetchRectangle() ''' fetchRectangle_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[69] fetchRectangle_Value = fetchRectangle_Method.invoke(subComponent_009) ''' subComponent_009.recycleRectangle() ''' recycleRectangle_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[70] recycleRectangle_Value = recycleRectangle_Method.invoke(subComponent_009) ''' subComponent_009.isManagingFocus() ''' isManagingFocus_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[77] isManagingFocus_Value = isManagingFocus_Method.invoke(subComponent_009) ''' subComponent_009.uninstallUIAndProperties() ''' uninstallUIAndProperties_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[79] uninstallUIAndProperties_Value = uninstallUIAndProperties_Method.invoke(subComponent_009) ''' subComponent_009.putClientProperty() ''' putClientProperty_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[80] putClientProperty_Value = putClientProperty_Method.invoke(subComponent_009) ''' subComponent_009.shouldDebugGraphics() ''' shouldDebugGraphics_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[82] shouldDebugGraphics_Value = shouldDebugGraphics_Method.invoke(subComponent_009) ''' subComponent_009.paintComponent() ''' paintComponent_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[83] paintComponent_Value = paintComponent_Method.invoke(subComponent_009) ''' subComponent_009.paintChildren() ''' paintChildren_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[84] paintChildren_Value = paintChildren_Method.invoke(subComponent_009) ''' subComponent_009.isOptimizedDrawingEnabled() ''' isOptimizedDrawingEnabled_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[85] isOptimizedDrawingEnabled_Value = isOptimizedDrawingEnabled_Method.invoke(subComponent_009) ''' subComponent_009.checkIfChildObscuredBySibling() ''' checkIfChildObscuredBySibling_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[86] checkIfChildObscuredBySibling_Value = checkIfChildObscuredBySibling_Method.invoke(subComponent_009) ''' subComponent_009.isLightweightComponent() ''' isLightweightComponent_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[87] isLightweightComponent_Value = isLightweightComponent_Method.invoke(subComponent_009) ''' subComponent_009.paintBorder() ''' paintBorder_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[89] paintBorder_Value = paintBorder_Method.invoke(subComponent_009) ''' subComponent_009.adjustPaintFlags() ''' adjustPaintFlags_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[91] adjustPaintFlags_Value = adjustPaintFlags_Method.invoke(subComponent_009) ''' subComponent_009.isPainting() ''' isPainting_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[92] isPainting_Value = isPainting_Method.invoke(subComponent_009) ''' subComponent_009.rectangleIsObscured() ''' rectangleIsObscured_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[93] rectangleIsObscured_Value = rectangleIsObscured_Method.invoke(subComponent_009) ''' subComponent_009.printComponent() ''' printComponent_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[94] printComponent_Value = printComponent_Method.invoke(subComponent_009) ''' subComponent_009.printBorder() ''' printBorder_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[95] printBorder_Value = printBorder_Method.invoke(subComponent_009) ''' subComponent_009.printChildren() ''' printChildren_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[96] printChildren_Value = printChildren_Method.invoke(subComponent_009) ''' subComponent_009.paintForceDoubleBuffered() ''' paintForceDoubleBuffered_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[97] paintForceDoubleBuffered_Value = paintForceDoubleBuffered_Method.invoke(subComponent_009) ''' subComponent_009.isPaintingTile() ''' isPaintingTile_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[98] isPaintingTile_Value = isPaintingTile_Method.invoke(subComponent_009) ''' subComponent_009.isPaintingForPrint() ''' isPaintingForPrint_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[99] isPaintingForPrint_Value = isPaintingForPrint_Method.invoke(subComponent_009) ''' subComponent_009.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[100] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_009) ''' subComponent_009.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[101] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_009) ''' subComponent_009.deregisterNextFocusableComponent() ''' deregisterNextFocusableComponent_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[104] deregisterNextFocusableComponent_Value = deregisterNextFocusableComponent_Method.invoke(subComponent_009) ''' subComponent_009.isRequestFocusEnabled() ''' isRequestFocusEnabled_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[107] isRequestFocusEnabled_Value = isRequestFocusEnabled_Method.invoke(subComponent_009) ''' subComponent_009.grabFocus() ''' grabFocus_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[108] grabFocus_Value = grabFocus_Method.invoke(subComponent_009) ''' subComponent_009.validateAlignment() ''' validateAlignment_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[113] validateAlignment_Value = validateAlignment_Method.invoke(subComponent_009) ''' subComponent_009.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[119] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_009) ''' subComponent_009.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[120] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_009) ''' subComponent_009.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[126] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_009) ''' subComponent_009.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[127] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_009) ''' subComponent_009.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[128] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_009) ''' subComponent_009.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[129] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_009) ''' subComponent_009.componentInputMapChanged() ''' componentInputMapChanged_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[130] componentInputMapChanged_Value = componentInputMapChanged_Method.invoke(subComponent_009) ''' subComponent_009.unregisterKeyboardAction() ''' unregisterKeyboardAction_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[131] unregisterKeyboardAction_Value = unregisterKeyboardAction_Method.invoke(subComponent_009) ''' subComponent_009.requestDefaultFocus() ''' requestDefaultFocus_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[138] requestDefaultFocus_Value = requestDefaultFocus_Method.invoke(subComponent_009) ''' subComponent_009.processComponentKeyEvent() ''' processComponentKeyEvent_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[140] processComponentKeyEvent_Value = processComponentKeyEvent_Method.invoke(subComponent_009) ''' subComponent_009.processKeyBindings() ''' processKeyBindings_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[141] processKeyBindings_Value = processKeyBindings_Method.invoke(subComponent_009) ''' subComponent_009.processKeyBinding() ''' processKeyBinding_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[142] processKeyBinding_Value = processKeyBinding_Method.invoke(subComponent_009) ''' subComponent_009.processKeyBindingsForAllComponents() ''' processKeyBindingsForAllComponents_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[143] processKeyBindingsForAllComponents_Value = processKeyBindingsForAllComponents_Method.invoke(subComponent_009) ''' subComponent_009.createToolTip() ''' createToolTip_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[149] createToolTip_Value = createToolTip_Method.invoke(subComponent_009) ''' subComponent_009.scrollRectToVisible() ''' scrollRectToVisible_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[150] scrollRectToVisible_Value = scrollRectToVisible_Method.invoke(subComponent_009) ''' subComponent_009.dropLocationForPoint() ''' dropLocationForPoint_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[155] dropLocationForPoint_Value = dropLocationForPoint_Method.invoke(subComponent_009) ''' subComponent_009.dndDone() ''' dndDone_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[157] dndDone_Value = dndDone_Method.invoke(subComponent_009) ''' subComponent_009.superProcessMouseMotionEvent() ''' superProcessMouseMotionEvent_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[158] superProcessMouseMotionEvent_Value = superProcessMouseMotionEvent_Method.invoke(subComponent_009) ''' subComponent_009.clientPropertyChanged() ''' clientPropertyChanged_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[162] clientPropertyChanged_Value = clientPropertyChanged_Method.invoke(subComponent_009) ''' subComponent_009.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[163] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_009) ''' subComponent_009.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[164] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_009) ''' subComponent_009.fireVetoableChange() ''' fireVetoableChange_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[166] fireVetoableChange_Value = fireVetoableChange_Method.invoke(subComponent_009) ''' subComponent_009.addVetoableChangeListener() ''' addVetoableChangeListener_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[167] addVetoableChangeListener_Value = addVetoableChangeListener_Method.invoke(subComponent_009) ''' subComponent_009.removeVetoableChangeListener() ''' removeVetoableChangeListener_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[168] removeVetoableChangeListener_Value = removeVetoableChangeListener_Method.invoke(subComponent_009) ''' subComponent_009.addAncestorListener() ''' addAncestorListener_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[172] addAncestorListener_Value = addAncestorListener_Method.invoke(subComponent_009) ''' subComponent_009.removeAncestorListener() ''' removeAncestorListener_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[173] removeAncestorListener_Value = removeAncestorListener_Method.invoke(subComponent_009) ''' #subComponent_009.lambda$revalidate$0() ''' lambdarevalidate0_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[175] lambdarevalidate0_Value = lambdarevalidate0_Method.invoke(#subComponent_009) ''' subComponent_009.isPaintingOrigin() ''' isPaintingOrigin_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[176] isPaintingOrigin_Value = isPaintingOrigin_Method.invoke(subComponent_009) ''' subComponent_009.paintImmediately() ''' paintImmediately_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[177] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_009) ''' subComponent_009.paintImmediately() ''' paintImmediately_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[178] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_009) ''' subComponent_009._paintImmediately() ''' _paintImmediately_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[179] _paintImmediately_Value = _paintImmediately_Method.invoke(subComponent_009) ''' subComponent_009.alwaysOnTop() ''' alwaysOnTop_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[180] alwaysOnTop_Value = alwaysOnTop_Method.invoke(subComponent_009) ''' subComponent_009.paintToOffscreen() ''' paintToOffscreen_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[182] paintToOffscreen_Value = paintToOffscreen_Method.invoke(subComponent_009) ''' #subComponent_009.access$000() ''' access000_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[183] access000_Value = access000_Method.invoke(#subComponent_009) ''' #subComponent_009.access$100() ''' access100_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[184] access100_Value = access100_Method.invoke(#subComponent_009) ''' #subComponent_009.access$200() ''' access200_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[185] access200_Value = access200_Method.invoke(#subComponent_009) ''' #subComponent_009.access$300() ''' access300_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[186] access300_Value = access300_Method.invoke(#subComponent_009) ''' subComponent_009.repaint() ''' repaint_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[189] repaint_Value = repaint_Method.invoke(subComponent_009) ''' subComponent_009.repaint() ''' repaint_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[190] repaint_Value = repaint_Method.invoke(subComponent_009) ''' subComponent_009.revalidate() ''' revalidate_Method = subComponent_009.getClass().getSuperclass().getDeclaredMethods()[191] revalidate_Value = revalidate_Method.invoke(subComponent_009) ''' endFunction = True #========================================================== #========================================================== subComponent_010 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(1).getComponent(3).getComponent(0) def subComponent_010(): # def subComponent_010_Declared_Fields(): #*****************Declared Fields***************** #NOTE: The following fields can only be accessed through reflection #subComponent_010.getClass().getDeclaredFields()[0] startTime_Field = subComponent_010.getClass().getDeclaredField('startTime') startTime_Field.setAccessible(True) startTime_Value = startTime_Field.get(subComponent_010) #startTime_Value = 1671525180000 #subComponent_010.getClass().getDeclaredFields()[1] endTime_Field = subComponent_010.getClass().getDeclaredField('endTime') endTime_Field.setAccessible(True) endTime_Value = endTime_Field.get(subComponent_010) #endTime_Value = 1671525839999 #subComponent_010.getClass().getDeclaredFields()[2] mainBox_Field = subComponent_010.getClass().getDeclaredField('mainBox') mainBox_Field.setAccessible(True) mainBox_Value = mainBox_Field.get(subComponent_010) #mainBox_Value = java.awt.Color[r=64,g=64,b=64] #subComponent_010.getClass().getDeclaredFields()[3] boxHighlight_Field = subComponent_010.getClass().getDeclaredField('boxHighlight') boxHighlight_Field.setAccessible(True) boxHighlight_Value = boxHighlight_Field.get(subComponent_010) #boxHighlight_Value = java.awt.Color[r=192,g=192,b=192] #subComponent_010.getClass().getDeclaredFields()[4] boxFill_Field = subComponent_010.getClass().getDeclaredField('boxFill') boxFill_Field.setAccessible(True) boxFill_Value = boxFill_Field.get(subComponent_010) #boxFill_Value = java.awt.Color[r=71,g=169,b=230] #subComponent_010.getClass().getDeclaredFields()[5] selectionHighlight_Field = subComponent_010.getClass().getDeclaredField('selectionHighlight') selectionHighlight_Field.setAccessible(True) selectionHighlight_Value = selectionHighlight_Field.get(subComponent_010) #selectionHighlight_Value = None #subComponent_010.getClass().getDeclaredFields()[6] tooltipFormat_Field = subComponent_010.getClass().getDeclaredField('tooltipFormat') tooltipFormat_Field.setAccessible(True) tooltipFormat_Value = tooltipFormat_Field.get(subComponent_010) #tooltipFormat_Value = java.text.SimpleDateFormat@f95cf381 #subComponent_010.getClass().getDeclaredFields()[7] dragTimer_Field = subComponent_010.getClass().getDeclaredField('dragTimer') dragTimer_Field.setAccessible(True) dragTimer_Value = dragTimer_Field.get(subComponent_010) #dragTimer_Value = javax.swing.Timer@7fd993f9 #subComponent_010.getClass().getDeclaredFields()[8] dragShiftAmount_Field = subComponent_010.getClass().getDeclaredField('dragShiftAmount') dragShiftAmount_Field.setAccessible(True) dragShiftAmount_Value = dragShiftAmount_Field.get(subComponent_010) #dragShiftAmount_Value = 0 #subComponent_010.getClass().getDeclaredFields()[9] cursors_Field = subComponent_010.getClass().getDeclaredField('cursors') cursors_Field.setAccessible(True) cursors_Value = cursors_Field.get(subComponent_010) #cursors_Value = array(java.awt.Cursor, [java.awt.Cursor[Hand Cursor], java.a[...] #subComponent_010.getClass().getDeclaredFields()[10] dragMode_Field = subComponent_010.getClass().getDeclaredField('dragMode') dragMode_Field.setAccessible(True) dragMode_Value = dragMode_Field.get(subComponent_010) #dragMode_Value = -1 #subComponent_010.getClass().getDeclaredFields()[11] dragStart_Field = subComponent_010.getClass().getDeclaredField('dragStart') dragStart_Field.setAccessible(True) dragStart_Value = dragStart_Field.get(subComponent_010) #dragStart_Value = 0 #subComponent_010.getClass().getDeclaredFields()[12] dragEnd_Field = subComponent_010.getClass().getDeclaredField('dragEnd') dragEnd_Field.setAccessible(True) dragEnd_Value = dragEnd_Field.get(subComponent_010) #dragEnd_Value = 0 #subComponent_010.getClass().getDeclaredFields()[13] dragOffset_Field = subComponent_010.getClass().getDeclaredField('dragOffset') dragOffset_Field.setAccessible(True) dragOffset_Value = dragOffset_Field.get(subComponent_010) #dragOffset_Value = 0 #subComponent_010.getClass().getDeclaredFields()[14] this0_Field = subComponent_010.getClass().getDeclaredField('this$0') this0_Field.setAccessible(True) this0_Value = this0_Field.get(subComponent_010) #this0_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #**************Declared Super Fields************** subComponent_010.alignmentX #subComponent_010.alignmentX = 0.0 subComponent_010.alignmentY #subComponent_010.alignmentY = 0.0 subComponent_010.autoscrolls #subComponent_010.autoscrolls = False subComponent_010.border #subComponent_010.border = None subComponent_010.inputVerifier #subComponent_010.inputVerifier = None subComponent_010.verifyInputWhenFocusTarget #subComponent_010.verifyInputWhenFocusTarget = True subComponent_010.WHEN_FOCUSED #subComponent_010.WHEN_FOCUSED = 0 subComponent_010.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT #subComponent_010.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT = 1 subComponent_010.WHEN_IN_FOCUSED_WINDOW #subComponent_010.WHEN_IN_FOCUSED_WINDOW = 2 subComponent_010.UNDEFINED_CONDITION #subComponent_010.UNDEFINED_CONDITION = -1 subComponent_010.TOOL_TIP_TEXT_KEY #subComponent_010.TOOL_TIP_TEXT_KEY = ToolTipText subComponent_010.actionMap #subComponent_010.actionMap = javax.swing.ActionMap@3721c654 #NOTE: The following fields can only be accessed through reflection #subComponent_010.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_010) #uiClassID_Value = ComponentUI #subComponent_010.getClass().getSuperclass().getDeclaredFields()[1] readObjectCallbacks_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('readObjectCallbacks') readObjectCallbacks_Field.setAccessible(True) readObjectCallbacks_Value = readObjectCallbacks_Field.get(subComponent_010) #readObjectCallbacks_Value = {} #subComponent_010.getClass().getSuperclass().getDeclaredFields()[2] managingFocusForwardTraversalKeys_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('managingFocusForwardTraversalKeys') managingFocusForwardTraversalKeys_Field.setAccessible(True) managingFocusForwardTraversalKeys_Value = managingFocusForwardTraversalKeys_Field.get(subComponent_010) #managingFocusForwardTraversalKeys_Value = [ctrl pressed TAB] #subComponent_010.getClass().getSuperclass().getDeclaredFields()[3] managingFocusBackwardTraversalKeys_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('managingFocusBackwardTraversalKeys') managingFocusBackwardTraversalKeys_Field.setAccessible(True) managingFocusBackwardTraversalKeys_Value = managingFocusBackwardTraversalKeys_Field.get(subComponent_010) #managingFocusBackwardTraversalKeys_Value = [shift ctrl pressed TAB] #subComponent_010.getClass().getSuperclass().getDeclaredFields()[4] NOT_OBSCURED_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('NOT_OBSCURED') NOT_OBSCURED_Field.setAccessible(True) NOT_OBSCURED_Value = NOT_OBSCURED_Field.get(subComponent_010) #NOT_OBSCURED_Value = 0 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[5] PARTIALLY_OBSCURED_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('PARTIALLY_OBSCURED') PARTIALLY_OBSCURED_Field.setAccessible(True) PARTIALLY_OBSCURED_Value = PARTIALLY_OBSCURED_Field.get(subComponent_010) #PARTIALLY_OBSCURED_Value = 1 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[6] COMPLETELY_OBSCURED_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('COMPLETELY_OBSCURED') COMPLETELY_OBSCURED_Field.setAccessible(True) COMPLETELY_OBSCURED_Value = COMPLETELY_OBSCURED_Field.get(subComponent_010) #COMPLETELY_OBSCURED_Value = 2 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[7] DEBUG_GRAPHICS_LOADED_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('DEBUG_GRAPHICS_LOADED') DEBUG_GRAPHICS_LOADED_Field.setAccessible(True) DEBUG_GRAPHICS_LOADED_Value = DEBUG_GRAPHICS_LOADED_Field.get(subComponent_010) #DEBUG_GRAPHICS_LOADED_Value = True #subComponent_010.getClass().getSuperclass().getDeclaredFields()[8] INPUT_VERIFIER_SOURCE_KEY_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('INPUT_VERIFIER_SOURCE_KEY') INPUT_VERIFIER_SOURCE_KEY_Field.setAccessible(True) INPUT_VERIFIER_SOURCE_KEY_Value = INPUT_VERIFIER_SOURCE_KEY_Field.get(subComponent_010) #INPUT_VERIFIER_SOURCE_KEY_Value = InputVerifierSourceKey #subComponent_010.getClass().getSuperclass().getDeclaredFields()[9] isAlignmentXSet_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('isAlignmentXSet') isAlignmentXSet_Field.setAccessible(True) isAlignmentXSet_Value = isAlignmentXSet_Field.get(subComponent_010) #isAlignmentXSet_Value = False #subComponent_010.getClass().getSuperclass().getDeclaredFields()[11] isAlignmentYSet_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('isAlignmentYSet') isAlignmentYSet_Field.setAccessible(True) isAlignmentYSet_Value = isAlignmentYSet_Field.get(subComponent_010) #isAlignmentYSet_Value = False #subComponent_010.getClass().getSuperclass().getDeclaredFields()[13] ui_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('ui') ui_Field.setAccessible(True) ui_Value = ui_Field.get(subComponent_010) #ui_Value = None #subComponent_010.getClass().getSuperclass().getDeclaredFields()[14] listenerList_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('listenerList') listenerList_Field.setAccessible(True) listenerList_Value = listenerList_Field.get(subComponent_010) #listenerList_Value = EventListenerList: 0 listeners: #subComponent_010.getClass().getSuperclass().getDeclaredFields()[15] clientProperties_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('clientProperties') clientProperties_Field.setAccessible(True) clientProperties_Value = clientProperties_Field.get(subComponent_010) #clientProperties_Value = None #subComponent_010.getClass().getSuperclass().getDeclaredFields()[16] vetoableChangeSupport_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('vetoableChangeSupport') vetoableChangeSupport_Field.setAccessible(True) vetoableChangeSupport_Value = vetoableChangeSupport_Field.get(subComponent_010) #vetoableChangeSupport_Value = None #subComponent_010.getClass().getSuperclass().getDeclaredFields()[19] flags_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('flags') flags_Field.setAccessible(True) flags_Value = flags_Field.get(subComponent_010) #flags_Value = 288 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[22] paintingChild_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('paintingChild') paintingChild_Field.setAccessible(True) paintingChild_Value = paintingChild_Field.get(subComponent_010) #paintingChild_Value = None #subComponent_010.getClass().getSuperclass().getDeclaredFields()[27] KEYBOARD_BINDINGS_KEY_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('KEYBOARD_BINDINGS_KEY') KEYBOARD_BINDINGS_KEY_Field.setAccessible(True) KEYBOARD_BINDINGS_KEY_Value = KEYBOARD_BINDINGS_KEY_Field.get(subComponent_010) #KEYBOARD_BINDINGS_KEY_Value = _KeyboardBindings #subComponent_010.getClass().getSuperclass().getDeclaredFields()[28] WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('WHEN_IN_FOCUSED_WINDOW_BINDINGS') WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.setAccessible(True) WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.get(subComponent_010) #WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = _WhenInFocusedWindow #subComponent_010.getClass().getSuperclass().getDeclaredFields()[30] NEXT_FOCUS_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('NEXT_FOCUS') NEXT_FOCUS_Field.setAccessible(True) NEXT_FOCUS_Value = NEXT_FOCUS_Field.get(subComponent_010) #NEXT_FOCUS_Value = nextFocus #subComponent_010.getClass().getSuperclass().getDeclaredFields()[31] popupMenu_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('popupMenu') popupMenu_Field.setAccessible(True) popupMenu_Value = popupMenu_Field.get(subComponent_010) #popupMenu_Value = None #subComponent_010.getClass().getSuperclass().getDeclaredFields()[32] IS_DOUBLE_BUFFERED_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('IS_DOUBLE_BUFFERED') IS_DOUBLE_BUFFERED_Field.setAccessible(True) IS_DOUBLE_BUFFERED_Value = IS_DOUBLE_BUFFERED_Field.get(subComponent_010) #IS_DOUBLE_BUFFERED_Value = 0 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[33] ANCESTOR_USING_BUFFER_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('ANCESTOR_USING_BUFFER') ANCESTOR_USING_BUFFER_Field.setAccessible(True) ANCESTOR_USING_BUFFER_Value = ANCESTOR_USING_BUFFER_Field.get(subComponent_010) #ANCESTOR_USING_BUFFER_Value = 1 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[34] IS_PAINTING_TILE_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('IS_PAINTING_TILE') IS_PAINTING_TILE_Field.setAccessible(True) IS_PAINTING_TILE_Value = IS_PAINTING_TILE_Field.get(subComponent_010) #IS_PAINTING_TILE_Value = 2 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[35] IS_OPAQUE_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('IS_OPAQUE') IS_OPAQUE_Field.setAccessible(True) IS_OPAQUE_Value = IS_OPAQUE_Field.get(subComponent_010) #IS_OPAQUE_Value = 3 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[36] KEY_EVENTS_ENABLED_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('KEY_EVENTS_ENABLED') KEY_EVENTS_ENABLED_Field.setAccessible(True) KEY_EVENTS_ENABLED_Value = KEY_EVENTS_ENABLED_Field.get(subComponent_010) #KEY_EVENTS_ENABLED_Value = 4 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[37] FOCUS_INPUTMAP_CREATED_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('FOCUS_INPUTMAP_CREATED') FOCUS_INPUTMAP_CREATED_Field.setAccessible(True) FOCUS_INPUTMAP_CREATED_Value = FOCUS_INPUTMAP_CREATED_Field.get(subComponent_010) #FOCUS_INPUTMAP_CREATED_Value = 5 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[38] ANCESTOR_INPUTMAP_CREATED_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('ANCESTOR_INPUTMAP_CREATED') ANCESTOR_INPUTMAP_CREATED_Field.setAccessible(True) ANCESTOR_INPUTMAP_CREATED_Value = ANCESTOR_INPUTMAP_CREATED_Field.get(subComponent_010) #ANCESTOR_INPUTMAP_CREATED_Value = 6 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[39] WIF_INPUTMAP_CREATED_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('WIF_INPUTMAP_CREATED') WIF_INPUTMAP_CREATED_Field.setAccessible(True) WIF_INPUTMAP_CREATED_Value = WIF_INPUTMAP_CREATED_Field.get(subComponent_010) #WIF_INPUTMAP_CREATED_Value = 7 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[40] ACTIONMAP_CREATED_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('ACTIONMAP_CREATED') ACTIONMAP_CREATED_Field.setAccessible(True) ACTIONMAP_CREATED_Value = ACTIONMAP_CREATED_Field.get(subComponent_010) #ACTIONMAP_CREATED_Value = 8 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[41] CREATED_DOUBLE_BUFFER_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('CREATED_DOUBLE_BUFFER') CREATED_DOUBLE_BUFFER_Field.setAccessible(True) CREATED_DOUBLE_BUFFER_Value = CREATED_DOUBLE_BUFFER_Field.get(subComponent_010) #CREATED_DOUBLE_BUFFER_Value = 9 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[42] IS_PRINTING_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('IS_PRINTING') IS_PRINTING_Field.setAccessible(True) IS_PRINTING_Value = IS_PRINTING_Field.get(subComponent_010) #IS_PRINTING_Value = 11 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[43] IS_PRINTING_ALL_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('IS_PRINTING_ALL') IS_PRINTING_ALL_Field.setAccessible(True) IS_PRINTING_ALL_Value = IS_PRINTING_ALL_Field.get(subComponent_010) #IS_PRINTING_ALL_Value = 12 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[44] IS_REPAINTING_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('IS_REPAINTING') IS_REPAINTING_Field.setAccessible(True) IS_REPAINTING_Value = IS_REPAINTING_Field.get(subComponent_010) #IS_REPAINTING_Value = 13 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[45] WRITE_OBJ_COUNTER_FIRST_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_FIRST') WRITE_OBJ_COUNTER_FIRST_Field.setAccessible(True) WRITE_OBJ_COUNTER_FIRST_Value = WRITE_OBJ_COUNTER_FIRST_Field.get(subComponent_010) #WRITE_OBJ_COUNTER_FIRST_Value = 14 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[46] RESERVED_1_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('RESERVED_1') RESERVED_1_Field.setAccessible(True) RESERVED_1_Value = RESERVED_1_Field.get(subComponent_010) #RESERVED_1_Value = 15 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[47] RESERVED_2_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('RESERVED_2') RESERVED_2_Field.setAccessible(True) RESERVED_2_Value = RESERVED_2_Field.get(subComponent_010) #RESERVED_2_Value = 16 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[48] RESERVED_3_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('RESERVED_3') RESERVED_3_Field.setAccessible(True) RESERVED_3_Value = RESERVED_3_Field.get(subComponent_010) #RESERVED_3_Value = 17 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[49] RESERVED_4_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('RESERVED_4') RESERVED_4_Field.setAccessible(True) RESERVED_4_Value = RESERVED_4_Field.get(subComponent_010) #RESERVED_4_Value = 18 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[50] RESERVED_5_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('RESERVED_5') RESERVED_5_Field.setAccessible(True) RESERVED_5_Value = RESERVED_5_Field.get(subComponent_010) #RESERVED_5_Value = 19 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[51] RESERVED_6_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('RESERVED_6') RESERVED_6_Field.setAccessible(True) RESERVED_6_Value = RESERVED_6_Field.get(subComponent_010) #RESERVED_6_Value = 20 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[52] WRITE_OBJ_COUNTER_LAST_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_LAST') WRITE_OBJ_COUNTER_LAST_Field.setAccessible(True) WRITE_OBJ_COUNTER_LAST_Value = WRITE_OBJ_COUNTER_LAST_Field.get(subComponent_010) #WRITE_OBJ_COUNTER_LAST_Value = 21 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[53] REQUEST_FOCUS_DISABLED_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('REQUEST_FOCUS_DISABLED') REQUEST_FOCUS_DISABLED_Field.setAccessible(True) REQUEST_FOCUS_DISABLED_Value = REQUEST_FOCUS_DISABLED_Field.get(subComponent_010) #REQUEST_FOCUS_DISABLED_Value = 22 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[54] INHERITS_POPUP_MENU_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('INHERITS_POPUP_MENU') INHERITS_POPUP_MENU_Field.setAccessible(True) INHERITS_POPUP_MENU_Value = INHERITS_POPUP_MENU_Field.get(subComponent_010) #INHERITS_POPUP_MENU_Value = 23 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[55] OPAQUE_SET_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('OPAQUE_SET') OPAQUE_SET_Field.setAccessible(True) OPAQUE_SET_Value = OPAQUE_SET_Field.get(subComponent_010) #OPAQUE_SET_Value = 24 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[56] AUTOSCROLLS_SET_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('AUTOSCROLLS_SET') AUTOSCROLLS_SET_Field.setAccessible(True) AUTOSCROLLS_SET_Value = AUTOSCROLLS_SET_Field.get(subComponent_010) #AUTOSCROLLS_SET_Value = 25 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[57] FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_FORWARD_SET') FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.get(subComponent_010) #FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = 26 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[58] FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_BACKWARD_SET') FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.get(subComponent_010) #FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = 27 #subComponent_010.getClass().getSuperclass().getDeclaredFields()[59] revalidateRunnableScheduled_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('revalidateRunnableScheduled') revalidateRunnableScheduled_Field.setAccessible(True) revalidateRunnableScheduled_Value = revalidateRunnableScheduled_Field.get(subComponent_010) #revalidateRunnableScheduled_Value = false #subComponent_010.getClass().getSuperclass().getDeclaredFields()[60] tempRectangles_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('tempRectangles') tempRectangles_Field.setAccessible(True) tempRectangles_Value = tempRectangles_Field.get(subComponent_010) #tempRectangles_Value = [java.awt.Rectangle[x=0,y=0,width=425,height=525], java.awt.[...] #subComponent_010.getClass().getSuperclass().getDeclaredFields()[61] focusInputMap_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('focusInputMap') focusInputMap_Field.setAccessible(True) focusInputMap_Value = focusInputMap_Field.get(subComponent_010) #focusInputMap_Value = javax.swing.InputMap@7ef066bf #subComponent_010.getClass().getSuperclass().getDeclaredFields()[62] ancestorInputMap_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('ancestorInputMap') ancestorInputMap_Field.setAccessible(True) ancestorInputMap_Value = ancestorInputMap_Field.get(subComponent_010) #ancestorInputMap_Value = None #subComponent_010.getClass().getSuperclass().getDeclaredFields()[63] windowInputMap_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('windowInputMap') windowInputMap_Field.setAccessible(True) windowInputMap_Value = windowInputMap_Field.get(subComponent_010) #windowInputMap_Value = None #subComponent_010.getClass().getSuperclass().getDeclaredFields()[65] defaultLocale_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('defaultLocale') defaultLocale_Field.setAccessible(True) defaultLocale_Value = defaultLocale_Field.get(subComponent_010) #defaultLocale_Value = JComponent.defaultLocale #subComponent_010.getClass().getSuperclass().getDeclaredFields()[66] componentObtainingGraphicsFrom_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFrom') componentObtainingGraphicsFrom_Field.setAccessible(True) componentObtainingGraphicsFrom_Value = componentObtainingGraphicsFrom_Field.get(subComponent_010) #componentObtainingGraphicsFrom_Value = None #subComponent_010.getClass().getSuperclass().getDeclaredFields()[67] componentObtainingGraphicsFromLock_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFromLock') componentObtainingGraphicsFromLock_Field.setAccessible(True) componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFromLock_Field.get(subComponent_010) #componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFrom #subComponent_010.getClass().getSuperclass().getDeclaredFields()[68] aaHint_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('aaHint') aaHint_Field.setAccessible(True) aaHint_Value = aaHint_Field.get(subComponent_010) #aaHint_Value = None #subComponent_010.getClass().getSuperclass().getDeclaredFields()[69] lcdRenderingHint_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('lcdRenderingHint') lcdRenderingHint_Field.setAccessible(True) lcdRenderingHint_Value = lcdRenderingHint_Field.get(subComponent_010) #lcdRenderingHint_Value = None #subComponent_010.getClass().getSuperclass().getDeclaredFields()[70] focusController_Field = subComponent_010.getClass().getSuperclass().getDeclaredField('focusController') focusController_Field.setAccessible(True) focusController_Value = focusController_Field.get(subComponent_010) #focusController_Value = javax.swing.JComponent$2@565d4f8a endFunction = True def subComponent_010_Declared_Methods(): #**************Declared 'get' Methods************* #subComponent_010.getToolTipText() ''' getToolTipText_Method = subComponent_010.getClass().getDeclaredMethods()[11] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! #subComponent_010.getStartTime() ''' getStartTime_Method = subComponent_010.getClass().getDeclaredMethods()[14] getStartTime_Value = getStartTime_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! #subComponent_010.getDragMode() ''' getDragMode_Method = subComponent_010.getClass().getDeclaredMethods()[15] getDragMode_Value = getDragMode_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! #subComponent_010.getBoxFill() ''' getBoxFill_Method = subComponent_010.getClass().getDeclaredMethods()[17] getBoxFill_Value = getBoxFill_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! #subComponent_010.getSelectionHighlight() ''' getSelectionHighlight_Method = subComponent_010.getClass().getDeclaredMethods()[20] getSelectionHighlight_Value = getSelectionHighlight_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! #subComponent_010.getEndTime() ''' getEndTime_Method = subComponent_010.getClass().getDeclaredMethods()[22] getEndTime_Value = getEndTime_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! #***********Declared 'get' Super Methods********** #subComponent_010.getLocation() ''' getLocation_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[2] getLocation_Value = getLocation_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! #subComponent_010.getSize() ''' getSize_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[6] getSize_Value = getSize_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! subComponent_010.getInsets() ''' getInsets_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[10] getInsets_Value = getInsets_Method.invoke(subComponent_010) ''' #getInsets_Value = java.awt.Insets[top=0,left=0,bottom=0,right=0] #subComponent_010.getInsets() ''' getInsets_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[11] getInsets_Value = getInsets_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! subComponent_010.getPreferredSize() ''' getPreferredSize_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[16] getPreferredSize_Value = getPreferredSize_Method.invoke(subComponent_010) ''' #getPreferredSize_Value = java.awt.Dimension[width=1,height=1] subComponent_010.getMinimumSize() ''' getMinimumSize_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[17] getMinimumSize_Value = getMinimumSize_Method.invoke(subComponent_010) ''' #getMinimumSize_Value = java.awt.Dimension[width=1,height=1] subComponent_010.getMaximumSize() ''' getMaximumSize_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[18] getMaximumSize_Value = getMaximumSize_Method.invoke(subComponent_010) ''' #getMaximumSize_Value = java.awt.Dimension[width=32767,height=32767] subComponent_010.getAlignmentX() ''' getAlignmentX_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[19] getAlignmentX_Value = getAlignmentX_Method.invoke(subComponent_010) ''' #getAlignmentX_Value = 0.5 subComponent_010.getAlignmentY() ''' getAlignmentY_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[20] getAlignmentY_Value = getAlignmentY_Method.invoke(subComponent_010) ''' #getAlignmentY_Value = 0.5 #subComponent_010.getListeners() ''' getListeners_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[22] getListeners_Value = getListeners_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! subComponent_010.getX() ''' getX_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[29] getX_Value = getX_Method.invoke(subComponent_010) ''' #getX_Value = 217 subComponent_010.getY() ''' getY_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[30] getY_Value = getY_Method.invoke(subComponent_010) ''' #getY_Value = 0 subComponent_010.getWidth() ''' getWidth_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[31] getWidth_Value = getWidth_Method.invoke(subComponent_010) ''' #getWidth_Value = 23 subComponent_010.getHeight() ''' getHeight_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[32] getHeight_Value = getHeight_Method.invoke(subComponent_010) ''' #getHeight_Value = 21 #subComponent_010.getBaseline() ''' getBaseline_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[44] getBaseline_Value = getBaseline_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! subComponent_010.getBaselineResizeBehavior() ''' getBaselineResizeBehavior_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[45] getBaselineResizeBehavior_Value = getBaselineResizeBehavior_Method.invoke(subComponent_010) ''' #getBaselineResizeBehavior_Value = OTHER subComponent_010.getGraphics() ''' getGraphics_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[46] getGraphics_Value = getGraphics_Method.invoke(subComponent_010) ''' #getGraphics_Value = sun.java2d.SunGraphics2D[font=java.awt.Font[family=Dialog,na[...] #subComponent_010.getFontMetrics() ''' getFontMetrics_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[47] getFontMetrics_Value = getFontMetrics_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! subComponent_010.getUI() ''' getUI_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[58] getUI_Value = getUI_Method.invoke(subComponent_010) ''' #getUI_Value = None subComponent_010.getUIClassID() ''' getUIClassID_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[60] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_010) ''' #getUIClassID_Value = ComponentUI #subComponent_010.getWriteObjCounter() ''' getWriteObjCounter_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[61] getWriteObjCounter_Value = getWriteObjCounter_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! #subComponent_010.getGraphicsInvoked() ''' getGraphicsInvoked_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[65] getGraphicsInvoked_Value = getGraphicsInvoked_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! #subComponent_010.getManagingFocusForwardTraversalKeys() ''' getManagingFocusForwardTraversalKeys_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[67] getManagingFocusForwardTraversalKeys_Value = getManagingFocusForwardTraversalKeys_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! #subComponent_010.getManagingFocusBackwardTraversalKeys() ''' getManagingFocusBackwardTraversalKeys_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[68] getManagingFocusBackwardTraversalKeys_Value = getManagingFocusBackwardTraversalKeys_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! #subComponent_010.getFlag() ''' getFlag_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[72] getFlag_Value = getFlag_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! subComponent_010.getInheritsPopupMenu() ''' getInheritsPopupMenu_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[74] getInheritsPopupMenu_Value = getInheritsPopupMenu_Method.invoke(subComponent_010) ''' #getInheritsPopupMenu_Value = False subComponent_010.getComponentPopupMenu() ''' getComponentPopupMenu_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[76] getComponentPopupMenu_Value = getComponentPopupMenu_Method.invoke(subComponent_010) ''' #getComponentPopupMenu_Value = None subComponent_010.getDefaultLocale() ''' getDefaultLocale_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[78] getDefaultLocale_Value = getDefaultLocale_Method.invoke(subComponent_010) ''' #getDefaultLocale_Value = en #subComponent_010.getComponentGraphics() ''' getComponentGraphics_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[81] getComponentGraphics_Value = getComponentGraphics_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! #subComponent_010.getObscuredState() ''' getObscuredState_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[88] getObscuredState_Value = getObscuredState_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! subComponent_010.getBorder() ''' getBorder_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[90] getBorder_Value = getBorder_Method.invoke(subComponent_010) ''' #getBorder_Value = None subComponent_010.getNextFocusableComponent() ''' getNextFocusableComponent_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[102] getNextFocusableComponent_Value = getNextFocusableComponent_Method.invoke(subComponent_010) ''' #getNextFocusableComponent_Value = None #subComponent_010.getClientProperty() ''' getClientProperty_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[105] getClientProperty_Value = getClientProperty_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! #subComponent_010.setVerifyInputWhenFocusTarget() ''' setVerifyInputWhenFocusTarget_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[109] setVerifyInputWhenFocusTarget_Value = setVerifyInputWhenFocusTarget_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! subComponent_010.getVerifyInputWhenFocusTarget() ''' getVerifyInputWhenFocusTarget_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[110] getVerifyInputWhenFocusTarget_Value = getVerifyInputWhenFocusTarget_Method.invoke(subComponent_010) ''' #getVerifyInputWhenFocusTarget_Value = True subComponent_010.getInputVerifier() ''' getInputVerifier_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[116] getInputVerifier_Value = getInputVerifier_Method.invoke(subComponent_010) ''' #getInputVerifier_Value = None subComponent_010.getDebugGraphicsOptions() ''' getDebugGraphicsOptions_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[118] getDebugGraphicsOptions_Value = getDebugGraphicsOptions_Method.invoke(subComponent_010) ''' #getDebugGraphicsOptions_Value = 0 subComponent_010.getInputMap() ''' getInputMap_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[121] getInputMap_Value = getInputMap_Method.invoke(subComponent_010) ''' #getInputMap_Value = javax.swing.InputMap@7ef066bf #subComponent_010.getInputMap() ''' getInputMap_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[122] getInputMap_Value = getInputMap_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! #subComponent_010.getInputMap() ''' getInputMap_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[123] getInputMap_Value = getInputMap_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! subComponent_010.getActionMap() ''' getActionMap_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[124] getActionMap_Value = getActionMap_Method.invoke(subComponent_010) ''' #getActionMap_Value = javax.swing.ActionMap@3721c654 #subComponent_010.getActionMap() ''' getActionMap_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[125] getActionMap_Value = getActionMap_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! subComponent_010.getRegisteredKeyStrokes() ''' getRegisteredKeyStrokes_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[132] getRegisteredKeyStrokes_Value = getRegisteredKeyStrokes_Method.invoke(subComponent_010) ''' #getRegisteredKeyStrokes_Value = array(javax.swing.KeyStroke, [pressed ESCAPE, pressed LEFT, [...] #subComponent_010.getConditionForKeyStroke() ''' getConditionForKeyStroke_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[133] getConditionForKeyStroke_Value = getConditionForKeyStroke_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! #subComponent_010.getActionForKeyStroke() ''' getActionForKeyStroke_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[134] getActionForKeyStroke_Value = getActionForKeyStroke_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! #subComponent_010.getToolTipText() ''' getToolTipText_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[145] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! subComponent_010.getToolTipText() ''' getToolTipText_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[146] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_010) ''' #getToolTipText_Value = Dec 20, 2022, 2:33:00 AM - Dec 20, 2022, [...] #subComponent_010.getToolTipLocation() ''' getToolTipLocation_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[147] getToolTipLocation_Value = getToolTipLocation_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! #subComponent_010.getPopupLocation() ''' getPopupLocation_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[148] getPopupLocation_Value = getPopupLocation_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! subComponent_010.getAutoscrolls() ''' getAutoscrolls_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[152] getAutoscrolls_Value = getAutoscrolls_Method.invoke(subComponent_010) ''' #getAutoscrolls_Value = False subComponent_010.getTransferHandler() ''' getTransferHandler_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[154] getTransferHandler_Value = getTransferHandler_Method.invoke(subComponent_010) ''' #getTransferHandler_Value = None #subComponent_010.getCreatedDoubleBuffer() ''' getCreatedDoubleBuffer_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[160] getCreatedDoubleBuffer_Value = getCreatedDoubleBuffer_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! #subComponent_010.getClientProperties() ''' getClientProperties_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[161] getClientProperties_Value = getClientProperties_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! subComponent_010.getVisibleRect() ''' getVisibleRect_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[165] getVisibleRect_Value = getVisibleRect_Method.invoke(subComponent_010) ''' #getVisibleRect_Value = java.awt.Rectangle[x=0,y=0,width=23,height=21] subComponent_010.getVetoableChangeListeners() ''' getVetoableChangeListeners_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[169] getVetoableChangeListeners_Value = getVetoableChangeListeners_Method.invoke(subComponent_010) ''' #getVetoableChangeListeners_Value = array(java.beans.VetoableChangeListener) subComponent_010.getTopLevelAncestor() ''' getTopLevelAncestor_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[170] getTopLevelAncestor_Value = getTopLevelAncestor_Method.invoke(subComponent_010) ''' #getTopLevelAncestor_Value = com.inductiveautomation.ignition.designer.IgnitionDesigner[f[...] #subComponent_010.getAncestorNotifier() ''' getAncestorNotifier_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[171] getAncestorNotifier_Value = getAncestorNotifier_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! subComponent_010.getAncestorListeners() ''' getAncestorListeners_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[174] getAncestorListeners_Value = getAncestorListeners_Method.invoke(subComponent_010) ''' #getAncestorListeners_Value = array(javax.swing.event.AncestorListener) #subComponent_010.getBounds() ''' getBounds_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[188] getBounds_Value = getBounds_Method.invoke(subComponent_010) ''' #Threw Exception: No value could be obtained! subComponent_010.getRootPane() ''' getRootPane_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[192] getRootPane_Value = getRootPane_Method.invoke(subComponent_010) ''' #getRootPane_Value = javax.swing.JRootPane[,0,0,1295x960,invalid,layout=javax.swi[...] #**************Declared 'set' Methods************* subComponent_010.setEnabled() ''' setEnabled_Method = subComponent_010.getClass().getDeclaredMethods()[0] setEnabled_Value = setEnabled_Method.invoke(subComponent_010) ''' subComponent_010.setStartTime() ''' setStartTime_Method = subComponent_010.getClass().getDeclaredMethods()[13] setStartTime_Value = setStartTime_Method.invoke(subComponent_010) ''' subComponent_010.setBoxFill() ''' setBoxFill_Method = subComponent_010.getClass().getDeclaredMethods()[16] setBoxFill_Value = setBoxFill_Method.invoke(subComponent_010) ''' subComponent_010.setSelectionHighlight() ''' setSelectionHighlight_Method = subComponent_010.getClass().getDeclaredMethods()[19] setSelectionHighlight_Value = setSelectionHighlight_Method.invoke(subComponent_010) ''' subComponent_010.setEndTime() ''' setEndTime_Method = subComponent_010.getClass().getDeclaredMethods()[21] setEndTime_Value = setEndTime_Method.invoke(subComponent_010) ''' #***********Declared 'set' Super Methods********** subComponent_010.setOpaque() ''' setOpaque_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[7] setOpaque_Value = setOpaque_Method.invoke(subComponent_010) ''' subComponent_010.setFont() ''' setFont_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[15] setFont_Value = setFont_Method.invoke(subComponent_010) ''' subComponent_010.setFocusTraversalKeys() ''' setFocusTraversalKeys_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[23] setFocusTraversalKeys_Value = setFocusTraversalKeys_Method.invoke(subComponent_010) ''' subComponent_010.setEnabled() ''' setEnabled_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[33] setEnabled_Value = setEnabled_Method.invoke(subComponent_010) ''' subComponent_010.setForeground() ''' setForeground_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[38] setForeground_Value = setForeground_Method.invoke(subComponent_010) ''' subComponent_010.setBackground() ''' setBackground_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[39] setBackground_Value = setBackground_Method.invoke(subComponent_010) ''' subComponent_010.setPreferredSize() ''' setPreferredSize_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[41] setPreferredSize_Value = setPreferredSize_Method.invoke(subComponent_010) ''' subComponent_010.setMinimumSize() ''' setMinimumSize_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[42] setMinimumSize_Value = setMinimumSize_Method.invoke(subComponent_010) ''' subComponent_010.setMaximumSize() ''' setMaximumSize_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[43] setMaximumSize_Value = setMaximumSize_Method.invoke(subComponent_010) ''' subComponent_010.setDoubleBuffered() ''' setDoubleBuffered_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[55] setDoubleBuffered_Value = setDoubleBuffered_Method.invoke(subComponent_010) ''' subComponent_010.setUIProperty() ''' setUIProperty_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[56] setUIProperty_Value = setUIProperty_Method.invoke(subComponent_010) ''' subComponent_010.setUI() ''' setUI_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[59] setUI_Value = setUI_Method.invoke(subComponent_010) ''' subComponent_010.setWriteObjCounter() ''' setWriteObjCounter_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[62] setWriteObjCounter_Value = setWriteObjCounter_Method.invoke(subComponent_010) ''' subComponent_010.setInheritsPopupMenu() ''' setInheritsPopupMenu_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[71] setInheritsPopupMenu_Value = setInheritsPopupMenu_Method.invoke(subComponent_010) ''' subComponent_010.setFlag() ''' setFlag_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[73] setFlag_Value = setFlag_Method.invoke(subComponent_010) ''' subComponent_010.setComponentPopupMenu() ''' setComponentPopupMenu_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[75] setComponentPopupMenu_Value = setComponentPopupMenu_Method.invoke(subComponent_010) ''' subComponent_010.setNextFocusableComponent() ''' setNextFocusableComponent_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[103] setNextFocusableComponent_Value = setNextFocusableComponent_Method.invoke(subComponent_010) ''' subComponent_010.setRequestFocusEnabled() ''' setRequestFocusEnabled_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[106] setRequestFocusEnabled_Value = setRequestFocusEnabled_Method.invoke(subComponent_010) ''' subComponent_010.setBorder() ''' setBorder_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[111] setBorder_Value = setBorder_Method.invoke(subComponent_010) ''' subComponent_010.setAlignmentY() ''' setAlignmentY_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[112] setAlignmentY_Value = setAlignmentY_Method.invoke(subComponent_010) ''' subComponent_010.setAlignmentX() ''' setAlignmentX_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[114] setAlignmentX_Value = setAlignmentX_Method.invoke(subComponent_010) ''' subComponent_010.setInputVerifier() ''' setInputVerifier_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[115] setInputVerifier_Value = setInputVerifier_Method.invoke(subComponent_010) ''' subComponent_010.setDebugGraphicsOptions() ''' setDebugGraphicsOptions_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[117] setDebugGraphicsOptions_Value = setDebugGraphicsOptions_Method.invoke(subComponent_010) ''' subComponent_010.resetKeyboardActions() ''' resetKeyboardActions_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[135] resetKeyboardActions_Value = resetKeyboardActions_Method.invoke(subComponent_010) ''' subComponent_010.setInputMap() ''' setInputMap_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[136] setInputMap_Value = setInputMap_Method.invoke(subComponent_010) ''' subComponent_010.setActionMap() ''' setActionMap_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[137] setActionMap_Value = setActionMap_Method.invoke(subComponent_010) ''' subComponent_010.setDefaultLocale() ''' setDefaultLocale_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[139] setDefaultLocale_Value = setDefaultLocale_Method.invoke(subComponent_010) ''' subComponent_010.setToolTipText() ''' setToolTipText_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[144] setToolTipText_Value = setToolTipText_Method.invoke(subComponent_010) ''' subComponent_010.setAutoscrolls() ''' setAutoscrolls_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[151] setAutoscrolls_Value = setAutoscrolls_Method.invoke(subComponent_010) ''' subComponent_010.setTransferHandler() ''' setTransferHandler_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[153] setTransferHandler_Value = setTransferHandler_Method.invoke(subComponent_010) ''' subComponent_010.setDropLocation() ''' setDropLocation_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[156] setDropLocation_Value = setDropLocation_Method.invoke(subComponent_010) ''' subComponent_010.setCreatedDoubleBuffer() ''' setCreatedDoubleBuffer_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[159] setCreatedDoubleBuffer_Value = setCreatedDoubleBuffer_Method.invoke(subComponent_010) ''' subComponent_010.setPaintingChild() ''' setPaintingChild_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[181] setPaintingChild_Value = setPaintingChild_Method.invoke(subComponent_010) ''' subComponent_010.setVisible() ''' setVisible_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[187] setVisible_Value = setVisible_Method.invoke(subComponent_010) ''' #************All Other Declared Methods*********** subComponent_010.focusGained() ''' focusGained_Method = subComponent_010.getClass().getDeclaredMethods()[1] focusGained_Value = focusGained_Method.invoke(subComponent_010) ''' subComponent_010.focusLost() ''' focusLost_Method = subComponent_010.getClass().getDeclaredMethods()[2] focusLost_Value = focusLost_Method.invoke(subComponent_010) ''' subComponent_010.mousePressed() ''' mousePressed_Method = subComponent_010.getClass().getDeclaredMethods()[3] mousePressed_Value = mousePressed_Method.invoke(subComponent_010) ''' subComponent_010.mouseReleased() ''' mouseReleased_Method = subComponent_010.getClass().getDeclaredMethods()[4] mouseReleased_Value = mouseReleased_Method.invoke(subComponent_010) ''' subComponent_010.mouseClicked() ''' mouseClicked_Method = subComponent_010.getClass().getDeclaredMethods()[5] mouseClicked_Value = mouseClicked_Method.invoke(subComponent_010) ''' subComponent_010.mouseExited() ''' mouseExited_Method = subComponent_010.getClass().getDeclaredMethods()[6] mouseExited_Value = mouseExited_Method.invoke(subComponent_010) ''' subComponent_010.mouseEntered() ''' mouseEntered_Method = subComponent_010.getClass().getDeclaredMethods()[7] mouseEntered_Value = mouseEntered_Method.invoke(subComponent_010) ''' subComponent_010.mouseMoved() ''' mouseMoved_Method = subComponent_010.getClass().getDeclaredMethods()[8] mouseMoved_Value = mouseMoved_Method.invoke(subComponent_010) ''' subComponent_010.mouseDragged() ''' mouseDragged_Method = subComponent_010.getClass().getDeclaredMethods()[9] mouseDragged_Value = mouseDragged_Method.invoke(subComponent_010) ''' subComponent_010.paintComponent() ''' paintComponent_Method = subComponent_010.getClass().getDeclaredMethods()[10] paintComponent_Value = paintComponent_Method.invoke(subComponent_010) ''' subComponent_010.actionPerformed() ''' actionPerformed_Method = subComponent_010.getClass().getDeclaredMethods()[12] actionPerformed_Value = actionPerformed_Method.invoke(subComponent_010) ''' subComponent_010.localeChanged() ''' localeChanged_Method = subComponent_010.getClass().getDeclaredMethods()[18] localeChanged_Value = localeChanged_Method.invoke(subComponent_010) ''' subComponent_010.cancelDrag() ''' cancelDrag_Method = subComponent_010.getClass().getDeclaredMethods()[23] cancelDrag_Value = cancelDrag_Method.invoke(subComponent_010) ''' subComponent_010.handleDragEvent() ''' handleDragEvent_Method = subComponent_010.getClass().getDeclaredMethods()[24] handleDragEvent_Value = handleDragEvent_Method.invoke(subComponent_010) ''' #*********All Other Declared Super Methods******** subComponent_010.update() ''' update_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[0] update_Value = update_Method.invoke(subComponent_010) ''' subComponent_010.contains() ''' contains_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[1] contains_Value = contains_Method.invoke(subComponent_010) ''' subComponent_010.readObject() ''' readObject_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[3] readObject_Value = readObject_Method.invoke(subComponent_010) ''' subComponent_010.writeObject() ''' writeObject_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[4] writeObject_Value = writeObject_Method.invoke(subComponent_010) ''' subComponent_010.print() ''' print_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[5] print_Value = print_Method.invoke(subComponent_010) ''' subComponent_010.paramString() ''' paramString_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[8] paramString_Value = paramString_Method.invoke(subComponent_010) ''' subComponent_010.isOpaque() ''' isOpaque_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[9] isOpaque_Value = isOpaque_Method.invoke(subComponent_010) ''' subComponent_010.removeNotify() ''' removeNotify_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[12] removeNotify_Value = removeNotify_Method.invoke(subComponent_010) ''' subComponent_010.addNotify() ''' addNotify_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[13] addNotify_Value = addNotify_Method.invoke(subComponent_010) ''' subComponent_010.isValidateRoot() ''' isValidateRoot_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[14] isValidateRoot_Value = isValidateRoot_Method.invoke(subComponent_010) ''' subComponent_010.paint() ''' paint_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[21] paint_Value = paint_Method.invoke(subComponent_010) ''' subComponent_010.firePropertyChange() ''' firePropertyChange_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[24] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_010) ''' subComponent_010.firePropertyChange() ''' firePropertyChange_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[25] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_010) ''' subComponent_010.firePropertyChange() ''' firePropertyChange_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[26] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_010) ''' subComponent_010.requestFocus() ''' requestFocus_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[27] requestFocus_Value = requestFocus_Method.invoke(subComponent_010) ''' subComponent_010.requestFocus() ''' requestFocus_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[28] requestFocus_Value = requestFocus_Method.invoke(subComponent_010) ''' subComponent_010.enable() ''' enable_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[34] enable_Value = enable_Method.invoke(subComponent_010) ''' subComponent_010.disable() ''' disable_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[35] disable_Value = disable_Method.invoke(subComponent_010) ''' subComponent_010.isDoubleBuffered() ''' isDoubleBuffered_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[36] isDoubleBuffered_Value = isDoubleBuffered_Method.invoke(subComponent_010) ''' subComponent_010.hide() ''' hide_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[37] hide_Value = hide_Method.invoke(subComponent_010) ''' subComponent_010.reshape() ''' reshape_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[40] reshape_Value = reshape_Method.invoke(subComponent_010) ''' subComponent_010.printAll() ''' printAll_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[48] printAll_Value = printAll_Method.invoke(subComponent_010) ''' subComponent_010.processKeyEvent() ''' processKeyEvent_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[49] processKeyEvent_Value = processKeyEvent_Method.invoke(subComponent_010) ''' subComponent_010.processMouseEvent() ''' processMouseEvent_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[50] processMouseEvent_Value = processMouseEvent_Method.invoke(subComponent_010) ''' subComponent_010.processMouseMotionEvent() ''' processMouseMotionEvent_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[51] processMouseMotionEvent_Value = processMouseMotionEvent_Method.invoke(subComponent_010) ''' subComponent_010.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[52] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_010) ''' subComponent_010.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[53] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_010) ''' subComponent_010.compWriteObjectNotify() ''' compWriteObjectNotify_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[54] compWriteObjectNotify_Value = compWriteObjectNotify_Method.invoke(subComponent_010) ''' subComponent_010.updateUI() ''' updateUI_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[57] updateUI_Value = updateUI_Method.invoke(subComponent_010) ''' subComponent_010.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[63] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_010) ''' subComponent_010.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[64] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_010) ''' subComponent_010.isComponentObtainingGraphicsFrom() ''' isComponentObtainingGraphicsFrom_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[66] isComponentObtainingGraphicsFrom_Value = isComponentObtainingGraphicsFrom_Method.invoke(subComponent_010) ''' subComponent_010.fetchRectangle() ''' fetchRectangle_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[69] fetchRectangle_Value = fetchRectangle_Method.invoke(subComponent_010) ''' subComponent_010.recycleRectangle() ''' recycleRectangle_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[70] recycleRectangle_Value = recycleRectangle_Method.invoke(subComponent_010) ''' subComponent_010.isManagingFocus() ''' isManagingFocus_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[77] isManagingFocus_Value = isManagingFocus_Method.invoke(subComponent_010) ''' subComponent_010.uninstallUIAndProperties() ''' uninstallUIAndProperties_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[79] uninstallUIAndProperties_Value = uninstallUIAndProperties_Method.invoke(subComponent_010) ''' subComponent_010.putClientProperty() ''' putClientProperty_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[80] putClientProperty_Value = putClientProperty_Method.invoke(subComponent_010) ''' subComponent_010.shouldDebugGraphics() ''' shouldDebugGraphics_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[82] shouldDebugGraphics_Value = shouldDebugGraphics_Method.invoke(subComponent_010) ''' subComponent_010.paintComponent() ''' paintComponent_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[83] paintComponent_Value = paintComponent_Method.invoke(subComponent_010) ''' subComponent_010.paintChildren() ''' paintChildren_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[84] paintChildren_Value = paintChildren_Method.invoke(subComponent_010) ''' subComponent_010.isOptimizedDrawingEnabled() ''' isOptimizedDrawingEnabled_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[85] isOptimizedDrawingEnabled_Value = isOptimizedDrawingEnabled_Method.invoke(subComponent_010) ''' subComponent_010.checkIfChildObscuredBySibling() ''' checkIfChildObscuredBySibling_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[86] checkIfChildObscuredBySibling_Value = checkIfChildObscuredBySibling_Method.invoke(subComponent_010) ''' subComponent_010.isLightweightComponent() ''' isLightweightComponent_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[87] isLightweightComponent_Value = isLightweightComponent_Method.invoke(subComponent_010) ''' subComponent_010.paintBorder() ''' paintBorder_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[89] paintBorder_Value = paintBorder_Method.invoke(subComponent_010) ''' subComponent_010.adjustPaintFlags() ''' adjustPaintFlags_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[91] adjustPaintFlags_Value = adjustPaintFlags_Method.invoke(subComponent_010) ''' subComponent_010.isPainting() ''' isPainting_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[92] isPainting_Value = isPainting_Method.invoke(subComponent_010) ''' subComponent_010.rectangleIsObscured() ''' rectangleIsObscured_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[93] rectangleIsObscured_Value = rectangleIsObscured_Method.invoke(subComponent_010) ''' subComponent_010.printComponent() ''' printComponent_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[94] printComponent_Value = printComponent_Method.invoke(subComponent_010) ''' subComponent_010.printBorder() ''' printBorder_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[95] printBorder_Value = printBorder_Method.invoke(subComponent_010) ''' subComponent_010.printChildren() ''' printChildren_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[96] printChildren_Value = printChildren_Method.invoke(subComponent_010) ''' subComponent_010.paintForceDoubleBuffered() ''' paintForceDoubleBuffered_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[97] paintForceDoubleBuffered_Value = paintForceDoubleBuffered_Method.invoke(subComponent_010) ''' subComponent_010.isPaintingTile() ''' isPaintingTile_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[98] isPaintingTile_Value = isPaintingTile_Method.invoke(subComponent_010) ''' subComponent_010.isPaintingForPrint() ''' isPaintingForPrint_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[99] isPaintingForPrint_Value = isPaintingForPrint_Method.invoke(subComponent_010) ''' subComponent_010.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[100] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_010) ''' subComponent_010.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[101] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_010) ''' subComponent_010.deregisterNextFocusableComponent() ''' deregisterNextFocusableComponent_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[104] deregisterNextFocusableComponent_Value = deregisterNextFocusableComponent_Method.invoke(subComponent_010) ''' subComponent_010.isRequestFocusEnabled() ''' isRequestFocusEnabled_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[107] isRequestFocusEnabled_Value = isRequestFocusEnabled_Method.invoke(subComponent_010) ''' subComponent_010.grabFocus() ''' grabFocus_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[108] grabFocus_Value = grabFocus_Method.invoke(subComponent_010) ''' subComponent_010.validateAlignment() ''' validateAlignment_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[113] validateAlignment_Value = validateAlignment_Method.invoke(subComponent_010) ''' subComponent_010.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[119] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_010) ''' subComponent_010.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[120] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_010) ''' subComponent_010.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[126] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_010) ''' subComponent_010.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[127] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_010) ''' subComponent_010.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[128] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_010) ''' subComponent_010.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[129] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_010) ''' subComponent_010.componentInputMapChanged() ''' componentInputMapChanged_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[130] componentInputMapChanged_Value = componentInputMapChanged_Method.invoke(subComponent_010) ''' subComponent_010.unregisterKeyboardAction() ''' unregisterKeyboardAction_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[131] unregisterKeyboardAction_Value = unregisterKeyboardAction_Method.invoke(subComponent_010) ''' subComponent_010.requestDefaultFocus() ''' requestDefaultFocus_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[138] requestDefaultFocus_Value = requestDefaultFocus_Method.invoke(subComponent_010) ''' subComponent_010.processComponentKeyEvent() ''' processComponentKeyEvent_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[140] processComponentKeyEvent_Value = processComponentKeyEvent_Method.invoke(subComponent_010) ''' subComponent_010.processKeyBindings() ''' processKeyBindings_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[141] processKeyBindings_Value = processKeyBindings_Method.invoke(subComponent_010) ''' subComponent_010.processKeyBinding() ''' processKeyBinding_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[142] processKeyBinding_Value = processKeyBinding_Method.invoke(subComponent_010) ''' subComponent_010.processKeyBindingsForAllComponents() ''' processKeyBindingsForAllComponents_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[143] processKeyBindingsForAllComponents_Value = processKeyBindingsForAllComponents_Method.invoke(subComponent_010) ''' subComponent_010.createToolTip() ''' createToolTip_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[149] createToolTip_Value = createToolTip_Method.invoke(subComponent_010) ''' subComponent_010.scrollRectToVisible() ''' scrollRectToVisible_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[150] scrollRectToVisible_Value = scrollRectToVisible_Method.invoke(subComponent_010) ''' subComponent_010.dropLocationForPoint() ''' dropLocationForPoint_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[155] dropLocationForPoint_Value = dropLocationForPoint_Method.invoke(subComponent_010) ''' subComponent_010.dndDone() ''' dndDone_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[157] dndDone_Value = dndDone_Method.invoke(subComponent_010) ''' subComponent_010.superProcessMouseMotionEvent() ''' superProcessMouseMotionEvent_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[158] superProcessMouseMotionEvent_Value = superProcessMouseMotionEvent_Method.invoke(subComponent_010) ''' subComponent_010.clientPropertyChanged() ''' clientPropertyChanged_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[162] clientPropertyChanged_Value = clientPropertyChanged_Method.invoke(subComponent_010) ''' subComponent_010.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[163] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_010) ''' subComponent_010.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[164] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_010) ''' subComponent_010.fireVetoableChange() ''' fireVetoableChange_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[166] fireVetoableChange_Value = fireVetoableChange_Method.invoke(subComponent_010) ''' subComponent_010.addVetoableChangeListener() ''' addVetoableChangeListener_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[167] addVetoableChangeListener_Value = addVetoableChangeListener_Method.invoke(subComponent_010) ''' subComponent_010.removeVetoableChangeListener() ''' removeVetoableChangeListener_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[168] removeVetoableChangeListener_Value = removeVetoableChangeListener_Method.invoke(subComponent_010) ''' subComponent_010.addAncestorListener() ''' addAncestorListener_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[172] addAncestorListener_Value = addAncestorListener_Method.invoke(subComponent_010) ''' subComponent_010.removeAncestorListener() ''' removeAncestorListener_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[173] removeAncestorListener_Value = removeAncestorListener_Method.invoke(subComponent_010) ''' #subComponent_010.lambda$revalidate$0() ''' lambdarevalidate0_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[175] lambdarevalidate0_Value = lambdarevalidate0_Method.invoke(#subComponent_010) ''' subComponent_010.isPaintingOrigin() ''' isPaintingOrigin_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[176] isPaintingOrigin_Value = isPaintingOrigin_Method.invoke(subComponent_010) ''' subComponent_010.paintImmediately() ''' paintImmediately_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[177] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_010) ''' subComponent_010.paintImmediately() ''' paintImmediately_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[178] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_010) ''' subComponent_010._paintImmediately() ''' _paintImmediately_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[179] _paintImmediately_Value = _paintImmediately_Method.invoke(subComponent_010) ''' subComponent_010.alwaysOnTop() ''' alwaysOnTop_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[180] alwaysOnTop_Value = alwaysOnTop_Method.invoke(subComponent_010) ''' subComponent_010.paintToOffscreen() ''' paintToOffscreen_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[182] paintToOffscreen_Value = paintToOffscreen_Method.invoke(subComponent_010) ''' #subComponent_010.access$000() ''' access000_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[183] access000_Value = access000_Method.invoke(#subComponent_010) ''' #subComponent_010.access$100() ''' access100_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[184] access100_Value = access100_Method.invoke(#subComponent_010) ''' #subComponent_010.access$200() ''' access200_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[185] access200_Value = access200_Method.invoke(#subComponent_010) ''' #subComponent_010.access$300() ''' access300_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[186] access300_Value = access300_Method.invoke(#subComponent_010) ''' subComponent_010.repaint() ''' repaint_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[189] repaint_Value = repaint_Method.invoke(subComponent_010) ''' subComponent_010.repaint() ''' repaint_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[190] repaint_Value = repaint_Method.invoke(subComponent_010) ''' subComponent_010.revalidate() ''' revalidate_Method = subComponent_010.getClass().getSuperclass().getDeclaredMethods()[191] revalidate_Value = revalidate_Method.invoke(subComponent_010) ''' endFunction = True #========================================================== #========================================================== subComponent_011 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(1).getComponent(3).getComponent(1) def subComponent_011(): # def subComponent_011_Declared_Fields(): #*****************Declared Fields***************** #NOTE: The following fields can only be accessed through reflection #subComponent_011.getClass().getDeclaredFields()[0] fillPaint_Field = subComponent_011.getClass().getDeclaredField('fillPaint') fillPaint_Field.setAccessible(True) fillPaint_Value = fillPaint_Field.get(subComponent_011) #fillPaint_Value = java.awt.GradientPaint@5c6f5c02 #subComponent_011.getClass().getDeclaredFields()[1] highDensityColor_Field = subComponent_011.getClass().getDeclaredField('highDensityColor') highDensityColor_Field.setAccessible(True) highDensityColor_Value = highDensityColor_Field.get(subComponent_011) #highDensityColor_Value = java.awt.Color[r=255,g=0,b=0] #subComponent_011.getClass().getDeclaredFields()[2] histogram_Field = subComponent_011.getClass().getDeclaredField('histogram') histogram_Field.setAccessible(True) histogram_Value = histogram_Field.get(subComponent_011) #histogram_Value = com.inductiveautomation.factorypmi.application.components.ch[...] #subComponent_011.getClass().getDeclaredFields()[3] histogramValues_Field = subComponent_011.getClass().getDeclaredField('histogramValues') histogramValues_Field.setAccessible(True) histogramValues_Value = histogramValues_Field.get(subComponent_011) #histogramValues_Value = None #subComponent_011.getClass().getDeclaredFields()[4] this0_Field = subComponent_011.getClass().getDeclaredField('this$0') this0_Field.setAccessible(True) this0_Value = this0_Field.get(subComponent_011) #this0_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #**************Declared Super Fields************** subComponent_011.alignmentX #subComponent_011.alignmentX = 0.0 subComponent_011.alignmentY #subComponent_011.alignmentY = 0.0 subComponent_011.autoscrolls #subComponent_011.autoscrolls = False subComponent_011.border #subComponent_011.border = None subComponent_011.inputVerifier #subComponent_011.inputVerifier = None subComponent_011.verifyInputWhenFocusTarget #subComponent_011.verifyInputWhenFocusTarget = True subComponent_011.WHEN_FOCUSED #subComponent_011.WHEN_FOCUSED = 0 subComponent_011.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT #subComponent_011.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT = 1 subComponent_011.WHEN_IN_FOCUSED_WINDOW #subComponent_011.WHEN_IN_FOCUSED_WINDOW = 2 subComponent_011.UNDEFINED_CONDITION #subComponent_011.UNDEFINED_CONDITION = -1 subComponent_011.TOOL_TIP_TEXT_KEY #subComponent_011.TOOL_TIP_TEXT_KEY = ToolTipText subComponent_011.actionMap #subComponent_011.actionMap = None #NOTE: The following fields can only be accessed through reflection #subComponent_011.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_011) #uiClassID_Value = ComponentUI #subComponent_011.getClass().getSuperclass().getDeclaredFields()[1] readObjectCallbacks_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('readObjectCallbacks') readObjectCallbacks_Field.setAccessible(True) readObjectCallbacks_Value = readObjectCallbacks_Field.get(subComponent_011) #readObjectCallbacks_Value = {} #subComponent_011.getClass().getSuperclass().getDeclaredFields()[2] managingFocusForwardTraversalKeys_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('managingFocusForwardTraversalKeys') managingFocusForwardTraversalKeys_Field.setAccessible(True) managingFocusForwardTraversalKeys_Value = managingFocusForwardTraversalKeys_Field.get(subComponent_011) #managingFocusForwardTraversalKeys_Value = [ctrl pressed TAB] #subComponent_011.getClass().getSuperclass().getDeclaredFields()[3] managingFocusBackwardTraversalKeys_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('managingFocusBackwardTraversalKeys') managingFocusBackwardTraversalKeys_Field.setAccessible(True) managingFocusBackwardTraversalKeys_Value = managingFocusBackwardTraversalKeys_Field.get(subComponent_011) #managingFocusBackwardTraversalKeys_Value = [shift ctrl pressed TAB] #subComponent_011.getClass().getSuperclass().getDeclaredFields()[4] NOT_OBSCURED_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('NOT_OBSCURED') NOT_OBSCURED_Field.setAccessible(True) NOT_OBSCURED_Value = NOT_OBSCURED_Field.get(subComponent_011) #NOT_OBSCURED_Value = 0 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[5] PARTIALLY_OBSCURED_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('PARTIALLY_OBSCURED') PARTIALLY_OBSCURED_Field.setAccessible(True) PARTIALLY_OBSCURED_Value = PARTIALLY_OBSCURED_Field.get(subComponent_011) #PARTIALLY_OBSCURED_Value = 1 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[6] COMPLETELY_OBSCURED_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('COMPLETELY_OBSCURED') COMPLETELY_OBSCURED_Field.setAccessible(True) COMPLETELY_OBSCURED_Value = COMPLETELY_OBSCURED_Field.get(subComponent_011) #COMPLETELY_OBSCURED_Value = 2 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[7] DEBUG_GRAPHICS_LOADED_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('DEBUG_GRAPHICS_LOADED') DEBUG_GRAPHICS_LOADED_Field.setAccessible(True) DEBUG_GRAPHICS_LOADED_Value = DEBUG_GRAPHICS_LOADED_Field.get(subComponent_011) #DEBUG_GRAPHICS_LOADED_Value = True #subComponent_011.getClass().getSuperclass().getDeclaredFields()[8] INPUT_VERIFIER_SOURCE_KEY_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('INPUT_VERIFIER_SOURCE_KEY') INPUT_VERIFIER_SOURCE_KEY_Field.setAccessible(True) INPUT_VERIFIER_SOURCE_KEY_Value = INPUT_VERIFIER_SOURCE_KEY_Field.get(subComponent_011) #INPUT_VERIFIER_SOURCE_KEY_Value = InputVerifierSourceKey #subComponent_011.getClass().getSuperclass().getDeclaredFields()[9] isAlignmentXSet_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('isAlignmentXSet') isAlignmentXSet_Field.setAccessible(True) isAlignmentXSet_Value = isAlignmentXSet_Field.get(subComponent_011) #isAlignmentXSet_Value = False #subComponent_011.getClass().getSuperclass().getDeclaredFields()[11] isAlignmentYSet_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('isAlignmentYSet') isAlignmentYSet_Field.setAccessible(True) isAlignmentYSet_Value = isAlignmentYSet_Field.get(subComponent_011) #isAlignmentYSet_Value = False #subComponent_011.getClass().getSuperclass().getDeclaredFields()[13] ui_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('ui') ui_Field.setAccessible(True) ui_Value = ui_Field.get(subComponent_011) #ui_Value = None #subComponent_011.getClass().getSuperclass().getDeclaredFields()[14] listenerList_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('listenerList') listenerList_Field.setAccessible(True) listenerList_Value = listenerList_Field.get(subComponent_011) #listenerList_Value = EventListenerList: 0 listeners: #subComponent_011.getClass().getSuperclass().getDeclaredFields()[15] clientProperties_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('clientProperties') clientProperties_Field.setAccessible(True) clientProperties_Value = clientProperties_Field.get(subComponent_011) #clientProperties_Value = None #subComponent_011.getClass().getSuperclass().getDeclaredFields()[16] vetoableChangeSupport_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('vetoableChangeSupport') vetoableChangeSupport_Field.setAccessible(True) vetoableChangeSupport_Value = vetoableChangeSupport_Field.get(subComponent_011) #vetoableChangeSupport_Value = None #subComponent_011.getClass().getSuperclass().getDeclaredFields()[19] flags_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('flags') flags_Field.setAccessible(True) flags_Value = flags_Field.get(subComponent_011) #flags_Value = 0 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[22] paintingChild_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('paintingChild') paintingChild_Field.setAccessible(True) paintingChild_Value = paintingChild_Field.get(subComponent_011) #paintingChild_Value = None #subComponent_011.getClass().getSuperclass().getDeclaredFields()[27] KEYBOARD_BINDINGS_KEY_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('KEYBOARD_BINDINGS_KEY') KEYBOARD_BINDINGS_KEY_Field.setAccessible(True) KEYBOARD_BINDINGS_KEY_Value = KEYBOARD_BINDINGS_KEY_Field.get(subComponent_011) #KEYBOARD_BINDINGS_KEY_Value = _KeyboardBindings #subComponent_011.getClass().getSuperclass().getDeclaredFields()[28] WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('WHEN_IN_FOCUSED_WINDOW_BINDINGS') WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.setAccessible(True) WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.get(subComponent_011) #WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = _WhenInFocusedWindow #subComponent_011.getClass().getSuperclass().getDeclaredFields()[30] NEXT_FOCUS_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('NEXT_FOCUS') NEXT_FOCUS_Field.setAccessible(True) NEXT_FOCUS_Value = NEXT_FOCUS_Field.get(subComponent_011) #NEXT_FOCUS_Value = nextFocus #subComponent_011.getClass().getSuperclass().getDeclaredFields()[31] popupMenu_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('popupMenu') popupMenu_Field.setAccessible(True) popupMenu_Value = popupMenu_Field.get(subComponent_011) #popupMenu_Value = None #subComponent_011.getClass().getSuperclass().getDeclaredFields()[32] IS_DOUBLE_BUFFERED_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('IS_DOUBLE_BUFFERED') IS_DOUBLE_BUFFERED_Field.setAccessible(True) IS_DOUBLE_BUFFERED_Value = IS_DOUBLE_BUFFERED_Field.get(subComponent_011) #IS_DOUBLE_BUFFERED_Value = 0 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[33] ANCESTOR_USING_BUFFER_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('ANCESTOR_USING_BUFFER') ANCESTOR_USING_BUFFER_Field.setAccessible(True) ANCESTOR_USING_BUFFER_Value = ANCESTOR_USING_BUFFER_Field.get(subComponent_011) #ANCESTOR_USING_BUFFER_Value = 1 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[34] IS_PAINTING_TILE_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('IS_PAINTING_TILE') IS_PAINTING_TILE_Field.setAccessible(True) IS_PAINTING_TILE_Value = IS_PAINTING_TILE_Field.get(subComponent_011) #IS_PAINTING_TILE_Value = 2 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[35] IS_OPAQUE_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('IS_OPAQUE') IS_OPAQUE_Field.setAccessible(True) IS_OPAQUE_Value = IS_OPAQUE_Field.get(subComponent_011) #IS_OPAQUE_Value = 3 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[36] KEY_EVENTS_ENABLED_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('KEY_EVENTS_ENABLED') KEY_EVENTS_ENABLED_Field.setAccessible(True) KEY_EVENTS_ENABLED_Value = KEY_EVENTS_ENABLED_Field.get(subComponent_011) #KEY_EVENTS_ENABLED_Value = 4 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[37] FOCUS_INPUTMAP_CREATED_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('FOCUS_INPUTMAP_CREATED') FOCUS_INPUTMAP_CREATED_Field.setAccessible(True) FOCUS_INPUTMAP_CREATED_Value = FOCUS_INPUTMAP_CREATED_Field.get(subComponent_011) #FOCUS_INPUTMAP_CREATED_Value = 5 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[38] ANCESTOR_INPUTMAP_CREATED_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('ANCESTOR_INPUTMAP_CREATED') ANCESTOR_INPUTMAP_CREATED_Field.setAccessible(True) ANCESTOR_INPUTMAP_CREATED_Value = ANCESTOR_INPUTMAP_CREATED_Field.get(subComponent_011) #ANCESTOR_INPUTMAP_CREATED_Value = 6 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[39] WIF_INPUTMAP_CREATED_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('WIF_INPUTMAP_CREATED') WIF_INPUTMAP_CREATED_Field.setAccessible(True) WIF_INPUTMAP_CREATED_Value = WIF_INPUTMAP_CREATED_Field.get(subComponent_011) #WIF_INPUTMAP_CREATED_Value = 7 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[40] ACTIONMAP_CREATED_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('ACTIONMAP_CREATED') ACTIONMAP_CREATED_Field.setAccessible(True) ACTIONMAP_CREATED_Value = ACTIONMAP_CREATED_Field.get(subComponent_011) #ACTIONMAP_CREATED_Value = 8 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[41] CREATED_DOUBLE_BUFFER_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('CREATED_DOUBLE_BUFFER') CREATED_DOUBLE_BUFFER_Field.setAccessible(True) CREATED_DOUBLE_BUFFER_Value = CREATED_DOUBLE_BUFFER_Field.get(subComponent_011) #CREATED_DOUBLE_BUFFER_Value = 9 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[42] IS_PRINTING_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('IS_PRINTING') IS_PRINTING_Field.setAccessible(True) IS_PRINTING_Value = IS_PRINTING_Field.get(subComponent_011) #IS_PRINTING_Value = 11 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[43] IS_PRINTING_ALL_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('IS_PRINTING_ALL') IS_PRINTING_ALL_Field.setAccessible(True) IS_PRINTING_ALL_Value = IS_PRINTING_ALL_Field.get(subComponent_011) #IS_PRINTING_ALL_Value = 12 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[44] IS_REPAINTING_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('IS_REPAINTING') IS_REPAINTING_Field.setAccessible(True) IS_REPAINTING_Value = IS_REPAINTING_Field.get(subComponent_011) #IS_REPAINTING_Value = 13 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[45] WRITE_OBJ_COUNTER_FIRST_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_FIRST') WRITE_OBJ_COUNTER_FIRST_Field.setAccessible(True) WRITE_OBJ_COUNTER_FIRST_Value = WRITE_OBJ_COUNTER_FIRST_Field.get(subComponent_011) #WRITE_OBJ_COUNTER_FIRST_Value = 14 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[46] RESERVED_1_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('RESERVED_1') RESERVED_1_Field.setAccessible(True) RESERVED_1_Value = RESERVED_1_Field.get(subComponent_011) #RESERVED_1_Value = 15 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[47] RESERVED_2_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('RESERVED_2') RESERVED_2_Field.setAccessible(True) RESERVED_2_Value = RESERVED_2_Field.get(subComponent_011) #RESERVED_2_Value = 16 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[48] RESERVED_3_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('RESERVED_3') RESERVED_3_Field.setAccessible(True) RESERVED_3_Value = RESERVED_3_Field.get(subComponent_011) #RESERVED_3_Value = 17 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[49] RESERVED_4_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('RESERVED_4') RESERVED_4_Field.setAccessible(True) RESERVED_4_Value = RESERVED_4_Field.get(subComponent_011) #RESERVED_4_Value = 18 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[50] RESERVED_5_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('RESERVED_5') RESERVED_5_Field.setAccessible(True) RESERVED_5_Value = RESERVED_5_Field.get(subComponent_011) #RESERVED_5_Value = 19 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[51] RESERVED_6_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('RESERVED_6') RESERVED_6_Field.setAccessible(True) RESERVED_6_Value = RESERVED_6_Field.get(subComponent_011) #RESERVED_6_Value = 20 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[52] WRITE_OBJ_COUNTER_LAST_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_LAST') WRITE_OBJ_COUNTER_LAST_Field.setAccessible(True) WRITE_OBJ_COUNTER_LAST_Value = WRITE_OBJ_COUNTER_LAST_Field.get(subComponent_011) #WRITE_OBJ_COUNTER_LAST_Value = 21 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[53] REQUEST_FOCUS_DISABLED_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('REQUEST_FOCUS_DISABLED') REQUEST_FOCUS_DISABLED_Field.setAccessible(True) REQUEST_FOCUS_DISABLED_Value = REQUEST_FOCUS_DISABLED_Field.get(subComponent_011) #REQUEST_FOCUS_DISABLED_Value = 22 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[54] INHERITS_POPUP_MENU_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('INHERITS_POPUP_MENU') INHERITS_POPUP_MENU_Field.setAccessible(True) INHERITS_POPUP_MENU_Value = INHERITS_POPUP_MENU_Field.get(subComponent_011) #INHERITS_POPUP_MENU_Value = 23 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[55] OPAQUE_SET_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('OPAQUE_SET') OPAQUE_SET_Field.setAccessible(True) OPAQUE_SET_Value = OPAQUE_SET_Field.get(subComponent_011) #OPAQUE_SET_Value = 24 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[56] AUTOSCROLLS_SET_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('AUTOSCROLLS_SET') AUTOSCROLLS_SET_Field.setAccessible(True) AUTOSCROLLS_SET_Value = AUTOSCROLLS_SET_Field.get(subComponent_011) #AUTOSCROLLS_SET_Value = 25 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[57] FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_FORWARD_SET') FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.get(subComponent_011) #FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = 26 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[58] FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_BACKWARD_SET') FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.get(subComponent_011) #FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = 27 #subComponent_011.getClass().getSuperclass().getDeclaredFields()[59] revalidateRunnableScheduled_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('revalidateRunnableScheduled') revalidateRunnableScheduled_Field.setAccessible(True) revalidateRunnableScheduled_Value = revalidateRunnableScheduled_Field.get(subComponent_011) #revalidateRunnableScheduled_Value = false #subComponent_011.getClass().getSuperclass().getDeclaredFields()[60] tempRectangles_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('tempRectangles') tempRectangles_Field.setAccessible(True) tempRectangles_Value = tempRectangles_Field.get(subComponent_011) #tempRectangles_Value = [java.awt.Rectangle[x=0,y=0,width=425,height=525], java.awt.[...] #subComponent_011.getClass().getSuperclass().getDeclaredFields()[61] focusInputMap_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('focusInputMap') focusInputMap_Field.setAccessible(True) focusInputMap_Value = focusInputMap_Field.get(subComponent_011) #focusInputMap_Value = None #subComponent_011.getClass().getSuperclass().getDeclaredFields()[62] ancestorInputMap_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('ancestorInputMap') ancestorInputMap_Field.setAccessible(True) ancestorInputMap_Value = ancestorInputMap_Field.get(subComponent_011) #ancestorInputMap_Value = None #subComponent_011.getClass().getSuperclass().getDeclaredFields()[63] windowInputMap_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('windowInputMap') windowInputMap_Field.setAccessible(True) windowInputMap_Value = windowInputMap_Field.get(subComponent_011) #windowInputMap_Value = None #subComponent_011.getClass().getSuperclass().getDeclaredFields()[65] defaultLocale_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('defaultLocale') defaultLocale_Field.setAccessible(True) defaultLocale_Value = defaultLocale_Field.get(subComponent_011) #defaultLocale_Value = JComponent.defaultLocale #subComponent_011.getClass().getSuperclass().getDeclaredFields()[66] componentObtainingGraphicsFrom_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFrom') componentObtainingGraphicsFrom_Field.setAccessible(True) componentObtainingGraphicsFrom_Value = componentObtainingGraphicsFrom_Field.get(subComponent_011) #componentObtainingGraphicsFrom_Value = None #subComponent_011.getClass().getSuperclass().getDeclaredFields()[67] componentObtainingGraphicsFromLock_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFromLock') componentObtainingGraphicsFromLock_Field.setAccessible(True) componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFromLock_Field.get(subComponent_011) #componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFrom #subComponent_011.getClass().getSuperclass().getDeclaredFields()[68] aaHint_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('aaHint') aaHint_Field.setAccessible(True) aaHint_Value = aaHint_Field.get(subComponent_011) #aaHint_Value = None #subComponent_011.getClass().getSuperclass().getDeclaredFields()[69] lcdRenderingHint_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('lcdRenderingHint') lcdRenderingHint_Field.setAccessible(True) lcdRenderingHint_Value = lcdRenderingHint_Field.get(subComponent_011) #lcdRenderingHint_Value = None #subComponent_011.getClass().getSuperclass().getDeclaredFields()[70] focusController_Field = subComponent_011.getClass().getSuperclass().getDeclaredField('focusController') focusController_Field.setAccessible(True) focusController_Value = focusController_Field.get(subComponent_011) #focusController_Value = javax.swing.JComponent$2@565d4f8a endFunction = True def subComponent_011_Declared_Methods(): #**************Declared 'get' Methods************* #subComponent_011.getHighDensityColor() ''' getHighDensityColor_Method = subComponent_011.getClass().getDeclaredMethods()[10] getHighDensityColor_Value = getHighDensityColor_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! #***********Declared 'get' Super Methods********** #subComponent_011.getLocation() ''' getLocation_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[2] getLocation_Value = getLocation_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! #subComponent_011.getSize() ''' getSize_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[6] getSize_Value = getSize_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! subComponent_011.getInsets() ''' getInsets_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[10] getInsets_Value = getInsets_Method.invoke(subComponent_011) ''' #getInsets_Value = java.awt.Insets[top=0,left=0,bottom=0,right=0] #subComponent_011.getInsets() ''' getInsets_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[11] getInsets_Value = getInsets_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! subComponent_011.getPreferredSize() ''' getPreferredSize_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[16] getPreferredSize_Value = getPreferredSize_Method.invoke(subComponent_011) ''' #getPreferredSize_Value = java.awt.Dimension[width=1,height=1] subComponent_011.getMinimumSize() ''' getMinimumSize_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[17] getMinimumSize_Value = getMinimumSize_Method.invoke(subComponent_011) ''' #getMinimumSize_Value = java.awt.Dimension[width=1,height=1] subComponent_011.getMaximumSize() ''' getMaximumSize_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[18] getMaximumSize_Value = getMaximumSize_Method.invoke(subComponent_011) ''' #getMaximumSize_Value = java.awt.Dimension[width=32767,height=32767] subComponent_011.getAlignmentX() ''' getAlignmentX_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[19] getAlignmentX_Value = getAlignmentX_Method.invoke(subComponent_011) ''' #getAlignmentX_Value = 0.5 subComponent_011.getAlignmentY() ''' getAlignmentY_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[20] getAlignmentY_Value = getAlignmentY_Method.invoke(subComponent_011) ''' #getAlignmentY_Value = 0.5 #subComponent_011.getListeners() ''' getListeners_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[22] getListeners_Value = getListeners_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! subComponent_011.getX() ''' getX_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[29] getX_Value = getX_Method.invoke(subComponent_011) ''' #getX_Value = 20 subComponent_011.getY() ''' getY_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[30] getY_Value = getY_Method.invoke(subComponent_011) ''' #getY_Value = 5 subComponent_011.getWidth() ''' getWidth_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[31] getWidth_Value = getWidth_Method.invoke(subComponent_011) ''' #getWidth_Value = 254 subComponent_011.getHeight() ''' getHeight_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[32] getHeight_Value = getHeight_Method.invoke(subComponent_011) ''' #getHeight_Value = 11 #subComponent_011.getBaseline() ''' getBaseline_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[44] getBaseline_Value = getBaseline_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! subComponent_011.getBaselineResizeBehavior() ''' getBaselineResizeBehavior_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[45] getBaselineResizeBehavior_Value = getBaselineResizeBehavior_Method.invoke(subComponent_011) ''' #getBaselineResizeBehavior_Value = OTHER subComponent_011.getGraphics() ''' getGraphics_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[46] getGraphics_Value = getGraphics_Method.invoke(subComponent_011) ''' #getGraphics_Value = sun.java2d.SunGraphics2D[font=java.awt.Font[family=Dialog,na[...] #subComponent_011.getFontMetrics() ''' getFontMetrics_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[47] getFontMetrics_Value = getFontMetrics_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! subComponent_011.getUI() ''' getUI_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[58] getUI_Value = getUI_Method.invoke(subComponent_011) ''' #getUI_Value = None subComponent_011.getUIClassID() ''' getUIClassID_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[60] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_011) ''' #getUIClassID_Value = ComponentUI #subComponent_011.getWriteObjCounter() ''' getWriteObjCounter_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[61] getWriteObjCounter_Value = getWriteObjCounter_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! #subComponent_011.getGraphicsInvoked() ''' getGraphicsInvoked_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[65] getGraphicsInvoked_Value = getGraphicsInvoked_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! #subComponent_011.getManagingFocusForwardTraversalKeys() ''' getManagingFocusForwardTraversalKeys_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[67] getManagingFocusForwardTraversalKeys_Value = getManagingFocusForwardTraversalKeys_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! #subComponent_011.getManagingFocusBackwardTraversalKeys() ''' getManagingFocusBackwardTraversalKeys_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[68] getManagingFocusBackwardTraversalKeys_Value = getManagingFocusBackwardTraversalKeys_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! #subComponent_011.getFlag() ''' getFlag_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[72] getFlag_Value = getFlag_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! subComponent_011.getInheritsPopupMenu() ''' getInheritsPopupMenu_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[74] getInheritsPopupMenu_Value = getInheritsPopupMenu_Method.invoke(subComponent_011) ''' #getInheritsPopupMenu_Value = False subComponent_011.getComponentPopupMenu() ''' getComponentPopupMenu_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[76] getComponentPopupMenu_Value = getComponentPopupMenu_Method.invoke(subComponent_011) ''' #getComponentPopupMenu_Value = None subComponent_011.getDefaultLocale() ''' getDefaultLocale_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[78] getDefaultLocale_Value = getDefaultLocale_Method.invoke(subComponent_011) ''' #getDefaultLocale_Value = en #subComponent_011.getComponentGraphics() ''' getComponentGraphics_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[81] getComponentGraphics_Value = getComponentGraphics_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! #subComponent_011.getObscuredState() ''' getObscuredState_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[88] getObscuredState_Value = getObscuredState_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! subComponent_011.getBorder() ''' getBorder_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[90] getBorder_Value = getBorder_Method.invoke(subComponent_011) ''' #getBorder_Value = None subComponent_011.getNextFocusableComponent() ''' getNextFocusableComponent_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[102] getNextFocusableComponent_Value = getNextFocusableComponent_Method.invoke(subComponent_011) ''' #getNextFocusableComponent_Value = None #subComponent_011.getClientProperty() ''' getClientProperty_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[105] getClientProperty_Value = getClientProperty_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! #subComponent_011.setVerifyInputWhenFocusTarget() ''' setVerifyInputWhenFocusTarget_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[109] setVerifyInputWhenFocusTarget_Value = setVerifyInputWhenFocusTarget_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! subComponent_011.getVerifyInputWhenFocusTarget() ''' getVerifyInputWhenFocusTarget_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[110] getVerifyInputWhenFocusTarget_Value = getVerifyInputWhenFocusTarget_Method.invoke(subComponent_011) ''' #getVerifyInputWhenFocusTarget_Value = True subComponent_011.getInputVerifier() ''' getInputVerifier_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[116] getInputVerifier_Value = getInputVerifier_Method.invoke(subComponent_011) ''' #getInputVerifier_Value = None subComponent_011.getDebugGraphicsOptions() ''' getDebugGraphicsOptions_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[118] getDebugGraphicsOptions_Value = getDebugGraphicsOptions_Method.invoke(subComponent_011) ''' #getDebugGraphicsOptions_Value = 0 subComponent_011.getInputMap() ''' getInputMap_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[121] getInputMap_Value = getInputMap_Method.invoke(subComponent_011) ''' #getInputMap_Value = javax.swing.InputMap@12a20cff #subComponent_011.getInputMap() ''' getInputMap_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[122] getInputMap_Value = getInputMap_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! #subComponent_011.getInputMap() ''' getInputMap_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[123] getInputMap_Value = getInputMap_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! subComponent_011.getActionMap() ''' getActionMap_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[124] getActionMap_Value = getActionMap_Method.invoke(subComponent_011) ''' #getActionMap_Value = javax.swing.ActionMap@2b086b99 #subComponent_011.getActionMap() ''' getActionMap_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[125] getActionMap_Value = getActionMap_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! subComponent_011.getRegisteredKeyStrokes() ''' getRegisteredKeyStrokes_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[132] getRegisteredKeyStrokes_Value = getRegisteredKeyStrokes_Method.invoke(subComponent_011) ''' #getRegisteredKeyStrokes_Value = array(javax.swing.KeyStroke) #subComponent_011.getConditionForKeyStroke() ''' getConditionForKeyStroke_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[133] getConditionForKeyStroke_Value = getConditionForKeyStroke_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! #subComponent_011.getActionForKeyStroke() ''' getActionForKeyStroke_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[134] getActionForKeyStroke_Value = getActionForKeyStroke_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! #subComponent_011.getToolTipText() ''' getToolTipText_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[145] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! subComponent_011.getToolTipText() ''' getToolTipText_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[146] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_011) ''' #getToolTipText_Value = None #subComponent_011.getToolTipLocation() ''' getToolTipLocation_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[147] getToolTipLocation_Value = getToolTipLocation_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! #subComponent_011.getPopupLocation() ''' getPopupLocation_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[148] getPopupLocation_Value = getPopupLocation_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! subComponent_011.getAutoscrolls() ''' getAutoscrolls_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[152] getAutoscrolls_Value = getAutoscrolls_Method.invoke(subComponent_011) ''' #getAutoscrolls_Value = False subComponent_011.getTransferHandler() ''' getTransferHandler_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[154] getTransferHandler_Value = getTransferHandler_Method.invoke(subComponent_011) ''' #getTransferHandler_Value = None #subComponent_011.getCreatedDoubleBuffer() ''' getCreatedDoubleBuffer_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[160] getCreatedDoubleBuffer_Value = getCreatedDoubleBuffer_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! #subComponent_011.getClientProperties() ''' getClientProperties_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[161] getClientProperties_Value = getClientProperties_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! subComponent_011.getVisibleRect() ''' getVisibleRect_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[165] getVisibleRect_Value = getVisibleRect_Method.invoke(subComponent_011) ''' #getVisibleRect_Value = java.awt.Rectangle[x=0,y=0,width=254,height=11] subComponent_011.getVetoableChangeListeners() ''' getVetoableChangeListeners_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[169] getVetoableChangeListeners_Value = getVetoableChangeListeners_Method.invoke(subComponent_011) ''' #getVetoableChangeListeners_Value = array(java.beans.VetoableChangeListener) subComponent_011.getTopLevelAncestor() ''' getTopLevelAncestor_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[170] getTopLevelAncestor_Value = getTopLevelAncestor_Method.invoke(subComponent_011) ''' #getTopLevelAncestor_Value = com.inductiveautomation.ignition.designer.IgnitionDesigner[f[...] #subComponent_011.getAncestorNotifier() ''' getAncestorNotifier_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[171] getAncestorNotifier_Value = getAncestorNotifier_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! subComponent_011.getAncestorListeners() ''' getAncestorListeners_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[174] getAncestorListeners_Value = getAncestorListeners_Method.invoke(subComponent_011) ''' #getAncestorListeners_Value = array(javax.swing.event.AncestorListener) #subComponent_011.getBounds() ''' getBounds_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[188] getBounds_Value = getBounds_Method.invoke(subComponent_011) ''' #Threw Exception: No value could be obtained! subComponent_011.getRootPane() ''' getRootPane_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[192] getRootPane_Value = getRootPane_Method.invoke(subComponent_011) ''' #getRootPane_Value = javax.swing.JRootPane[,0,0,1295x960,invalid,layout=javax.swi[...] #**************Declared 'set' Methods************* subComponent_011.setBounds() ''' setBounds_Method = subComponent_011.getClass().getDeclaredMethods()[6] setBounds_Value = setBounds_Method.invoke(subComponent_011) ''' subComponent_011.setHistogram() ''' setHistogram_Method = subComponent_011.getClass().getDeclaredMethods()[7] setHistogram_Value = setHistogram_Method.invoke(subComponent_011) ''' subComponent_011.setHighDensityColor() ''' setHighDensityColor_Method = subComponent_011.getClass().getDeclaredMethods()[9] setHighDensityColor_Value = setHighDensityColor_Method.invoke(subComponent_011) ''' #***********Declared 'set' Super Methods********** subComponent_011.setOpaque() ''' setOpaque_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[7] setOpaque_Value = setOpaque_Method.invoke(subComponent_011) ''' subComponent_011.setFont() ''' setFont_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[15] setFont_Value = setFont_Method.invoke(subComponent_011) ''' subComponent_011.setFocusTraversalKeys() ''' setFocusTraversalKeys_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[23] setFocusTraversalKeys_Value = setFocusTraversalKeys_Method.invoke(subComponent_011) ''' subComponent_011.setEnabled() ''' setEnabled_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[33] setEnabled_Value = setEnabled_Method.invoke(subComponent_011) ''' subComponent_011.setForeground() ''' setForeground_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[38] setForeground_Value = setForeground_Method.invoke(subComponent_011) ''' subComponent_011.setBackground() ''' setBackground_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[39] setBackground_Value = setBackground_Method.invoke(subComponent_011) ''' subComponent_011.setPreferredSize() ''' setPreferredSize_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[41] setPreferredSize_Value = setPreferredSize_Method.invoke(subComponent_011) ''' subComponent_011.setMinimumSize() ''' setMinimumSize_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[42] setMinimumSize_Value = setMinimumSize_Method.invoke(subComponent_011) ''' subComponent_011.setMaximumSize() ''' setMaximumSize_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[43] setMaximumSize_Value = setMaximumSize_Method.invoke(subComponent_011) ''' subComponent_011.setDoubleBuffered() ''' setDoubleBuffered_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[55] setDoubleBuffered_Value = setDoubleBuffered_Method.invoke(subComponent_011) ''' subComponent_011.setUIProperty() ''' setUIProperty_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[56] setUIProperty_Value = setUIProperty_Method.invoke(subComponent_011) ''' subComponent_011.setUI() ''' setUI_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[59] setUI_Value = setUI_Method.invoke(subComponent_011) ''' subComponent_011.setWriteObjCounter() ''' setWriteObjCounter_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[62] setWriteObjCounter_Value = setWriteObjCounter_Method.invoke(subComponent_011) ''' subComponent_011.setInheritsPopupMenu() ''' setInheritsPopupMenu_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[71] setInheritsPopupMenu_Value = setInheritsPopupMenu_Method.invoke(subComponent_011) ''' subComponent_011.setFlag() ''' setFlag_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[73] setFlag_Value = setFlag_Method.invoke(subComponent_011) ''' subComponent_011.setComponentPopupMenu() ''' setComponentPopupMenu_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[75] setComponentPopupMenu_Value = setComponentPopupMenu_Method.invoke(subComponent_011) ''' subComponent_011.setNextFocusableComponent() ''' setNextFocusableComponent_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[103] setNextFocusableComponent_Value = setNextFocusableComponent_Method.invoke(subComponent_011) ''' subComponent_011.setRequestFocusEnabled() ''' setRequestFocusEnabled_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[106] setRequestFocusEnabled_Value = setRequestFocusEnabled_Method.invoke(subComponent_011) ''' subComponent_011.setBorder() ''' setBorder_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[111] setBorder_Value = setBorder_Method.invoke(subComponent_011) ''' subComponent_011.setAlignmentY() ''' setAlignmentY_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[112] setAlignmentY_Value = setAlignmentY_Method.invoke(subComponent_011) ''' subComponent_011.setAlignmentX() ''' setAlignmentX_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[114] setAlignmentX_Value = setAlignmentX_Method.invoke(subComponent_011) ''' subComponent_011.setInputVerifier() ''' setInputVerifier_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[115] setInputVerifier_Value = setInputVerifier_Method.invoke(subComponent_011) ''' subComponent_011.setDebugGraphicsOptions() ''' setDebugGraphicsOptions_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[117] setDebugGraphicsOptions_Value = setDebugGraphicsOptions_Method.invoke(subComponent_011) ''' subComponent_011.resetKeyboardActions() ''' resetKeyboardActions_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[135] resetKeyboardActions_Value = resetKeyboardActions_Method.invoke(subComponent_011) ''' subComponent_011.setInputMap() ''' setInputMap_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[136] setInputMap_Value = setInputMap_Method.invoke(subComponent_011) ''' subComponent_011.setActionMap() ''' setActionMap_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[137] setActionMap_Value = setActionMap_Method.invoke(subComponent_011) ''' subComponent_011.setDefaultLocale() ''' setDefaultLocale_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[139] setDefaultLocale_Value = setDefaultLocale_Method.invoke(subComponent_011) ''' subComponent_011.setToolTipText() ''' setToolTipText_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[144] setToolTipText_Value = setToolTipText_Method.invoke(subComponent_011) ''' subComponent_011.setAutoscrolls() ''' setAutoscrolls_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[151] setAutoscrolls_Value = setAutoscrolls_Method.invoke(subComponent_011) ''' subComponent_011.setTransferHandler() ''' setTransferHandler_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[153] setTransferHandler_Value = setTransferHandler_Method.invoke(subComponent_011) ''' subComponent_011.setDropLocation() ''' setDropLocation_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[156] setDropLocation_Value = setDropLocation_Method.invoke(subComponent_011) ''' subComponent_011.setCreatedDoubleBuffer() ''' setCreatedDoubleBuffer_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[159] setCreatedDoubleBuffer_Value = setCreatedDoubleBuffer_Method.invoke(subComponent_011) ''' subComponent_011.setPaintingChild() ''' setPaintingChild_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[181] setPaintingChild_Value = setPaintingChild_Method.invoke(subComponent_011) ''' subComponent_011.setVisible() ''' setVisible_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[187] setVisible_Value = setVisible_Method.invoke(subComponent_011) ''' #************All Other Declared Methods*********** subComponent_011.mousePressed() ''' mousePressed_Method = subComponent_011.getClass().getDeclaredMethods()[0] mousePressed_Value = mousePressed_Method.invoke(subComponent_011) ''' subComponent_011.mouseReleased() ''' mouseReleased_Method = subComponent_011.getClass().getDeclaredMethods()[1] mouseReleased_Value = mouseReleased_Method.invoke(subComponent_011) ''' subComponent_011.mouseClicked() ''' mouseClicked_Method = subComponent_011.getClass().getDeclaredMethods()[2] mouseClicked_Value = mouseClicked_Method.invoke(subComponent_011) ''' subComponent_011.mouseExited() ''' mouseExited_Method = subComponent_011.getClass().getDeclaredMethods()[3] mouseExited_Value = mouseExited_Method.invoke(subComponent_011) ''' subComponent_011.mouseEntered() ''' mouseEntered_Method = subComponent_011.getClass().getDeclaredMethods()[4] mouseEntered_Value = mouseEntered_Method.invoke(subComponent_011) ''' subComponent_011.paintComponent() ''' paintComponent_Method = subComponent_011.getClass().getDeclaredMethods()[5] paintComponent_Value = paintComponent_Method.invoke(subComponent_011) ''' subComponent_011.recalcDensityArray() ''' recalcDensityArray_Method = subComponent_011.getClass().getDeclaredMethods()[8] recalcDensityArray_Value = recalcDensityArray_Method.invoke(subComponent_011) ''' #*********All Other Declared Super Methods******** subComponent_011.update() ''' update_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[0] update_Value = update_Method.invoke(subComponent_011) ''' subComponent_011.contains() ''' contains_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[1] contains_Value = contains_Method.invoke(subComponent_011) ''' subComponent_011.readObject() ''' readObject_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[3] readObject_Value = readObject_Method.invoke(subComponent_011) ''' subComponent_011.writeObject() ''' writeObject_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[4] writeObject_Value = writeObject_Method.invoke(subComponent_011) ''' subComponent_011.print() ''' print_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[5] print_Value = print_Method.invoke(subComponent_011) ''' subComponent_011.paramString() ''' paramString_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[8] paramString_Value = paramString_Method.invoke(subComponent_011) ''' subComponent_011.isOpaque() ''' isOpaque_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[9] isOpaque_Value = isOpaque_Method.invoke(subComponent_011) ''' subComponent_011.removeNotify() ''' removeNotify_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[12] removeNotify_Value = removeNotify_Method.invoke(subComponent_011) ''' subComponent_011.addNotify() ''' addNotify_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[13] addNotify_Value = addNotify_Method.invoke(subComponent_011) ''' subComponent_011.isValidateRoot() ''' isValidateRoot_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[14] isValidateRoot_Value = isValidateRoot_Method.invoke(subComponent_011) ''' subComponent_011.paint() ''' paint_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[21] paint_Value = paint_Method.invoke(subComponent_011) ''' subComponent_011.firePropertyChange() ''' firePropertyChange_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[24] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_011) ''' subComponent_011.firePropertyChange() ''' firePropertyChange_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[25] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_011) ''' subComponent_011.firePropertyChange() ''' firePropertyChange_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[26] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_011) ''' subComponent_011.requestFocus() ''' requestFocus_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[27] requestFocus_Value = requestFocus_Method.invoke(subComponent_011) ''' subComponent_011.requestFocus() ''' requestFocus_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[28] requestFocus_Value = requestFocus_Method.invoke(subComponent_011) ''' subComponent_011.enable() ''' enable_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[34] enable_Value = enable_Method.invoke(subComponent_011) ''' subComponent_011.disable() ''' disable_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[35] disable_Value = disable_Method.invoke(subComponent_011) ''' subComponent_011.isDoubleBuffered() ''' isDoubleBuffered_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[36] isDoubleBuffered_Value = isDoubleBuffered_Method.invoke(subComponent_011) ''' subComponent_011.hide() ''' hide_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[37] hide_Value = hide_Method.invoke(subComponent_011) ''' subComponent_011.reshape() ''' reshape_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[40] reshape_Value = reshape_Method.invoke(subComponent_011) ''' subComponent_011.printAll() ''' printAll_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[48] printAll_Value = printAll_Method.invoke(subComponent_011) ''' subComponent_011.processKeyEvent() ''' processKeyEvent_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[49] processKeyEvent_Value = processKeyEvent_Method.invoke(subComponent_011) ''' subComponent_011.processMouseEvent() ''' processMouseEvent_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[50] processMouseEvent_Value = processMouseEvent_Method.invoke(subComponent_011) ''' subComponent_011.processMouseMotionEvent() ''' processMouseMotionEvent_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[51] processMouseMotionEvent_Value = processMouseMotionEvent_Method.invoke(subComponent_011) ''' subComponent_011.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[52] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_011) ''' subComponent_011.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[53] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_011) ''' subComponent_011.compWriteObjectNotify() ''' compWriteObjectNotify_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[54] compWriteObjectNotify_Value = compWriteObjectNotify_Method.invoke(subComponent_011) ''' subComponent_011.updateUI() ''' updateUI_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[57] updateUI_Value = updateUI_Method.invoke(subComponent_011) ''' subComponent_011.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[63] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_011) ''' subComponent_011.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[64] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_011) ''' subComponent_011.isComponentObtainingGraphicsFrom() ''' isComponentObtainingGraphicsFrom_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[66] isComponentObtainingGraphicsFrom_Value = isComponentObtainingGraphicsFrom_Method.invoke(subComponent_011) ''' subComponent_011.fetchRectangle() ''' fetchRectangle_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[69] fetchRectangle_Value = fetchRectangle_Method.invoke(subComponent_011) ''' subComponent_011.recycleRectangle() ''' recycleRectangle_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[70] recycleRectangle_Value = recycleRectangle_Method.invoke(subComponent_011) ''' subComponent_011.isManagingFocus() ''' isManagingFocus_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[77] isManagingFocus_Value = isManagingFocus_Method.invoke(subComponent_011) ''' subComponent_011.uninstallUIAndProperties() ''' uninstallUIAndProperties_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[79] uninstallUIAndProperties_Value = uninstallUIAndProperties_Method.invoke(subComponent_011) ''' subComponent_011.putClientProperty() ''' putClientProperty_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[80] putClientProperty_Value = putClientProperty_Method.invoke(subComponent_011) ''' subComponent_011.shouldDebugGraphics() ''' shouldDebugGraphics_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[82] shouldDebugGraphics_Value = shouldDebugGraphics_Method.invoke(subComponent_011) ''' subComponent_011.paintComponent() ''' paintComponent_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[83] paintComponent_Value = paintComponent_Method.invoke(subComponent_011) ''' subComponent_011.paintChildren() ''' paintChildren_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[84] paintChildren_Value = paintChildren_Method.invoke(subComponent_011) ''' subComponent_011.isOptimizedDrawingEnabled() ''' isOptimizedDrawingEnabled_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[85] isOptimizedDrawingEnabled_Value = isOptimizedDrawingEnabled_Method.invoke(subComponent_011) ''' subComponent_011.checkIfChildObscuredBySibling() ''' checkIfChildObscuredBySibling_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[86] checkIfChildObscuredBySibling_Value = checkIfChildObscuredBySibling_Method.invoke(subComponent_011) ''' subComponent_011.isLightweightComponent() ''' isLightweightComponent_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[87] isLightweightComponent_Value = isLightweightComponent_Method.invoke(subComponent_011) ''' subComponent_011.paintBorder() ''' paintBorder_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[89] paintBorder_Value = paintBorder_Method.invoke(subComponent_011) ''' subComponent_011.adjustPaintFlags() ''' adjustPaintFlags_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[91] adjustPaintFlags_Value = adjustPaintFlags_Method.invoke(subComponent_011) ''' subComponent_011.isPainting() ''' isPainting_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[92] isPainting_Value = isPainting_Method.invoke(subComponent_011) ''' subComponent_011.rectangleIsObscured() ''' rectangleIsObscured_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[93] rectangleIsObscured_Value = rectangleIsObscured_Method.invoke(subComponent_011) ''' subComponent_011.printComponent() ''' printComponent_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[94] printComponent_Value = printComponent_Method.invoke(subComponent_011) ''' subComponent_011.printBorder() ''' printBorder_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[95] printBorder_Value = printBorder_Method.invoke(subComponent_011) ''' subComponent_011.printChildren() ''' printChildren_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[96] printChildren_Value = printChildren_Method.invoke(subComponent_011) ''' subComponent_011.paintForceDoubleBuffered() ''' paintForceDoubleBuffered_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[97] paintForceDoubleBuffered_Value = paintForceDoubleBuffered_Method.invoke(subComponent_011) ''' subComponent_011.isPaintingTile() ''' isPaintingTile_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[98] isPaintingTile_Value = isPaintingTile_Method.invoke(subComponent_011) ''' subComponent_011.isPaintingForPrint() ''' isPaintingForPrint_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[99] isPaintingForPrint_Value = isPaintingForPrint_Method.invoke(subComponent_011) ''' subComponent_011.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[100] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_011) ''' subComponent_011.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[101] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_011) ''' subComponent_011.deregisterNextFocusableComponent() ''' deregisterNextFocusableComponent_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[104] deregisterNextFocusableComponent_Value = deregisterNextFocusableComponent_Method.invoke(subComponent_011) ''' subComponent_011.isRequestFocusEnabled() ''' isRequestFocusEnabled_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[107] isRequestFocusEnabled_Value = isRequestFocusEnabled_Method.invoke(subComponent_011) ''' subComponent_011.grabFocus() ''' grabFocus_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[108] grabFocus_Value = grabFocus_Method.invoke(subComponent_011) ''' subComponent_011.validateAlignment() ''' validateAlignment_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[113] validateAlignment_Value = validateAlignment_Method.invoke(subComponent_011) ''' subComponent_011.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[119] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_011) ''' subComponent_011.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[120] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_011) ''' subComponent_011.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[126] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_011) ''' subComponent_011.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[127] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_011) ''' subComponent_011.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[128] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_011) ''' subComponent_011.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[129] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_011) ''' subComponent_011.componentInputMapChanged() ''' componentInputMapChanged_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[130] componentInputMapChanged_Value = componentInputMapChanged_Method.invoke(subComponent_011) ''' subComponent_011.unregisterKeyboardAction() ''' unregisterKeyboardAction_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[131] unregisterKeyboardAction_Value = unregisterKeyboardAction_Method.invoke(subComponent_011) ''' subComponent_011.requestDefaultFocus() ''' requestDefaultFocus_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[138] requestDefaultFocus_Value = requestDefaultFocus_Method.invoke(subComponent_011) ''' subComponent_011.processComponentKeyEvent() ''' processComponentKeyEvent_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[140] processComponentKeyEvent_Value = processComponentKeyEvent_Method.invoke(subComponent_011) ''' subComponent_011.processKeyBindings() ''' processKeyBindings_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[141] processKeyBindings_Value = processKeyBindings_Method.invoke(subComponent_011) ''' subComponent_011.processKeyBinding() ''' processKeyBinding_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[142] processKeyBinding_Value = processKeyBinding_Method.invoke(subComponent_011) ''' subComponent_011.processKeyBindingsForAllComponents() ''' processKeyBindingsForAllComponents_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[143] processKeyBindingsForAllComponents_Value = processKeyBindingsForAllComponents_Method.invoke(subComponent_011) ''' subComponent_011.createToolTip() ''' createToolTip_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[149] createToolTip_Value = createToolTip_Method.invoke(subComponent_011) ''' subComponent_011.scrollRectToVisible() ''' scrollRectToVisible_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[150] scrollRectToVisible_Value = scrollRectToVisible_Method.invoke(subComponent_011) ''' subComponent_011.dropLocationForPoint() ''' dropLocationForPoint_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[155] dropLocationForPoint_Value = dropLocationForPoint_Method.invoke(subComponent_011) ''' subComponent_011.dndDone() ''' dndDone_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[157] dndDone_Value = dndDone_Method.invoke(subComponent_011) ''' subComponent_011.superProcessMouseMotionEvent() ''' superProcessMouseMotionEvent_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[158] superProcessMouseMotionEvent_Value = superProcessMouseMotionEvent_Method.invoke(subComponent_011) ''' subComponent_011.clientPropertyChanged() ''' clientPropertyChanged_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[162] clientPropertyChanged_Value = clientPropertyChanged_Method.invoke(subComponent_011) ''' subComponent_011.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[163] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_011) ''' subComponent_011.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[164] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_011) ''' subComponent_011.fireVetoableChange() ''' fireVetoableChange_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[166] fireVetoableChange_Value = fireVetoableChange_Method.invoke(subComponent_011) ''' subComponent_011.addVetoableChangeListener() ''' addVetoableChangeListener_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[167] addVetoableChangeListener_Value = addVetoableChangeListener_Method.invoke(subComponent_011) ''' subComponent_011.removeVetoableChangeListener() ''' removeVetoableChangeListener_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[168] removeVetoableChangeListener_Value = removeVetoableChangeListener_Method.invoke(subComponent_011) ''' subComponent_011.addAncestorListener() ''' addAncestorListener_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[172] addAncestorListener_Value = addAncestorListener_Method.invoke(subComponent_011) ''' subComponent_011.removeAncestorListener() ''' removeAncestorListener_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[173] removeAncestorListener_Value = removeAncestorListener_Method.invoke(subComponent_011) ''' #subComponent_011.lambda$revalidate$0() ''' lambdarevalidate0_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[175] lambdarevalidate0_Value = lambdarevalidate0_Method.invoke(#subComponent_011) ''' subComponent_011.isPaintingOrigin() ''' isPaintingOrigin_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[176] isPaintingOrigin_Value = isPaintingOrigin_Method.invoke(subComponent_011) ''' subComponent_011.paintImmediately() ''' paintImmediately_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[177] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_011) ''' subComponent_011.paintImmediately() ''' paintImmediately_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[178] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_011) ''' subComponent_011._paintImmediately() ''' _paintImmediately_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[179] _paintImmediately_Value = _paintImmediately_Method.invoke(subComponent_011) ''' subComponent_011.alwaysOnTop() ''' alwaysOnTop_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[180] alwaysOnTop_Value = alwaysOnTop_Method.invoke(subComponent_011) ''' subComponent_011.paintToOffscreen() ''' paintToOffscreen_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[182] paintToOffscreen_Value = paintToOffscreen_Method.invoke(subComponent_011) ''' #subComponent_011.access$000() ''' access000_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[183] access000_Value = access000_Method.invoke(#subComponent_011) ''' #subComponent_011.access$100() ''' access100_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[184] access100_Value = access100_Method.invoke(#subComponent_011) ''' #subComponent_011.access$200() ''' access200_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[185] access200_Value = access200_Method.invoke(#subComponent_011) ''' #subComponent_011.access$300() ''' access300_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[186] access300_Value = access300_Method.invoke(#subComponent_011) ''' subComponent_011.repaint() ''' repaint_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[189] repaint_Value = repaint_Method.invoke(subComponent_011) ''' subComponent_011.repaint() ''' repaint_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[190] repaint_Value = repaint_Method.invoke(subComponent_011) ''' subComponent_011.revalidate() ''' revalidate_Method = subComponent_011.getClass().getSuperclass().getDeclaredMethods()[191] revalidate_Value = revalidate_Method.invoke(subComponent_011) ''' endFunction = True #========================================================== #========================================================== subComponent_012 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(2) def subComponent_012(): # def subComponent_012_Declared_Fields(): #*****************Declared Fields***************** #NOTE: The following fields can only be accessed through reflection #subComponent_012.getClass().getDeclaredFields()[0] uiClassID_Field = subComponent_012.getClass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_012) #uiClassID_Value = PanelUI #**************Declared Super Fields************** subComponent_012.alignmentX #subComponent_012.alignmentX = 0.0 subComponent_012.alignmentY #subComponent_012.alignmentY = 0.0 subComponent_012.autoscrolls #subComponent_012.autoscrolls = False subComponent_012.border #subComponent_012.border = javax.swing.plaf.synth.SynthBorder@3093575c subComponent_012.inputVerifier #subComponent_012.inputVerifier = None subComponent_012.verifyInputWhenFocusTarget #subComponent_012.verifyInputWhenFocusTarget = True subComponent_012.WHEN_FOCUSED #subComponent_012.WHEN_FOCUSED = 0 subComponent_012.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT #subComponent_012.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT = 1 subComponent_012.WHEN_IN_FOCUSED_WINDOW #subComponent_012.WHEN_IN_FOCUSED_WINDOW = 2 subComponent_012.UNDEFINED_CONDITION #subComponent_012.UNDEFINED_CONDITION = -1 subComponent_012.TOOL_TIP_TEXT_KEY #subComponent_012.TOOL_TIP_TEXT_KEY = ToolTipText subComponent_012.actionMap #subComponent_012.actionMap = None #NOTE: The following fields can only be accessed through reflection #subComponent_012.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_012) #uiClassID_Value = ComponentUI #subComponent_012.getClass().getSuperclass().getDeclaredFields()[1] readObjectCallbacks_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('readObjectCallbacks') readObjectCallbacks_Field.setAccessible(True) readObjectCallbacks_Value = readObjectCallbacks_Field.get(subComponent_012) #readObjectCallbacks_Value = {} #subComponent_012.getClass().getSuperclass().getDeclaredFields()[2] managingFocusForwardTraversalKeys_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('managingFocusForwardTraversalKeys') managingFocusForwardTraversalKeys_Field.setAccessible(True) managingFocusForwardTraversalKeys_Value = managingFocusForwardTraversalKeys_Field.get(subComponent_012) #managingFocusForwardTraversalKeys_Value = [ctrl pressed TAB] #subComponent_012.getClass().getSuperclass().getDeclaredFields()[3] managingFocusBackwardTraversalKeys_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('managingFocusBackwardTraversalKeys') managingFocusBackwardTraversalKeys_Field.setAccessible(True) managingFocusBackwardTraversalKeys_Value = managingFocusBackwardTraversalKeys_Field.get(subComponent_012) #managingFocusBackwardTraversalKeys_Value = [shift ctrl pressed TAB] #subComponent_012.getClass().getSuperclass().getDeclaredFields()[4] NOT_OBSCURED_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('NOT_OBSCURED') NOT_OBSCURED_Field.setAccessible(True) NOT_OBSCURED_Value = NOT_OBSCURED_Field.get(subComponent_012) #NOT_OBSCURED_Value = 0 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[5] PARTIALLY_OBSCURED_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('PARTIALLY_OBSCURED') PARTIALLY_OBSCURED_Field.setAccessible(True) PARTIALLY_OBSCURED_Value = PARTIALLY_OBSCURED_Field.get(subComponent_012) #PARTIALLY_OBSCURED_Value = 1 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[6] COMPLETELY_OBSCURED_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('COMPLETELY_OBSCURED') COMPLETELY_OBSCURED_Field.setAccessible(True) COMPLETELY_OBSCURED_Value = COMPLETELY_OBSCURED_Field.get(subComponent_012) #COMPLETELY_OBSCURED_Value = 2 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[7] DEBUG_GRAPHICS_LOADED_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('DEBUG_GRAPHICS_LOADED') DEBUG_GRAPHICS_LOADED_Field.setAccessible(True) DEBUG_GRAPHICS_LOADED_Value = DEBUG_GRAPHICS_LOADED_Field.get(subComponent_012) #DEBUG_GRAPHICS_LOADED_Value = True #subComponent_012.getClass().getSuperclass().getDeclaredFields()[8] INPUT_VERIFIER_SOURCE_KEY_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('INPUT_VERIFIER_SOURCE_KEY') INPUT_VERIFIER_SOURCE_KEY_Field.setAccessible(True) INPUT_VERIFIER_SOURCE_KEY_Value = INPUT_VERIFIER_SOURCE_KEY_Field.get(subComponent_012) #INPUT_VERIFIER_SOURCE_KEY_Value = InputVerifierSourceKey #subComponent_012.getClass().getSuperclass().getDeclaredFields()[9] isAlignmentXSet_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('isAlignmentXSet') isAlignmentXSet_Field.setAccessible(True) isAlignmentXSet_Value = isAlignmentXSet_Field.get(subComponent_012) #isAlignmentXSet_Value = False #subComponent_012.getClass().getSuperclass().getDeclaredFields()[11] isAlignmentYSet_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('isAlignmentYSet') isAlignmentYSet_Field.setAccessible(True) isAlignmentYSet_Value = isAlignmentYSet_Field.get(subComponent_012) #isAlignmentYSet_Value = False #subComponent_012.getClass().getSuperclass().getDeclaredFields()[13] ui_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('ui') ui_Field.setAccessible(True) ui_Value = ui_Field.get(subComponent_012) #ui_Value = javax.swing.plaf.synth.SynthPanelUI@d21adb6 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[14] listenerList_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('listenerList') listenerList_Field.setAccessible(True) listenerList_Value = listenerList_Field.get(subComponent_012) #listenerList_Value = EventListenerList: 0 listeners: #subComponent_012.getClass().getSuperclass().getDeclaredFields()[15] clientProperties_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('clientProperties') clientProperties_Field.setAccessible(True) clientProperties_Value = clientProperties_Field.get(subComponent_012) #clientProperties_Value = javax.swing.ArrayTable@30d7c50d #subComponent_012.getClass().getSuperclass().getDeclaredFields()[16] vetoableChangeSupport_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('vetoableChangeSupport') vetoableChangeSupport_Field.setAccessible(True) vetoableChangeSupport_Value = vetoableChangeSupport_Field.get(subComponent_012) #vetoableChangeSupport_Value = None #subComponent_012.getClass().getSuperclass().getDeclaredFields()[19] flags_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('flags') flags_Field.setAccessible(True) flags_Value = flags_Field.get(subComponent_012) #flags_Value = 16777217 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[22] paintingChild_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('paintingChild') paintingChild_Field.setAccessible(True) paintingChild_Value = paintingChild_Field.get(subComponent_012) #paintingChild_Value = None #subComponent_012.getClass().getSuperclass().getDeclaredFields()[27] KEYBOARD_BINDINGS_KEY_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('KEYBOARD_BINDINGS_KEY') KEYBOARD_BINDINGS_KEY_Field.setAccessible(True) KEYBOARD_BINDINGS_KEY_Value = KEYBOARD_BINDINGS_KEY_Field.get(subComponent_012) #KEYBOARD_BINDINGS_KEY_Value = _KeyboardBindings #subComponent_012.getClass().getSuperclass().getDeclaredFields()[28] WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('WHEN_IN_FOCUSED_WINDOW_BINDINGS') WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.setAccessible(True) WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.get(subComponent_012) #WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = _WhenInFocusedWindow #subComponent_012.getClass().getSuperclass().getDeclaredFields()[30] NEXT_FOCUS_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('NEXT_FOCUS') NEXT_FOCUS_Field.setAccessible(True) NEXT_FOCUS_Value = NEXT_FOCUS_Field.get(subComponent_012) #NEXT_FOCUS_Value = nextFocus #subComponent_012.getClass().getSuperclass().getDeclaredFields()[31] popupMenu_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('popupMenu') popupMenu_Field.setAccessible(True) popupMenu_Value = popupMenu_Field.get(subComponent_012) #popupMenu_Value = None #subComponent_012.getClass().getSuperclass().getDeclaredFields()[32] IS_DOUBLE_BUFFERED_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('IS_DOUBLE_BUFFERED') IS_DOUBLE_BUFFERED_Field.setAccessible(True) IS_DOUBLE_BUFFERED_Value = IS_DOUBLE_BUFFERED_Field.get(subComponent_012) #IS_DOUBLE_BUFFERED_Value = 0 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[33] ANCESTOR_USING_BUFFER_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('ANCESTOR_USING_BUFFER') ANCESTOR_USING_BUFFER_Field.setAccessible(True) ANCESTOR_USING_BUFFER_Value = ANCESTOR_USING_BUFFER_Field.get(subComponent_012) #ANCESTOR_USING_BUFFER_Value = 1 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[34] IS_PAINTING_TILE_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('IS_PAINTING_TILE') IS_PAINTING_TILE_Field.setAccessible(True) IS_PAINTING_TILE_Value = IS_PAINTING_TILE_Field.get(subComponent_012) #IS_PAINTING_TILE_Value = 2 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[35] IS_OPAQUE_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('IS_OPAQUE') IS_OPAQUE_Field.setAccessible(True) IS_OPAQUE_Value = IS_OPAQUE_Field.get(subComponent_012) #IS_OPAQUE_Value = 3 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[36] KEY_EVENTS_ENABLED_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('KEY_EVENTS_ENABLED') KEY_EVENTS_ENABLED_Field.setAccessible(True) KEY_EVENTS_ENABLED_Value = KEY_EVENTS_ENABLED_Field.get(subComponent_012) #KEY_EVENTS_ENABLED_Value = 4 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[37] FOCUS_INPUTMAP_CREATED_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('FOCUS_INPUTMAP_CREATED') FOCUS_INPUTMAP_CREATED_Field.setAccessible(True) FOCUS_INPUTMAP_CREATED_Value = FOCUS_INPUTMAP_CREATED_Field.get(subComponent_012) #FOCUS_INPUTMAP_CREATED_Value = 5 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[38] ANCESTOR_INPUTMAP_CREATED_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('ANCESTOR_INPUTMAP_CREATED') ANCESTOR_INPUTMAP_CREATED_Field.setAccessible(True) ANCESTOR_INPUTMAP_CREATED_Value = ANCESTOR_INPUTMAP_CREATED_Field.get(subComponent_012) #ANCESTOR_INPUTMAP_CREATED_Value = 6 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[39] WIF_INPUTMAP_CREATED_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('WIF_INPUTMAP_CREATED') WIF_INPUTMAP_CREATED_Field.setAccessible(True) WIF_INPUTMAP_CREATED_Value = WIF_INPUTMAP_CREATED_Field.get(subComponent_012) #WIF_INPUTMAP_CREATED_Value = 7 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[40] ACTIONMAP_CREATED_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('ACTIONMAP_CREATED') ACTIONMAP_CREATED_Field.setAccessible(True) ACTIONMAP_CREATED_Value = ACTIONMAP_CREATED_Field.get(subComponent_012) #ACTIONMAP_CREATED_Value = 8 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[41] CREATED_DOUBLE_BUFFER_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('CREATED_DOUBLE_BUFFER') CREATED_DOUBLE_BUFFER_Field.setAccessible(True) CREATED_DOUBLE_BUFFER_Value = CREATED_DOUBLE_BUFFER_Field.get(subComponent_012) #CREATED_DOUBLE_BUFFER_Value = 9 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[42] IS_PRINTING_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('IS_PRINTING') IS_PRINTING_Field.setAccessible(True) IS_PRINTING_Value = IS_PRINTING_Field.get(subComponent_012) #IS_PRINTING_Value = 11 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[43] IS_PRINTING_ALL_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('IS_PRINTING_ALL') IS_PRINTING_ALL_Field.setAccessible(True) IS_PRINTING_ALL_Value = IS_PRINTING_ALL_Field.get(subComponent_012) #IS_PRINTING_ALL_Value = 12 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[44] IS_REPAINTING_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('IS_REPAINTING') IS_REPAINTING_Field.setAccessible(True) IS_REPAINTING_Value = IS_REPAINTING_Field.get(subComponent_012) #IS_REPAINTING_Value = 13 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[45] WRITE_OBJ_COUNTER_FIRST_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_FIRST') WRITE_OBJ_COUNTER_FIRST_Field.setAccessible(True) WRITE_OBJ_COUNTER_FIRST_Value = WRITE_OBJ_COUNTER_FIRST_Field.get(subComponent_012) #WRITE_OBJ_COUNTER_FIRST_Value = 14 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[46] RESERVED_1_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('RESERVED_1') RESERVED_1_Field.setAccessible(True) RESERVED_1_Value = RESERVED_1_Field.get(subComponent_012) #RESERVED_1_Value = 15 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[47] RESERVED_2_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('RESERVED_2') RESERVED_2_Field.setAccessible(True) RESERVED_2_Value = RESERVED_2_Field.get(subComponent_012) #RESERVED_2_Value = 16 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[48] RESERVED_3_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('RESERVED_3') RESERVED_3_Field.setAccessible(True) RESERVED_3_Value = RESERVED_3_Field.get(subComponent_012) #RESERVED_3_Value = 17 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[49] RESERVED_4_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('RESERVED_4') RESERVED_4_Field.setAccessible(True) RESERVED_4_Value = RESERVED_4_Field.get(subComponent_012) #RESERVED_4_Value = 18 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[50] RESERVED_5_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('RESERVED_5') RESERVED_5_Field.setAccessible(True) RESERVED_5_Value = RESERVED_5_Field.get(subComponent_012) #RESERVED_5_Value = 19 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[51] RESERVED_6_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('RESERVED_6') RESERVED_6_Field.setAccessible(True) RESERVED_6_Value = RESERVED_6_Field.get(subComponent_012) #RESERVED_6_Value = 20 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[52] WRITE_OBJ_COUNTER_LAST_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_LAST') WRITE_OBJ_COUNTER_LAST_Field.setAccessible(True) WRITE_OBJ_COUNTER_LAST_Value = WRITE_OBJ_COUNTER_LAST_Field.get(subComponent_012) #WRITE_OBJ_COUNTER_LAST_Value = 21 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[53] REQUEST_FOCUS_DISABLED_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('REQUEST_FOCUS_DISABLED') REQUEST_FOCUS_DISABLED_Field.setAccessible(True) REQUEST_FOCUS_DISABLED_Value = REQUEST_FOCUS_DISABLED_Field.get(subComponent_012) #REQUEST_FOCUS_DISABLED_Value = 22 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[54] INHERITS_POPUP_MENU_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('INHERITS_POPUP_MENU') INHERITS_POPUP_MENU_Field.setAccessible(True) INHERITS_POPUP_MENU_Value = INHERITS_POPUP_MENU_Field.get(subComponent_012) #INHERITS_POPUP_MENU_Value = 23 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[55] OPAQUE_SET_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('OPAQUE_SET') OPAQUE_SET_Field.setAccessible(True) OPAQUE_SET_Value = OPAQUE_SET_Field.get(subComponent_012) #OPAQUE_SET_Value = 24 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[56] AUTOSCROLLS_SET_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('AUTOSCROLLS_SET') AUTOSCROLLS_SET_Field.setAccessible(True) AUTOSCROLLS_SET_Value = AUTOSCROLLS_SET_Field.get(subComponent_012) #AUTOSCROLLS_SET_Value = 25 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[57] FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_FORWARD_SET') FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.get(subComponent_012) #FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = 26 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[58] FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_BACKWARD_SET') FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.get(subComponent_012) #FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = 27 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[59] revalidateRunnableScheduled_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('revalidateRunnableScheduled') revalidateRunnableScheduled_Field.setAccessible(True) revalidateRunnableScheduled_Value = revalidateRunnableScheduled_Field.get(subComponent_012) #revalidateRunnableScheduled_Value = false #subComponent_012.getClass().getSuperclass().getDeclaredFields()[60] tempRectangles_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('tempRectangles') tempRectangles_Field.setAccessible(True) tempRectangles_Value = tempRectangles_Field.get(subComponent_012) #tempRectangles_Value = [java.awt.Rectangle[x=0,y=0,width=425,height=525], java.awt.[...] #subComponent_012.getClass().getSuperclass().getDeclaredFields()[61] focusInputMap_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('focusInputMap') focusInputMap_Field.setAccessible(True) focusInputMap_Value = focusInputMap_Field.get(subComponent_012) #focusInputMap_Value = None #subComponent_012.getClass().getSuperclass().getDeclaredFields()[62] ancestorInputMap_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('ancestorInputMap') ancestorInputMap_Field.setAccessible(True) ancestorInputMap_Value = ancestorInputMap_Field.get(subComponent_012) #ancestorInputMap_Value = None #subComponent_012.getClass().getSuperclass().getDeclaredFields()[63] windowInputMap_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('windowInputMap') windowInputMap_Field.setAccessible(True) windowInputMap_Value = windowInputMap_Field.get(subComponent_012) #windowInputMap_Value = None #subComponent_012.getClass().getSuperclass().getDeclaredFields()[65] defaultLocale_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('defaultLocale') defaultLocale_Field.setAccessible(True) defaultLocale_Value = defaultLocale_Field.get(subComponent_012) #defaultLocale_Value = JComponent.defaultLocale #subComponent_012.getClass().getSuperclass().getDeclaredFields()[66] componentObtainingGraphicsFrom_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFrom') componentObtainingGraphicsFrom_Field.setAccessible(True) componentObtainingGraphicsFrom_Value = componentObtainingGraphicsFrom_Field.get(subComponent_012) #componentObtainingGraphicsFrom_Value = None #subComponent_012.getClass().getSuperclass().getDeclaredFields()[67] componentObtainingGraphicsFromLock_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFromLock') componentObtainingGraphicsFromLock_Field.setAccessible(True) componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFromLock_Field.get(subComponent_012) #componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFrom #subComponent_012.getClass().getSuperclass().getDeclaredFields()[68] aaHint_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('aaHint') aaHint_Field.setAccessible(True) aaHint_Value = aaHint_Field.get(subComponent_012) #aaHint_Value = LCD HRGB antialiasing text mode #subComponent_012.getClass().getSuperclass().getDeclaredFields()[69] lcdRenderingHint_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('lcdRenderingHint') lcdRenderingHint_Field.setAccessible(True) lcdRenderingHint_Value = lcdRenderingHint_Field.get(subComponent_012) #lcdRenderingHint_Value = 120 #subComponent_012.getClass().getSuperclass().getDeclaredFields()[70] focusController_Field = subComponent_012.getClass().getSuperclass().getDeclaredField('focusController') focusController_Field.setAccessible(True) focusController_Value = focusController_Field.get(subComponent_012) #focusController_Value = javax.swing.JComponent$2@565d4f8a endFunction = True def subComponent_012_Declared_Methods(): #**************Declared 'get' Methods************* subComponent_012.getAccessibleContext() ''' getAccessibleContext_Method = subComponent_012.getClass().getDeclaredMethods()[2] getAccessibleContext_Value = getAccessibleContext_Method.invoke(subComponent_012) ''' #getAccessibleContext_Value = javax.swing.JPanel$AccessibleJPanel@3290f21c subComponent_012.getUI() ''' getUI_Method = subComponent_012.getClass().getDeclaredMethods()[4] getUI_Value = getUI_Method.invoke(subComponent_012) ''' #getUI_Value = javax.swing.plaf.synth.SynthPanelUI@d21adb6 subComponent_012.getUI() ''' getUI_Method = subComponent_012.getClass().getDeclaredMethods()[5] getUI_Value = getUI_Method.invoke(subComponent_012) ''' #getUI_Value = javax.swing.plaf.synth.SynthPanelUI@d21adb6 subComponent_012.getUIClassID() ''' getUIClassID_Method = subComponent_012.getClass().getDeclaredMethods()[7] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_012) ''' #getUIClassID_Value = PanelUI #***********Declared 'get' Super Methods********** #subComponent_012.getLocation() ''' getLocation_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[2] getLocation_Value = getLocation_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! #subComponent_012.getSize() ''' getSize_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[6] getSize_Value = getSize_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! subComponent_012.getInsets() ''' getInsets_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[10] getInsets_Value = getInsets_Method.invoke(subComponent_012) ''' #getInsets_Value = java.awt.Insets[top=0,left=0,bottom=0,right=0] #subComponent_012.getInsets() ''' getInsets_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[11] getInsets_Value = getInsets_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! subComponent_012.getPreferredSize() ''' getPreferredSize_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[16] getPreferredSize_Value = getPreferredSize_Method.invoke(subComponent_012) ''' #getPreferredSize_Value = java.awt.Dimension[width=22,height=80] subComponent_012.getMinimumSize() ''' getMinimumSize_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[17] getMinimumSize_Value = getMinimumSize_Method.invoke(subComponent_012) ''' #getMinimumSize_Value = java.awt.Dimension[width=3,height=23] subComponent_012.getMaximumSize() ''' getMaximumSize_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[18] getMaximumSize_Value = getMaximumSize_Method.invoke(subComponent_012) ''' #getMaximumSize_Value = java.awt.Dimension[width=32767,height=32767] subComponent_012.getAlignmentX() ''' getAlignmentX_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[19] getAlignmentX_Value = getAlignmentX_Method.invoke(subComponent_012) ''' #getAlignmentX_Value = 0.5 subComponent_012.getAlignmentY() ''' getAlignmentY_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[20] getAlignmentY_Value = getAlignmentY_Method.invoke(subComponent_012) ''' #getAlignmentY_Value = 0.5 #subComponent_012.getListeners() ''' getListeners_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[22] getListeners_Value = getListeners_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! subComponent_012.getX() ''' getX_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[29] getX_Value = getX_Method.invoke(subComponent_012) ''' #getX_Value = 272 subComponent_012.getY() ''' getY_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[30] getY_Value = getY_Method.invoke(subComponent_012) ''' #getY_Value = 0 subComponent_012.getWidth() ''' getWidth_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[31] getWidth_Value = getWidth_Method.invoke(subComponent_012) ''' #getWidth_Value = 22 subComponent_012.getHeight() ''' getHeight_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[32] getHeight_Value = getHeight_Method.invoke(subComponent_012) ''' #getHeight_Value = 217 #subComponent_012.getBaseline() ''' getBaseline_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[44] getBaseline_Value = getBaseline_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! subComponent_012.getBaselineResizeBehavior() ''' getBaselineResizeBehavior_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[45] getBaselineResizeBehavior_Value = getBaselineResizeBehavior_Method.invoke(subComponent_012) ''' #getBaselineResizeBehavior_Value = OTHER subComponent_012.getGraphics() ''' getGraphics_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[46] getGraphics_Value = getGraphics_Method.invoke(subComponent_012) ''' #getGraphics_Value = sun.java2d.SunGraphics2D[font=javax.swing.plaf.FontUIResourc[...] #subComponent_012.getFontMetrics() ''' getFontMetrics_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[47] getFontMetrics_Value = getFontMetrics_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! subComponent_012.getUI() ''' getUI_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[58] getUI_Value = getUI_Method.invoke(subComponent_012) ''' #getUI_Value = javax.swing.plaf.synth.SynthPanelUI@d21adb6 subComponent_012.getUIClassID() ''' getUIClassID_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[60] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_012) ''' #getUIClassID_Value = PanelUI #subComponent_012.getWriteObjCounter() ''' getWriteObjCounter_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[61] getWriteObjCounter_Value = getWriteObjCounter_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! #subComponent_012.getGraphicsInvoked() ''' getGraphicsInvoked_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[65] getGraphicsInvoked_Value = getGraphicsInvoked_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! #subComponent_012.getManagingFocusForwardTraversalKeys() ''' getManagingFocusForwardTraversalKeys_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[67] getManagingFocusForwardTraversalKeys_Value = getManagingFocusForwardTraversalKeys_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! #subComponent_012.getManagingFocusBackwardTraversalKeys() ''' getManagingFocusBackwardTraversalKeys_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[68] getManagingFocusBackwardTraversalKeys_Value = getManagingFocusBackwardTraversalKeys_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! #subComponent_012.getFlag() ''' getFlag_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[72] getFlag_Value = getFlag_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! subComponent_012.getInheritsPopupMenu() ''' getInheritsPopupMenu_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[74] getInheritsPopupMenu_Value = getInheritsPopupMenu_Method.invoke(subComponent_012) ''' #getInheritsPopupMenu_Value = False subComponent_012.getComponentPopupMenu() ''' getComponentPopupMenu_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[76] getComponentPopupMenu_Value = getComponentPopupMenu_Method.invoke(subComponent_012) ''' #getComponentPopupMenu_Value = None subComponent_012.getDefaultLocale() ''' getDefaultLocale_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[78] getDefaultLocale_Value = getDefaultLocale_Method.invoke(subComponent_012) ''' #getDefaultLocale_Value = en #subComponent_012.getComponentGraphics() ''' getComponentGraphics_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[81] getComponentGraphics_Value = getComponentGraphics_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! #subComponent_012.getObscuredState() ''' getObscuredState_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[88] getObscuredState_Value = getObscuredState_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! subComponent_012.getBorder() ''' getBorder_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[90] getBorder_Value = getBorder_Method.invoke(subComponent_012) ''' #getBorder_Value = javax.swing.plaf.synth.SynthBorder@3093575c subComponent_012.getNextFocusableComponent() ''' getNextFocusableComponent_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[102] getNextFocusableComponent_Value = getNextFocusableComponent_Method.invoke(subComponent_012) ''' #getNextFocusableComponent_Value = None #subComponent_012.getClientProperty() ''' getClientProperty_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[105] getClientProperty_Value = getClientProperty_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! #subComponent_012.setVerifyInputWhenFocusTarget() ''' setVerifyInputWhenFocusTarget_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[109] setVerifyInputWhenFocusTarget_Value = setVerifyInputWhenFocusTarget_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! subComponent_012.getVerifyInputWhenFocusTarget() ''' getVerifyInputWhenFocusTarget_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[110] getVerifyInputWhenFocusTarget_Value = getVerifyInputWhenFocusTarget_Method.invoke(subComponent_012) ''' #getVerifyInputWhenFocusTarget_Value = True subComponent_012.getInputVerifier() ''' getInputVerifier_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[116] getInputVerifier_Value = getInputVerifier_Method.invoke(subComponent_012) ''' #getInputVerifier_Value = None subComponent_012.getDebugGraphicsOptions() ''' getDebugGraphicsOptions_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[118] getDebugGraphicsOptions_Value = getDebugGraphicsOptions_Method.invoke(subComponent_012) ''' #getDebugGraphicsOptions_Value = 0 subComponent_012.getInputMap() ''' getInputMap_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[121] getInputMap_Value = getInputMap_Method.invoke(subComponent_012) ''' #getInputMap_Value = javax.swing.InputMap@5aac1374 #subComponent_012.getInputMap() ''' getInputMap_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[122] getInputMap_Value = getInputMap_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! #subComponent_012.getInputMap() ''' getInputMap_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[123] getInputMap_Value = getInputMap_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! subComponent_012.getActionMap() ''' getActionMap_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[124] getActionMap_Value = getActionMap_Method.invoke(subComponent_012) ''' #getActionMap_Value = javax.swing.ActionMap@5a60598a #subComponent_012.getActionMap() ''' getActionMap_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[125] getActionMap_Value = getActionMap_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! subComponent_012.getRegisteredKeyStrokes() ''' getRegisteredKeyStrokes_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[132] getRegisteredKeyStrokes_Value = getRegisteredKeyStrokes_Method.invoke(subComponent_012) ''' #getRegisteredKeyStrokes_Value = array(javax.swing.KeyStroke) #subComponent_012.getConditionForKeyStroke() ''' getConditionForKeyStroke_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[133] getConditionForKeyStroke_Value = getConditionForKeyStroke_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! #subComponent_012.getActionForKeyStroke() ''' getActionForKeyStroke_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[134] getActionForKeyStroke_Value = getActionForKeyStroke_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! #subComponent_012.getToolTipText() ''' getToolTipText_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[145] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! subComponent_012.getToolTipText() ''' getToolTipText_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[146] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_012) ''' #getToolTipText_Value = None #subComponent_012.getToolTipLocation() ''' getToolTipLocation_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[147] getToolTipLocation_Value = getToolTipLocation_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! #subComponent_012.getPopupLocation() ''' getPopupLocation_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[148] getPopupLocation_Value = getPopupLocation_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! subComponent_012.getAutoscrolls() ''' getAutoscrolls_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[152] getAutoscrolls_Value = getAutoscrolls_Method.invoke(subComponent_012) ''' #getAutoscrolls_Value = False subComponent_012.getTransferHandler() ''' getTransferHandler_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[154] getTransferHandler_Value = getTransferHandler_Method.invoke(subComponent_012) ''' #getTransferHandler_Value = None #subComponent_012.getCreatedDoubleBuffer() ''' getCreatedDoubleBuffer_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[160] getCreatedDoubleBuffer_Value = getCreatedDoubleBuffer_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! #subComponent_012.getClientProperties() ''' getClientProperties_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[161] getClientProperties_Value = getClientProperties_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! subComponent_012.getVisibleRect() ''' getVisibleRect_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[165] getVisibleRect_Value = getVisibleRect_Method.invoke(subComponent_012) ''' #getVisibleRect_Value = java.awt.Rectangle[x=0,y=0,width=22,height=217] subComponent_012.getVetoableChangeListeners() ''' getVetoableChangeListeners_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[169] getVetoableChangeListeners_Value = getVetoableChangeListeners_Method.invoke(subComponent_012) ''' #getVetoableChangeListeners_Value = array(java.beans.VetoableChangeListener) subComponent_012.getTopLevelAncestor() ''' getTopLevelAncestor_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[170] getTopLevelAncestor_Value = getTopLevelAncestor_Method.invoke(subComponent_012) ''' #getTopLevelAncestor_Value = com.inductiveautomation.ignition.designer.IgnitionDesigner[f[...] #subComponent_012.getAncestorNotifier() ''' getAncestorNotifier_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[171] getAncestorNotifier_Value = getAncestorNotifier_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! subComponent_012.getAncestorListeners() ''' getAncestorListeners_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[174] getAncestorListeners_Value = getAncestorListeners_Method.invoke(subComponent_012) ''' #getAncestorListeners_Value = array(javax.swing.event.AncestorListener) #subComponent_012.getBounds() ''' getBounds_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[188] getBounds_Value = getBounds_Method.invoke(subComponent_012) ''' #Threw Exception: No value could be obtained! subComponent_012.getRootPane() ''' getRootPane_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[192] getRootPane_Value = getRootPane_Method.invoke(subComponent_012) ''' #getRootPane_Value = javax.swing.JRootPane[,0,0,1295x960,invalid,layout=javax.swi[...] #**************Declared 'set' Methods************* subComponent_012.setUI() ''' setUI_Method = subComponent_012.getClass().getDeclaredMethods()[6] setUI_Value = setUI_Method.invoke(subComponent_012) ''' #***********Declared 'set' Super Methods********** subComponent_012.setOpaque() ''' setOpaque_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[7] setOpaque_Value = setOpaque_Method.invoke(subComponent_012) ''' subComponent_012.setFont() ''' setFont_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[15] setFont_Value = setFont_Method.invoke(subComponent_012) ''' subComponent_012.setFocusTraversalKeys() ''' setFocusTraversalKeys_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[23] setFocusTraversalKeys_Value = setFocusTraversalKeys_Method.invoke(subComponent_012) ''' subComponent_012.setEnabled() ''' setEnabled_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[33] setEnabled_Value = setEnabled_Method.invoke(subComponent_012) ''' subComponent_012.setForeground() ''' setForeground_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[38] setForeground_Value = setForeground_Method.invoke(subComponent_012) ''' subComponent_012.setBackground() ''' setBackground_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[39] setBackground_Value = setBackground_Method.invoke(subComponent_012) ''' subComponent_012.setPreferredSize() ''' setPreferredSize_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[41] setPreferredSize_Value = setPreferredSize_Method.invoke(subComponent_012) ''' subComponent_012.setMinimumSize() ''' setMinimumSize_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[42] setMinimumSize_Value = setMinimumSize_Method.invoke(subComponent_012) ''' subComponent_012.setMaximumSize() ''' setMaximumSize_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[43] setMaximumSize_Value = setMaximumSize_Method.invoke(subComponent_012) ''' subComponent_012.setDoubleBuffered() ''' setDoubleBuffered_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[55] setDoubleBuffered_Value = setDoubleBuffered_Method.invoke(subComponent_012) ''' subComponent_012.setUIProperty() ''' setUIProperty_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[56] setUIProperty_Value = setUIProperty_Method.invoke(subComponent_012) ''' subComponent_012.setUI() ''' setUI_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[59] setUI_Value = setUI_Method.invoke(subComponent_012) ''' subComponent_012.setWriteObjCounter() ''' setWriteObjCounter_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[62] setWriteObjCounter_Value = setWriteObjCounter_Method.invoke(subComponent_012) ''' subComponent_012.setInheritsPopupMenu() ''' setInheritsPopupMenu_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[71] setInheritsPopupMenu_Value = setInheritsPopupMenu_Method.invoke(subComponent_012) ''' subComponent_012.setFlag() ''' setFlag_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[73] setFlag_Value = setFlag_Method.invoke(subComponent_012) ''' subComponent_012.setComponentPopupMenu() ''' setComponentPopupMenu_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[75] setComponentPopupMenu_Value = setComponentPopupMenu_Method.invoke(subComponent_012) ''' subComponent_012.setNextFocusableComponent() ''' setNextFocusableComponent_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[103] setNextFocusableComponent_Value = setNextFocusableComponent_Method.invoke(subComponent_012) ''' subComponent_012.setRequestFocusEnabled() ''' setRequestFocusEnabled_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[106] setRequestFocusEnabled_Value = setRequestFocusEnabled_Method.invoke(subComponent_012) ''' subComponent_012.setBorder() ''' setBorder_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[111] setBorder_Value = setBorder_Method.invoke(subComponent_012) ''' subComponent_012.setAlignmentY() ''' setAlignmentY_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[112] setAlignmentY_Value = setAlignmentY_Method.invoke(subComponent_012) ''' subComponent_012.setAlignmentX() ''' setAlignmentX_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[114] setAlignmentX_Value = setAlignmentX_Method.invoke(subComponent_012) ''' subComponent_012.setInputVerifier() ''' setInputVerifier_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[115] setInputVerifier_Value = setInputVerifier_Method.invoke(subComponent_012) ''' subComponent_012.setDebugGraphicsOptions() ''' setDebugGraphicsOptions_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[117] setDebugGraphicsOptions_Value = setDebugGraphicsOptions_Method.invoke(subComponent_012) ''' subComponent_012.resetKeyboardActions() ''' resetKeyboardActions_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[135] resetKeyboardActions_Value = resetKeyboardActions_Method.invoke(subComponent_012) ''' subComponent_012.setInputMap() ''' setInputMap_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[136] setInputMap_Value = setInputMap_Method.invoke(subComponent_012) ''' subComponent_012.setActionMap() ''' setActionMap_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[137] setActionMap_Value = setActionMap_Method.invoke(subComponent_012) ''' subComponent_012.setDefaultLocale() ''' setDefaultLocale_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[139] setDefaultLocale_Value = setDefaultLocale_Method.invoke(subComponent_012) ''' subComponent_012.setToolTipText() ''' setToolTipText_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[144] setToolTipText_Value = setToolTipText_Method.invoke(subComponent_012) ''' subComponent_012.setAutoscrolls() ''' setAutoscrolls_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[151] setAutoscrolls_Value = setAutoscrolls_Method.invoke(subComponent_012) ''' subComponent_012.setTransferHandler() ''' setTransferHandler_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[153] setTransferHandler_Value = setTransferHandler_Method.invoke(subComponent_012) ''' subComponent_012.setDropLocation() ''' setDropLocation_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[156] setDropLocation_Value = setDropLocation_Method.invoke(subComponent_012) ''' subComponent_012.setCreatedDoubleBuffer() ''' setCreatedDoubleBuffer_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[159] setCreatedDoubleBuffer_Value = setCreatedDoubleBuffer_Method.invoke(subComponent_012) ''' subComponent_012.setPaintingChild() ''' setPaintingChild_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[181] setPaintingChild_Value = setPaintingChild_Method.invoke(subComponent_012) ''' subComponent_012.setVisible() ''' setVisible_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[187] setVisible_Value = setVisible_Method.invoke(subComponent_012) ''' #************All Other Declared Methods*********** subComponent_012.writeObject() ''' writeObject_Method = subComponent_012.getClass().getDeclaredMethods()[0] writeObject_Value = writeObject_Method.invoke(subComponent_012) ''' subComponent_012.paramString() ''' paramString_Method = subComponent_012.getClass().getDeclaredMethods()[1] paramString_Value = paramString_Method.invoke(subComponent_012) ''' subComponent_012.updateUI() ''' updateUI_Method = subComponent_012.getClass().getDeclaredMethods()[3] updateUI_Value = updateUI_Method.invoke(subComponent_012) ''' #*********All Other Declared Super Methods******** subComponent_012.update() ''' update_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[0] update_Value = update_Method.invoke(subComponent_012) ''' subComponent_012.contains() ''' contains_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[1] contains_Value = contains_Method.invoke(subComponent_012) ''' subComponent_012.readObject() ''' readObject_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[3] readObject_Value = readObject_Method.invoke(subComponent_012) ''' subComponent_012.writeObject() ''' writeObject_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[4] writeObject_Value = writeObject_Method.invoke(subComponent_012) ''' subComponent_012.print() ''' print_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[5] print_Value = print_Method.invoke(subComponent_012) ''' subComponent_012.paramString() ''' paramString_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[8] paramString_Value = paramString_Method.invoke(subComponent_012) ''' subComponent_012.isOpaque() ''' isOpaque_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[9] isOpaque_Value = isOpaque_Method.invoke(subComponent_012) ''' subComponent_012.removeNotify() ''' removeNotify_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[12] removeNotify_Value = removeNotify_Method.invoke(subComponent_012) ''' subComponent_012.addNotify() ''' addNotify_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[13] addNotify_Value = addNotify_Method.invoke(subComponent_012) ''' subComponent_012.isValidateRoot() ''' isValidateRoot_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[14] isValidateRoot_Value = isValidateRoot_Method.invoke(subComponent_012) ''' subComponent_012.paint() ''' paint_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[21] paint_Value = paint_Method.invoke(subComponent_012) ''' subComponent_012.firePropertyChange() ''' firePropertyChange_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[24] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_012) ''' subComponent_012.firePropertyChange() ''' firePropertyChange_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[25] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_012) ''' subComponent_012.firePropertyChange() ''' firePropertyChange_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[26] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_012) ''' subComponent_012.requestFocus() ''' requestFocus_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[27] requestFocus_Value = requestFocus_Method.invoke(subComponent_012) ''' subComponent_012.requestFocus() ''' requestFocus_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[28] requestFocus_Value = requestFocus_Method.invoke(subComponent_012) ''' subComponent_012.enable() ''' enable_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[34] enable_Value = enable_Method.invoke(subComponent_012) ''' subComponent_012.disable() ''' disable_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[35] disable_Value = disable_Method.invoke(subComponent_012) ''' subComponent_012.isDoubleBuffered() ''' isDoubleBuffered_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[36] isDoubleBuffered_Value = isDoubleBuffered_Method.invoke(subComponent_012) ''' subComponent_012.hide() ''' hide_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[37] hide_Value = hide_Method.invoke(subComponent_012) ''' subComponent_012.reshape() ''' reshape_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[40] reshape_Value = reshape_Method.invoke(subComponent_012) ''' subComponent_012.printAll() ''' printAll_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[48] printAll_Value = printAll_Method.invoke(subComponent_012) ''' subComponent_012.processKeyEvent() ''' processKeyEvent_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[49] processKeyEvent_Value = processKeyEvent_Method.invoke(subComponent_012) ''' subComponent_012.processMouseEvent() ''' processMouseEvent_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[50] processMouseEvent_Value = processMouseEvent_Method.invoke(subComponent_012) ''' subComponent_012.processMouseMotionEvent() ''' processMouseMotionEvent_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[51] processMouseMotionEvent_Value = processMouseMotionEvent_Method.invoke(subComponent_012) ''' subComponent_012.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[52] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_012) ''' subComponent_012.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[53] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_012) ''' subComponent_012.compWriteObjectNotify() ''' compWriteObjectNotify_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[54] compWriteObjectNotify_Value = compWriteObjectNotify_Method.invoke(subComponent_012) ''' subComponent_012.updateUI() ''' updateUI_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[57] updateUI_Value = updateUI_Method.invoke(subComponent_012) ''' subComponent_012.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[63] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_012) ''' subComponent_012.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[64] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_012) ''' subComponent_012.isComponentObtainingGraphicsFrom() ''' isComponentObtainingGraphicsFrom_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[66] isComponentObtainingGraphicsFrom_Value = isComponentObtainingGraphicsFrom_Method.invoke(subComponent_012) ''' subComponent_012.fetchRectangle() ''' fetchRectangle_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[69] fetchRectangle_Value = fetchRectangle_Method.invoke(subComponent_012) ''' subComponent_012.recycleRectangle() ''' recycleRectangle_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[70] recycleRectangle_Value = recycleRectangle_Method.invoke(subComponent_012) ''' subComponent_012.isManagingFocus() ''' isManagingFocus_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[77] isManagingFocus_Value = isManagingFocus_Method.invoke(subComponent_012) ''' subComponent_012.uninstallUIAndProperties() ''' uninstallUIAndProperties_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[79] uninstallUIAndProperties_Value = uninstallUIAndProperties_Method.invoke(subComponent_012) ''' subComponent_012.putClientProperty() ''' putClientProperty_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[80] putClientProperty_Value = putClientProperty_Method.invoke(subComponent_012) ''' subComponent_012.shouldDebugGraphics() ''' shouldDebugGraphics_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[82] shouldDebugGraphics_Value = shouldDebugGraphics_Method.invoke(subComponent_012) ''' subComponent_012.paintComponent() ''' paintComponent_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[83] paintComponent_Value = paintComponent_Method.invoke(subComponent_012) ''' subComponent_012.paintChildren() ''' paintChildren_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[84] paintChildren_Value = paintChildren_Method.invoke(subComponent_012) ''' subComponent_012.isOptimizedDrawingEnabled() ''' isOptimizedDrawingEnabled_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[85] isOptimizedDrawingEnabled_Value = isOptimizedDrawingEnabled_Method.invoke(subComponent_012) ''' subComponent_012.checkIfChildObscuredBySibling() ''' checkIfChildObscuredBySibling_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[86] checkIfChildObscuredBySibling_Value = checkIfChildObscuredBySibling_Method.invoke(subComponent_012) ''' subComponent_012.isLightweightComponent() ''' isLightweightComponent_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[87] isLightweightComponent_Value = isLightweightComponent_Method.invoke(subComponent_012) ''' subComponent_012.paintBorder() ''' paintBorder_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[89] paintBorder_Value = paintBorder_Method.invoke(subComponent_012) ''' subComponent_012.adjustPaintFlags() ''' adjustPaintFlags_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[91] adjustPaintFlags_Value = adjustPaintFlags_Method.invoke(subComponent_012) ''' subComponent_012.isPainting() ''' isPainting_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[92] isPainting_Value = isPainting_Method.invoke(subComponent_012) ''' subComponent_012.rectangleIsObscured() ''' rectangleIsObscured_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[93] rectangleIsObscured_Value = rectangleIsObscured_Method.invoke(subComponent_012) ''' subComponent_012.printComponent() ''' printComponent_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[94] printComponent_Value = printComponent_Method.invoke(subComponent_012) ''' subComponent_012.printBorder() ''' printBorder_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[95] printBorder_Value = printBorder_Method.invoke(subComponent_012) ''' subComponent_012.printChildren() ''' printChildren_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[96] printChildren_Value = printChildren_Method.invoke(subComponent_012) ''' subComponent_012.paintForceDoubleBuffered() ''' paintForceDoubleBuffered_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[97] paintForceDoubleBuffered_Value = paintForceDoubleBuffered_Method.invoke(subComponent_012) ''' subComponent_012.isPaintingTile() ''' isPaintingTile_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[98] isPaintingTile_Value = isPaintingTile_Method.invoke(subComponent_012) ''' subComponent_012.isPaintingForPrint() ''' isPaintingForPrint_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[99] isPaintingForPrint_Value = isPaintingForPrint_Method.invoke(subComponent_012) ''' subComponent_012.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[100] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_012) ''' subComponent_012.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[101] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_012) ''' subComponent_012.deregisterNextFocusableComponent() ''' deregisterNextFocusableComponent_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[104] deregisterNextFocusableComponent_Value = deregisterNextFocusableComponent_Method.invoke(subComponent_012) ''' subComponent_012.isRequestFocusEnabled() ''' isRequestFocusEnabled_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[107] isRequestFocusEnabled_Value = isRequestFocusEnabled_Method.invoke(subComponent_012) ''' subComponent_012.grabFocus() ''' grabFocus_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[108] grabFocus_Value = grabFocus_Method.invoke(subComponent_012) ''' subComponent_012.validateAlignment() ''' validateAlignment_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[113] validateAlignment_Value = validateAlignment_Method.invoke(subComponent_012) ''' subComponent_012.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[119] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_012) ''' subComponent_012.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[120] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_012) ''' subComponent_012.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[126] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_012) ''' subComponent_012.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[127] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_012) ''' subComponent_012.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[128] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_012) ''' subComponent_012.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[129] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_012) ''' subComponent_012.componentInputMapChanged() ''' componentInputMapChanged_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[130] componentInputMapChanged_Value = componentInputMapChanged_Method.invoke(subComponent_012) ''' subComponent_012.unregisterKeyboardAction() ''' unregisterKeyboardAction_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[131] unregisterKeyboardAction_Value = unregisterKeyboardAction_Method.invoke(subComponent_012) ''' subComponent_012.requestDefaultFocus() ''' requestDefaultFocus_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[138] requestDefaultFocus_Value = requestDefaultFocus_Method.invoke(subComponent_012) ''' subComponent_012.processComponentKeyEvent() ''' processComponentKeyEvent_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[140] processComponentKeyEvent_Value = processComponentKeyEvent_Method.invoke(subComponent_012) ''' subComponent_012.processKeyBindings() ''' processKeyBindings_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[141] processKeyBindings_Value = processKeyBindings_Method.invoke(subComponent_012) ''' subComponent_012.processKeyBinding() ''' processKeyBinding_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[142] processKeyBinding_Value = processKeyBinding_Method.invoke(subComponent_012) ''' subComponent_012.processKeyBindingsForAllComponents() ''' processKeyBindingsForAllComponents_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[143] processKeyBindingsForAllComponents_Value = processKeyBindingsForAllComponents_Method.invoke(subComponent_012) ''' subComponent_012.createToolTip() ''' createToolTip_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[149] createToolTip_Value = createToolTip_Method.invoke(subComponent_012) ''' subComponent_012.scrollRectToVisible() ''' scrollRectToVisible_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[150] scrollRectToVisible_Value = scrollRectToVisible_Method.invoke(subComponent_012) ''' subComponent_012.dropLocationForPoint() ''' dropLocationForPoint_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[155] dropLocationForPoint_Value = dropLocationForPoint_Method.invoke(subComponent_012) ''' subComponent_012.dndDone() ''' dndDone_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[157] dndDone_Value = dndDone_Method.invoke(subComponent_012) ''' subComponent_012.superProcessMouseMotionEvent() ''' superProcessMouseMotionEvent_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[158] superProcessMouseMotionEvent_Value = superProcessMouseMotionEvent_Method.invoke(subComponent_012) ''' subComponent_012.clientPropertyChanged() ''' clientPropertyChanged_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[162] clientPropertyChanged_Value = clientPropertyChanged_Method.invoke(subComponent_012) ''' subComponent_012.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[163] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_012) ''' subComponent_012.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[164] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_012) ''' subComponent_012.fireVetoableChange() ''' fireVetoableChange_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[166] fireVetoableChange_Value = fireVetoableChange_Method.invoke(subComponent_012) ''' subComponent_012.addVetoableChangeListener() ''' addVetoableChangeListener_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[167] addVetoableChangeListener_Value = addVetoableChangeListener_Method.invoke(subComponent_012) ''' subComponent_012.removeVetoableChangeListener() ''' removeVetoableChangeListener_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[168] removeVetoableChangeListener_Value = removeVetoableChangeListener_Method.invoke(subComponent_012) ''' subComponent_012.addAncestorListener() ''' addAncestorListener_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[172] addAncestorListener_Value = addAncestorListener_Method.invoke(subComponent_012) ''' subComponent_012.removeAncestorListener() ''' removeAncestorListener_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[173] removeAncestorListener_Value = removeAncestorListener_Method.invoke(subComponent_012) ''' #subComponent_012.lambda$revalidate$0() ''' lambdarevalidate0_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[175] lambdarevalidate0_Value = lambdarevalidate0_Method.invoke(#subComponent_012) ''' subComponent_012.isPaintingOrigin() ''' isPaintingOrigin_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[176] isPaintingOrigin_Value = isPaintingOrigin_Method.invoke(subComponent_012) ''' subComponent_012.paintImmediately() ''' paintImmediately_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[177] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_012) ''' subComponent_012.paintImmediately() ''' paintImmediately_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[178] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_012) ''' subComponent_012._paintImmediately() ''' _paintImmediately_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[179] _paintImmediately_Value = _paintImmediately_Method.invoke(subComponent_012) ''' subComponent_012.alwaysOnTop() ''' alwaysOnTop_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[180] alwaysOnTop_Value = alwaysOnTop_Method.invoke(subComponent_012) ''' subComponent_012.paintToOffscreen() ''' paintToOffscreen_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[182] paintToOffscreen_Value = paintToOffscreen_Method.invoke(subComponent_012) ''' #subComponent_012.access$000() ''' access000_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[183] access000_Value = access000_Method.invoke(#subComponent_012) ''' #subComponent_012.access$100() ''' access100_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[184] access100_Value = access100_Method.invoke(#subComponent_012) ''' #subComponent_012.access$200() ''' access200_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[185] access200_Value = access200_Method.invoke(#subComponent_012) ''' #subComponent_012.access$300() ''' access300_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[186] access300_Value = access300_Method.invoke(#subComponent_012) ''' subComponent_012.repaint() ''' repaint_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[189] repaint_Value = repaint_Method.invoke(subComponent_012) ''' subComponent_012.repaint() ''' repaint_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[190] repaint_Value = repaint_Method.invoke(subComponent_012) ''' subComponent_012.revalidate() ''' revalidate_Method = subComponent_012.getClass().getSuperclass().getDeclaredMethods()[191] revalidate_Value = revalidate_Method.invoke(subComponent_012) ''' endFunction = True #========================================================== #========================================================== subComponent_013 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(2).getComponent(0) def subComponent_013(): # def subComponent_013_Declared_Fields(): #*****************Declared Fields***************** subComponent_013.icon #subComponent_013.icon = com.inductiveautomation.factorypmi.application.components.ch[...] subComponent_013.pad #subComponent_013.pad = 4 subComponent_013.hoverColor #subComponent_013.hoverColor = None subComponent_013.shiftIconOnClick #subComponent_013.shiftIconOnClick = True subComponent_013.actionCommand #subComponent_013.actionCommand = #NOTE: The following fields can only be accessed through reflection #subComponent_013.getClass().getDeclaredFields()[1] disabledIcon_Field = subComponent_013.getClass().getDeclaredField('disabledIcon') disabledIcon_Field.setAccessible(True) disabledIcon_Value = disabledIcon_Field.get(subComponent_013) #disabledIcon_Value = None #subComponent_013.getClass().getDeclaredFields()[4] hover_Field = subComponent_013.getClass().getDeclaredField('hover') hover_Field.setAccessible(True) hover_Value = hover_Field.get(subComponent_013) #hover_Value = False #subComponent_013.getClass().getDeclaredFields()[5] press_Field = subComponent_013.getClass().getDeclaredField('press') press_Field.setAccessible(True) press_Value = press_Field.get(subComponent_013) #press_Value = False #subComponent_013.getClass().getDeclaredFields()[8] rect_Field = subComponent_013.getClass().getDeclaredField('rect') rect_Field.setAccessible(True) rect_Value = rect_Field.get(subComponent_013) #rect_Value = java.awt.Rectangle[x=0,y=0,width=20,height=20] #**************Declared Super Fields************** subComponent_013.alignmentX #subComponent_013.alignmentX = 0.0 subComponent_013.alignmentY #subComponent_013.alignmentY = 0.0 subComponent_013.autoscrolls #subComponent_013.autoscrolls = False subComponent_013.border #subComponent_013.border = None subComponent_013.inputVerifier #subComponent_013.inputVerifier = None subComponent_013.verifyInputWhenFocusTarget #subComponent_013.verifyInputWhenFocusTarget = True subComponent_013.WHEN_FOCUSED #subComponent_013.WHEN_FOCUSED = 0 subComponent_013.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT #subComponent_013.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT = 1 subComponent_013.WHEN_IN_FOCUSED_WINDOW #subComponent_013.WHEN_IN_FOCUSED_WINDOW = 2 subComponent_013.UNDEFINED_CONDITION #subComponent_013.UNDEFINED_CONDITION = -1 subComponent_013.TOOL_TIP_TEXT_KEY #subComponent_013.TOOL_TIP_TEXT_KEY = ToolTipText subComponent_013.actionMap #subComponent_013.actionMap = None #NOTE: The following fields can only be accessed through reflection #subComponent_013.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_013) #uiClassID_Value = ComponentUI #subComponent_013.getClass().getSuperclass().getDeclaredFields()[1] readObjectCallbacks_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('readObjectCallbacks') readObjectCallbacks_Field.setAccessible(True) readObjectCallbacks_Value = readObjectCallbacks_Field.get(subComponent_013) #readObjectCallbacks_Value = {} #subComponent_013.getClass().getSuperclass().getDeclaredFields()[2] managingFocusForwardTraversalKeys_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('managingFocusForwardTraversalKeys') managingFocusForwardTraversalKeys_Field.setAccessible(True) managingFocusForwardTraversalKeys_Value = managingFocusForwardTraversalKeys_Field.get(subComponent_013) #managingFocusForwardTraversalKeys_Value = [ctrl pressed TAB] #subComponent_013.getClass().getSuperclass().getDeclaredFields()[3] managingFocusBackwardTraversalKeys_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('managingFocusBackwardTraversalKeys') managingFocusBackwardTraversalKeys_Field.setAccessible(True) managingFocusBackwardTraversalKeys_Value = managingFocusBackwardTraversalKeys_Field.get(subComponent_013) #managingFocusBackwardTraversalKeys_Value = [shift ctrl pressed TAB] #subComponent_013.getClass().getSuperclass().getDeclaredFields()[4] NOT_OBSCURED_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('NOT_OBSCURED') NOT_OBSCURED_Field.setAccessible(True) NOT_OBSCURED_Value = NOT_OBSCURED_Field.get(subComponent_013) #NOT_OBSCURED_Value = 0 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[5] PARTIALLY_OBSCURED_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('PARTIALLY_OBSCURED') PARTIALLY_OBSCURED_Field.setAccessible(True) PARTIALLY_OBSCURED_Value = PARTIALLY_OBSCURED_Field.get(subComponent_013) #PARTIALLY_OBSCURED_Value = 1 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[6] COMPLETELY_OBSCURED_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('COMPLETELY_OBSCURED') COMPLETELY_OBSCURED_Field.setAccessible(True) COMPLETELY_OBSCURED_Value = COMPLETELY_OBSCURED_Field.get(subComponent_013) #COMPLETELY_OBSCURED_Value = 2 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[7] DEBUG_GRAPHICS_LOADED_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('DEBUG_GRAPHICS_LOADED') DEBUG_GRAPHICS_LOADED_Field.setAccessible(True) DEBUG_GRAPHICS_LOADED_Value = DEBUG_GRAPHICS_LOADED_Field.get(subComponent_013) #DEBUG_GRAPHICS_LOADED_Value = True #subComponent_013.getClass().getSuperclass().getDeclaredFields()[8] INPUT_VERIFIER_SOURCE_KEY_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('INPUT_VERIFIER_SOURCE_KEY') INPUT_VERIFIER_SOURCE_KEY_Field.setAccessible(True) INPUT_VERIFIER_SOURCE_KEY_Value = INPUT_VERIFIER_SOURCE_KEY_Field.get(subComponent_013) #INPUT_VERIFIER_SOURCE_KEY_Value = InputVerifierSourceKey #subComponent_013.getClass().getSuperclass().getDeclaredFields()[9] isAlignmentXSet_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('isAlignmentXSet') isAlignmentXSet_Field.setAccessible(True) isAlignmentXSet_Value = isAlignmentXSet_Field.get(subComponent_013) #isAlignmentXSet_Value = False #subComponent_013.getClass().getSuperclass().getDeclaredFields()[11] isAlignmentYSet_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('isAlignmentYSet') isAlignmentYSet_Field.setAccessible(True) isAlignmentYSet_Value = isAlignmentYSet_Field.get(subComponent_013) #isAlignmentYSet_Value = False #subComponent_013.getClass().getSuperclass().getDeclaredFields()[13] ui_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('ui') ui_Field.setAccessible(True) ui_Value = ui_Field.get(subComponent_013) #ui_Value = None #subComponent_013.getClass().getSuperclass().getDeclaredFields()[14] listenerList_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('listenerList') listenerList_Field.setAccessible(True) listenerList_Value = listenerList_Field.get(subComponent_013) #listenerList_Value = EventListenerList: 1 listeners: type java.awt.event.ActionL[...] #subComponent_013.getClass().getSuperclass().getDeclaredFields()[15] clientProperties_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('clientProperties') clientProperties_Field.setAccessible(True) clientProperties_Value = clientProperties_Field.get(subComponent_013) #clientProperties_Value = javax.swing.ArrayTable@612408ea #subComponent_013.getClass().getSuperclass().getDeclaredFields()[16] vetoableChangeSupport_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('vetoableChangeSupport') vetoableChangeSupport_Field.setAccessible(True) vetoableChangeSupport_Value = vetoableChangeSupport_Field.get(subComponent_013) #vetoableChangeSupport_Value = None #subComponent_013.getClass().getSuperclass().getDeclaredFields()[19] flags_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('flags') flags_Field.setAccessible(True) flags_Value = flags_Field.get(subComponent_013) #flags_Value = 0 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[22] paintingChild_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('paintingChild') paintingChild_Field.setAccessible(True) paintingChild_Value = paintingChild_Field.get(subComponent_013) #paintingChild_Value = None #subComponent_013.getClass().getSuperclass().getDeclaredFields()[27] KEYBOARD_BINDINGS_KEY_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('KEYBOARD_BINDINGS_KEY') KEYBOARD_BINDINGS_KEY_Field.setAccessible(True) KEYBOARD_BINDINGS_KEY_Value = KEYBOARD_BINDINGS_KEY_Field.get(subComponent_013) #KEYBOARD_BINDINGS_KEY_Value = _KeyboardBindings #subComponent_013.getClass().getSuperclass().getDeclaredFields()[28] WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('WHEN_IN_FOCUSED_WINDOW_BINDINGS') WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.setAccessible(True) WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.get(subComponent_013) #WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = _WhenInFocusedWindow #subComponent_013.getClass().getSuperclass().getDeclaredFields()[30] NEXT_FOCUS_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('NEXT_FOCUS') NEXT_FOCUS_Field.setAccessible(True) NEXT_FOCUS_Value = NEXT_FOCUS_Field.get(subComponent_013) #NEXT_FOCUS_Value = nextFocus #subComponent_013.getClass().getSuperclass().getDeclaredFields()[31] popupMenu_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('popupMenu') popupMenu_Field.setAccessible(True) popupMenu_Value = popupMenu_Field.get(subComponent_013) #popupMenu_Value = None #subComponent_013.getClass().getSuperclass().getDeclaredFields()[32] IS_DOUBLE_BUFFERED_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('IS_DOUBLE_BUFFERED') IS_DOUBLE_BUFFERED_Field.setAccessible(True) IS_DOUBLE_BUFFERED_Value = IS_DOUBLE_BUFFERED_Field.get(subComponent_013) #IS_DOUBLE_BUFFERED_Value = 0 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[33] ANCESTOR_USING_BUFFER_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('ANCESTOR_USING_BUFFER') ANCESTOR_USING_BUFFER_Field.setAccessible(True) ANCESTOR_USING_BUFFER_Value = ANCESTOR_USING_BUFFER_Field.get(subComponent_013) #ANCESTOR_USING_BUFFER_Value = 1 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[34] IS_PAINTING_TILE_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('IS_PAINTING_TILE') IS_PAINTING_TILE_Field.setAccessible(True) IS_PAINTING_TILE_Value = IS_PAINTING_TILE_Field.get(subComponent_013) #IS_PAINTING_TILE_Value = 2 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[35] IS_OPAQUE_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('IS_OPAQUE') IS_OPAQUE_Field.setAccessible(True) IS_OPAQUE_Value = IS_OPAQUE_Field.get(subComponent_013) #IS_OPAQUE_Value = 3 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[36] KEY_EVENTS_ENABLED_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('KEY_EVENTS_ENABLED') KEY_EVENTS_ENABLED_Field.setAccessible(True) KEY_EVENTS_ENABLED_Value = KEY_EVENTS_ENABLED_Field.get(subComponent_013) #KEY_EVENTS_ENABLED_Value = 4 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[37] FOCUS_INPUTMAP_CREATED_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('FOCUS_INPUTMAP_CREATED') FOCUS_INPUTMAP_CREATED_Field.setAccessible(True) FOCUS_INPUTMAP_CREATED_Value = FOCUS_INPUTMAP_CREATED_Field.get(subComponent_013) #FOCUS_INPUTMAP_CREATED_Value = 5 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[38] ANCESTOR_INPUTMAP_CREATED_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('ANCESTOR_INPUTMAP_CREATED') ANCESTOR_INPUTMAP_CREATED_Field.setAccessible(True) ANCESTOR_INPUTMAP_CREATED_Value = ANCESTOR_INPUTMAP_CREATED_Field.get(subComponent_013) #ANCESTOR_INPUTMAP_CREATED_Value = 6 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[39] WIF_INPUTMAP_CREATED_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('WIF_INPUTMAP_CREATED') WIF_INPUTMAP_CREATED_Field.setAccessible(True) WIF_INPUTMAP_CREATED_Value = WIF_INPUTMAP_CREATED_Field.get(subComponent_013) #WIF_INPUTMAP_CREATED_Value = 7 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[40] ACTIONMAP_CREATED_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('ACTIONMAP_CREATED') ACTIONMAP_CREATED_Field.setAccessible(True) ACTIONMAP_CREATED_Value = ACTIONMAP_CREATED_Field.get(subComponent_013) #ACTIONMAP_CREATED_Value = 8 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[41] CREATED_DOUBLE_BUFFER_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('CREATED_DOUBLE_BUFFER') CREATED_DOUBLE_BUFFER_Field.setAccessible(True) CREATED_DOUBLE_BUFFER_Value = CREATED_DOUBLE_BUFFER_Field.get(subComponent_013) #CREATED_DOUBLE_BUFFER_Value = 9 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[42] IS_PRINTING_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('IS_PRINTING') IS_PRINTING_Field.setAccessible(True) IS_PRINTING_Value = IS_PRINTING_Field.get(subComponent_013) #IS_PRINTING_Value = 11 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[43] IS_PRINTING_ALL_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('IS_PRINTING_ALL') IS_PRINTING_ALL_Field.setAccessible(True) IS_PRINTING_ALL_Value = IS_PRINTING_ALL_Field.get(subComponent_013) #IS_PRINTING_ALL_Value = 12 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[44] IS_REPAINTING_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('IS_REPAINTING') IS_REPAINTING_Field.setAccessible(True) IS_REPAINTING_Value = IS_REPAINTING_Field.get(subComponent_013) #IS_REPAINTING_Value = 13 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[45] WRITE_OBJ_COUNTER_FIRST_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_FIRST') WRITE_OBJ_COUNTER_FIRST_Field.setAccessible(True) WRITE_OBJ_COUNTER_FIRST_Value = WRITE_OBJ_COUNTER_FIRST_Field.get(subComponent_013) #WRITE_OBJ_COUNTER_FIRST_Value = 14 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[46] RESERVED_1_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('RESERVED_1') RESERVED_1_Field.setAccessible(True) RESERVED_1_Value = RESERVED_1_Field.get(subComponent_013) #RESERVED_1_Value = 15 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[47] RESERVED_2_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('RESERVED_2') RESERVED_2_Field.setAccessible(True) RESERVED_2_Value = RESERVED_2_Field.get(subComponent_013) #RESERVED_2_Value = 16 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[48] RESERVED_3_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('RESERVED_3') RESERVED_3_Field.setAccessible(True) RESERVED_3_Value = RESERVED_3_Field.get(subComponent_013) #RESERVED_3_Value = 17 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[49] RESERVED_4_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('RESERVED_4') RESERVED_4_Field.setAccessible(True) RESERVED_4_Value = RESERVED_4_Field.get(subComponent_013) #RESERVED_4_Value = 18 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[50] RESERVED_5_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('RESERVED_5') RESERVED_5_Field.setAccessible(True) RESERVED_5_Value = RESERVED_5_Field.get(subComponent_013) #RESERVED_5_Value = 19 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[51] RESERVED_6_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('RESERVED_6') RESERVED_6_Field.setAccessible(True) RESERVED_6_Value = RESERVED_6_Field.get(subComponent_013) #RESERVED_6_Value = 20 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[52] WRITE_OBJ_COUNTER_LAST_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_LAST') WRITE_OBJ_COUNTER_LAST_Field.setAccessible(True) WRITE_OBJ_COUNTER_LAST_Value = WRITE_OBJ_COUNTER_LAST_Field.get(subComponent_013) #WRITE_OBJ_COUNTER_LAST_Value = 21 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[53] REQUEST_FOCUS_DISABLED_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('REQUEST_FOCUS_DISABLED') REQUEST_FOCUS_DISABLED_Field.setAccessible(True) REQUEST_FOCUS_DISABLED_Value = REQUEST_FOCUS_DISABLED_Field.get(subComponent_013) #REQUEST_FOCUS_DISABLED_Value = 22 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[54] INHERITS_POPUP_MENU_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('INHERITS_POPUP_MENU') INHERITS_POPUP_MENU_Field.setAccessible(True) INHERITS_POPUP_MENU_Value = INHERITS_POPUP_MENU_Field.get(subComponent_013) #INHERITS_POPUP_MENU_Value = 23 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[55] OPAQUE_SET_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('OPAQUE_SET') OPAQUE_SET_Field.setAccessible(True) OPAQUE_SET_Value = OPAQUE_SET_Field.get(subComponent_013) #OPAQUE_SET_Value = 24 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[56] AUTOSCROLLS_SET_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('AUTOSCROLLS_SET') AUTOSCROLLS_SET_Field.setAccessible(True) AUTOSCROLLS_SET_Value = AUTOSCROLLS_SET_Field.get(subComponent_013) #AUTOSCROLLS_SET_Value = 25 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[57] FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_FORWARD_SET') FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.get(subComponent_013) #FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = 26 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[58] FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_BACKWARD_SET') FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.get(subComponent_013) #FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = 27 #subComponent_013.getClass().getSuperclass().getDeclaredFields()[59] revalidateRunnableScheduled_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('revalidateRunnableScheduled') revalidateRunnableScheduled_Field.setAccessible(True) revalidateRunnableScheduled_Value = revalidateRunnableScheduled_Field.get(subComponent_013) #revalidateRunnableScheduled_Value = false #subComponent_013.getClass().getSuperclass().getDeclaredFields()[60] tempRectangles_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('tempRectangles') tempRectangles_Field.setAccessible(True) tempRectangles_Value = tempRectangles_Field.get(subComponent_013) #tempRectangles_Value = [java.awt.Rectangle[x=0,y=0,width=425,height=525], java.awt.[...] #subComponent_013.getClass().getSuperclass().getDeclaredFields()[61] focusInputMap_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('focusInputMap') focusInputMap_Field.setAccessible(True) focusInputMap_Value = focusInputMap_Field.get(subComponent_013) #focusInputMap_Value = None #subComponent_013.getClass().getSuperclass().getDeclaredFields()[62] ancestorInputMap_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('ancestorInputMap') ancestorInputMap_Field.setAccessible(True) ancestorInputMap_Value = ancestorInputMap_Field.get(subComponent_013) #ancestorInputMap_Value = None #subComponent_013.getClass().getSuperclass().getDeclaredFields()[63] windowInputMap_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('windowInputMap') windowInputMap_Field.setAccessible(True) windowInputMap_Value = windowInputMap_Field.get(subComponent_013) #windowInputMap_Value = None #subComponent_013.getClass().getSuperclass().getDeclaredFields()[65] defaultLocale_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('defaultLocale') defaultLocale_Field.setAccessible(True) defaultLocale_Value = defaultLocale_Field.get(subComponent_013) #defaultLocale_Value = JComponent.defaultLocale #subComponent_013.getClass().getSuperclass().getDeclaredFields()[66] componentObtainingGraphicsFrom_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFrom') componentObtainingGraphicsFrom_Field.setAccessible(True) componentObtainingGraphicsFrom_Value = componentObtainingGraphicsFrom_Field.get(subComponent_013) #componentObtainingGraphicsFrom_Value = None #subComponent_013.getClass().getSuperclass().getDeclaredFields()[67] componentObtainingGraphicsFromLock_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFromLock') componentObtainingGraphicsFromLock_Field.setAccessible(True) componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFromLock_Field.get(subComponent_013) #componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFrom #subComponent_013.getClass().getSuperclass().getDeclaredFields()[68] aaHint_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('aaHint') aaHint_Field.setAccessible(True) aaHint_Value = aaHint_Field.get(subComponent_013) #aaHint_Value = None #subComponent_013.getClass().getSuperclass().getDeclaredFields()[69] lcdRenderingHint_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('lcdRenderingHint') lcdRenderingHint_Field.setAccessible(True) lcdRenderingHint_Value = lcdRenderingHint_Field.get(subComponent_013) #lcdRenderingHint_Value = None #subComponent_013.getClass().getSuperclass().getDeclaredFields()[70] focusController_Field = subComponent_013.getClass().getSuperclass().getDeclaredField('focusController') focusController_Field.setAccessible(True) focusController_Value = focusController_Field.get(subComponent_013) #focusController_Value = javax.swing.JComponent$2@565d4f8a endFunction = True def subComponent_013_Declared_Methods(): #**************Declared 'get' Methods************* subComponent_013.getIcon() ''' getIcon_Method = subComponent_013.getClass().getDeclaredMethods()[1] getIcon_Value = getIcon_Method.invoke(subComponent_013) ''' #getIcon_Value = com.inductiveautomation.factorypmi.application.components.ch[...] subComponent_013.getActionListeners() ''' getActionListeners_Method = subComponent_013.getClass().getDeclaredMethods()[12] getActionListeners_Value = getActionListeners_Method.invoke(subComponent_013) ''' #getActionListeners_Value = array(java.awt.event.ActionListener, [com.inductiveautomatio[...] subComponent_013.getActionCommand() ''' getActionCommand_Method = subComponent_013.getClass().getDeclaredMethods()[14] getActionCommand_Value = getActionCommand_Method.invoke(subComponent_013) ''' #getActionCommand_Value = subComponent_013.getHoverColor() ''' getHoverColor_Method = subComponent_013.getClass().getDeclaredMethods()[16] getHoverColor_Value = getHoverColor_Method.invoke(subComponent_013) ''' #getHoverColor_Value = None subComponent_013.getPad() ''' getPad_Method = subComponent_013.getClass().getDeclaredMethods()[17] getPad_Value = getPad_Method.invoke(subComponent_013) ''' #getPad_Value = 4 #***********Declared 'get' Super Methods********** #subComponent_013.getLocation() ''' getLocation_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[2] getLocation_Value = getLocation_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! #subComponent_013.getSize() ''' getSize_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[6] getSize_Value = getSize_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! subComponent_013.getInsets() ''' getInsets_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[10] getInsets_Value = getInsets_Method.invoke(subComponent_013) ''' #getInsets_Value = java.awt.Insets[top=0,left=0,bottom=0,right=0] #subComponent_013.getInsets() ''' getInsets_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[11] getInsets_Value = getInsets_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! subComponent_013.getPreferredSize() ''' getPreferredSize_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[16] getPreferredSize_Value = getPreferredSize_Method.invoke(subComponent_013) ''' #getPreferredSize_Value = java.awt.Dimension[width=20,height=20] subComponent_013.getMinimumSize() ''' getMinimumSize_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[17] getMinimumSize_Value = getMinimumSize_Method.invoke(subComponent_013) ''' #getMinimumSize_Value = java.awt.Dimension[width=1,height=1] subComponent_013.getMaximumSize() ''' getMaximumSize_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[18] getMaximumSize_Value = getMaximumSize_Method.invoke(subComponent_013) ''' #getMaximumSize_Value = java.awt.Dimension[width=32767,height=32767] subComponent_013.getAlignmentX() ''' getAlignmentX_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[19] getAlignmentX_Value = getAlignmentX_Method.invoke(subComponent_013) ''' #getAlignmentX_Value = 0.5 subComponent_013.getAlignmentY() ''' getAlignmentY_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[20] getAlignmentY_Value = getAlignmentY_Method.invoke(subComponent_013) ''' #getAlignmentY_Value = 0.5 #subComponent_013.getListeners() ''' getListeners_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[22] getListeners_Value = getListeners_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! subComponent_013.getX() ''' getX_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[29] getX_Value = getX_Method.invoke(subComponent_013) ''' #getX_Value = 1 subComponent_013.getY() ''' getY_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[30] getY_Value = getY_Method.invoke(subComponent_013) ''' #getY_Value = 5 subComponent_013.getWidth() ''' getWidth_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[31] getWidth_Value = getWidth_Method.invoke(subComponent_013) ''' #getWidth_Value = 20 subComponent_013.getHeight() ''' getHeight_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[32] getHeight_Value = getHeight_Method.invoke(subComponent_013) ''' #getHeight_Value = 20 #subComponent_013.getBaseline() ''' getBaseline_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[44] getBaseline_Value = getBaseline_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! subComponent_013.getBaselineResizeBehavior() ''' getBaselineResizeBehavior_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[45] getBaselineResizeBehavior_Value = getBaselineResizeBehavior_Method.invoke(subComponent_013) ''' #getBaselineResizeBehavior_Value = OTHER subComponent_013.getGraphics() ''' getGraphics_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[46] getGraphics_Value = getGraphics_Method.invoke(subComponent_013) ''' #getGraphics_Value = sun.java2d.SunGraphics2D[font=javax.swing.plaf.FontUIResourc[...] #subComponent_013.getFontMetrics() ''' getFontMetrics_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[47] getFontMetrics_Value = getFontMetrics_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! subComponent_013.getUI() ''' getUI_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[58] getUI_Value = getUI_Method.invoke(subComponent_013) ''' #getUI_Value = None subComponent_013.getUIClassID() ''' getUIClassID_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[60] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_013) ''' #getUIClassID_Value = ComponentUI #subComponent_013.getWriteObjCounter() ''' getWriteObjCounter_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[61] getWriteObjCounter_Value = getWriteObjCounter_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! #subComponent_013.getGraphicsInvoked() ''' getGraphicsInvoked_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[65] getGraphicsInvoked_Value = getGraphicsInvoked_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! #subComponent_013.getManagingFocusForwardTraversalKeys() ''' getManagingFocusForwardTraversalKeys_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[67] getManagingFocusForwardTraversalKeys_Value = getManagingFocusForwardTraversalKeys_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! #subComponent_013.getManagingFocusBackwardTraversalKeys() ''' getManagingFocusBackwardTraversalKeys_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[68] getManagingFocusBackwardTraversalKeys_Value = getManagingFocusBackwardTraversalKeys_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! #subComponent_013.getFlag() ''' getFlag_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[72] getFlag_Value = getFlag_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! subComponent_013.getInheritsPopupMenu() ''' getInheritsPopupMenu_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[74] getInheritsPopupMenu_Value = getInheritsPopupMenu_Method.invoke(subComponent_013) ''' #getInheritsPopupMenu_Value = False subComponent_013.getComponentPopupMenu() ''' getComponentPopupMenu_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[76] getComponentPopupMenu_Value = getComponentPopupMenu_Method.invoke(subComponent_013) ''' #getComponentPopupMenu_Value = None subComponent_013.getDefaultLocale() ''' getDefaultLocale_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[78] getDefaultLocale_Value = getDefaultLocale_Method.invoke(subComponent_013) ''' #getDefaultLocale_Value = en #subComponent_013.getComponentGraphics() ''' getComponentGraphics_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[81] getComponentGraphics_Value = getComponentGraphics_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! #subComponent_013.getObscuredState() ''' getObscuredState_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[88] getObscuredState_Value = getObscuredState_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! subComponent_013.getBorder() ''' getBorder_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[90] getBorder_Value = getBorder_Method.invoke(subComponent_013) ''' #getBorder_Value = None subComponent_013.getNextFocusableComponent() ''' getNextFocusableComponent_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[102] getNextFocusableComponent_Value = getNextFocusableComponent_Method.invoke(subComponent_013) ''' #getNextFocusableComponent_Value = None #subComponent_013.getClientProperty() ''' getClientProperty_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[105] getClientProperty_Value = getClientProperty_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! #subComponent_013.setVerifyInputWhenFocusTarget() ''' setVerifyInputWhenFocusTarget_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[109] setVerifyInputWhenFocusTarget_Value = setVerifyInputWhenFocusTarget_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! subComponent_013.getVerifyInputWhenFocusTarget() ''' getVerifyInputWhenFocusTarget_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[110] getVerifyInputWhenFocusTarget_Value = getVerifyInputWhenFocusTarget_Method.invoke(subComponent_013) ''' #getVerifyInputWhenFocusTarget_Value = True subComponent_013.getInputVerifier() ''' getInputVerifier_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[116] getInputVerifier_Value = getInputVerifier_Method.invoke(subComponent_013) ''' #getInputVerifier_Value = None subComponent_013.getDebugGraphicsOptions() ''' getDebugGraphicsOptions_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[118] getDebugGraphicsOptions_Value = getDebugGraphicsOptions_Method.invoke(subComponent_013) ''' #getDebugGraphicsOptions_Value = 0 subComponent_013.getInputMap() ''' getInputMap_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[121] getInputMap_Value = getInputMap_Method.invoke(subComponent_013) ''' #getInputMap_Value = javax.swing.InputMap@5ba99009 #subComponent_013.getInputMap() ''' getInputMap_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[122] getInputMap_Value = getInputMap_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! #subComponent_013.getInputMap() ''' getInputMap_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[123] getInputMap_Value = getInputMap_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! subComponent_013.getActionMap() ''' getActionMap_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[124] getActionMap_Value = getActionMap_Method.invoke(subComponent_013) ''' #getActionMap_Value = javax.swing.ActionMap@35d3eff #subComponent_013.getActionMap() ''' getActionMap_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[125] getActionMap_Value = getActionMap_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! subComponent_013.getRegisteredKeyStrokes() ''' getRegisteredKeyStrokes_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[132] getRegisteredKeyStrokes_Value = getRegisteredKeyStrokes_Method.invoke(subComponent_013) ''' #getRegisteredKeyStrokes_Value = array(javax.swing.KeyStroke) #subComponent_013.getConditionForKeyStroke() ''' getConditionForKeyStroke_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[133] getConditionForKeyStroke_Value = getConditionForKeyStroke_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! #subComponent_013.getActionForKeyStroke() ''' getActionForKeyStroke_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[134] getActionForKeyStroke_Value = getActionForKeyStroke_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! #subComponent_013.getToolTipText() ''' getToolTipText_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[145] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! subComponent_013.getToolTipText() ''' getToolTipText_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[146] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_013) ''' #getToolTipText_Value = Maximize #subComponent_013.getToolTipLocation() ''' getToolTipLocation_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[147] getToolTipLocation_Value = getToolTipLocation_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! #subComponent_013.getPopupLocation() ''' getPopupLocation_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[148] getPopupLocation_Value = getPopupLocation_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! subComponent_013.getAutoscrolls() ''' getAutoscrolls_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[152] getAutoscrolls_Value = getAutoscrolls_Method.invoke(subComponent_013) ''' #getAutoscrolls_Value = False subComponent_013.getTransferHandler() ''' getTransferHandler_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[154] getTransferHandler_Value = getTransferHandler_Method.invoke(subComponent_013) ''' #getTransferHandler_Value = None #subComponent_013.getCreatedDoubleBuffer() ''' getCreatedDoubleBuffer_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[160] getCreatedDoubleBuffer_Value = getCreatedDoubleBuffer_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! #subComponent_013.getClientProperties() ''' getClientProperties_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[161] getClientProperties_Value = getClientProperties_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! subComponent_013.getVisibleRect() ''' getVisibleRect_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[165] getVisibleRect_Value = getVisibleRect_Method.invoke(subComponent_013) ''' #getVisibleRect_Value = java.awt.Rectangle[x=0,y=0,width=20,height=20] subComponent_013.getVetoableChangeListeners() ''' getVetoableChangeListeners_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[169] getVetoableChangeListeners_Value = getVetoableChangeListeners_Method.invoke(subComponent_013) ''' #getVetoableChangeListeners_Value = array(java.beans.VetoableChangeListener) subComponent_013.getTopLevelAncestor() ''' getTopLevelAncestor_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[170] getTopLevelAncestor_Value = getTopLevelAncestor_Method.invoke(subComponent_013) ''' #getTopLevelAncestor_Value = com.inductiveautomation.ignition.designer.IgnitionDesigner[f[...] #subComponent_013.getAncestorNotifier() ''' getAncestorNotifier_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[171] getAncestorNotifier_Value = getAncestorNotifier_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! subComponent_013.getAncestorListeners() ''' getAncestorListeners_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[174] getAncestorListeners_Value = getAncestorListeners_Method.invoke(subComponent_013) ''' #getAncestorListeners_Value = array(javax.swing.event.AncestorListener) #subComponent_013.getBounds() ''' getBounds_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[188] getBounds_Value = getBounds_Method.invoke(subComponent_013) ''' #Threw Exception: No value could be obtained! subComponent_013.getRootPane() ''' getRootPane_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[192] getRootPane_Value = getRootPane_Method.invoke(subComponent_013) ''' #getRootPane_Value = javax.swing.JRootPane[,0,0,1295x960,invalid,layout=javax.swi[...] #**************Declared 'set' Methods************* subComponent_013.setIcon() ''' setIcon_Method = subComponent_013.getClass().getDeclaredMethods()[0] setIcon_Value = setIcon_Method.invoke(subComponent_013) ''' subComponent_013.setEnabled() ''' setEnabled_Method = subComponent_013.getClass().getDeclaredMethods()[2] setEnabled_Value = setEnabled_Method.invoke(subComponent_013) ''' subComponent_013.setActionCommand() ''' setActionCommand_Method = subComponent_013.getClass().getDeclaredMethods()[9] setActionCommand_Value = setActionCommand_Method.invoke(subComponent_013) ''' subComponent_013.setHoverColor() ''' setHoverColor_Method = subComponent_013.getClass().getDeclaredMethods()[15] setHoverColor_Value = setHoverColor_Method.invoke(subComponent_013) ''' subComponent_013.setPad() ''' setPad_Method = subComponent_013.getClass().getDeclaredMethods()[20] setPad_Value = setPad_Method.invoke(subComponent_013) ''' subComponent_013.setPress() ''' setPress_Method = subComponent_013.getClass().getDeclaredMethods()[21] setPress_Value = setPress_Method.invoke(subComponent_013) ''' subComponent_013.setHover() ''' setHover_Method = subComponent_013.getClass().getDeclaredMethods()[23] setHover_Value = setHover_Method.invoke(subComponent_013) ''' subComponent_013.setShiftIconOnClick() ''' setShiftIconOnClick_Method = subComponent_013.getClass().getDeclaredMethods()[24] setShiftIconOnClick_Value = setShiftIconOnClick_Method.invoke(subComponent_013) ''' #***********Declared 'set' Super Methods********** subComponent_013.setOpaque() ''' setOpaque_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[7] setOpaque_Value = setOpaque_Method.invoke(subComponent_013) ''' subComponent_013.setFont() ''' setFont_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[15] setFont_Value = setFont_Method.invoke(subComponent_013) ''' subComponent_013.setFocusTraversalKeys() ''' setFocusTraversalKeys_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[23] setFocusTraversalKeys_Value = setFocusTraversalKeys_Method.invoke(subComponent_013) ''' subComponent_013.setEnabled() ''' setEnabled_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[33] setEnabled_Value = setEnabled_Method.invoke(subComponent_013) ''' subComponent_013.setForeground() ''' setForeground_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[38] setForeground_Value = setForeground_Method.invoke(subComponent_013) ''' subComponent_013.setBackground() ''' setBackground_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[39] setBackground_Value = setBackground_Method.invoke(subComponent_013) ''' subComponent_013.setPreferredSize() ''' setPreferredSize_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[41] setPreferredSize_Value = setPreferredSize_Method.invoke(subComponent_013) ''' subComponent_013.setMinimumSize() ''' setMinimumSize_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[42] setMinimumSize_Value = setMinimumSize_Method.invoke(subComponent_013) ''' subComponent_013.setMaximumSize() ''' setMaximumSize_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[43] setMaximumSize_Value = setMaximumSize_Method.invoke(subComponent_013) ''' subComponent_013.setDoubleBuffered() ''' setDoubleBuffered_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[55] setDoubleBuffered_Value = setDoubleBuffered_Method.invoke(subComponent_013) ''' subComponent_013.setUIProperty() ''' setUIProperty_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[56] setUIProperty_Value = setUIProperty_Method.invoke(subComponent_013) ''' subComponent_013.setUI() ''' setUI_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[59] setUI_Value = setUI_Method.invoke(subComponent_013) ''' subComponent_013.setWriteObjCounter() ''' setWriteObjCounter_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[62] setWriteObjCounter_Value = setWriteObjCounter_Method.invoke(subComponent_013) ''' subComponent_013.setInheritsPopupMenu() ''' setInheritsPopupMenu_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[71] setInheritsPopupMenu_Value = setInheritsPopupMenu_Method.invoke(subComponent_013) ''' subComponent_013.setFlag() ''' setFlag_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[73] setFlag_Value = setFlag_Method.invoke(subComponent_013) ''' subComponent_013.setComponentPopupMenu() ''' setComponentPopupMenu_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[75] setComponentPopupMenu_Value = setComponentPopupMenu_Method.invoke(subComponent_013) ''' subComponent_013.setNextFocusableComponent() ''' setNextFocusableComponent_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[103] setNextFocusableComponent_Value = setNextFocusableComponent_Method.invoke(subComponent_013) ''' subComponent_013.setRequestFocusEnabled() ''' setRequestFocusEnabled_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[106] setRequestFocusEnabled_Value = setRequestFocusEnabled_Method.invoke(subComponent_013) ''' subComponent_013.setBorder() ''' setBorder_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[111] setBorder_Value = setBorder_Method.invoke(subComponent_013) ''' subComponent_013.setAlignmentY() ''' setAlignmentY_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[112] setAlignmentY_Value = setAlignmentY_Method.invoke(subComponent_013) ''' subComponent_013.setAlignmentX() ''' setAlignmentX_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[114] setAlignmentX_Value = setAlignmentX_Method.invoke(subComponent_013) ''' subComponent_013.setInputVerifier() ''' setInputVerifier_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[115] setInputVerifier_Value = setInputVerifier_Method.invoke(subComponent_013) ''' subComponent_013.setDebugGraphicsOptions() ''' setDebugGraphicsOptions_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[117] setDebugGraphicsOptions_Value = setDebugGraphicsOptions_Method.invoke(subComponent_013) ''' subComponent_013.resetKeyboardActions() ''' resetKeyboardActions_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[135] resetKeyboardActions_Value = resetKeyboardActions_Method.invoke(subComponent_013) ''' subComponent_013.setInputMap() ''' setInputMap_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[136] setInputMap_Value = setInputMap_Method.invoke(subComponent_013) ''' subComponent_013.setActionMap() ''' setActionMap_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[137] setActionMap_Value = setActionMap_Method.invoke(subComponent_013) ''' subComponent_013.setDefaultLocale() ''' setDefaultLocale_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[139] setDefaultLocale_Value = setDefaultLocale_Method.invoke(subComponent_013) ''' subComponent_013.setToolTipText() ''' setToolTipText_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[144] setToolTipText_Value = setToolTipText_Method.invoke(subComponent_013) ''' subComponent_013.setAutoscrolls() ''' setAutoscrolls_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[151] setAutoscrolls_Value = setAutoscrolls_Method.invoke(subComponent_013) ''' subComponent_013.setTransferHandler() ''' setTransferHandler_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[153] setTransferHandler_Value = setTransferHandler_Method.invoke(subComponent_013) ''' subComponent_013.setDropLocation() ''' setDropLocation_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[156] setDropLocation_Value = setDropLocation_Method.invoke(subComponent_013) ''' subComponent_013.setCreatedDoubleBuffer() ''' setCreatedDoubleBuffer_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[159] setCreatedDoubleBuffer_Value = setCreatedDoubleBuffer_Method.invoke(subComponent_013) ''' subComponent_013.setPaintingChild() ''' setPaintingChild_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[181] setPaintingChild_Value = setPaintingChild_Method.invoke(subComponent_013) ''' subComponent_013.setVisible() ''' setVisible_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[187] setVisible_Value = setVisible_Method.invoke(subComponent_013) ''' #************All Other Declared Methods*********** subComponent_013.mousePressed() ''' mousePressed_Method = subComponent_013.getClass().getDeclaredMethods()[3] mousePressed_Value = mousePressed_Method.invoke(subComponent_013) ''' subComponent_013.mouseReleased() ''' mouseReleased_Method = subComponent_013.getClass().getDeclaredMethods()[4] mouseReleased_Value = mouseReleased_Method.invoke(subComponent_013) ''' subComponent_013.mouseClicked() ''' mouseClicked_Method = subComponent_013.getClass().getDeclaredMethods()[5] mouseClicked_Value = mouseClicked_Method.invoke(subComponent_013) ''' subComponent_013.mouseExited() ''' mouseExited_Method = subComponent_013.getClass().getDeclaredMethods()[6] mouseExited_Value = mouseExited_Method.invoke(subComponent_013) ''' subComponent_013.mouseEntered() ''' mouseEntered_Method = subComponent_013.getClass().getDeclaredMethods()[7] mouseEntered_Value = mouseEntered_Method.invoke(subComponent_013) ''' subComponent_013.paintComponent() ''' paintComponent_Method = subComponent_013.getClass().getDeclaredMethods()[8] paintComponent_Value = paintComponent_Method.invoke(subComponent_013) ''' subComponent_013.addActionListener() ''' addActionListener_Method = subComponent_013.getClass().getDeclaredMethods()[10] addActionListener_Value = addActionListener_Method.invoke(subComponent_013) ''' subComponent_013.removeActionListener() ''' removeActionListener_Method = subComponent_013.getClass().getDeclaredMethods()[11] removeActionListener_Value = removeActionListener_Method.invoke(subComponent_013) ''' subComponent_013.fireActionEvent() ''' fireActionEvent_Method = subComponent_013.getClass().getDeclaredMethods()[13] fireActionEvent_Value = fireActionEvent_Method.invoke(subComponent_013) ''' subComponent_013.isPress() ''' isPress_Method = subComponent_013.getClass().getDeclaredMethods()[18] isPress_Value = isPress_Method.invoke(subComponent_013) ''' subComponent_013.isShiftIconOnClick() ''' isShiftIconOnClick_Method = subComponent_013.getClass().getDeclaredMethods()[19] isShiftIconOnClick_Value = isShiftIconOnClick_Method.invoke(subComponent_013) ''' subComponent_013.isHover() ''' isHover_Method = subComponent_013.getClass().getDeclaredMethods()[22] isHover_Value = isHover_Method.invoke(subComponent_013) ''' #*********All Other Declared Super Methods******** subComponent_013.update() ''' update_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[0] update_Value = update_Method.invoke(subComponent_013) ''' subComponent_013.contains() ''' contains_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[1] contains_Value = contains_Method.invoke(subComponent_013) ''' subComponent_013.readObject() ''' readObject_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[3] readObject_Value = readObject_Method.invoke(subComponent_013) ''' subComponent_013.writeObject() ''' writeObject_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[4] writeObject_Value = writeObject_Method.invoke(subComponent_013) ''' subComponent_013.print() ''' print_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[5] print_Value = print_Method.invoke(subComponent_013) ''' subComponent_013.paramString() ''' paramString_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[8] paramString_Value = paramString_Method.invoke(subComponent_013) ''' subComponent_013.isOpaque() ''' isOpaque_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[9] isOpaque_Value = isOpaque_Method.invoke(subComponent_013) ''' subComponent_013.removeNotify() ''' removeNotify_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[12] removeNotify_Value = removeNotify_Method.invoke(subComponent_013) ''' subComponent_013.addNotify() ''' addNotify_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[13] addNotify_Value = addNotify_Method.invoke(subComponent_013) ''' subComponent_013.isValidateRoot() ''' isValidateRoot_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[14] isValidateRoot_Value = isValidateRoot_Method.invoke(subComponent_013) ''' subComponent_013.paint() ''' paint_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[21] paint_Value = paint_Method.invoke(subComponent_013) ''' subComponent_013.firePropertyChange() ''' firePropertyChange_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[24] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_013) ''' subComponent_013.firePropertyChange() ''' firePropertyChange_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[25] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_013) ''' subComponent_013.firePropertyChange() ''' firePropertyChange_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[26] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_013) ''' subComponent_013.requestFocus() ''' requestFocus_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[27] requestFocus_Value = requestFocus_Method.invoke(subComponent_013) ''' subComponent_013.requestFocus() ''' requestFocus_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[28] requestFocus_Value = requestFocus_Method.invoke(subComponent_013) ''' subComponent_013.enable() ''' enable_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[34] enable_Value = enable_Method.invoke(subComponent_013) ''' subComponent_013.disable() ''' disable_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[35] disable_Value = disable_Method.invoke(subComponent_013) ''' subComponent_013.isDoubleBuffered() ''' isDoubleBuffered_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[36] isDoubleBuffered_Value = isDoubleBuffered_Method.invoke(subComponent_013) ''' subComponent_013.hide() ''' hide_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[37] hide_Value = hide_Method.invoke(subComponent_013) ''' subComponent_013.reshape() ''' reshape_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[40] reshape_Value = reshape_Method.invoke(subComponent_013) ''' subComponent_013.printAll() ''' printAll_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[48] printAll_Value = printAll_Method.invoke(subComponent_013) ''' subComponent_013.processKeyEvent() ''' processKeyEvent_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[49] processKeyEvent_Value = processKeyEvent_Method.invoke(subComponent_013) ''' subComponent_013.processMouseEvent() ''' processMouseEvent_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[50] processMouseEvent_Value = processMouseEvent_Method.invoke(subComponent_013) ''' subComponent_013.processMouseMotionEvent() ''' processMouseMotionEvent_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[51] processMouseMotionEvent_Value = processMouseMotionEvent_Method.invoke(subComponent_013) ''' subComponent_013.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[52] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_013) ''' subComponent_013.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[53] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_013) ''' subComponent_013.compWriteObjectNotify() ''' compWriteObjectNotify_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[54] compWriteObjectNotify_Value = compWriteObjectNotify_Method.invoke(subComponent_013) ''' subComponent_013.updateUI() ''' updateUI_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[57] updateUI_Value = updateUI_Method.invoke(subComponent_013) ''' subComponent_013.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[63] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_013) ''' subComponent_013.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[64] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_013) ''' subComponent_013.isComponentObtainingGraphicsFrom() ''' isComponentObtainingGraphicsFrom_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[66] isComponentObtainingGraphicsFrom_Value = isComponentObtainingGraphicsFrom_Method.invoke(subComponent_013) ''' subComponent_013.fetchRectangle() ''' fetchRectangle_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[69] fetchRectangle_Value = fetchRectangle_Method.invoke(subComponent_013) ''' subComponent_013.recycleRectangle() ''' recycleRectangle_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[70] recycleRectangle_Value = recycleRectangle_Method.invoke(subComponent_013) ''' subComponent_013.isManagingFocus() ''' isManagingFocus_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[77] isManagingFocus_Value = isManagingFocus_Method.invoke(subComponent_013) ''' subComponent_013.uninstallUIAndProperties() ''' uninstallUIAndProperties_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[79] uninstallUIAndProperties_Value = uninstallUIAndProperties_Method.invoke(subComponent_013) ''' subComponent_013.putClientProperty() ''' putClientProperty_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[80] putClientProperty_Value = putClientProperty_Method.invoke(subComponent_013) ''' subComponent_013.shouldDebugGraphics() ''' shouldDebugGraphics_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[82] shouldDebugGraphics_Value = shouldDebugGraphics_Method.invoke(subComponent_013) ''' subComponent_013.paintComponent() ''' paintComponent_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[83] paintComponent_Value = paintComponent_Method.invoke(subComponent_013) ''' subComponent_013.paintChildren() ''' paintChildren_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[84] paintChildren_Value = paintChildren_Method.invoke(subComponent_013) ''' subComponent_013.isOptimizedDrawingEnabled() ''' isOptimizedDrawingEnabled_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[85] isOptimizedDrawingEnabled_Value = isOptimizedDrawingEnabled_Method.invoke(subComponent_013) ''' subComponent_013.checkIfChildObscuredBySibling() ''' checkIfChildObscuredBySibling_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[86] checkIfChildObscuredBySibling_Value = checkIfChildObscuredBySibling_Method.invoke(subComponent_013) ''' subComponent_013.isLightweightComponent() ''' isLightweightComponent_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[87] isLightweightComponent_Value = isLightweightComponent_Method.invoke(subComponent_013) ''' subComponent_013.paintBorder() ''' paintBorder_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[89] paintBorder_Value = paintBorder_Method.invoke(subComponent_013) ''' subComponent_013.adjustPaintFlags() ''' adjustPaintFlags_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[91] adjustPaintFlags_Value = adjustPaintFlags_Method.invoke(subComponent_013) ''' subComponent_013.isPainting() ''' isPainting_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[92] isPainting_Value = isPainting_Method.invoke(subComponent_013) ''' subComponent_013.rectangleIsObscured() ''' rectangleIsObscured_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[93] rectangleIsObscured_Value = rectangleIsObscured_Method.invoke(subComponent_013) ''' subComponent_013.printComponent() ''' printComponent_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[94] printComponent_Value = printComponent_Method.invoke(subComponent_013) ''' subComponent_013.printBorder() ''' printBorder_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[95] printBorder_Value = printBorder_Method.invoke(subComponent_013) ''' subComponent_013.printChildren() ''' printChildren_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[96] printChildren_Value = printChildren_Method.invoke(subComponent_013) ''' subComponent_013.paintForceDoubleBuffered() ''' paintForceDoubleBuffered_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[97] paintForceDoubleBuffered_Value = paintForceDoubleBuffered_Method.invoke(subComponent_013) ''' subComponent_013.isPaintingTile() ''' isPaintingTile_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[98] isPaintingTile_Value = isPaintingTile_Method.invoke(subComponent_013) ''' subComponent_013.isPaintingForPrint() ''' isPaintingForPrint_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[99] isPaintingForPrint_Value = isPaintingForPrint_Method.invoke(subComponent_013) ''' subComponent_013.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[100] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_013) ''' subComponent_013.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[101] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_013) ''' subComponent_013.deregisterNextFocusableComponent() ''' deregisterNextFocusableComponent_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[104] deregisterNextFocusableComponent_Value = deregisterNextFocusableComponent_Method.invoke(subComponent_013) ''' subComponent_013.isRequestFocusEnabled() ''' isRequestFocusEnabled_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[107] isRequestFocusEnabled_Value = isRequestFocusEnabled_Method.invoke(subComponent_013) ''' subComponent_013.grabFocus() ''' grabFocus_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[108] grabFocus_Value = grabFocus_Method.invoke(subComponent_013) ''' subComponent_013.validateAlignment() ''' validateAlignment_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[113] validateAlignment_Value = validateAlignment_Method.invoke(subComponent_013) ''' subComponent_013.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[119] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_013) ''' subComponent_013.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[120] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_013) ''' subComponent_013.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[126] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_013) ''' subComponent_013.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[127] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_013) ''' subComponent_013.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[128] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_013) ''' subComponent_013.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[129] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_013) ''' subComponent_013.componentInputMapChanged() ''' componentInputMapChanged_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[130] componentInputMapChanged_Value = componentInputMapChanged_Method.invoke(subComponent_013) ''' subComponent_013.unregisterKeyboardAction() ''' unregisterKeyboardAction_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[131] unregisterKeyboardAction_Value = unregisterKeyboardAction_Method.invoke(subComponent_013) ''' subComponent_013.requestDefaultFocus() ''' requestDefaultFocus_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[138] requestDefaultFocus_Value = requestDefaultFocus_Method.invoke(subComponent_013) ''' subComponent_013.processComponentKeyEvent() ''' processComponentKeyEvent_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[140] processComponentKeyEvent_Value = processComponentKeyEvent_Method.invoke(subComponent_013) ''' subComponent_013.processKeyBindings() ''' processKeyBindings_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[141] processKeyBindings_Value = processKeyBindings_Method.invoke(subComponent_013) ''' subComponent_013.processKeyBinding() ''' processKeyBinding_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[142] processKeyBinding_Value = processKeyBinding_Method.invoke(subComponent_013) ''' subComponent_013.processKeyBindingsForAllComponents() ''' processKeyBindingsForAllComponents_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[143] processKeyBindingsForAllComponents_Value = processKeyBindingsForAllComponents_Method.invoke(subComponent_013) ''' subComponent_013.createToolTip() ''' createToolTip_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[149] createToolTip_Value = createToolTip_Method.invoke(subComponent_013) ''' subComponent_013.scrollRectToVisible() ''' scrollRectToVisible_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[150] scrollRectToVisible_Value = scrollRectToVisible_Method.invoke(subComponent_013) ''' subComponent_013.dropLocationForPoint() ''' dropLocationForPoint_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[155] dropLocationForPoint_Value = dropLocationForPoint_Method.invoke(subComponent_013) ''' subComponent_013.dndDone() ''' dndDone_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[157] dndDone_Value = dndDone_Method.invoke(subComponent_013) ''' subComponent_013.superProcessMouseMotionEvent() ''' superProcessMouseMotionEvent_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[158] superProcessMouseMotionEvent_Value = superProcessMouseMotionEvent_Method.invoke(subComponent_013) ''' subComponent_013.clientPropertyChanged() ''' clientPropertyChanged_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[162] clientPropertyChanged_Value = clientPropertyChanged_Method.invoke(subComponent_013) ''' subComponent_013.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[163] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_013) ''' subComponent_013.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[164] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_013) ''' subComponent_013.fireVetoableChange() ''' fireVetoableChange_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[166] fireVetoableChange_Value = fireVetoableChange_Method.invoke(subComponent_013) ''' subComponent_013.addVetoableChangeListener() ''' addVetoableChangeListener_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[167] addVetoableChangeListener_Value = addVetoableChangeListener_Method.invoke(subComponent_013) ''' subComponent_013.removeVetoableChangeListener() ''' removeVetoableChangeListener_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[168] removeVetoableChangeListener_Value = removeVetoableChangeListener_Method.invoke(subComponent_013) ''' subComponent_013.addAncestorListener() ''' addAncestorListener_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[172] addAncestorListener_Value = addAncestorListener_Method.invoke(subComponent_013) ''' subComponent_013.removeAncestorListener() ''' removeAncestorListener_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[173] removeAncestorListener_Value = removeAncestorListener_Method.invoke(subComponent_013) ''' #subComponent_013.lambda$revalidate$0() ''' lambdarevalidate0_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[175] lambdarevalidate0_Value = lambdarevalidate0_Method.invoke(#subComponent_013) ''' subComponent_013.isPaintingOrigin() ''' isPaintingOrigin_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[176] isPaintingOrigin_Value = isPaintingOrigin_Method.invoke(subComponent_013) ''' subComponent_013.paintImmediately() ''' paintImmediately_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[177] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_013) ''' subComponent_013.paintImmediately() ''' paintImmediately_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[178] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_013) ''' subComponent_013._paintImmediately() ''' _paintImmediately_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[179] _paintImmediately_Value = _paintImmediately_Method.invoke(subComponent_013) ''' subComponent_013.alwaysOnTop() ''' alwaysOnTop_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[180] alwaysOnTop_Value = alwaysOnTop_Method.invoke(subComponent_013) ''' subComponent_013.paintToOffscreen() ''' paintToOffscreen_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[182] paintToOffscreen_Value = paintToOffscreen_Method.invoke(subComponent_013) ''' #subComponent_013.access$000() ''' access000_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[183] access000_Value = access000_Method.invoke(#subComponent_013) ''' #subComponent_013.access$100() ''' access100_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[184] access100_Value = access100_Method.invoke(#subComponent_013) ''' #subComponent_013.access$200() ''' access200_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[185] access200_Value = access200_Method.invoke(#subComponent_013) ''' #subComponent_013.access$300() ''' access300_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[186] access300_Value = access300_Method.invoke(#subComponent_013) ''' subComponent_013.repaint() ''' repaint_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[189] repaint_Value = repaint_Method.invoke(subComponent_013) ''' subComponent_013.repaint() ''' repaint_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[190] repaint_Value = repaint_Method.invoke(subComponent_013) ''' subComponent_013.revalidate() ''' revalidate_Method = subComponent_013.getClass().getSuperclass().getDeclaredMethods()[191] revalidate_Value = revalidate_Method.invoke(subComponent_013) ''' endFunction = True #========================================================== #========================================================== subComponent_014 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(2).getComponent(1) def subComponent_014(): # def subComponent_014_Declared_Fields(): #*****************Declared Fields***************** subComponent_014.icon #subComponent_014.icon = com.inductiveautomation.factorypmi.application.components.ch[...] subComponent_014.pad #subComponent_014.pad = 4 subComponent_014.hoverColor #subComponent_014.hoverColor = None subComponent_014.shiftIconOnClick #subComponent_014.shiftIconOnClick = True subComponent_014.actionCommand #subComponent_014.actionCommand = #NOTE: The following fields can only be accessed through reflection #subComponent_014.getClass().getDeclaredFields()[1] disabledIcon_Field = subComponent_014.getClass().getDeclaredField('disabledIcon') disabledIcon_Field.setAccessible(True) disabledIcon_Value = disabledIcon_Field.get(subComponent_014) #disabledIcon_Value = None #subComponent_014.getClass().getDeclaredFields()[4] hover_Field = subComponent_014.getClass().getDeclaredField('hover') hover_Field.setAccessible(True) hover_Value = hover_Field.get(subComponent_014) #hover_Value = False #subComponent_014.getClass().getDeclaredFields()[5] press_Field = subComponent_014.getClass().getDeclaredField('press') press_Field.setAccessible(True) press_Value = press_Field.get(subComponent_014) #press_Value = False #subComponent_014.getClass().getDeclaredFields()[8] rect_Field = subComponent_014.getClass().getDeclaredField('rect') rect_Field.setAccessible(True) rect_Value = rect_Field.get(subComponent_014) #rect_Value = java.awt.Rectangle[x=0,y=0,width=20,height=20] #**************Declared Super Fields************** subComponent_014.alignmentX #subComponent_014.alignmentX = 0.0 subComponent_014.alignmentY #subComponent_014.alignmentY = 0.0 subComponent_014.autoscrolls #subComponent_014.autoscrolls = False subComponent_014.border #subComponent_014.border = None subComponent_014.inputVerifier #subComponent_014.inputVerifier = None subComponent_014.verifyInputWhenFocusTarget #subComponent_014.verifyInputWhenFocusTarget = True subComponent_014.WHEN_FOCUSED #subComponent_014.WHEN_FOCUSED = 0 subComponent_014.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT #subComponent_014.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT = 1 subComponent_014.WHEN_IN_FOCUSED_WINDOW #subComponent_014.WHEN_IN_FOCUSED_WINDOW = 2 subComponent_014.UNDEFINED_CONDITION #subComponent_014.UNDEFINED_CONDITION = -1 subComponent_014.TOOL_TIP_TEXT_KEY #subComponent_014.TOOL_TIP_TEXT_KEY = ToolTipText subComponent_014.actionMap #subComponent_014.actionMap = None #NOTE: The following fields can only be accessed through reflection #subComponent_014.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_014) #uiClassID_Value = ComponentUI #subComponent_014.getClass().getSuperclass().getDeclaredFields()[1] readObjectCallbacks_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('readObjectCallbacks') readObjectCallbacks_Field.setAccessible(True) readObjectCallbacks_Value = readObjectCallbacks_Field.get(subComponent_014) #readObjectCallbacks_Value = {} #subComponent_014.getClass().getSuperclass().getDeclaredFields()[2] managingFocusForwardTraversalKeys_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('managingFocusForwardTraversalKeys') managingFocusForwardTraversalKeys_Field.setAccessible(True) managingFocusForwardTraversalKeys_Value = managingFocusForwardTraversalKeys_Field.get(subComponent_014) #managingFocusForwardTraversalKeys_Value = [ctrl pressed TAB] #subComponent_014.getClass().getSuperclass().getDeclaredFields()[3] managingFocusBackwardTraversalKeys_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('managingFocusBackwardTraversalKeys') managingFocusBackwardTraversalKeys_Field.setAccessible(True) managingFocusBackwardTraversalKeys_Value = managingFocusBackwardTraversalKeys_Field.get(subComponent_014) #managingFocusBackwardTraversalKeys_Value = [shift ctrl pressed TAB] #subComponent_014.getClass().getSuperclass().getDeclaredFields()[4] NOT_OBSCURED_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('NOT_OBSCURED') NOT_OBSCURED_Field.setAccessible(True) NOT_OBSCURED_Value = NOT_OBSCURED_Field.get(subComponent_014) #NOT_OBSCURED_Value = 0 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[5] PARTIALLY_OBSCURED_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('PARTIALLY_OBSCURED') PARTIALLY_OBSCURED_Field.setAccessible(True) PARTIALLY_OBSCURED_Value = PARTIALLY_OBSCURED_Field.get(subComponent_014) #PARTIALLY_OBSCURED_Value = 1 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[6] COMPLETELY_OBSCURED_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('COMPLETELY_OBSCURED') COMPLETELY_OBSCURED_Field.setAccessible(True) COMPLETELY_OBSCURED_Value = COMPLETELY_OBSCURED_Field.get(subComponent_014) #COMPLETELY_OBSCURED_Value = 2 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[7] DEBUG_GRAPHICS_LOADED_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('DEBUG_GRAPHICS_LOADED') DEBUG_GRAPHICS_LOADED_Field.setAccessible(True) DEBUG_GRAPHICS_LOADED_Value = DEBUG_GRAPHICS_LOADED_Field.get(subComponent_014) #DEBUG_GRAPHICS_LOADED_Value = True #subComponent_014.getClass().getSuperclass().getDeclaredFields()[8] INPUT_VERIFIER_SOURCE_KEY_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('INPUT_VERIFIER_SOURCE_KEY') INPUT_VERIFIER_SOURCE_KEY_Field.setAccessible(True) INPUT_VERIFIER_SOURCE_KEY_Value = INPUT_VERIFIER_SOURCE_KEY_Field.get(subComponent_014) #INPUT_VERIFIER_SOURCE_KEY_Value = InputVerifierSourceKey #subComponent_014.getClass().getSuperclass().getDeclaredFields()[9] isAlignmentXSet_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('isAlignmentXSet') isAlignmentXSet_Field.setAccessible(True) isAlignmentXSet_Value = isAlignmentXSet_Field.get(subComponent_014) #isAlignmentXSet_Value = False #subComponent_014.getClass().getSuperclass().getDeclaredFields()[11] isAlignmentYSet_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('isAlignmentYSet') isAlignmentYSet_Field.setAccessible(True) isAlignmentYSet_Value = isAlignmentYSet_Field.get(subComponent_014) #isAlignmentYSet_Value = False #subComponent_014.getClass().getSuperclass().getDeclaredFields()[13] ui_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('ui') ui_Field.setAccessible(True) ui_Value = ui_Field.get(subComponent_014) #ui_Value = None #subComponent_014.getClass().getSuperclass().getDeclaredFields()[14] listenerList_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('listenerList') listenerList_Field.setAccessible(True) listenerList_Value = listenerList_Field.get(subComponent_014) #listenerList_Value = EventListenerList: 1 listeners: type java.awt.event.ActionL[...] #subComponent_014.getClass().getSuperclass().getDeclaredFields()[15] clientProperties_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('clientProperties') clientProperties_Field.setAccessible(True) clientProperties_Value = clientProperties_Field.get(subComponent_014) #clientProperties_Value = javax.swing.ArrayTable@1eb12c92 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[16] vetoableChangeSupport_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('vetoableChangeSupport') vetoableChangeSupport_Field.setAccessible(True) vetoableChangeSupport_Value = vetoableChangeSupport_Field.get(subComponent_014) #vetoableChangeSupport_Value = None #subComponent_014.getClass().getSuperclass().getDeclaredFields()[19] flags_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('flags') flags_Field.setAccessible(True) flags_Value = flags_Field.get(subComponent_014) #flags_Value = 0 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[22] paintingChild_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('paintingChild') paintingChild_Field.setAccessible(True) paintingChild_Value = paintingChild_Field.get(subComponent_014) #paintingChild_Value = None #subComponent_014.getClass().getSuperclass().getDeclaredFields()[27] KEYBOARD_BINDINGS_KEY_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('KEYBOARD_BINDINGS_KEY') KEYBOARD_BINDINGS_KEY_Field.setAccessible(True) KEYBOARD_BINDINGS_KEY_Value = KEYBOARD_BINDINGS_KEY_Field.get(subComponent_014) #KEYBOARD_BINDINGS_KEY_Value = _KeyboardBindings #subComponent_014.getClass().getSuperclass().getDeclaredFields()[28] WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('WHEN_IN_FOCUSED_WINDOW_BINDINGS') WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.setAccessible(True) WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.get(subComponent_014) #WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = _WhenInFocusedWindow #subComponent_014.getClass().getSuperclass().getDeclaredFields()[30] NEXT_FOCUS_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('NEXT_FOCUS') NEXT_FOCUS_Field.setAccessible(True) NEXT_FOCUS_Value = NEXT_FOCUS_Field.get(subComponent_014) #NEXT_FOCUS_Value = nextFocus #subComponent_014.getClass().getSuperclass().getDeclaredFields()[31] popupMenu_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('popupMenu') popupMenu_Field.setAccessible(True) popupMenu_Value = popupMenu_Field.get(subComponent_014) #popupMenu_Value = None #subComponent_014.getClass().getSuperclass().getDeclaredFields()[32] IS_DOUBLE_BUFFERED_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('IS_DOUBLE_BUFFERED') IS_DOUBLE_BUFFERED_Field.setAccessible(True) IS_DOUBLE_BUFFERED_Value = IS_DOUBLE_BUFFERED_Field.get(subComponent_014) #IS_DOUBLE_BUFFERED_Value = 0 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[33] ANCESTOR_USING_BUFFER_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('ANCESTOR_USING_BUFFER') ANCESTOR_USING_BUFFER_Field.setAccessible(True) ANCESTOR_USING_BUFFER_Value = ANCESTOR_USING_BUFFER_Field.get(subComponent_014) #ANCESTOR_USING_BUFFER_Value = 1 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[34] IS_PAINTING_TILE_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('IS_PAINTING_TILE') IS_PAINTING_TILE_Field.setAccessible(True) IS_PAINTING_TILE_Value = IS_PAINTING_TILE_Field.get(subComponent_014) #IS_PAINTING_TILE_Value = 2 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[35] IS_OPAQUE_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('IS_OPAQUE') IS_OPAQUE_Field.setAccessible(True) IS_OPAQUE_Value = IS_OPAQUE_Field.get(subComponent_014) #IS_OPAQUE_Value = 3 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[36] KEY_EVENTS_ENABLED_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('KEY_EVENTS_ENABLED') KEY_EVENTS_ENABLED_Field.setAccessible(True) KEY_EVENTS_ENABLED_Value = KEY_EVENTS_ENABLED_Field.get(subComponent_014) #KEY_EVENTS_ENABLED_Value = 4 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[37] FOCUS_INPUTMAP_CREATED_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('FOCUS_INPUTMAP_CREATED') FOCUS_INPUTMAP_CREATED_Field.setAccessible(True) FOCUS_INPUTMAP_CREATED_Value = FOCUS_INPUTMAP_CREATED_Field.get(subComponent_014) #FOCUS_INPUTMAP_CREATED_Value = 5 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[38] ANCESTOR_INPUTMAP_CREATED_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('ANCESTOR_INPUTMAP_CREATED') ANCESTOR_INPUTMAP_CREATED_Field.setAccessible(True) ANCESTOR_INPUTMAP_CREATED_Value = ANCESTOR_INPUTMAP_CREATED_Field.get(subComponent_014) #ANCESTOR_INPUTMAP_CREATED_Value = 6 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[39] WIF_INPUTMAP_CREATED_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('WIF_INPUTMAP_CREATED') WIF_INPUTMAP_CREATED_Field.setAccessible(True) WIF_INPUTMAP_CREATED_Value = WIF_INPUTMAP_CREATED_Field.get(subComponent_014) #WIF_INPUTMAP_CREATED_Value = 7 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[40] ACTIONMAP_CREATED_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('ACTIONMAP_CREATED') ACTIONMAP_CREATED_Field.setAccessible(True) ACTIONMAP_CREATED_Value = ACTIONMAP_CREATED_Field.get(subComponent_014) #ACTIONMAP_CREATED_Value = 8 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[41] CREATED_DOUBLE_BUFFER_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('CREATED_DOUBLE_BUFFER') CREATED_DOUBLE_BUFFER_Field.setAccessible(True) CREATED_DOUBLE_BUFFER_Value = CREATED_DOUBLE_BUFFER_Field.get(subComponent_014) #CREATED_DOUBLE_BUFFER_Value = 9 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[42] IS_PRINTING_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('IS_PRINTING') IS_PRINTING_Field.setAccessible(True) IS_PRINTING_Value = IS_PRINTING_Field.get(subComponent_014) #IS_PRINTING_Value = 11 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[43] IS_PRINTING_ALL_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('IS_PRINTING_ALL') IS_PRINTING_ALL_Field.setAccessible(True) IS_PRINTING_ALL_Value = IS_PRINTING_ALL_Field.get(subComponent_014) #IS_PRINTING_ALL_Value = 12 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[44] IS_REPAINTING_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('IS_REPAINTING') IS_REPAINTING_Field.setAccessible(True) IS_REPAINTING_Value = IS_REPAINTING_Field.get(subComponent_014) #IS_REPAINTING_Value = 13 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[45] WRITE_OBJ_COUNTER_FIRST_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_FIRST') WRITE_OBJ_COUNTER_FIRST_Field.setAccessible(True) WRITE_OBJ_COUNTER_FIRST_Value = WRITE_OBJ_COUNTER_FIRST_Field.get(subComponent_014) #WRITE_OBJ_COUNTER_FIRST_Value = 14 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[46] RESERVED_1_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('RESERVED_1') RESERVED_1_Field.setAccessible(True) RESERVED_1_Value = RESERVED_1_Field.get(subComponent_014) #RESERVED_1_Value = 15 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[47] RESERVED_2_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('RESERVED_2') RESERVED_2_Field.setAccessible(True) RESERVED_2_Value = RESERVED_2_Field.get(subComponent_014) #RESERVED_2_Value = 16 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[48] RESERVED_3_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('RESERVED_3') RESERVED_3_Field.setAccessible(True) RESERVED_3_Value = RESERVED_3_Field.get(subComponent_014) #RESERVED_3_Value = 17 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[49] RESERVED_4_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('RESERVED_4') RESERVED_4_Field.setAccessible(True) RESERVED_4_Value = RESERVED_4_Field.get(subComponent_014) #RESERVED_4_Value = 18 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[50] RESERVED_5_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('RESERVED_5') RESERVED_5_Field.setAccessible(True) RESERVED_5_Value = RESERVED_5_Field.get(subComponent_014) #RESERVED_5_Value = 19 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[51] RESERVED_6_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('RESERVED_6') RESERVED_6_Field.setAccessible(True) RESERVED_6_Value = RESERVED_6_Field.get(subComponent_014) #RESERVED_6_Value = 20 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[52] WRITE_OBJ_COUNTER_LAST_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_LAST') WRITE_OBJ_COUNTER_LAST_Field.setAccessible(True) WRITE_OBJ_COUNTER_LAST_Value = WRITE_OBJ_COUNTER_LAST_Field.get(subComponent_014) #WRITE_OBJ_COUNTER_LAST_Value = 21 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[53] REQUEST_FOCUS_DISABLED_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('REQUEST_FOCUS_DISABLED') REQUEST_FOCUS_DISABLED_Field.setAccessible(True) REQUEST_FOCUS_DISABLED_Value = REQUEST_FOCUS_DISABLED_Field.get(subComponent_014) #REQUEST_FOCUS_DISABLED_Value = 22 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[54] INHERITS_POPUP_MENU_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('INHERITS_POPUP_MENU') INHERITS_POPUP_MENU_Field.setAccessible(True) INHERITS_POPUP_MENU_Value = INHERITS_POPUP_MENU_Field.get(subComponent_014) #INHERITS_POPUP_MENU_Value = 23 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[55] OPAQUE_SET_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('OPAQUE_SET') OPAQUE_SET_Field.setAccessible(True) OPAQUE_SET_Value = OPAQUE_SET_Field.get(subComponent_014) #OPAQUE_SET_Value = 24 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[56] AUTOSCROLLS_SET_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('AUTOSCROLLS_SET') AUTOSCROLLS_SET_Field.setAccessible(True) AUTOSCROLLS_SET_Value = AUTOSCROLLS_SET_Field.get(subComponent_014) #AUTOSCROLLS_SET_Value = 25 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[57] FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_FORWARD_SET') FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.get(subComponent_014) #FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = 26 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[58] FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_BACKWARD_SET') FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.get(subComponent_014) #FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = 27 #subComponent_014.getClass().getSuperclass().getDeclaredFields()[59] revalidateRunnableScheduled_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('revalidateRunnableScheduled') revalidateRunnableScheduled_Field.setAccessible(True) revalidateRunnableScheduled_Value = revalidateRunnableScheduled_Field.get(subComponent_014) #revalidateRunnableScheduled_Value = false #subComponent_014.getClass().getSuperclass().getDeclaredFields()[60] tempRectangles_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('tempRectangles') tempRectangles_Field.setAccessible(True) tempRectangles_Value = tempRectangles_Field.get(subComponent_014) #tempRectangles_Value = [java.awt.Rectangle[x=0,y=0,width=425,height=525], java.awt.[...] #subComponent_014.getClass().getSuperclass().getDeclaredFields()[61] focusInputMap_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('focusInputMap') focusInputMap_Field.setAccessible(True) focusInputMap_Value = focusInputMap_Field.get(subComponent_014) #focusInputMap_Value = None #subComponent_014.getClass().getSuperclass().getDeclaredFields()[62] ancestorInputMap_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('ancestorInputMap') ancestorInputMap_Field.setAccessible(True) ancestorInputMap_Value = ancestorInputMap_Field.get(subComponent_014) #ancestorInputMap_Value = None #subComponent_014.getClass().getSuperclass().getDeclaredFields()[63] windowInputMap_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('windowInputMap') windowInputMap_Field.setAccessible(True) windowInputMap_Value = windowInputMap_Field.get(subComponent_014) #windowInputMap_Value = None #subComponent_014.getClass().getSuperclass().getDeclaredFields()[65] defaultLocale_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('defaultLocale') defaultLocale_Field.setAccessible(True) defaultLocale_Value = defaultLocale_Field.get(subComponent_014) #defaultLocale_Value = JComponent.defaultLocale #subComponent_014.getClass().getSuperclass().getDeclaredFields()[66] componentObtainingGraphicsFrom_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFrom') componentObtainingGraphicsFrom_Field.setAccessible(True) componentObtainingGraphicsFrom_Value = componentObtainingGraphicsFrom_Field.get(subComponent_014) #componentObtainingGraphicsFrom_Value = None #subComponent_014.getClass().getSuperclass().getDeclaredFields()[67] componentObtainingGraphicsFromLock_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFromLock') componentObtainingGraphicsFromLock_Field.setAccessible(True) componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFromLock_Field.get(subComponent_014) #componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFrom #subComponent_014.getClass().getSuperclass().getDeclaredFields()[68] aaHint_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('aaHint') aaHint_Field.setAccessible(True) aaHint_Value = aaHint_Field.get(subComponent_014) #aaHint_Value = None #subComponent_014.getClass().getSuperclass().getDeclaredFields()[69] lcdRenderingHint_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('lcdRenderingHint') lcdRenderingHint_Field.setAccessible(True) lcdRenderingHint_Value = lcdRenderingHint_Field.get(subComponent_014) #lcdRenderingHint_Value = None #subComponent_014.getClass().getSuperclass().getDeclaredFields()[70] focusController_Field = subComponent_014.getClass().getSuperclass().getDeclaredField('focusController') focusController_Field.setAccessible(True) focusController_Value = focusController_Field.get(subComponent_014) #focusController_Value = javax.swing.JComponent$2@565d4f8a endFunction = True def subComponent_014_Declared_Methods(): #**************Declared 'get' Methods************* subComponent_014.getIcon() ''' getIcon_Method = subComponent_014.getClass().getDeclaredMethods()[1] getIcon_Value = getIcon_Method.invoke(subComponent_014) ''' #getIcon_Value = com.inductiveautomation.factorypmi.application.components.ch[...] subComponent_014.getActionListeners() ''' getActionListeners_Method = subComponent_014.getClass().getDeclaredMethods()[12] getActionListeners_Value = getActionListeners_Method.invoke(subComponent_014) ''' #getActionListeners_Value = array(java.awt.event.ActionListener, [com.inductiveautomatio[...] subComponent_014.getActionCommand() ''' getActionCommand_Method = subComponent_014.getClass().getDeclaredMethods()[14] getActionCommand_Value = getActionCommand_Method.invoke(subComponent_014) ''' #getActionCommand_Value = subComponent_014.getHoverColor() ''' getHoverColor_Method = subComponent_014.getClass().getDeclaredMethods()[16] getHoverColor_Value = getHoverColor_Method.invoke(subComponent_014) ''' #getHoverColor_Value = None subComponent_014.getPad() ''' getPad_Method = subComponent_014.getClass().getDeclaredMethods()[17] getPad_Value = getPad_Method.invoke(subComponent_014) ''' #getPad_Value = 4 #***********Declared 'get' Super Methods********** #subComponent_014.getLocation() ''' getLocation_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[2] getLocation_Value = getLocation_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! #subComponent_014.getSize() ''' getSize_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[6] getSize_Value = getSize_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! subComponent_014.getInsets() ''' getInsets_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[10] getInsets_Value = getInsets_Method.invoke(subComponent_014) ''' #getInsets_Value = java.awt.Insets[top=0,left=0,bottom=0,right=0] #subComponent_014.getInsets() ''' getInsets_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[11] getInsets_Value = getInsets_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! subComponent_014.getPreferredSize() ''' getPreferredSize_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[16] getPreferredSize_Value = getPreferredSize_Method.invoke(subComponent_014) ''' #getPreferredSize_Value = java.awt.Dimension[width=20,height=20] subComponent_014.getMinimumSize() ''' getMinimumSize_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[17] getMinimumSize_Value = getMinimumSize_Method.invoke(subComponent_014) ''' #getMinimumSize_Value = java.awt.Dimension[width=1,height=1] subComponent_014.getMaximumSize() ''' getMaximumSize_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[18] getMaximumSize_Value = getMaximumSize_Method.invoke(subComponent_014) ''' #getMaximumSize_Value = java.awt.Dimension[width=32767,height=32767] subComponent_014.getAlignmentX() ''' getAlignmentX_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[19] getAlignmentX_Value = getAlignmentX_Method.invoke(subComponent_014) ''' #getAlignmentX_Value = 0.5 subComponent_014.getAlignmentY() ''' getAlignmentY_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[20] getAlignmentY_Value = getAlignmentY_Method.invoke(subComponent_014) ''' #getAlignmentY_Value = 0.5 #subComponent_014.getListeners() ''' getListeners_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[22] getListeners_Value = getListeners_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! subComponent_014.getX() ''' getX_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[29] getX_Value = getX_Method.invoke(subComponent_014) ''' #getX_Value = 1 subComponent_014.getY() ''' getY_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[30] getY_Value = getY_Method.invoke(subComponent_014) ''' #getY_Value = 30 subComponent_014.getWidth() ''' getWidth_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[31] getWidth_Value = getWidth_Method.invoke(subComponent_014) ''' #getWidth_Value = 20 subComponent_014.getHeight() ''' getHeight_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[32] getHeight_Value = getHeight_Method.invoke(subComponent_014) ''' #getHeight_Value = 20 #subComponent_014.getBaseline() ''' getBaseline_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[44] getBaseline_Value = getBaseline_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! subComponent_014.getBaselineResizeBehavior() ''' getBaselineResizeBehavior_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[45] getBaselineResizeBehavior_Value = getBaselineResizeBehavior_Method.invoke(subComponent_014) ''' #getBaselineResizeBehavior_Value = OTHER subComponent_014.getGraphics() ''' getGraphics_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[46] getGraphics_Value = getGraphics_Method.invoke(subComponent_014) ''' #getGraphics_Value = sun.java2d.SunGraphics2D[font=javax.swing.plaf.FontUIResourc[...] #subComponent_014.getFontMetrics() ''' getFontMetrics_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[47] getFontMetrics_Value = getFontMetrics_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! subComponent_014.getUI() ''' getUI_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[58] getUI_Value = getUI_Method.invoke(subComponent_014) ''' #getUI_Value = None subComponent_014.getUIClassID() ''' getUIClassID_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[60] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_014) ''' #getUIClassID_Value = ComponentUI #subComponent_014.getWriteObjCounter() ''' getWriteObjCounter_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[61] getWriteObjCounter_Value = getWriteObjCounter_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! #subComponent_014.getGraphicsInvoked() ''' getGraphicsInvoked_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[65] getGraphicsInvoked_Value = getGraphicsInvoked_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! #subComponent_014.getManagingFocusForwardTraversalKeys() ''' getManagingFocusForwardTraversalKeys_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[67] getManagingFocusForwardTraversalKeys_Value = getManagingFocusForwardTraversalKeys_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! #subComponent_014.getManagingFocusBackwardTraversalKeys() ''' getManagingFocusBackwardTraversalKeys_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[68] getManagingFocusBackwardTraversalKeys_Value = getManagingFocusBackwardTraversalKeys_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! #subComponent_014.getFlag() ''' getFlag_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[72] getFlag_Value = getFlag_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! subComponent_014.getInheritsPopupMenu() ''' getInheritsPopupMenu_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[74] getInheritsPopupMenu_Value = getInheritsPopupMenu_Method.invoke(subComponent_014) ''' #getInheritsPopupMenu_Value = False subComponent_014.getComponentPopupMenu() ''' getComponentPopupMenu_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[76] getComponentPopupMenu_Value = getComponentPopupMenu_Method.invoke(subComponent_014) ''' #getComponentPopupMenu_Value = None subComponent_014.getDefaultLocale() ''' getDefaultLocale_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[78] getDefaultLocale_Value = getDefaultLocale_Method.invoke(subComponent_014) ''' #getDefaultLocale_Value = en #subComponent_014.getComponentGraphics() ''' getComponentGraphics_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[81] getComponentGraphics_Value = getComponentGraphics_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! #subComponent_014.getObscuredState() ''' getObscuredState_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[88] getObscuredState_Value = getObscuredState_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! subComponent_014.getBorder() ''' getBorder_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[90] getBorder_Value = getBorder_Method.invoke(subComponent_014) ''' #getBorder_Value = None subComponent_014.getNextFocusableComponent() ''' getNextFocusableComponent_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[102] getNextFocusableComponent_Value = getNextFocusableComponent_Method.invoke(subComponent_014) ''' #getNextFocusableComponent_Value = None #subComponent_014.getClientProperty() ''' getClientProperty_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[105] getClientProperty_Value = getClientProperty_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! #subComponent_014.setVerifyInputWhenFocusTarget() ''' setVerifyInputWhenFocusTarget_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[109] setVerifyInputWhenFocusTarget_Value = setVerifyInputWhenFocusTarget_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! subComponent_014.getVerifyInputWhenFocusTarget() ''' getVerifyInputWhenFocusTarget_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[110] getVerifyInputWhenFocusTarget_Value = getVerifyInputWhenFocusTarget_Method.invoke(subComponent_014) ''' #getVerifyInputWhenFocusTarget_Value = True subComponent_014.getInputVerifier() ''' getInputVerifier_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[116] getInputVerifier_Value = getInputVerifier_Method.invoke(subComponent_014) ''' #getInputVerifier_Value = None subComponent_014.getDebugGraphicsOptions() ''' getDebugGraphicsOptions_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[118] getDebugGraphicsOptions_Value = getDebugGraphicsOptions_Method.invoke(subComponent_014) ''' #getDebugGraphicsOptions_Value = 0 subComponent_014.getInputMap() ''' getInputMap_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[121] getInputMap_Value = getInputMap_Method.invoke(subComponent_014) ''' #getInputMap_Value = javax.swing.InputMap@98fce95 #subComponent_014.getInputMap() ''' getInputMap_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[122] getInputMap_Value = getInputMap_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! #subComponent_014.getInputMap() ''' getInputMap_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[123] getInputMap_Value = getInputMap_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! subComponent_014.getActionMap() ''' getActionMap_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[124] getActionMap_Value = getActionMap_Method.invoke(subComponent_014) ''' #getActionMap_Value = javax.swing.ActionMap@63cfb39d #subComponent_014.getActionMap() ''' getActionMap_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[125] getActionMap_Value = getActionMap_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! subComponent_014.getRegisteredKeyStrokes() ''' getRegisteredKeyStrokes_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[132] getRegisteredKeyStrokes_Value = getRegisteredKeyStrokes_Method.invoke(subComponent_014) ''' #getRegisteredKeyStrokes_Value = array(javax.swing.KeyStroke) #subComponent_014.getConditionForKeyStroke() ''' getConditionForKeyStroke_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[133] getConditionForKeyStroke_Value = getConditionForKeyStroke_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! #subComponent_014.getActionForKeyStroke() ''' getActionForKeyStroke_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[134] getActionForKeyStroke_Value = getActionForKeyStroke_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! #subComponent_014.getToolTipText() ''' getToolTipText_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[145] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! subComponent_014.getToolTipText() ''' getToolTipText_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[146] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_014) ''' #getToolTipText_Value = Print #subComponent_014.getToolTipLocation() ''' getToolTipLocation_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[147] getToolTipLocation_Value = getToolTipLocation_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! #subComponent_014.getPopupLocation() ''' getPopupLocation_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[148] getPopupLocation_Value = getPopupLocation_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! subComponent_014.getAutoscrolls() ''' getAutoscrolls_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[152] getAutoscrolls_Value = getAutoscrolls_Method.invoke(subComponent_014) ''' #getAutoscrolls_Value = False subComponent_014.getTransferHandler() ''' getTransferHandler_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[154] getTransferHandler_Value = getTransferHandler_Method.invoke(subComponent_014) ''' #getTransferHandler_Value = None #subComponent_014.getCreatedDoubleBuffer() ''' getCreatedDoubleBuffer_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[160] getCreatedDoubleBuffer_Value = getCreatedDoubleBuffer_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! #subComponent_014.getClientProperties() ''' getClientProperties_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[161] getClientProperties_Value = getClientProperties_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! subComponent_014.getVisibleRect() ''' getVisibleRect_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[165] getVisibleRect_Value = getVisibleRect_Method.invoke(subComponent_014) ''' #getVisibleRect_Value = java.awt.Rectangle[x=0,y=0,width=20,height=20] subComponent_014.getVetoableChangeListeners() ''' getVetoableChangeListeners_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[169] getVetoableChangeListeners_Value = getVetoableChangeListeners_Method.invoke(subComponent_014) ''' #getVetoableChangeListeners_Value = array(java.beans.VetoableChangeListener) subComponent_014.getTopLevelAncestor() ''' getTopLevelAncestor_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[170] getTopLevelAncestor_Value = getTopLevelAncestor_Method.invoke(subComponent_014) ''' #getTopLevelAncestor_Value = com.inductiveautomation.ignition.designer.IgnitionDesigner[f[...] #subComponent_014.getAncestorNotifier() ''' getAncestorNotifier_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[171] getAncestorNotifier_Value = getAncestorNotifier_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! subComponent_014.getAncestorListeners() ''' getAncestorListeners_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[174] getAncestorListeners_Value = getAncestorListeners_Method.invoke(subComponent_014) ''' #getAncestorListeners_Value = array(javax.swing.event.AncestorListener) #subComponent_014.getBounds() ''' getBounds_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[188] getBounds_Value = getBounds_Method.invoke(subComponent_014) ''' #Threw Exception: No value could be obtained! subComponent_014.getRootPane() ''' getRootPane_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[192] getRootPane_Value = getRootPane_Method.invoke(subComponent_014) ''' #getRootPane_Value = javax.swing.JRootPane[,0,0,1295x960,invalid,layout=javax.swi[...] #**************Declared 'set' Methods************* subComponent_014.setIcon() ''' setIcon_Method = subComponent_014.getClass().getDeclaredMethods()[0] setIcon_Value = setIcon_Method.invoke(subComponent_014) ''' subComponent_014.setEnabled() ''' setEnabled_Method = subComponent_014.getClass().getDeclaredMethods()[2] setEnabled_Value = setEnabled_Method.invoke(subComponent_014) ''' subComponent_014.setActionCommand() ''' setActionCommand_Method = subComponent_014.getClass().getDeclaredMethods()[9] setActionCommand_Value = setActionCommand_Method.invoke(subComponent_014) ''' subComponent_014.setHoverColor() ''' setHoverColor_Method = subComponent_014.getClass().getDeclaredMethods()[15] setHoverColor_Value = setHoverColor_Method.invoke(subComponent_014) ''' subComponent_014.setPad() ''' setPad_Method = subComponent_014.getClass().getDeclaredMethods()[20] setPad_Value = setPad_Method.invoke(subComponent_014) ''' subComponent_014.setPress() ''' setPress_Method = subComponent_014.getClass().getDeclaredMethods()[21] setPress_Value = setPress_Method.invoke(subComponent_014) ''' subComponent_014.setHover() ''' setHover_Method = subComponent_014.getClass().getDeclaredMethods()[23] setHover_Value = setHover_Method.invoke(subComponent_014) ''' subComponent_014.setShiftIconOnClick() ''' setShiftIconOnClick_Method = subComponent_014.getClass().getDeclaredMethods()[24] setShiftIconOnClick_Value = setShiftIconOnClick_Method.invoke(subComponent_014) ''' #***********Declared 'set' Super Methods********** subComponent_014.setOpaque() ''' setOpaque_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[7] setOpaque_Value = setOpaque_Method.invoke(subComponent_014) ''' subComponent_014.setFont() ''' setFont_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[15] setFont_Value = setFont_Method.invoke(subComponent_014) ''' subComponent_014.setFocusTraversalKeys() ''' setFocusTraversalKeys_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[23] setFocusTraversalKeys_Value = setFocusTraversalKeys_Method.invoke(subComponent_014) ''' subComponent_014.setEnabled() ''' setEnabled_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[33] setEnabled_Value = setEnabled_Method.invoke(subComponent_014) ''' subComponent_014.setForeground() ''' setForeground_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[38] setForeground_Value = setForeground_Method.invoke(subComponent_014) ''' subComponent_014.setBackground() ''' setBackground_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[39] setBackground_Value = setBackground_Method.invoke(subComponent_014) ''' subComponent_014.setPreferredSize() ''' setPreferredSize_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[41] setPreferredSize_Value = setPreferredSize_Method.invoke(subComponent_014) ''' subComponent_014.setMinimumSize() ''' setMinimumSize_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[42] setMinimumSize_Value = setMinimumSize_Method.invoke(subComponent_014) ''' subComponent_014.setMaximumSize() ''' setMaximumSize_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[43] setMaximumSize_Value = setMaximumSize_Method.invoke(subComponent_014) ''' subComponent_014.setDoubleBuffered() ''' setDoubleBuffered_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[55] setDoubleBuffered_Value = setDoubleBuffered_Method.invoke(subComponent_014) ''' subComponent_014.setUIProperty() ''' setUIProperty_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[56] setUIProperty_Value = setUIProperty_Method.invoke(subComponent_014) ''' subComponent_014.setUI() ''' setUI_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[59] setUI_Value = setUI_Method.invoke(subComponent_014) ''' subComponent_014.setWriteObjCounter() ''' setWriteObjCounter_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[62] setWriteObjCounter_Value = setWriteObjCounter_Method.invoke(subComponent_014) ''' subComponent_014.setInheritsPopupMenu() ''' setInheritsPopupMenu_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[71] setInheritsPopupMenu_Value = setInheritsPopupMenu_Method.invoke(subComponent_014) ''' subComponent_014.setFlag() ''' setFlag_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[73] setFlag_Value = setFlag_Method.invoke(subComponent_014) ''' subComponent_014.setComponentPopupMenu() ''' setComponentPopupMenu_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[75] setComponentPopupMenu_Value = setComponentPopupMenu_Method.invoke(subComponent_014) ''' subComponent_014.setNextFocusableComponent() ''' setNextFocusableComponent_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[103] setNextFocusableComponent_Value = setNextFocusableComponent_Method.invoke(subComponent_014) ''' subComponent_014.setRequestFocusEnabled() ''' setRequestFocusEnabled_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[106] setRequestFocusEnabled_Value = setRequestFocusEnabled_Method.invoke(subComponent_014) ''' subComponent_014.setBorder() ''' setBorder_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[111] setBorder_Value = setBorder_Method.invoke(subComponent_014) ''' subComponent_014.setAlignmentY() ''' setAlignmentY_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[112] setAlignmentY_Value = setAlignmentY_Method.invoke(subComponent_014) ''' subComponent_014.setAlignmentX() ''' setAlignmentX_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[114] setAlignmentX_Value = setAlignmentX_Method.invoke(subComponent_014) ''' subComponent_014.setInputVerifier() ''' setInputVerifier_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[115] setInputVerifier_Value = setInputVerifier_Method.invoke(subComponent_014) ''' subComponent_014.setDebugGraphicsOptions() ''' setDebugGraphicsOptions_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[117] setDebugGraphicsOptions_Value = setDebugGraphicsOptions_Method.invoke(subComponent_014) ''' subComponent_014.resetKeyboardActions() ''' resetKeyboardActions_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[135] resetKeyboardActions_Value = resetKeyboardActions_Method.invoke(subComponent_014) ''' subComponent_014.setInputMap() ''' setInputMap_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[136] setInputMap_Value = setInputMap_Method.invoke(subComponent_014) ''' subComponent_014.setActionMap() ''' setActionMap_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[137] setActionMap_Value = setActionMap_Method.invoke(subComponent_014) ''' subComponent_014.setDefaultLocale() ''' setDefaultLocale_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[139] setDefaultLocale_Value = setDefaultLocale_Method.invoke(subComponent_014) ''' subComponent_014.setToolTipText() ''' setToolTipText_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[144] setToolTipText_Value = setToolTipText_Method.invoke(subComponent_014) ''' subComponent_014.setAutoscrolls() ''' setAutoscrolls_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[151] setAutoscrolls_Value = setAutoscrolls_Method.invoke(subComponent_014) ''' subComponent_014.setTransferHandler() ''' setTransferHandler_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[153] setTransferHandler_Value = setTransferHandler_Method.invoke(subComponent_014) ''' subComponent_014.setDropLocation() ''' setDropLocation_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[156] setDropLocation_Value = setDropLocation_Method.invoke(subComponent_014) ''' subComponent_014.setCreatedDoubleBuffer() ''' setCreatedDoubleBuffer_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[159] setCreatedDoubleBuffer_Value = setCreatedDoubleBuffer_Method.invoke(subComponent_014) ''' subComponent_014.setPaintingChild() ''' setPaintingChild_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[181] setPaintingChild_Value = setPaintingChild_Method.invoke(subComponent_014) ''' subComponent_014.setVisible() ''' setVisible_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[187] setVisible_Value = setVisible_Method.invoke(subComponent_014) ''' #************All Other Declared Methods*********** subComponent_014.mousePressed() ''' mousePressed_Method = subComponent_014.getClass().getDeclaredMethods()[3] mousePressed_Value = mousePressed_Method.invoke(subComponent_014) ''' subComponent_014.mouseReleased() ''' mouseReleased_Method = subComponent_014.getClass().getDeclaredMethods()[4] mouseReleased_Value = mouseReleased_Method.invoke(subComponent_014) ''' subComponent_014.mouseClicked() ''' mouseClicked_Method = subComponent_014.getClass().getDeclaredMethods()[5] mouseClicked_Value = mouseClicked_Method.invoke(subComponent_014) ''' subComponent_014.mouseExited() ''' mouseExited_Method = subComponent_014.getClass().getDeclaredMethods()[6] mouseExited_Value = mouseExited_Method.invoke(subComponent_014) ''' subComponent_014.mouseEntered() ''' mouseEntered_Method = subComponent_014.getClass().getDeclaredMethods()[7] mouseEntered_Value = mouseEntered_Method.invoke(subComponent_014) ''' subComponent_014.paintComponent() ''' paintComponent_Method = subComponent_014.getClass().getDeclaredMethods()[8] paintComponent_Value = paintComponent_Method.invoke(subComponent_014) ''' subComponent_014.addActionListener() ''' addActionListener_Method = subComponent_014.getClass().getDeclaredMethods()[10] addActionListener_Value = addActionListener_Method.invoke(subComponent_014) ''' subComponent_014.removeActionListener() ''' removeActionListener_Method = subComponent_014.getClass().getDeclaredMethods()[11] removeActionListener_Value = removeActionListener_Method.invoke(subComponent_014) ''' subComponent_014.fireActionEvent() ''' fireActionEvent_Method = subComponent_014.getClass().getDeclaredMethods()[13] fireActionEvent_Value = fireActionEvent_Method.invoke(subComponent_014) ''' subComponent_014.isPress() ''' isPress_Method = subComponent_014.getClass().getDeclaredMethods()[18] isPress_Value = isPress_Method.invoke(subComponent_014) ''' subComponent_014.isShiftIconOnClick() ''' isShiftIconOnClick_Method = subComponent_014.getClass().getDeclaredMethods()[19] isShiftIconOnClick_Value = isShiftIconOnClick_Method.invoke(subComponent_014) ''' subComponent_014.isHover() ''' isHover_Method = subComponent_014.getClass().getDeclaredMethods()[22] isHover_Value = isHover_Method.invoke(subComponent_014) ''' #*********All Other Declared Super Methods******** subComponent_014.update() ''' update_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[0] update_Value = update_Method.invoke(subComponent_014) ''' subComponent_014.contains() ''' contains_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[1] contains_Value = contains_Method.invoke(subComponent_014) ''' subComponent_014.readObject() ''' readObject_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[3] readObject_Value = readObject_Method.invoke(subComponent_014) ''' subComponent_014.writeObject() ''' writeObject_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[4] writeObject_Value = writeObject_Method.invoke(subComponent_014) ''' subComponent_014.print() ''' print_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[5] print_Value = print_Method.invoke(subComponent_014) ''' subComponent_014.paramString() ''' paramString_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[8] paramString_Value = paramString_Method.invoke(subComponent_014) ''' subComponent_014.isOpaque() ''' isOpaque_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[9] isOpaque_Value = isOpaque_Method.invoke(subComponent_014) ''' subComponent_014.removeNotify() ''' removeNotify_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[12] removeNotify_Value = removeNotify_Method.invoke(subComponent_014) ''' subComponent_014.addNotify() ''' addNotify_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[13] addNotify_Value = addNotify_Method.invoke(subComponent_014) ''' subComponent_014.isValidateRoot() ''' isValidateRoot_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[14] isValidateRoot_Value = isValidateRoot_Method.invoke(subComponent_014) ''' subComponent_014.paint() ''' paint_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[21] paint_Value = paint_Method.invoke(subComponent_014) ''' subComponent_014.firePropertyChange() ''' firePropertyChange_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[24] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_014) ''' subComponent_014.firePropertyChange() ''' firePropertyChange_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[25] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_014) ''' subComponent_014.firePropertyChange() ''' firePropertyChange_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[26] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_014) ''' subComponent_014.requestFocus() ''' requestFocus_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[27] requestFocus_Value = requestFocus_Method.invoke(subComponent_014) ''' subComponent_014.requestFocus() ''' requestFocus_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[28] requestFocus_Value = requestFocus_Method.invoke(subComponent_014) ''' subComponent_014.enable() ''' enable_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[34] enable_Value = enable_Method.invoke(subComponent_014) ''' subComponent_014.disable() ''' disable_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[35] disable_Value = disable_Method.invoke(subComponent_014) ''' subComponent_014.isDoubleBuffered() ''' isDoubleBuffered_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[36] isDoubleBuffered_Value = isDoubleBuffered_Method.invoke(subComponent_014) ''' subComponent_014.hide() ''' hide_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[37] hide_Value = hide_Method.invoke(subComponent_014) ''' subComponent_014.reshape() ''' reshape_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[40] reshape_Value = reshape_Method.invoke(subComponent_014) ''' subComponent_014.printAll() ''' printAll_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[48] printAll_Value = printAll_Method.invoke(subComponent_014) ''' subComponent_014.processKeyEvent() ''' processKeyEvent_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[49] processKeyEvent_Value = processKeyEvent_Method.invoke(subComponent_014) ''' subComponent_014.processMouseEvent() ''' processMouseEvent_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[50] processMouseEvent_Value = processMouseEvent_Method.invoke(subComponent_014) ''' subComponent_014.processMouseMotionEvent() ''' processMouseMotionEvent_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[51] processMouseMotionEvent_Value = processMouseMotionEvent_Method.invoke(subComponent_014) ''' subComponent_014.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[52] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_014) ''' subComponent_014.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[53] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_014) ''' subComponent_014.compWriteObjectNotify() ''' compWriteObjectNotify_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[54] compWriteObjectNotify_Value = compWriteObjectNotify_Method.invoke(subComponent_014) ''' subComponent_014.updateUI() ''' updateUI_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[57] updateUI_Value = updateUI_Method.invoke(subComponent_014) ''' subComponent_014.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[63] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_014) ''' subComponent_014.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[64] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_014) ''' subComponent_014.isComponentObtainingGraphicsFrom() ''' isComponentObtainingGraphicsFrom_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[66] isComponentObtainingGraphicsFrom_Value = isComponentObtainingGraphicsFrom_Method.invoke(subComponent_014) ''' subComponent_014.fetchRectangle() ''' fetchRectangle_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[69] fetchRectangle_Value = fetchRectangle_Method.invoke(subComponent_014) ''' subComponent_014.recycleRectangle() ''' recycleRectangle_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[70] recycleRectangle_Value = recycleRectangle_Method.invoke(subComponent_014) ''' subComponent_014.isManagingFocus() ''' isManagingFocus_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[77] isManagingFocus_Value = isManagingFocus_Method.invoke(subComponent_014) ''' subComponent_014.uninstallUIAndProperties() ''' uninstallUIAndProperties_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[79] uninstallUIAndProperties_Value = uninstallUIAndProperties_Method.invoke(subComponent_014) ''' subComponent_014.putClientProperty() ''' putClientProperty_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[80] putClientProperty_Value = putClientProperty_Method.invoke(subComponent_014) ''' subComponent_014.shouldDebugGraphics() ''' shouldDebugGraphics_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[82] shouldDebugGraphics_Value = shouldDebugGraphics_Method.invoke(subComponent_014) ''' subComponent_014.paintComponent() ''' paintComponent_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[83] paintComponent_Value = paintComponent_Method.invoke(subComponent_014) ''' subComponent_014.paintChildren() ''' paintChildren_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[84] paintChildren_Value = paintChildren_Method.invoke(subComponent_014) ''' subComponent_014.isOptimizedDrawingEnabled() ''' isOptimizedDrawingEnabled_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[85] isOptimizedDrawingEnabled_Value = isOptimizedDrawingEnabled_Method.invoke(subComponent_014) ''' subComponent_014.checkIfChildObscuredBySibling() ''' checkIfChildObscuredBySibling_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[86] checkIfChildObscuredBySibling_Value = checkIfChildObscuredBySibling_Method.invoke(subComponent_014) ''' subComponent_014.isLightweightComponent() ''' isLightweightComponent_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[87] isLightweightComponent_Value = isLightweightComponent_Method.invoke(subComponent_014) ''' subComponent_014.paintBorder() ''' paintBorder_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[89] paintBorder_Value = paintBorder_Method.invoke(subComponent_014) ''' subComponent_014.adjustPaintFlags() ''' adjustPaintFlags_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[91] adjustPaintFlags_Value = adjustPaintFlags_Method.invoke(subComponent_014) ''' subComponent_014.isPainting() ''' isPainting_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[92] isPainting_Value = isPainting_Method.invoke(subComponent_014) ''' subComponent_014.rectangleIsObscured() ''' rectangleIsObscured_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[93] rectangleIsObscured_Value = rectangleIsObscured_Method.invoke(subComponent_014) ''' subComponent_014.printComponent() ''' printComponent_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[94] printComponent_Value = printComponent_Method.invoke(subComponent_014) ''' subComponent_014.printBorder() ''' printBorder_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[95] printBorder_Value = printBorder_Method.invoke(subComponent_014) ''' subComponent_014.printChildren() ''' printChildren_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[96] printChildren_Value = printChildren_Method.invoke(subComponent_014) ''' subComponent_014.paintForceDoubleBuffered() ''' paintForceDoubleBuffered_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[97] paintForceDoubleBuffered_Value = paintForceDoubleBuffered_Method.invoke(subComponent_014) ''' subComponent_014.isPaintingTile() ''' isPaintingTile_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[98] isPaintingTile_Value = isPaintingTile_Method.invoke(subComponent_014) ''' subComponent_014.isPaintingForPrint() ''' isPaintingForPrint_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[99] isPaintingForPrint_Value = isPaintingForPrint_Method.invoke(subComponent_014) ''' subComponent_014.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[100] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_014) ''' subComponent_014.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[101] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_014) ''' subComponent_014.deregisterNextFocusableComponent() ''' deregisterNextFocusableComponent_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[104] deregisterNextFocusableComponent_Value = deregisterNextFocusableComponent_Method.invoke(subComponent_014) ''' subComponent_014.isRequestFocusEnabled() ''' isRequestFocusEnabled_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[107] isRequestFocusEnabled_Value = isRequestFocusEnabled_Method.invoke(subComponent_014) ''' subComponent_014.grabFocus() ''' grabFocus_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[108] grabFocus_Value = grabFocus_Method.invoke(subComponent_014) ''' subComponent_014.validateAlignment() ''' validateAlignment_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[113] validateAlignment_Value = validateAlignment_Method.invoke(subComponent_014) ''' subComponent_014.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[119] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_014) ''' subComponent_014.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[120] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_014) ''' subComponent_014.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[126] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_014) ''' subComponent_014.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[127] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_014) ''' subComponent_014.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[128] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_014) ''' subComponent_014.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[129] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_014) ''' subComponent_014.componentInputMapChanged() ''' componentInputMapChanged_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[130] componentInputMapChanged_Value = componentInputMapChanged_Method.invoke(subComponent_014) ''' subComponent_014.unregisterKeyboardAction() ''' unregisterKeyboardAction_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[131] unregisterKeyboardAction_Value = unregisterKeyboardAction_Method.invoke(subComponent_014) ''' subComponent_014.requestDefaultFocus() ''' requestDefaultFocus_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[138] requestDefaultFocus_Value = requestDefaultFocus_Method.invoke(subComponent_014) ''' subComponent_014.processComponentKeyEvent() ''' processComponentKeyEvent_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[140] processComponentKeyEvent_Value = processComponentKeyEvent_Method.invoke(subComponent_014) ''' subComponent_014.processKeyBindings() ''' processKeyBindings_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[141] processKeyBindings_Value = processKeyBindings_Method.invoke(subComponent_014) ''' subComponent_014.processKeyBinding() ''' processKeyBinding_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[142] processKeyBinding_Value = processKeyBinding_Method.invoke(subComponent_014) ''' subComponent_014.processKeyBindingsForAllComponents() ''' processKeyBindingsForAllComponents_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[143] processKeyBindingsForAllComponents_Value = processKeyBindingsForAllComponents_Method.invoke(subComponent_014) ''' subComponent_014.createToolTip() ''' createToolTip_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[149] createToolTip_Value = createToolTip_Method.invoke(subComponent_014) ''' subComponent_014.scrollRectToVisible() ''' scrollRectToVisible_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[150] scrollRectToVisible_Value = scrollRectToVisible_Method.invoke(subComponent_014) ''' subComponent_014.dropLocationForPoint() ''' dropLocationForPoint_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[155] dropLocationForPoint_Value = dropLocationForPoint_Method.invoke(subComponent_014) ''' subComponent_014.dndDone() ''' dndDone_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[157] dndDone_Value = dndDone_Method.invoke(subComponent_014) ''' subComponent_014.superProcessMouseMotionEvent() ''' superProcessMouseMotionEvent_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[158] superProcessMouseMotionEvent_Value = superProcessMouseMotionEvent_Method.invoke(subComponent_014) ''' subComponent_014.clientPropertyChanged() ''' clientPropertyChanged_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[162] clientPropertyChanged_Value = clientPropertyChanged_Method.invoke(subComponent_014) ''' subComponent_014.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[163] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_014) ''' subComponent_014.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[164] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_014) ''' subComponent_014.fireVetoableChange() ''' fireVetoableChange_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[166] fireVetoableChange_Value = fireVetoableChange_Method.invoke(subComponent_014) ''' subComponent_014.addVetoableChangeListener() ''' addVetoableChangeListener_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[167] addVetoableChangeListener_Value = addVetoableChangeListener_Method.invoke(subComponent_014) ''' subComponent_014.removeVetoableChangeListener() ''' removeVetoableChangeListener_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[168] removeVetoableChangeListener_Value = removeVetoableChangeListener_Method.invoke(subComponent_014) ''' subComponent_014.addAncestorListener() ''' addAncestorListener_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[172] addAncestorListener_Value = addAncestorListener_Method.invoke(subComponent_014) ''' subComponent_014.removeAncestorListener() ''' removeAncestorListener_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[173] removeAncestorListener_Value = removeAncestorListener_Method.invoke(subComponent_014) ''' #subComponent_014.lambda$revalidate$0() ''' lambdarevalidate0_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[175] lambdarevalidate0_Value = lambdarevalidate0_Method.invoke(#subComponent_014) ''' subComponent_014.isPaintingOrigin() ''' isPaintingOrigin_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[176] isPaintingOrigin_Value = isPaintingOrigin_Method.invoke(subComponent_014) ''' subComponent_014.paintImmediately() ''' paintImmediately_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[177] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_014) ''' subComponent_014.paintImmediately() ''' paintImmediately_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[178] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_014) ''' subComponent_014._paintImmediately() ''' _paintImmediately_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[179] _paintImmediately_Value = _paintImmediately_Method.invoke(subComponent_014) ''' subComponent_014.alwaysOnTop() ''' alwaysOnTop_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[180] alwaysOnTop_Value = alwaysOnTop_Method.invoke(subComponent_014) ''' subComponent_014.paintToOffscreen() ''' paintToOffscreen_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[182] paintToOffscreen_Value = paintToOffscreen_Method.invoke(subComponent_014) ''' #subComponent_014.access$000() ''' access000_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[183] access000_Value = access000_Method.invoke(#subComponent_014) ''' #subComponent_014.access$100() ''' access100_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[184] access100_Value = access100_Method.invoke(#subComponent_014) ''' #subComponent_014.access$200() ''' access200_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[185] access200_Value = access200_Method.invoke(#subComponent_014) ''' #subComponent_014.access$300() ''' access300_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[186] access300_Value = access300_Method.invoke(#subComponent_014) ''' subComponent_014.repaint() ''' repaint_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[189] repaint_Value = repaint_Method.invoke(subComponent_014) ''' subComponent_014.repaint() ''' repaint_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[190] repaint_Value = repaint_Method.invoke(subComponent_014) ''' subComponent_014.revalidate() ''' revalidate_Method = subComponent_014.getClass().getSuperclass().getDeclaredMethods()[191] revalidate_Value = revalidate_Method.invoke(subComponent_014) ''' endFunction = True #========================================================== #========================================================== subComponent_015 = event.source.parent.getComponent('Easy Chart').getComponent(0).getComponent(2).getComponent(2) def subComponent_015(): # def subComponent_015_Declared_Fields(): #*****************Declared Fields***************** subComponent_015.icon #subComponent_015.icon = com.inductiveautomation.factorypmi.application.components.ch[...] subComponent_015.pad #subComponent_015.pad = 4 subComponent_015.hoverColor #subComponent_015.hoverColor = None subComponent_015.shiftIconOnClick #subComponent_015.shiftIconOnClick = True subComponent_015.actionCommand #subComponent_015.actionCommand = #NOTE: The following fields can only be accessed through reflection #subComponent_015.getClass().getDeclaredFields()[1] disabledIcon_Field = subComponent_015.getClass().getDeclaredField('disabledIcon') disabledIcon_Field.setAccessible(True) disabledIcon_Value = disabledIcon_Field.get(subComponent_015) #disabledIcon_Value = None #subComponent_015.getClass().getDeclaredFields()[4] hover_Field = subComponent_015.getClass().getDeclaredField('hover') hover_Field.setAccessible(True) hover_Value = hover_Field.get(subComponent_015) #hover_Value = False #subComponent_015.getClass().getDeclaredFields()[5] press_Field = subComponent_015.getClass().getDeclaredField('press') press_Field.setAccessible(True) press_Value = press_Field.get(subComponent_015) #press_Value = False #subComponent_015.getClass().getDeclaredFields()[8] rect_Field = subComponent_015.getClass().getDeclaredField('rect') rect_Field.setAccessible(True) rect_Value = rect_Field.get(subComponent_015) #rect_Value = java.awt.Rectangle[x=0,y=0,width=20,height=20] #**************Declared Super Fields************** subComponent_015.alignmentX #subComponent_015.alignmentX = 0.0 subComponent_015.alignmentY #subComponent_015.alignmentY = 0.0 subComponent_015.autoscrolls #subComponent_015.autoscrolls = False subComponent_015.border #subComponent_015.border = None subComponent_015.inputVerifier #subComponent_015.inputVerifier = None subComponent_015.verifyInputWhenFocusTarget #subComponent_015.verifyInputWhenFocusTarget = True subComponent_015.WHEN_FOCUSED #subComponent_015.WHEN_FOCUSED = 0 subComponent_015.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT #subComponent_015.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT = 1 subComponent_015.WHEN_IN_FOCUSED_WINDOW #subComponent_015.WHEN_IN_FOCUSED_WINDOW = 2 subComponent_015.UNDEFINED_CONDITION #subComponent_015.UNDEFINED_CONDITION = -1 subComponent_015.TOOL_TIP_TEXT_KEY #subComponent_015.TOOL_TIP_TEXT_KEY = ToolTipText subComponent_015.actionMap #subComponent_015.actionMap = None #NOTE: The following fields can only be accessed through reflection #subComponent_015.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_015) #uiClassID_Value = ComponentUI #subComponent_015.getClass().getSuperclass().getDeclaredFields()[1] readObjectCallbacks_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('readObjectCallbacks') readObjectCallbacks_Field.setAccessible(True) readObjectCallbacks_Value = readObjectCallbacks_Field.get(subComponent_015) #readObjectCallbacks_Value = {} #subComponent_015.getClass().getSuperclass().getDeclaredFields()[2] managingFocusForwardTraversalKeys_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('managingFocusForwardTraversalKeys') managingFocusForwardTraversalKeys_Field.setAccessible(True) managingFocusForwardTraversalKeys_Value = managingFocusForwardTraversalKeys_Field.get(subComponent_015) #managingFocusForwardTraversalKeys_Value = [ctrl pressed TAB] #subComponent_015.getClass().getSuperclass().getDeclaredFields()[3] managingFocusBackwardTraversalKeys_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('managingFocusBackwardTraversalKeys') managingFocusBackwardTraversalKeys_Field.setAccessible(True) managingFocusBackwardTraversalKeys_Value = managingFocusBackwardTraversalKeys_Field.get(subComponent_015) #managingFocusBackwardTraversalKeys_Value = [shift ctrl pressed TAB] #subComponent_015.getClass().getSuperclass().getDeclaredFields()[4] NOT_OBSCURED_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('NOT_OBSCURED') NOT_OBSCURED_Field.setAccessible(True) NOT_OBSCURED_Value = NOT_OBSCURED_Field.get(subComponent_015) #NOT_OBSCURED_Value = 0 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[5] PARTIALLY_OBSCURED_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('PARTIALLY_OBSCURED') PARTIALLY_OBSCURED_Field.setAccessible(True) PARTIALLY_OBSCURED_Value = PARTIALLY_OBSCURED_Field.get(subComponent_015) #PARTIALLY_OBSCURED_Value = 1 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[6] COMPLETELY_OBSCURED_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('COMPLETELY_OBSCURED') COMPLETELY_OBSCURED_Field.setAccessible(True) COMPLETELY_OBSCURED_Value = COMPLETELY_OBSCURED_Field.get(subComponent_015) #COMPLETELY_OBSCURED_Value = 2 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[7] DEBUG_GRAPHICS_LOADED_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('DEBUG_GRAPHICS_LOADED') DEBUG_GRAPHICS_LOADED_Field.setAccessible(True) DEBUG_GRAPHICS_LOADED_Value = DEBUG_GRAPHICS_LOADED_Field.get(subComponent_015) #DEBUG_GRAPHICS_LOADED_Value = True #subComponent_015.getClass().getSuperclass().getDeclaredFields()[8] INPUT_VERIFIER_SOURCE_KEY_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('INPUT_VERIFIER_SOURCE_KEY') INPUT_VERIFIER_SOURCE_KEY_Field.setAccessible(True) INPUT_VERIFIER_SOURCE_KEY_Value = INPUT_VERIFIER_SOURCE_KEY_Field.get(subComponent_015) #INPUT_VERIFIER_SOURCE_KEY_Value = InputVerifierSourceKey #subComponent_015.getClass().getSuperclass().getDeclaredFields()[9] isAlignmentXSet_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('isAlignmentXSet') isAlignmentXSet_Field.setAccessible(True) isAlignmentXSet_Value = isAlignmentXSet_Field.get(subComponent_015) #isAlignmentXSet_Value = False #subComponent_015.getClass().getSuperclass().getDeclaredFields()[11] isAlignmentYSet_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('isAlignmentYSet') isAlignmentYSet_Field.setAccessible(True) isAlignmentYSet_Value = isAlignmentYSet_Field.get(subComponent_015) #isAlignmentYSet_Value = False #subComponent_015.getClass().getSuperclass().getDeclaredFields()[13] ui_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('ui') ui_Field.setAccessible(True) ui_Value = ui_Field.get(subComponent_015) #ui_Value = None #subComponent_015.getClass().getSuperclass().getDeclaredFields()[14] listenerList_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('listenerList') listenerList_Field.setAccessible(True) listenerList_Value = listenerList_Field.get(subComponent_015) #listenerList_Value = EventListenerList: 1 listeners: type java.awt.event.ActionL[...] #subComponent_015.getClass().getSuperclass().getDeclaredFields()[15] clientProperties_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('clientProperties') clientProperties_Field.setAccessible(True) clientProperties_Value = clientProperties_Field.get(subComponent_015) #clientProperties_Value = javax.swing.ArrayTable@333f3b9b #subComponent_015.getClass().getSuperclass().getDeclaredFields()[16] vetoableChangeSupport_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('vetoableChangeSupport') vetoableChangeSupport_Field.setAccessible(True) vetoableChangeSupport_Value = vetoableChangeSupport_Field.get(subComponent_015) #vetoableChangeSupport_Value = None #subComponent_015.getClass().getSuperclass().getDeclaredFields()[19] flags_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('flags') flags_Field.setAccessible(True) flags_Value = flags_Field.get(subComponent_015) #flags_Value = 0 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[22] paintingChild_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('paintingChild') paintingChild_Field.setAccessible(True) paintingChild_Value = paintingChild_Field.get(subComponent_015) #paintingChild_Value = None #subComponent_015.getClass().getSuperclass().getDeclaredFields()[27] KEYBOARD_BINDINGS_KEY_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('KEYBOARD_BINDINGS_KEY') KEYBOARD_BINDINGS_KEY_Field.setAccessible(True) KEYBOARD_BINDINGS_KEY_Value = KEYBOARD_BINDINGS_KEY_Field.get(subComponent_015) #KEYBOARD_BINDINGS_KEY_Value = _KeyboardBindings #subComponent_015.getClass().getSuperclass().getDeclaredFields()[28] WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('WHEN_IN_FOCUSED_WINDOW_BINDINGS') WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.setAccessible(True) WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.get(subComponent_015) #WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = _WhenInFocusedWindow #subComponent_015.getClass().getSuperclass().getDeclaredFields()[30] NEXT_FOCUS_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('NEXT_FOCUS') NEXT_FOCUS_Field.setAccessible(True) NEXT_FOCUS_Value = NEXT_FOCUS_Field.get(subComponent_015) #NEXT_FOCUS_Value = nextFocus #subComponent_015.getClass().getSuperclass().getDeclaredFields()[31] popupMenu_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('popupMenu') popupMenu_Field.setAccessible(True) popupMenu_Value = popupMenu_Field.get(subComponent_015) #popupMenu_Value = None #subComponent_015.getClass().getSuperclass().getDeclaredFields()[32] IS_DOUBLE_BUFFERED_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('IS_DOUBLE_BUFFERED') IS_DOUBLE_BUFFERED_Field.setAccessible(True) IS_DOUBLE_BUFFERED_Value = IS_DOUBLE_BUFFERED_Field.get(subComponent_015) #IS_DOUBLE_BUFFERED_Value = 0 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[33] ANCESTOR_USING_BUFFER_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('ANCESTOR_USING_BUFFER') ANCESTOR_USING_BUFFER_Field.setAccessible(True) ANCESTOR_USING_BUFFER_Value = ANCESTOR_USING_BUFFER_Field.get(subComponent_015) #ANCESTOR_USING_BUFFER_Value = 1 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[34] IS_PAINTING_TILE_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('IS_PAINTING_TILE') IS_PAINTING_TILE_Field.setAccessible(True) IS_PAINTING_TILE_Value = IS_PAINTING_TILE_Field.get(subComponent_015) #IS_PAINTING_TILE_Value = 2 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[35] IS_OPAQUE_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('IS_OPAQUE') IS_OPAQUE_Field.setAccessible(True) IS_OPAQUE_Value = IS_OPAQUE_Field.get(subComponent_015) #IS_OPAQUE_Value = 3 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[36] KEY_EVENTS_ENABLED_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('KEY_EVENTS_ENABLED') KEY_EVENTS_ENABLED_Field.setAccessible(True) KEY_EVENTS_ENABLED_Value = KEY_EVENTS_ENABLED_Field.get(subComponent_015) #KEY_EVENTS_ENABLED_Value = 4 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[37] FOCUS_INPUTMAP_CREATED_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('FOCUS_INPUTMAP_CREATED') FOCUS_INPUTMAP_CREATED_Field.setAccessible(True) FOCUS_INPUTMAP_CREATED_Value = FOCUS_INPUTMAP_CREATED_Field.get(subComponent_015) #FOCUS_INPUTMAP_CREATED_Value = 5 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[38] ANCESTOR_INPUTMAP_CREATED_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('ANCESTOR_INPUTMAP_CREATED') ANCESTOR_INPUTMAP_CREATED_Field.setAccessible(True) ANCESTOR_INPUTMAP_CREATED_Value = ANCESTOR_INPUTMAP_CREATED_Field.get(subComponent_015) #ANCESTOR_INPUTMAP_CREATED_Value = 6 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[39] WIF_INPUTMAP_CREATED_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('WIF_INPUTMAP_CREATED') WIF_INPUTMAP_CREATED_Field.setAccessible(True) WIF_INPUTMAP_CREATED_Value = WIF_INPUTMAP_CREATED_Field.get(subComponent_015) #WIF_INPUTMAP_CREATED_Value = 7 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[40] ACTIONMAP_CREATED_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('ACTIONMAP_CREATED') ACTIONMAP_CREATED_Field.setAccessible(True) ACTIONMAP_CREATED_Value = ACTIONMAP_CREATED_Field.get(subComponent_015) #ACTIONMAP_CREATED_Value = 8 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[41] CREATED_DOUBLE_BUFFER_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('CREATED_DOUBLE_BUFFER') CREATED_DOUBLE_BUFFER_Field.setAccessible(True) CREATED_DOUBLE_BUFFER_Value = CREATED_DOUBLE_BUFFER_Field.get(subComponent_015) #CREATED_DOUBLE_BUFFER_Value = 9 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[42] IS_PRINTING_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('IS_PRINTING') IS_PRINTING_Field.setAccessible(True) IS_PRINTING_Value = IS_PRINTING_Field.get(subComponent_015) #IS_PRINTING_Value = 11 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[43] IS_PRINTING_ALL_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('IS_PRINTING_ALL') IS_PRINTING_ALL_Field.setAccessible(True) IS_PRINTING_ALL_Value = IS_PRINTING_ALL_Field.get(subComponent_015) #IS_PRINTING_ALL_Value = 12 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[44] IS_REPAINTING_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('IS_REPAINTING') IS_REPAINTING_Field.setAccessible(True) IS_REPAINTING_Value = IS_REPAINTING_Field.get(subComponent_015) #IS_REPAINTING_Value = 13 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[45] WRITE_OBJ_COUNTER_FIRST_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_FIRST') WRITE_OBJ_COUNTER_FIRST_Field.setAccessible(True) WRITE_OBJ_COUNTER_FIRST_Value = WRITE_OBJ_COUNTER_FIRST_Field.get(subComponent_015) #WRITE_OBJ_COUNTER_FIRST_Value = 14 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[46] RESERVED_1_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('RESERVED_1') RESERVED_1_Field.setAccessible(True) RESERVED_1_Value = RESERVED_1_Field.get(subComponent_015) #RESERVED_1_Value = 15 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[47] RESERVED_2_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('RESERVED_2') RESERVED_2_Field.setAccessible(True) RESERVED_2_Value = RESERVED_2_Field.get(subComponent_015) #RESERVED_2_Value = 16 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[48] RESERVED_3_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('RESERVED_3') RESERVED_3_Field.setAccessible(True) RESERVED_3_Value = RESERVED_3_Field.get(subComponent_015) #RESERVED_3_Value = 17 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[49] RESERVED_4_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('RESERVED_4') RESERVED_4_Field.setAccessible(True) RESERVED_4_Value = RESERVED_4_Field.get(subComponent_015) #RESERVED_4_Value = 18 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[50] RESERVED_5_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('RESERVED_5') RESERVED_5_Field.setAccessible(True) RESERVED_5_Value = RESERVED_5_Field.get(subComponent_015) #RESERVED_5_Value = 19 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[51] RESERVED_6_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('RESERVED_6') RESERVED_6_Field.setAccessible(True) RESERVED_6_Value = RESERVED_6_Field.get(subComponent_015) #RESERVED_6_Value = 20 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[52] WRITE_OBJ_COUNTER_LAST_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_LAST') WRITE_OBJ_COUNTER_LAST_Field.setAccessible(True) WRITE_OBJ_COUNTER_LAST_Value = WRITE_OBJ_COUNTER_LAST_Field.get(subComponent_015) #WRITE_OBJ_COUNTER_LAST_Value = 21 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[53] REQUEST_FOCUS_DISABLED_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('REQUEST_FOCUS_DISABLED') REQUEST_FOCUS_DISABLED_Field.setAccessible(True) REQUEST_FOCUS_DISABLED_Value = REQUEST_FOCUS_DISABLED_Field.get(subComponent_015) #REQUEST_FOCUS_DISABLED_Value = 22 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[54] INHERITS_POPUP_MENU_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('INHERITS_POPUP_MENU') INHERITS_POPUP_MENU_Field.setAccessible(True) INHERITS_POPUP_MENU_Value = INHERITS_POPUP_MENU_Field.get(subComponent_015) #INHERITS_POPUP_MENU_Value = 23 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[55] OPAQUE_SET_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('OPAQUE_SET') OPAQUE_SET_Field.setAccessible(True) OPAQUE_SET_Value = OPAQUE_SET_Field.get(subComponent_015) #OPAQUE_SET_Value = 24 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[56] AUTOSCROLLS_SET_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('AUTOSCROLLS_SET') AUTOSCROLLS_SET_Field.setAccessible(True) AUTOSCROLLS_SET_Value = AUTOSCROLLS_SET_Field.get(subComponent_015) #AUTOSCROLLS_SET_Value = 25 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[57] FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_FORWARD_SET') FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.get(subComponent_015) #FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = 26 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[58] FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_BACKWARD_SET') FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.get(subComponent_015) #FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = 27 #subComponent_015.getClass().getSuperclass().getDeclaredFields()[59] revalidateRunnableScheduled_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('revalidateRunnableScheduled') revalidateRunnableScheduled_Field.setAccessible(True) revalidateRunnableScheduled_Value = revalidateRunnableScheduled_Field.get(subComponent_015) #revalidateRunnableScheduled_Value = false #subComponent_015.getClass().getSuperclass().getDeclaredFields()[60] tempRectangles_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('tempRectangles') tempRectangles_Field.setAccessible(True) tempRectangles_Value = tempRectangles_Field.get(subComponent_015) #tempRectangles_Value = [java.awt.Rectangle[x=0,y=0,width=425,height=525], java.awt.[...] #subComponent_015.getClass().getSuperclass().getDeclaredFields()[61] focusInputMap_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('focusInputMap') focusInputMap_Field.setAccessible(True) focusInputMap_Value = focusInputMap_Field.get(subComponent_015) #focusInputMap_Value = None #subComponent_015.getClass().getSuperclass().getDeclaredFields()[62] ancestorInputMap_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('ancestorInputMap') ancestorInputMap_Field.setAccessible(True) ancestorInputMap_Value = ancestorInputMap_Field.get(subComponent_015) #ancestorInputMap_Value = None #subComponent_015.getClass().getSuperclass().getDeclaredFields()[63] windowInputMap_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('windowInputMap') windowInputMap_Field.setAccessible(True) windowInputMap_Value = windowInputMap_Field.get(subComponent_015) #windowInputMap_Value = None #subComponent_015.getClass().getSuperclass().getDeclaredFields()[65] defaultLocale_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('defaultLocale') defaultLocale_Field.setAccessible(True) defaultLocale_Value = defaultLocale_Field.get(subComponent_015) #defaultLocale_Value = JComponent.defaultLocale #subComponent_015.getClass().getSuperclass().getDeclaredFields()[66] componentObtainingGraphicsFrom_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFrom') componentObtainingGraphicsFrom_Field.setAccessible(True) componentObtainingGraphicsFrom_Value = componentObtainingGraphicsFrom_Field.get(subComponent_015) #componentObtainingGraphicsFrom_Value = None #subComponent_015.getClass().getSuperclass().getDeclaredFields()[67] componentObtainingGraphicsFromLock_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFromLock') componentObtainingGraphicsFromLock_Field.setAccessible(True) componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFromLock_Field.get(subComponent_015) #componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFrom #subComponent_015.getClass().getSuperclass().getDeclaredFields()[68] aaHint_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('aaHint') aaHint_Field.setAccessible(True) aaHint_Value = aaHint_Field.get(subComponent_015) #aaHint_Value = None #subComponent_015.getClass().getSuperclass().getDeclaredFields()[69] lcdRenderingHint_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('lcdRenderingHint') lcdRenderingHint_Field.setAccessible(True) lcdRenderingHint_Value = lcdRenderingHint_Field.get(subComponent_015) #lcdRenderingHint_Value = None #subComponent_015.getClass().getSuperclass().getDeclaredFields()[70] focusController_Field = subComponent_015.getClass().getSuperclass().getDeclaredField('focusController') focusController_Field.setAccessible(True) focusController_Value = focusController_Field.get(subComponent_015) #focusController_Value = javax.swing.JComponent$2@565d4f8a endFunction = True def subComponent_015_Declared_Methods(): #**************Declared 'get' Methods************* subComponent_015.getIcon() ''' getIcon_Method = subComponent_015.getClass().getDeclaredMethods()[1] getIcon_Value = getIcon_Method.invoke(subComponent_015) ''' #getIcon_Value = com.inductiveautomation.factorypmi.application.components.ch[...] subComponent_015.getActionListeners() ''' getActionListeners_Method = subComponent_015.getClass().getDeclaredMethods()[12] getActionListeners_Value = getActionListeners_Method.invoke(subComponent_015) ''' #getActionListeners_Value = array(java.awt.event.ActionListener, [com.inductiveautomatio[...] subComponent_015.getActionCommand() ''' getActionCommand_Method = subComponent_015.getClass().getDeclaredMethods()[14] getActionCommand_Value = getActionCommand_Method.invoke(subComponent_015) ''' #getActionCommand_Value = subComponent_015.getHoverColor() ''' getHoverColor_Method = subComponent_015.getClass().getDeclaredMethods()[16] getHoverColor_Value = getHoverColor_Method.invoke(subComponent_015) ''' #getHoverColor_Value = None subComponent_015.getPad() ''' getPad_Method = subComponent_015.getClass().getDeclaredMethods()[17] getPad_Value = getPad_Method.invoke(subComponent_015) ''' #getPad_Value = 4 #***********Declared 'get' Super Methods********** #subComponent_015.getLocation() ''' getLocation_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[2] getLocation_Value = getLocation_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! #subComponent_015.getSize() ''' getSize_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[6] getSize_Value = getSize_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! subComponent_015.getInsets() ''' getInsets_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[10] getInsets_Value = getInsets_Method.invoke(subComponent_015) ''' #getInsets_Value = java.awt.Insets[top=0,left=0,bottom=0,right=0] #subComponent_015.getInsets() ''' getInsets_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[11] getInsets_Value = getInsets_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! subComponent_015.getPreferredSize() ''' getPreferredSize_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[16] getPreferredSize_Value = getPreferredSize_Method.invoke(subComponent_015) ''' #getPreferredSize_Value = java.awt.Dimension[width=20,height=20] subComponent_015.getMinimumSize() ''' getMinimumSize_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[17] getMinimumSize_Value = getMinimumSize_Method.invoke(subComponent_015) ''' #getMinimumSize_Value = java.awt.Dimension[width=1,height=1] subComponent_015.getMaximumSize() ''' getMaximumSize_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[18] getMaximumSize_Value = getMaximumSize_Method.invoke(subComponent_015) ''' #getMaximumSize_Value = java.awt.Dimension[width=32767,height=32767] subComponent_015.getAlignmentX() ''' getAlignmentX_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[19] getAlignmentX_Value = getAlignmentX_Method.invoke(subComponent_015) ''' #getAlignmentX_Value = 0.5 subComponent_015.getAlignmentY() ''' getAlignmentY_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[20] getAlignmentY_Value = getAlignmentY_Method.invoke(subComponent_015) ''' #getAlignmentY_Value = 0.5 #subComponent_015.getListeners() ''' getListeners_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[22] getListeners_Value = getListeners_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! subComponent_015.getX() ''' getX_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[29] getX_Value = getX_Method.invoke(subComponent_015) ''' #getX_Value = 1 subComponent_015.getY() ''' getY_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[30] getY_Value = getY_Method.invoke(subComponent_015) ''' #getY_Value = 55 subComponent_015.getWidth() ''' getWidth_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[31] getWidth_Value = getWidth_Method.invoke(subComponent_015) ''' #getWidth_Value = 20 subComponent_015.getHeight() ''' getHeight_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[32] getHeight_Value = getHeight_Method.invoke(subComponent_015) ''' #getHeight_Value = 20 #subComponent_015.getBaseline() ''' getBaseline_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[44] getBaseline_Value = getBaseline_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! subComponent_015.getBaselineResizeBehavior() ''' getBaselineResizeBehavior_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[45] getBaselineResizeBehavior_Value = getBaselineResizeBehavior_Method.invoke(subComponent_015) ''' #getBaselineResizeBehavior_Value = OTHER subComponent_015.getGraphics() ''' getGraphics_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[46] getGraphics_Value = getGraphics_Method.invoke(subComponent_015) ''' #getGraphics_Value = sun.java2d.SunGraphics2D[font=javax.swing.plaf.FontUIResourc[...] #subComponent_015.getFontMetrics() ''' getFontMetrics_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[47] getFontMetrics_Value = getFontMetrics_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! subComponent_015.getUI() ''' getUI_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[58] getUI_Value = getUI_Method.invoke(subComponent_015) ''' #getUI_Value = None subComponent_015.getUIClassID() ''' getUIClassID_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[60] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_015) ''' #getUIClassID_Value = ComponentUI #subComponent_015.getWriteObjCounter() ''' getWriteObjCounter_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[61] getWriteObjCounter_Value = getWriteObjCounter_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! #subComponent_015.getGraphicsInvoked() ''' getGraphicsInvoked_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[65] getGraphicsInvoked_Value = getGraphicsInvoked_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! #subComponent_015.getManagingFocusForwardTraversalKeys() ''' getManagingFocusForwardTraversalKeys_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[67] getManagingFocusForwardTraversalKeys_Value = getManagingFocusForwardTraversalKeys_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! #subComponent_015.getManagingFocusBackwardTraversalKeys() ''' getManagingFocusBackwardTraversalKeys_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[68] getManagingFocusBackwardTraversalKeys_Value = getManagingFocusBackwardTraversalKeys_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! #subComponent_015.getFlag() ''' getFlag_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[72] getFlag_Value = getFlag_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! subComponent_015.getInheritsPopupMenu() ''' getInheritsPopupMenu_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[74] getInheritsPopupMenu_Value = getInheritsPopupMenu_Method.invoke(subComponent_015) ''' #getInheritsPopupMenu_Value = False subComponent_015.getComponentPopupMenu() ''' getComponentPopupMenu_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[76] getComponentPopupMenu_Value = getComponentPopupMenu_Method.invoke(subComponent_015) ''' #getComponentPopupMenu_Value = None subComponent_015.getDefaultLocale() ''' getDefaultLocale_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[78] getDefaultLocale_Value = getDefaultLocale_Method.invoke(subComponent_015) ''' #getDefaultLocale_Value = en #subComponent_015.getComponentGraphics() ''' getComponentGraphics_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[81] getComponentGraphics_Value = getComponentGraphics_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! #subComponent_015.getObscuredState() ''' getObscuredState_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[88] getObscuredState_Value = getObscuredState_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! subComponent_015.getBorder() ''' getBorder_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[90] getBorder_Value = getBorder_Method.invoke(subComponent_015) ''' #getBorder_Value = None subComponent_015.getNextFocusableComponent() ''' getNextFocusableComponent_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[102] getNextFocusableComponent_Value = getNextFocusableComponent_Method.invoke(subComponent_015) ''' #getNextFocusableComponent_Value = None #subComponent_015.getClientProperty() ''' getClientProperty_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[105] getClientProperty_Value = getClientProperty_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! #subComponent_015.setVerifyInputWhenFocusTarget() ''' setVerifyInputWhenFocusTarget_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[109] setVerifyInputWhenFocusTarget_Value = setVerifyInputWhenFocusTarget_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! subComponent_015.getVerifyInputWhenFocusTarget() ''' getVerifyInputWhenFocusTarget_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[110] getVerifyInputWhenFocusTarget_Value = getVerifyInputWhenFocusTarget_Method.invoke(subComponent_015) ''' #getVerifyInputWhenFocusTarget_Value = True subComponent_015.getInputVerifier() ''' getInputVerifier_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[116] getInputVerifier_Value = getInputVerifier_Method.invoke(subComponent_015) ''' #getInputVerifier_Value = None subComponent_015.getDebugGraphicsOptions() ''' getDebugGraphicsOptions_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[118] getDebugGraphicsOptions_Value = getDebugGraphicsOptions_Method.invoke(subComponent_015) ''' #getDebugGraphicsOptions_Value = 0 subComponent_015.getInputMap() ''' getInputMap_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[121] getInputMap_Value = getInputMap_Method.invoke(subComponent_015) ''' #getInputMap_Value = javax.swing.InputMap@4433b00f #subComponent_015.getInputMap() ''' getInputMap_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[122] getInputMap_Value = getInputMap_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! #subComponent_015.getInputMap() ''' getInputMap_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[123] getInputMap_Value = getInputMap_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! subComponent_015.getActionMap() ''' getActionMap_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[124] getActionMap_Value = getActionMap_Method.invoke(subComponent_015) ''' #getActionMap_Value = javax.swing.ActionMap@5a7eb04f #subComponent_015.getActionMap() ''' getActionMap_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[125] getActionMap_Value = getActionMap_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! subComponent_015.getRegisteredKeyStrokes() ''' getRegisteredKeyStrokes_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[132] getRegisteredKeyStrokes_Value = getRegisteredKeyStrokes_Method.invoke(subComponent_015) ''' #getRegisteredKeyStrokes_Value = array(javax.swing.KeyStroke) #subComponent_015.getConditionForKeyStroke() ''' getConditionForKeyStroke_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[133] getConditionForKeyStroke_Value = getConditionForKeyStroke_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! #subComponent_015.getActionForKeyStroke() ''' getActionForKeyStroke_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[134] getActionForKeyStroke_Value = getActionForKeyStroke_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! #subComponent_015.getToolTipText() ''' getToolTipText_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[145] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! subComponent_015.getToolTipText() ''' getToolTipText_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[146] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_015) ''' #getToolTipText_Value = Save Data for Excel #subComponent_015.getToolTipLocation() ''' getToolTipLocation_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[147] getToolTipLocation_Value = getToolTipLocation_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! #subComponent_015.getPopupLocation() ''' getPopupLocation_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[148] getPopupLocation_Value = getPopupLocation_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! subComponent_015.getAutoscrolls() ''' getAutoscrolls_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[152] getAutoscrolls_Value = getAutoscrolls_Method.invoke(subComponent_015) ''' #getAutoscrolls_Value = False subComponent_015.getTransferHandler() ''' getTransferHandler_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[154] getTransferHandler_Value = getTransferHandler_Method.invoke(subComponent_015) ''' #getTransferHandler_Value = None #subComponent_015.getCreatedDoubleBuffer() ''' getCreatedDoubleBuffer_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[160] getCreatedDoubleBuffer_Value = getCreatedDoubleBuffer_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! #subComponent_015.getClientProperties() ''' getClientProperties_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[161] getClientProperties_Value = getClientProperties_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! subComponent_015.getVisibleRect() ''' getVisibleRect_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[165] getVisibleRect_Value = getVisibleRect_Method.invoke(subComponent_015) ''' #getVisibleRect_Value = java.awt.Rectangle[x=0,y=0,width=20,height=20] subComponent_015.getVetoableChangeListeners() ''' getVetoableChangeListeners_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[169] getVetoableChangeListeners_Value = getVetoableChangeListeners_Method.invoke(subComponent_015) ''' #getVetoableChangeListeners_Value = array(java.beans.VetoableChangeListener) subComponent_015.getTopLevelAncestor() ''' getTopLevelAncestor_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[170] getTopLevelAncestor_Value = getTopLevelAncestor_Method.invoke(subComponent_015) ''' #getTopLevelAncestor_Value = com.inductiveautomation.ignition.designer.IgnitionDesigner[f[...] #subComponent_015.getAncestorNotifier() ''' getAncestorNotifier_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[171] getAncestorNotifier_Value = getAncestorNotifier_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! subComponent_015.getAncestorListeners() ''' getAncestorListeners_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[174] getAncestorListeners_Value = getAncestorListeners_Method.invoke(subComponent_015) ''' #getAncestorListeners_Value = array(javax.swing.event.AncestorListener) #subComponent_015.getBounds() ''' getBounds_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[188] getBounds_Value = getBounds_Method.invoke(subComponent_015) ''' #Threw Exception: No value could be obtained! subComponent_015.getRootPane() ''' getRootPane_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[192] getRootPane_Value = getRootPane_Method.invoke(subComponent_015) ''' #getRootPane_Value = javax.swing.JRootPane[,0,0,1295x960,invalid,layout=javax.swi[...] #**************Declared 'set' Methods************* subComponent_015.setIcon() ''' setIcon_Method = subComponent_015.getClass().getDeclaredMethods()[0] setIcon_Value = setIcon_Method.invoke(subComponent_015) ''' subComponent_015.setEnabled() ''' setEnabled_Method = subComponent_015.getClass().getDeclaredMethods()[2] setEnabled_Value = setEnabled_Method.invoke(subComponent_015) ''' subComponent_015.setActionCommand() ''' setActionCommand_Method = subComponent_015.getClass().getDeclaredMethods()[9] setActionCommand_Value = setActionCommand_Method.invoke(subComponent_015) ''' subComponent_015.setHoverColor() ''' setHoverColor_Method = subComponent_015.getClass().getDeclaredMethods()[15] setHoverColor_Value = setHoverColor_Method.invoke(subComponent_015) ''' subComponent_015.setPad() ''' setPad_Method = subComponent_015.getClass().getDeclaredMethods()[20] setPad_Value = setPad_Method.invoke(subComponent_015) ''' subComponent_015.setPress() ''' setPress_Method = subComponent_015.getClass().getDeclaredMethods()[21] setPress_Value = setPress_Method.invoke(subComponent_015) ''' subComponent_015.setHover() ''' setHover_Method = subComponent_015.getClass().getDeclaredMethods()[23] setHover_Value = setHover_Method.invoke(subComponent_015) ''' subComponent_015.setShiftIconOnClick() ''' setShiftIconOnClick_Method = subComponent_015.getClass().getDeclaredMethods()[24] setShiftIconOnClick_Value = setShiftIconOnClick_Method.invoke(subComponent_015) ''' #***********Declared 'set' Super Methods********** subComponent_015.setOpaque() ''' setOpaque_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[7] setOpaque_Value = setOpaque_Method.invoke(subComponent_015) ''' subComponent_015.setFont() ''' setFont_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[15] setFont_Value = setFont_Method.invoke(subComponent_015) ''' subComponent_015.setFocusTraversalKeys() ''' setFocusTraversalKeys_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[23] setFocusTraversalKeys_Value = setFocusTraversalKeys_Method.invoke(subComponent_015) ''' subComponent_015.setEnabled() ''' setEnabled_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[33] setEnabled_Value = setEnabled_Method.invoke(subComponent_015) ''' subComponent_015.setForeground() ''' setForeground_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[38] setForeground_Value = setForeground_Method.invoke(subComponent_015) ''' subComponent_015.setBackground() ''' setBackground_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[39] setBackground_Value = setBackground_Method.invoke(subComponent_015) ''' subComponent_015.setPreferredSize() ''' setPreferredSize_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[41] setPreferredSize_Value = setPreferredSize_Method.invoke(subComponent_015) ''' subComponent_015.setMinimumSize() ''' setMinimumSize_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[42] setMinimumSize_Value = setMinimumSize_Method.invoke(subComponent_015) ''' subComponent_015.setMaximumSize() ''' setMaximumSize_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[43] setMaximumSize_Value = setMaximumSize_Method.invoke(subComponent_015) ''' subComponent_015.setDoubleBuffered() ''' setDoubleBuffered_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[55] setDoubleBuffered_Value = setDoubleBuffered_Method.invoke(subComponent_015) ''' subComponent_015.setUIProperty() ''' setUIProperty_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[56] setUIProperty_Value = setUIProperty_Method.invoke(subComponent_015) ''' subComponent_015.setUI() ''' setUI_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[59] setUI_Value = setUI_Method.invoke(subComponent_015) ''' subComponent_015.setWriteObjCounter() ''' setWriteObjCounter_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[62] setWriteObjCounter_Value = setWriteObjCounter_Method.invoke(subComponent_015) ''' subComponent_015.setInheritsPopupMenu() ''' setInheritsPopupMenu_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[71] setInheritsPopupMenu_Value = setInheritsPopupMenu_Method.invoke(subComponent_015) ''' subComponent_015.setFlag() ''' setFlag_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[73] setFlag_Value = setFlag_Method.invoke(subComponent_015) ''' subComponent_015.setComponentPopupMenu() ''' setComponentPopupMenu_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[75] setComponentPopupMenu_Value = setComponentPopupMenu_Method.invoke(subComponent_015) ''' subComponent_015.setNextFocusableComponent() ''' setNextFocusableComponent_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[103] setNextFocusableComponent_Value = setNextFocusableComponent_Method.invoke(subComponent_015) ''' subComponent_015.setRequestFocusEnabled() ''' setRequestFocusEnabled_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[106] setRequestFocusEnabled_Value = setRequestFocusEnabled_Method.invoke(subComponent_015) ''' subComponent_015.setBorder() ''' setBorder_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[111] setBorder_Value = setBorder_Method.invoke(subComponent_015) ''' subComponent_015.setAlignmentY() ''' setAlignmentY_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[112] setAlignmentY_Value = setAlignmentY_Method.invoke(subComponent_015) ''' subComponent_015.setAlignmentX() ''' setAlignmentX_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[114] setAlignmentX_Value = setAlignmentX_Method.invoke(subComponent_015) ''' subComponent_015.setInputVerifier() ''' setInputVerifier_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[115] setInputVerifier_Value = setInputVerifier_Method.invoke(subComponent_015) ''' subComponent_015.setDebugGraphicsOptions() ''' setDebugGraphicsOptions_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[117] setDebugGraphicsOptions_Value = setDebugGraphicsOptions_Method.invoke(subComponent_015) ''' subComponent_015.resetKeyboardActions() ''' resetKeyboardActions_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[135] resetKeyboardActions_Value = resetKeyboardActions_Method.invoke(subComponent_015) ''' subComponent_015.setInputMap() ''' setInputMap_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[136] setInputMap_Value = setInputMap_Method.invoke(subComponent_015) ''' subComponent_015.setActionMap() ''' setActionMap_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[137] setActionMap_Value = setActionMap_Method.invoke(subComponent_015) ''' subComponent_015.setDefaultLocale() ''' setDefaultLocale_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[139] setDefaultLocale_Value = setDefaultLocale_Method.invoke(subComponent_015) ''' subComponent_015.setToolTipText() ''' setToolTipText_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[144] setToolTipText_Value = setToolTipText_Method.invoke(subComponent_015) ''' subComponent_015.setAutoscrolls() ''' setAutoscrolls_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[151] setAutoscrolls_Value = setAutoscrolls_Method.invoke(subComponent_015) ''' subComponent_015.setTransferHandler() ''' setTransferHandler_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[153] setTransferHandler_Value = setTransferHandler_Method.invoke(subComponent_015) ''' subComponent_015.setDropLocation() ''' setDropLocation_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[156] setDropLocation_Value = setDropLocation_Method.invoke(subComponent_015) ''' subComponent_015.setCreatedDoubleBuffer() ''' setCreatedDoubleBuffer_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[159] setCreatedDoubleBuffer_Value = setCreatedDoubleBuffer_Method.invoke(subComponent_015) ''' subComponent_015.setPaintingChild() ''' setPaintingChild_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[181] setPaintingChild_Value = setPaintingChild_Method.invoke(subComponent_015) ''' subComponent_015.setVisible() ''' setVisible_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[187] setVisible_Value = setVisible_Method.invoke(subComponent_015) ''' #************All Other Declared Methods*********** subComponent_015.mousePressed() ''' mousePressed_Method = subComponent_015.getClass().getDeclaredMethods()[3] mousePressed_Value = mousePressed_Method.invoke(subComponent_015) ''' subComponent_015.mouseReleased() ''' mouseReleased_Method = subComponent_015.getClass().getDeclaredMethods()[4] mouseReleased_Value = mouseReleased_Method.invoke(subComponent_015) ''' subComponent_015.mouseClicked() ''' mouseClicked_Method = subComponent_015.getClass().getDeclaredMethods()[5] mouseClicked_Value = mouseClicked_Method.invoke(subComponent_015) ''' subComponent_015.mouseExited() ''' mouseExited_Method = subComponent_015.getClass().getDeclaredMethods()[6] mouseExited_Value = mouseExited_Method.invoke(subComponent_015) ''' subComponent_015.mouseEntered() ''' mouseEntered_Method = subComponent_015.getClass().getDeclaredMethods()[7] mouseEntered_Value = mouseEntered_Method.invoke(subComponent_015) ''' subComponent_015.paintComponent() ''' paintComponent_Method = subComponent_015.getClass().getDeclaredMethods()[8] paintComponent_Value = paintComponent_Method.invoke(subComponent_015) ''' subComponent_015.addActionListener() ''' addActionListener_Method = subComponent_015.getClass().getDeclaredMethods()[10] addActionListener_Value = addActionListener_Method.invoke(subComponent_015) ''' subComponent_015.removeActionListener() ''' removeActionListener_Method = subComponent_015.getClass().getDeclaredMethods()[11] removeActionListener_Value = removeActionListener_Method.invoke(subComponent_015) ''' subComponent_015.fireActionEvent() ''' fireActionEvent_Method = subComponent_015.getClass().getDeclaredMethods()[13] fireActionEvent_Value = fireActionEvent_Method.invoke(subComponent_015) ''' subComponent_015.isPress() ''' isPress_Method = subComponent_015.getClass().getDeclaredMethods()[18] isPress_Value = isPress_Method.invoke(subComponent_015) ''' subComponent_015.isShiftIconOnClick() ''' isShiftIconOnClick_Method = subComponent_015.getClass().getDeclaredMethods()[19] isShiftIconOnClick_Value = isShiftIconOnClick_Method.invoke(subComponent_015) ''' subComponent_015.isHover() ''' isHover_Method = subComponent_015.getClass().getDeclaredMethods()[22] isHover_Value = isHover_Method.invoke(subComponent_015) ''' #*********All Other Declared Super Methods******** subComponent_015.update() ''' update_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[0] update_Value = update_Method.invoke(subComponent_015) ''' subComponent_015.contains() ''' contains_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[1] contains_Value = contains_Method.invoke(subComponent_015) ''' subComponent_015.readObject() ''' readObject_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[3] readObject_Value = readObject_Method.invoke(subComponent_015) ''' subComponent_015.writeObject() ''' writeObject_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[4] writeObject_Value = writeObject_Method.invoke(subComponent_015) ''' subComponent_015.print() ''' print_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[5] print_Value = print_Method.invoke(subComponent_015) ''' subComponent_015.paramString() ''' paramString_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[8] paramString_Value = paramString_Method.invoke(subComponent_015) ''' subComponent_015.isOpaque() ''' isOpaque_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[9] isOpaque_Value = isOpaque_Method.invoke(subComponent_015) ''' subComponent_015.removeNotify() ''' removeNotify_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[12] removeNotify_Value = removeNotify_Method.invoke(subComponent_015) ''' subComponent_015.addNotify() ''' addNotify_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[13] addNotify_Value = addNotify_Method.invoke(subComponent_015) ''' subComponent_015.isValidateRoot() ''' isValidateRoot_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[14] isValidateRoot_Value = isValidateRoot_Method.invoke(subComponent_015) ''' subComponent_015.paint() ''' paint_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[21] paint_Value = paint_Method.invoke(subComponent_015) ''' subComponent_015.firePropertyChange() ''' firePropertyChange_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[24] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_015) ''' subComponent_015.firePropertyChange() ''' firePropertyChange_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[25] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_015) ''' subComponent_015.firePropertyChange() ''' firePropertyChange_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[26] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_015) ''' subComponent_015.requestFocus() ''' requestFocus_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[27] requestFocus_Value = requestFocus_Method.invoke(subComponent_015) ''' subComponent_015.requestFocus() ''' requestFocus_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[28] requestFocus_Value = requestFocus_Method.invoke(subComponent_015) ''' subComponent_015.enable() ''' enable_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[34] enable_Value = enable_Method.invoke(subComponent_015) ''' subComponent_015.disable() ''' disable_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[35] disable_Value = disable_Method.invoke(subComponent_015) ''' subComponent_015.isDoubleBuffered() ''' isDoubleBuffered_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[36] isDoubleBuffered_Value = isDoubleBuffered_Method.invoke(subComponent_015) ''' subComponent_015.hide() ''' hide_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[37] hide_Value = hide_Method.invoke(subComponent_015) ''' subComponent_015.reshape() ''' reshape_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[40] reshape_Value = reshape_Method.invoke(subComponent_015) ''' subComponent_015.printAll() ''' printAll_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[48] printAll_Value = printAll_Method.invoke(subComponent_015) ''' subComponent_015.processKeyEvent() ''' processKeyEvent_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[49] processKeyEvent_Value = processKeyEvent_Method.invoke(subComponent_015) ''' subComponent_015.processMouseEvent() ''' processMouseEvent_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[50] processMouseEvent_Value = processMouseEvent_Method.invoke(subComponent_015) ''' subComponent_015.processMouseMotionEvent() ''' processMouseMotionEvent_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[51] processMouseMotionEvent_Value = processMouseMotionEvent_Method.invoke(subComponent_015) ''' subComponent_015.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[52] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_015) ''' subComponent_015.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[53] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_015) ''' subComponent_015.compWriteObjectNotify() ''' compWriteObjectNotify_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[54] compWriteObjectNotify_Value = compWriteObjectNotify_Method.invoke(subComponent_015) ''' subComponent_015.updateUI() ''' updateUI_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[57] updateUI_Value = updateUI_Method.invoke(subComponent_015) ''' subComponent_015.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[63] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_015) ''' subComponent_015.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[64] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_015) ''' subComponent_015.isComponentObtainingGraphicsFrom() ''' isComponentObtainingGraphicsFrom_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[66] isComponentObtainingGraphicsFrom_Value = isComponentObtainingGraphicsFrom_Method.invoke(subComponent_015) ''' subComponent_015.fetchRectangle() ''' fetchRectangle_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[69] fetchRectangle_Value = fetchRectangle_Method.invoke(subComponent_015) ''' subComponent_015.recycleRectangle() ''' recycleRectangle_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[70] recycleRectangle_Value = recycleRectangle_Method.invoke(subComponent_015) ''' subComponent_015.isManagingFocus() ''' isManagingFocus_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[77] isManagingFocus_Value = isManagingFocus_Method.invoke(subComponent_015) ''' subComponent_015.uninstallUIAndProperties() ''' uninstallUIAndProperties_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[79] uninstallUIAndProperties_Value = uninstallUIAndProperties_Method.invoke(subComponent_015) ''' subComponent_015.putClientProperty() ''' putClientProperty_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[80] putClientProperty_Value = putClientProperty_Method.invoke(subComponent_015) ''' subComponent_015.shouldDebugGraphics() ''' shouldDebugGraphics_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[82] shouldDebugGraphics_Value = shouldDebugGraphics_Method.invoke(subComponent_015) ''' subComponent_015.paintComponent() ''' paintComponent_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[83] paintComponent_Value = paintComponent_Method.invoke(subComponent_015) ''' subComponent_015.paintChildren() ''' paintChildren_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[84] paintChildren_Value = paintChildren_Method.invoke(subComponent_015) ''' subComponent_015.isOptimizedDrawingEnabled() ''' isOptimizedDrawingEnabled_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[85] isOptimizedDrawingEnabled_Value = isOptimizedDrawingEnabled_Method.invoke(subComponent_015) ''' subComponent_015.checkIfChildObscuredBySibling() ''' checkIfChildObscuredBySibling_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[86] checkIfChildObscuredBySibling_Value = checkIfChildObscuredBySibling_Method.invoke(subComponent_015) ''' subComponent_015.isLightweightComponent() ''' isLightweightComponent_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[87] isLightweightComponent_Value = isLightweightComponent_Method.invoke(subComponent_015) ''' subComponent_015.paintBorder() ''' paintBorder_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[89] paintBorder_Value = paintBorder_Method.invoke(subComponent_015) ''' subComponent_015.adjustPaintFlags() ''' adjustPaintFlags_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[91] adjustPaintFlags_Value = adjustPaintFlags_Method.invoke(subComponent_015) ''' subComponent_015.isPainting() ''' isPainting_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[92] isPainting_Value = isPainting_Method.invoke(subComponent_015) ''' subComponent_015.rectangleIsObscured() ''' rectangleIsObscured_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[93] rectangleIsObscured_Value = rectangleIsObscured_Method.invoke(subComponent_015) ''' subComponent_015.printComponent() ''' printComponent_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[94] printComponent_Value = printComponent_Method.invoke(subComponent_015) ''' subComponent_015.printBorder() ''' printBorder_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[95] printBorder_Value = printBorder_Method.invoke(subComponent_015) ''' subComponent_015.printChildren() ''' printChildren_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[96] printChildren_Value = printChildren_Method.invoke(subComponent_015) ''' subComponent_015.paintForceDoubleBuffered() ''' paintForceDoubleBuffered_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[97] paintForceDoubleBuffered_Value = paintForceDoubleBuffered_Method.invoke(subComponent_015) ''' subComponent_015.isPaintingTile() ''' isPaintingTile_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[98] isPaintingTile_Value = isPaintingTile_Method.invoke(subComponent_015) ''' subComponent_015.isPaintingForPrint() ''' isPaintingForPrint_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[99] isPaintingForPrint_Value = isPaintingForPrint_Method.invoke(subComponent_015) ''' subComponent_015.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[100] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_015) ''' subComponent_015.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[101] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_015) ''' subComponent_015.deregisterNextFocusableComponent() ''' deregisterNextFocusableComponent_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[104] deregisterNextFocusableComponent_Value = deregisterNextFocusableComponent_Method.invoke(subComponent_015) ''' subComponent_015.isRequestFocusEnabled() ''' isRequestFocusEnabled_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[107] isRequestFocusEnabled_Value = isRequestFocusEnabled_Method.invoke(subComponent_015) ''' subComponent_015.grabFocus() ''' grabFocus_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[108] grabFocus_Value = grabFocus_Method.invoke(subComponent_015) ''' subComponent_015.validateAlignment() ''' validateAlignment_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[113] validateAlignment_Value = validateAlignment_Method.invoke(subComponent_015) ''' subComponent_015.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[119] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_015) ''' subComponent_015.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[120] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_015) ''' subComponent_015.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[126] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_015) ''' subComponent_015.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[127] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_015) ''' subComponent_015.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[128] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_015) ''' subComponent_015.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[129] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_015) ''' subComponent_015.componentInputMapChanged() ''' componentInputMapChanged_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[130] componentInputMapChanged_Value = componentInputMapChanged_Method.invoke(subComponent_015) ''' subComponent_015.unregisterKeyboardAction() ''' unregisterKeyboardAction_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[131] unregisterKeyboardAction_Value = unregisterKeyboardAction_Method.invoke(subComponent_015) ''' subComponent_015.requestDefaultFocus() ''' requestDefaultFocus_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[138] requestDefaultFocus_Value = requestDefaultFocus_Method.invoke(subComponent_015) ''' subComponent_015.processComponentKeyEvent() ''' processComponentKeyEvent_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[140] processComponentKeyEvent_Value = processComponentKeyEvent_Method.invoke(subComponent_015) ''' subComponent_015.processKeyBindings() ''' processKeyBindings_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[141] processKeyBindings_Value = processKeyBindings_Method.invoke(subComponent_015) ''' subComponent_015.processKeyBinding() ''' processKeyBinding_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[142] processKeyBinding_Value = processKeyBinding_Method.invoke(subComponent_015) ''' subComponent_015.processKeyBindingsForAllComponents() ''' processKeyBindingsForAllComponents_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[143] processKeyBindingsForAllComponents_Value = processKeyBindingsForAllComponents_Method.invoke(subComponent_015) ''' subComponent_015.createToolTip() ''' createToolTip_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[149] createToolTip_Value = createToolTip_Method.invoke(subComponent_015) ''' subComponent_015.scrollRectToVisible() ''' scrollRectToVisible_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[150] scrollRectToVisible_Value = scrollRectToVisible_Method.invoke(subComponent_015) ''' subComponent_015.dropLocationForPoint() ''' dropLocationForPoint_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[155] dropLocationForPoint_Value = dropLocationForPoint_Method.invoke(subComponent_015) ''' subComponent_015.dndDone() ''' dndDone_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[157] dndDone_Value = dndDone_Method.invoke(subComponent_015) ''' subComponent_015.superProcessMouseMotionEvent() ''' superProcessMouseMotionEvent_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[158] superProcessMouseMotionEvent_Value = superProcessMouseMotionEvent_Method.invoke(subComponent_015) ''' subComponent_015.clientPropertyChanged() ''' clientPropertyChanged_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[162] clientPropertyChanged_Value = clientPropertyChanged_Method.invoke(subComponent_015) ''' subComponent_015.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[163] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_015) ''' subComponent_015.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[164] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_015) ''' subComponent_015.fireVetoableChange() ''' fireVetoableChange_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[166] fireVetoableChange_Value = fireVetoableChange_Method.invoke(subComponent_015) ''' subComponent_015.addVetoableChangeListener() ''' addVetoableChangeListener_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[167] addVetoableChangeListener_Value = addVetoableChangeListener_Method.invoke(subComponent_015) ''' subComponent_015.removeVetoableChangeListener() ''' removeVetoableChangeListener_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[168] removeVetoableChangeListener_Value = removeVetoableChangeListener_Method.invoke(subComponent_015) ''' subComponent_015.addAncestorListener() ''' addAncestorListener_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[172] addAncestorListener_Value = addAncestorListener_Method.invoke(subComponent_015) ''' subComponent_015.removeAncestorListener() ''' removeAncestorListener_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[173] removeAncestorListener_Value = removeAncestorListener_Method.invoke(subComponent_015) ''' #subComponent_015.lambda$revalidate$0() ''' lambdarevalidate0_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[175] lambdarevalidate0_Value = lambdarevalidate0_Method.invoke(#subComponent_015) ''' subComponent_015.isPaintingOrigin() ''' isPaintingOrigin_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[176] isPaintingOrigin_Value = isPaintingOrigin_Method.invoke(subComponent_015) ''' subComponent_015.paintImmediately() ''' paintImmediately_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[177] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_015) ''' subComponent_015.paintImmediately() ''' paintImmediately_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[178] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_015) ''' subComponent_015._paintImmediately() ''' _paintImmediately_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[179] _paintImmediately_Value = _paintImmediately_Method.invoke(subComponent_015) ''' subComponent_015.alwaysOnTop() ''' alwaysOnTop_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[180] alwaysOnTop_Value = alwaysOnTop_Method.invoke(subComponent_015) ''' subComponent_015.paintToOffscreen() ''' paintToOffscreen_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[182] paintToOffscreen_Value = paintToOffscreen_Method.invoke(subComponent_015) ''' #subComponent_015.access$000() ''' access000_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[183] access000_Value = access000_Method.invoke(#subComponent_015) ''' #subComponent_015.access$100() ''' access100_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[184] access100_Value = access100_Method.invoke(#subComponent_015) ''' #subComponent_015.access$200() ''' access200_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[185] access200_Value = access200_Method.invoke(#subComponent_015) ''' #subComponent_015.access$300() ''' access300_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[186] access300_Value = access300_Method.invoke(#subComponent_015) ''' subComponent_015.repaint() ''' repaint_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[189] repaint_Value = repaint_Method.invoke(subComponent_015) ''' subComponent_015.repaint() ''' repaint_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[190] repaint_Value = repaint_Method.invoke(subComponent_015) ''' subComponent_015.revalidate() ''' revalidate_Method = subComponent_015.getClass().getSuperclass().getDeclaredMethods()[191] revalidate_Value = revalidate_Method.invoke(subComponent_015) ''' endFunction = True #========================================================== #========================================================== subComponent_016 = event.source.parent.getComponent('Easy Chart').getComponent(1) def subComponent_016(): # def subComponent_016_Declared_Fields(): #*****************Declared Fields***************** subComponent_016.checkBoxes #subComponent_016.checkBoxes = [] #NOTE: The following fields can only be accessed through reflection #subComponent_016.getClass().getDeclaredFields()[1] cbComparator_Field = subComponent_016.getClass().getDeclaredField('cbComparator') cbComparator_Field.setAccessible(True) cbComparator_Value = cbComparator_Field.get(subComponent_016) #cbComparator_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #subComponent_016.getClass().getDeclaredFields()[2] checkBoxPanel_Field = subComponent_016.getClass().getDeclaredField('checkBoxPanel') checkBoxPanel_Field.setAccessible(True) checkBoxPanel_Value = checkBoxPanel_Field.get(subComponent_016) #checkBoxPanel_Value = javax.swing.JPanel[,0,0,77x256,layout=com.inductiveautomatio[...] #subComponent_016.getClass().getDeclaredFields()[3] applyButtonPanel_Field = subComponent_016.getClass().getDeclaredField('applyButtonPanel') applyButtonPanel_Field.setAccessible(True) applyButtonPanel_Value = applyButtonPanel_Field.get(subComponent_016) #applyButtonPanel_Value = javax.swing.JPanel[,0,256,77x40,layout=java.awt.FlowLayout,a[...] #subComponent_016.getClass().getDeclaredFields()[4] applyButton_Field = subComponent_016.getClass().getDeclaredField('applyButton') applyButton_Field.setAccessible(True) applyButton_Value = applyButton_Field.get(subComponent_016) #applyButton_Value = javax.swing.JButton[,5,5,67x30,disabled,alignmentX=0.0,align[...] #subComponent_016.getClass().getDeclaredFields()[5] alternateColors_Field = subComponent_016.getClass().getDeclaredField('alternateColors') alternateColors_Field.setAccessible(True) alternateColors_Value = alternateColors_Field.get(subComponent_016) #alternateColors_Value = False #subComponent_016.getClass().getDeclaredFields()[6] alternateColor_Field = subComponent_016.getClass().getDeclaredField('alternateColor') alternateColor_Field.setAccessible(True) alternateColor_Value = alternateColor_Field.get(subComponent_016) #alternateColor_Value = java.awt.Color[r=252,g=252,b=250] #subComponent_016.getClass().getDeclaredFields()[7] this0_Field = subComponent_016.getClass().getDeclaredField('this$0') this0_Field.setAccessible(True) this0_Value = this0_Field.get(subComponent_016) #this0_Value = com.inductiveautomation.factorypmi.application.components.PM[...] #**************Declared Super Fields************** #NOTE: The following fields can only be accessed through reflection #subComponent_016.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = subComponent_016.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_016) #uiClassID_Value = PanelUI endFunction = True def subComponent_016_Declared_Methods(): #**************Declared 'get' Methods************* subComponent_016.getCheckBoxes() ''' getCheckBoxes_Method = subComponent_016.getClass().getDeclaredMethods()[4] getCheckBoxes_Value = getCheckBoxes_Method.invoke(subComponent_016) ''' #getCheckBoxes_Value = [] #***********Declared 'get' Super Methods********** subComponent_016.getAccessibleContext() ''' getAccessibleContext_Method = subComponent_016.getClass().getSuperclass().getDeclaredMethods()[2] getAccessibleContext_Value = getAccessibleContext_Method.invoke(subComponent_016) ''' #getAccessibleContext_Value = javax.swing.JPanel$AccessibleJPanel@286c37b6 subComponent_016.getUI() ''' getUI_Method = subComponent_016.getClass().getSuperclass().getDeclaredMethods()[4] getUI_Value = getUI_Method.invoke(subComponent_016) ''' #getUI_Value = javax.swing.plaf.synth.SynthPanelUI@5f6e4606 subComponent_016.getUI() ''' getUI_Method = subComponent_016.getClass().getSuperclass().getDeclaredMethods()[5] getUI_Value = getUI_Method.invoke(subComponent_016) ''' #getUI_Value = javax.swing.plaf.synth.SynthPanelUI@5f6e4606 subComponent_016.getUIClassID() ''' getUIClassID_Method = subComponent_016.getClass().getSuperclass().getDeclaredMethods()[7] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_016) ''' #getUIClassID_Value = PanelUI #**************Declared 'set' Methods************* subComponent_016.setFont() ''' setFont_Method = subComponent_016.getClass().getDeclaredMethods()[1] setFont_Value = setFont_Method.invoke(subComponent_016) ''' subComponent_016.setForeground() ''' setForeground_Method = subComponent_016.getClass().getDeclaredMethods()[2] setForeground_Value = setForeground_Method.invoke(subComponent_016) ''' #***********Declared 'set' Super Methods********** subComponent_016.setUI() ''' setUI_Method = subComponent_016.getClass().getSuperclass().getDeclaredMethods()[6] setUI_Value = setUI_Method.invoke(subComponent_016) ''' #************All Other Declared Methods*********** #subComponent_016.lambda$new$0() ''' lambdanew0_Method = subComponent_016.getClass().getDeclaredMethods()[0] lambdanew0_Value = lambdanew0_Method.invoke(#subComponent_016) ''' subComponent_016.actionPerformed() ''' actionPerformed_Method = subComponent_016.getClass().getDeclaredMethods()[3] actionPerformed_Value = actionPerformed_Method.invoke(subComponent_016) ''' subComponent_016.destroyGUI() ''' destroyGUI_Method = subComponent_016.getClass().getDeclaredMethods()[5] destroyGUI_Value = destroyGUI_Method.invoke(subComponent_016) ''' subComponent_016.createGUI() ''' createGUI_Method = subComponent_016.getClass().getDeclaredMethods()[6] createGUI_Value = createGUI_Method.invoke(subComponent_016) ''' subComponent_016.recreateGUI() ''' recreateGUI_Method = subComponent_016.getClass().getDeclaredMethods()[7] recreateGUI_Value = recreateGUI_Method.invoke(subComponent_016) ''' subComponent_016.localeChanged() ''' localeChanged_Method = subComponent_016.getClass().getDeclaredMethods()[8] localeChanged_Value = localeChanged_Method.invoke(subComponent_016) ''' subComponent_016.doApply() ''' doApply_Method = subComponent_016.getClass().getDeclaredMethods()[9] doApply_Value = doApply_Method.invoke(subComponent_016) ''' subComponent_016.addGroup() ''' addGroup_Method = subComponent_016.getClass().getDeclaredMethods()[10] addGroup_Value = addGroup_Method.invoke(subComponent_016) ''' #subComponent_016.lambda$actionPerformed$1() ''' lambdaactionPerformed1_Method = subComponent_016.getClass().getDeclaredMethods()[11] lambdaactionPerformed1_Value = lambdaactionPerformed1_Method.invoke(#subComponent_016) ''' #*********All Other Declared Super Methods******** subComponent_016.writeObject() ''' writeObject_Method = subComponent_016.getClass().getSuperclass().getDeclaredMethods()[0] writeObject_Value = writeObject_Method.invoke(subComponent_016) ''' subComponent_016.paramString() ''' paramString_Method = subComponent_016.getClass().getSuperclass().getDeclaredMethods()[1] paramString_Value = paramString_Method.invoke(subComponent_016) ''' subComponent_016.updateUI() ''' updateUI_Method = subComponent_016.getClass().getSuperclass().getDeclaredMethods()[3] updateUI_Value = updateUI_Method.invoke(subComponent_016) ''' endFunction = True #========================================================== #========================================================== subComponent_017 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(0) def subComponent_017(): # def subComponent_017_Declared_Fields(): #*****************Declared Fields***************** subComponent_017.viewportBorder #subComponent_017.viewportBorder = javax.swing.plaf.synth.SynthScrollPaneUI$ViewportBorder@2ad0[...] subComponent_017.verticalScrollBarPolicy #subComponent_017.verticalScrollBarPolicy = 20 subComponent_017.horizontalScrollBarPolicy #subComponent_017.horizontalScrollBarPolicy = 31 subComponent_017.viewport #subComponent_017.viewport = javax.swing.JViewport[,0,0,77x256,layout=javax.swing.Viewpor[...] subComponent_017.verticalScrollBar #subComponent_017.verticalScrollBar = javax.swing.JScrollPane$ScrollBar[,0,0,0x0,hidden,layout=jav[...] subComponent_017.horizontalScrollBar #subComponent_017.horizontalScrollBar = javax.swing.JScrollPane$ScrollBar[,0,0,0x0,hidden,layout=jav[...] subComponent_017.rowHeader #subComponent_017.rowHeader = None subComponent_017.columnHeader #subComponent_017.columnHeader = None #NOTE: The following fields can only be accessed through reflection #subComponent_017.getClass().getDeclaredFields()[1] uiClassID_Field = subComponent_017.getClass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_017) #uiClassID_Value = ScrollPaneUI #subComponent_017.getClass().getDeclaredFields()[9] lowerLeft_Field = subComponent_017.getClass().getDeclaredField('lowerLeft') lowerLeft_Field.setAccessible(True) lowerLeft_Value = lowerLeft_Field.get(subComponent_017) #lowerLeft_Value = None #subComponent_017.getClass().getDeclaredFields()[10] lowerRight_Field = subComponent_017.getClass().getDeclaredField('lowerRight') lowerRight_Field.setAccessible(True) lowerRight_Value = lowerRight_Field.get(subComponent_017) #lowerRight_Value = None #subComponent_017.getClass().getDeclaredFields()[11] upperLeft_Field = subComponent_017.getClass().getDeclaredField('upperLeft') upperLeft_Field.setAccessible(True) upperLeft_Value = upperLeft_Field.get(subComponent_017) #upperLeft_Value = None #subComponent_017.getClass().getDeclaredFields()[12] upperRight_Field = subComponent_017.getClass().getDeclaredField('upperRight') upperRight_Field.setAccessible(True) upperRight_Value = upperRight_Field.get(subComponent_017) #upperRight_Value = None #subComponent_017.getClass().getDeclaredFields()[13] wheelScrollState_Field = subComponent_017.getClass().getDeclaredField('wheelScrollState') wheelScrollState_Field.setAccessible(True) wheelScrollState_Value = wheelScrollState_Field.get(subComponent_017) #wheelScrollState_Value = True #**************Declared Super Fields************** subComponent_017.alignmentX #subComponent_017.alignmentX = 0.0 subComponent_017.alignmentY #subComponent_017.alignmentY = 0.0 subComponent_017.autoscrolls #subComponent_017.autoscrolls = False subComponent_017.border #subComponent_017.border = None subComponent_017.inputVerifier #subComponent_017.inputVerifier = None subComponent_017.verifyInputWhenFocusTarget #subComponent_017.verifyInputWhenFocusTarget = True subComponent_017.WHEN_FOCUSED #subComponent_017.WHEN_FOCUSED = 0 subComponent_017.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT #subComponent_017.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT = 1 subComponent_017.WHEN_IN_FOCUSED_WINDOW #subComponent_017.WHEN_IN_FOCUSED_WINDOW = 2 subComponent_017.UNDEFINED_CONDITION #subComponent_017.UNDEFINED_CONDITION = -1 subComponent_017.TOOL_TIP_TEXT_KEY #subComponent_017.TOOL_TIP_TEXT_KEY = ToolTipText subComponent_017.actionMap #subComponent_017.actionMap = javax.swing.ActionMap@3e0d5064 #NOTE: The following fields can only be accessed through reflection #subComponent_017.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_017) #uiClassID_Value = ComponentUI #subComponent_017.getClass().getSuperclass().getDeclaredFields()[1] readObjectCallbacks_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('readObjectCallbacks') readObjectCallbacks_Field.setAccessible(True) readObjectCallbacks_Value = readObjectCallbacks_Field.get(subComponent_017) #readObjectCallbacks_Value = {} #subComponent_017.getClass().getSuperclass().getDeclaredFields()[2] managingFocusForwardTraversalKeys_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('managingFocusForwardTraversalKeys') managingFocusForwardTraversalKeys_Field.setAccessible(True) managingFocusForwardTraversalKeys_Value = managingFocusForwardTraversalKeys_Field.get(subComponent_017) #managingFocusForwardTraversalKeys_Value = [ctrl pressed TAB] #subComponent_017.getClass().getSuperclass().getDeclaredFields()[3] managingFocusBackwardTraversalKeys_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('managingFocusBackwardTraversalKeys') managingFocusBackwardTraversalKeys_Field.setAccessible(True) managingFocusBackwardTraversalKeys_Value = managingFocusBackwardTraversalKeys_Field.get(subComponent_017) #managingFocusBackwardTraversalKeys_Value = [shift ctrl pressed TAB] #subComponent_017.getClass().getSuperclass().getDeclaredFields()[4] NOT_OBSCURED_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('NOT_OBSCURED') NOT_OBSCURED_Field.setAccessible(True) NOT_OBSCURED_Value = NOT_OBSCURED_Field.get(subComponent_017) #NOT_OBSCURED_Value = 0 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[5] PARTIALLY_OBSCURED_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('PARTIALLY_OBSCURED') PARTIALLY_OBSCURED_Field.setAccessible(True) PARTIALLY_OBSCURED_Value = PARTIALLY_OBSCURED_Field.get(subComponent_017) #PARTIALLY_OBSCURED_Value = 1 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[6] COMPLETELY_OBSCURED_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('COMPLETELY_OBSCURED') COMPLETELY_OBSCURED_Field.setAccessible(True) COMPLETELY_OBSCURED_Value = COMPLETELY_OBSCURED_Field.get(subComponent_017) #COMPLETELY_OBSCURED_Value = 2 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[7] DEBUG_GRAPHICS_LOADED_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('DEBUG_GRAPHICS_LOADED') DEBUG_GRAPHICS_LOADED_Field.setAccessible(True) DEBUG_GRAPHICS_LOADED_Value = DEBUG_GRAPHICS_LOADED_Field.get(subComponent_017) #DEBUG_GRAPHICS_LOADED_Value = True #subComponent_017.getClass().getSuperclass().getDeclaredFields()[8] INPUT_VERIFIER_SOURCE_KEY_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('INPUT_VERIFIER_SOURCE_KEY') INPUT_VERIFIER_SOURCE_KEY_Field.setAccessible(True) INPUT_VERIFIER_SOURCE_KEY_Value = INPUT_VERIFIER_SOURCE_KEY_Field.get(subComponent_017) #INPUT_VERIFIER_SOURCE_KEY_Value = InputVerifierSourceKey #subComponent_017.getClass().getSuperclass().getDeclaredFields()[9] isAlignmentXSet_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('isAlignmentXSet') isAlignmentXSet_Field.setAccessible(True) isAlignmentXSet_Value = isAlignmentXSet_Field.get(subComponent_017) #isAlignmentXSet_Value = False #subComponent_017.getClass().getSuperclass().getDeclaredFields()[11] isAlignmentYSet_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('isAlignmentYSet') isAlignmentYSet_Field.setAccessible(True) isAlignmentYSet_Value = isAlignmentYSet_Field.get(subComponent_017) #isAlignmentYSet_Value = False #subComponent_017.getClass().getSuperclass().getDeclaredFields()[13] ui_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('ui') ui_Field.setAccessible(True) ui_Value = ui_Field.get(subComponent_017) #ui_Value = javax.swing.plaf.synth.SynthScrollPaneUI@3165ddd6 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[14] listenerList_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('listenerList') listenerList_Field.setAccessible(True) listenerList_Value = listenerList_Field.get(subComponent_017) #listenerList_Value = EventListenerList: 0 listeners: #subComponent_017.getClass().getSuperclass().getDeclaredFields()[15] clientProperties_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('clientProperties') clientProperties_Field.setAccessible(True) clientProperties_Value = clientProperties_Field.get(subComponent_017) #clientProperties_Value = None #subComponent_017.getClass().getSuperclass().getDeclaredFields()[16] vetoableChangeSupport_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('vetoableChangeSupport') vetoableChangeSupport_Field.setAccessible(True) vetoableChangeSupport_Value = vetoableChangeSupport_Field.get(subComponent_017) #vetoableChangeSupport_Value = None #subComponent_017.getClass().getSuperclass().getDeclaredFields()[19] flags_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('flags') flags_Field.setAccessible(True) flags_Value = flags_Field.get(subComponent_017) #flags_Value = 16777536 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[22] paintingChild_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('paintingChild') paintingChild_Field.setAccessible(True) paintingChild_Value = paintingChild_Field.get(subComponent_017) #paintingChild_Value = None #subComponent_017.getClass().getSuperclass().getDeclaredFields()[27] KEYBOARD_BINDINGS_KEY_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('KEYBOARD_BINDINGS_KEY') KEYBOARD_BINDINGS_KEY_Field.setAccessible(True) KEYBOARD_BINDINGS_KEY_Value = KEYBOARD_BINDINGS_KEY_Field.get(subComponent_017) #KEYBOARD_BINDINGS_KEY_Value = _KeyboardBindings #subComponent_017.getClass().getSuperclass().getDeclaredFields()[28] WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('WHEN_IN_FOCUSED_WINDOW_BINDINGS') WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.setAccessible(True) WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.get(subComponent_017) #WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = _WhenInFocusedWindow #subComponent_017.getClass().getSuperclass().getDeclaredFields()[30] NEXT_FOCUS_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('NEXT_FOCUS') NEXT_FOCUS_Field.setAccessible(True) NEXT_FOCUS_Value = NEXT_FOCUS_Field.get(subComponent_017) #NEXT_FOCUS_Value = nextFocus #subComponent_017.getClass().getSuperclass().getDeclaredFields()[31] popupMenu_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('popupMenu') popupMenu_Field.setAccessible(True) popupMenu_Value = popupMenu_Field.get(subComponent_017) #popupMenu_Value = None #subComponent_017.getClass().getSuperclass().getDeclaredFields()[32] IS_DOUBLE_BUFFERED_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('IS_DOUBLE_BUFFERED') IS_DOUBLE_BUFFERED_Field.setAccessible(True) IS_DOUBLE_BUFFERED_Value = IS_DOUBLE_BUFFERED_Field.get(subComponent_017) #IS_DOUBLE_BUFFERED_Value = 0 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[33] ANCESTOR_USING_BUFFER_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('ANCESTOR_USING_BUFFER') ANCESTOR_USING_BUFFER_Field.setAccessible(True) ANCESTOR_USING_BUFFER_Value = ANCESTOR_USING_BUFFER_Field.get(subComponent_017) #ANCESTOR_USING_BUFFER_Value = 1 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[34] IS_PAINTING_TILE_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('IS_PAINTING_TILE') IS_PAINTING_TILE_Field.setAccessible(True) IS_PAINTING_TILE_Value = IS_PAINTING_TILE_Field.get(subComponent_017) #IS_PAINTING_TILE_Value = 2 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[35] IS_OPAQUE_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('IS_OPAQUE') IS_OPAQUE_Field.setAccessible(True) IS_OPAQUE_Value = IS_OPAQUE_Field.get(subComponent_017) #IS_OPAQUE_Value = 3 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[36] KEY_EVENTS_ENABLED_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('KEY_EVENTS_ENABLED') KEY_EVENTS_ENABLED_Field.setAccessible(True) KEY_EVENTS_ENABLED_Value = KEY_EVENTS_ENABLED_Field.get(subComponent_017) #KEY_EVENTS_ENABLED_Value = 4 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[37] FOCUS_INPUTMAP_CREATED_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('FOCUS_INPUTMAP_CREATED') FOCUS_INPUTMAP_CREATED_Field.setAccessible(True) FOCUS_INPUTMAP_CREATED_Value = FOCUS_INPUTMAP_CREATED_Field.get(subComponent_017) #FOCUS_INPUTMAP_CREATED_Value = 5 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[38] ANCESTOR_INPUTMAP_CREATED_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('ANCESTOR_INPUTMAP_CREATED') ANCESTOR_INPUTMAP_CREATED_Field.setAccessible(True) ANCESTOR_INPUTMAP_CREATED_Value = ANCESTOR_INPUTMAP_CREATED_Field.get(subComponent_017) #ANCESTOR_INPUTMAP_CREATED_Value = 6 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[39] WIF_INPUTMAP_CREATED_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('WIF_INPUTMAP_CREATED') WIF_INPUTMAP_CREATED_Field.setAccessible(True) WIF_INPUTMAP_CREATED_Value = WIF_INPUTMAP_CREATED_Field.get(subComponent_017) #WIF_INPUTMAP_CREATED_Value = 7 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[40] ACTIONMAP_CREATED_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('ACTIONMAP_CREATED') ACTIONMAP_CREATED_Field.setAccessible(True) ACTIONMAP_CREATED_Value = ACTIONMAP_CREATED_Field.get(subComponent_017) #ACTIONMAP_CREATED_Value = 8 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[41] CREATED_DOUBLE_BUFFER_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('CREATED_DOUBLE_BUFFER') CREATED_DOUBLE_BUFFER_Field.setAccessible(True) CREATED_DOUBLE_BUFFER_Value = CREATED_DOUBLE_BUFFER_Field.get(subComponent_017) #CREATED_DOUBLE_BUFFER_Value = 9 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[42] IS_PRINTING_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('IS_PRINTING') IS_PRINTING_Field.setAccessible(True) IS_PRINTING_Value = IS_PRINTING_Field.get(subComponent_017) #IS_PRINTING_Value = 11 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[43] IS_PRINTING_ALL_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('IS_PRINTING_ALL') IS_PRINTING_ALL_Field.setAccessible(True) IS_PRINTING_ALL_Value = IS_PRINTING_ALL_Field.get(subComponent_017) #IS_PRINTING_ALL_Value = 12 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[44] IS_REPAINTING_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('IS_REPAINTING') IS_REPAINTING_Field.setAccessible(True) IS_REPAINTING_Value = IS_REPAINTING_Field.get(subComponent_017) #IS_REPAINTING_Value = 13 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[45] WRITE_OBJ_COUNTER_FIRST_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_FIRST') WRITE_OBJ_COUNTER_FIRST_Field.setAccessible(True) WRITE_OBJ_COUNTER_FIRST_Value = WRITE_OBJ_COUNTER_FIRST_Field.get(subComponent_017) #WRITE_OBJ_COUNTER_FIRST_Value = 14 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[46] RESERVED_1_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('RESERVED_1') RESERVED_1_Field.setAccessible(True) RESERVED_1_Value = RESERVED_1_Field.get(subComponent_017) #RESERVED_1_Value = 15 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[47] RESERVED_2_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('RESERVED_2') RESERVED_2_Field.setAccessible(True) RESERVED_2_Value = RESERVED_2_Field.get(subComponent_017) #RESERVED_2_Value = 16 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[48] RESERVED_3_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('RESERVED_3') RESERVED_3_Field.setAccessible(True) RESERVED_3_Value = RESERVED_3_Field.get(subComponent_017) #RESERVED_3_Value = 17 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[49] RESERVED_4_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('RESERVED_4') RESERVED_4_Field.setAccessible(True) RESERVED_4_Value = RESERVED_4_Field.get(subComponent_017) #RESERVED_4_Value = 18 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[50] RESERVED_5_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('RESERVED_5') RESERVED_5_Field.setAccessible(True) RESERVED_5_Value = RESERVED_5_Field.get(subComponent_017) #RESERVED_5_Value = 19 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[51] RESERVED_6_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('RESERVED_6') RESERVED_6_Field.setAccessible(True) RESERVED_6_Value = RESERVED_6_Field.get(subComponent_017) #RESERVED_6_Value = 20 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[52] WRITE_OBJ_COUNTER_LAST_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_LAST') WRITE_OBJ_COUNTER_LAST_Field.setAccessible(True) WRITE_OBJ_COUNTER_LAST_Value = WRITE_OBJ_COUNTER_LAST_Field.get(subComponent_017) #WRITE_OBJ_COUNTER_LAST_Value = 21 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[53] REQUEST_FOCUS_DISABLED_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('REQUEST_FOCUS_DISABLED') REQUEST_FOCUS_DISABLED_Field.setAccessible(True) REQUEST_FOCUS_DISABLED_Value = REQUEST_FOCUS_DISABLED_Field.get(subComponent_017) #REQUEST_FOCUS_DISABLED_Value = 22 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[54] INHERITS_POPUP_MENU_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('INHERITS_POPUP_MENU') INHERITS_POPUP_MENU_Field.setAccessible(True) INHERITS_POPUP_MENU_Value = INHERITS_POPUP_MENU_Field.get(subComponent_017) #INHERITS_POPUP_MENU_Value = 23 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[55] OPAQUE_SET_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('OPAQUE_SET') OPAQUE_SET_Field.setAccessible(True) OPAQUE_SET_Value = OPAQUE_SET_Field.get(subComponent_017) #OPAQUE_SET_Value = 24 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[56] AUTOSCROLLS_SET_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('AUTOSCROLLS_SET') AUTOSCROLLS_SET_Field.setAccessible(True) AUTOSCROLLS_SET_Value = AUTOSCROLLS_SET_Field.get(subComponent_017) #AUTOSCROLLS_SET_Value = 25 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[57] FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_FORWARD_SET') FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.get(subComponent_017) #FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = 26 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[58] FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_BACKWARD_SET') FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.get(subComponent_017) #FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = 27 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[59] revalidateRunnableScheduled_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('revalidateRunnableScheduled') revalidateRunnableScheduled_Field.setAccessible(True) revalidateRunnableScheduled_Value = revalidateRunnableScheduled_Field.get(subComponent_017) #revalidateRunnableScheduled_Value = false #subComponent_017.getClass().getSuperclass().getDeclaredFields()[60] tempRectangles_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('tempRectangles') tempRectangles_Field.setAccessible(True) tempRectangles_Value = tempRectangles_Field.get(subComponent_017) #tempRectangles_Value = [java.awt.Rectangle[x=0,y=0,width=425,height=525], java.awt.[...] #subComponent_017.getClass().getSuperclass().getDeclaredFields()[61] focusInputMap_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('focusInputMap') focusInputMap_Field.setAccessible(True) focusInputMap_Value = focusInputMap_Field.get(subComponent_017) #focusInputMap_Value = None #subComponent_017.getClass().getSuperclass().getDeclaredFields()[62] ancestorInputMap_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('ancestorInputMap') ancestorInputMap_Field.setAccessible(True) ancestorInputMap_Value = ancestorInputMap_Field.get(subComponent_017) #ancestorInputMap_Value = javax.swing.InputMap@1e768284 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[63] windowInputMap_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('windowInputMap') windowInputMap_Field.setAccessible(True) windowInputMap_Value = windowInputMap_Field.get(subComponent_017) #windowInputMap_Value = None #subComponent_017.getClass().getSuperclass().getDeclaredFields()[65] defaultLocale_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('defaultLocale') defaultLocale_Field.setAccessible(True) defaultLocale_Value = defaultLocale_Field.get(subComponent_017) #defaultLocale_Value = JComponent.defaultLocale #subComponent_017.getClass().getSuperclass().getDeclaredFields()[66] componentObtainingGraphicsFrom_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFrom') componentObtainingGraphicsFrom_Field.setAccessible(True) componentObtainingGraphicsFrom_Value = componentObtainingGraphicsFrom_Field.get(subComponent_017) #componentObtainingGraphicsFrom_Value = None #subComponent_017.getClass().getSuperclass().getDeclaredFields()[67] componentObtainingGraphicsFromLock_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFromLock') componentObtainingGraphicsFromLock_Field.setAccessible(True) componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFromLock_Field.get(subComponent_017) #componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFrom #subComponent_017.getClass().getSuperclass().getDeclaredFields()[68] aaHint_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('aaHint') aaHint_Field.setAccessible(True) aaHint_Value = aaHint_Field.get(subComponent_017) #aaHint_Value = LCD HRGB antialiasing text mode #subComponent_017.getClass().getSuperclass().getDeclaredFields()[69] lcdRenderingHint_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('lcdRenderingHint') lcdRenderingHint_Field.setAccessible(True) lcdRenderingHint_Value = lcdRenderingHint_Field.get(subComponent_017) #lcdRenderingHint_Value = 120 #subComponent_017.getClass().getSuperclass().getDeclaredFields()[70] focusController_Field = subComponent_017.getClass().getSuperclass().getDeclaredField('focusController') focusController_Field.setAccessible(True) focusController_Value = focusController_Field.get(subComponent_017) #focusController_Value = javax.swing.JComponent$2@565d4f8a endFunction = True def subComponent_017_Declared_Methods(): #**************Declared 'get' Methods************* subComponent_017.getAccessibleContext() ''' getAccessibleContext_Method = subComponent_017.getClass().getDeclaredMethods()[4] getAccessibleContext_Value = getAccessibleContext_Method.invoke(subComponent_017) ''' #getAccessibleContext_Value = javax.swing.JScrollPane$AccessibleJScrollPane@158126c7 subComponent_017.getUI() ''' getUI_Method = subComponent_017.getClass().getDeclaredMethods()[7] getUI_Value = getUI_Method.invoke(subComponent_017) ''' #getUI_Value = javax.swing.plaf.synth.SynthScrollPaneUI@3165ddd6 subComponent_017.getUI() ''' getUI_Method = subComponent_017.getClass().getDeclaredMethods()[8] getUI_Value = getUI_Method.invoke(subComponent_017) ''' #getUI_Value = javax.swing.plaf.synth.SynthScrollPaneUI@3165ddd6 subComponent_017.getUIClassID() ''' getUIClassID_Method = subComponent_017.getClass().getDeclaredMethods()[10] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_017) ''' #getUIClassID_Value = ScrollPaneUI subComponent_017.getViewportBorderBounds() ''' getViewportBorderBounds_Method = subComponent_017.getClass().getDeclaredMethods()[11] getViewportBorderBounds_Value = getViewportBorderBounds_Method.invoke(subComponent_017) ''' #getViewportBorderBounds_Value = java.awt.Rectangle[x=0,y=0,width=77,height=256] subComponent_017.getColumnHeader() ''' getColumnHeader_Method = subComponent_017.getClass().getDeclaredMethods()[12] getColumnHeader_Value = getColumnHeader_Method.invoke(subComponent_017) ''' #getColumnHeader_Value = None subComponent_017.getRowHeader() ''' getRowHeader_Method = subComponent_017.getClass().getDeclaredMethods()[13] getRowHeader_Value = getRowHeader_Method.invoke(subComponent_017) ''' #getRowHeader_Value = None subComponent_017.getViewportBorder() ''' getViewportBorder_Method = subComponent_017.getClass().getDeclaredMethods()[21] getViewportBorder_Value = getViewportBorder_Method.invoke(subComponent_017) ''' #getViewportBorder_Value = javax.swing.plaf.synth.SynthScrollPaneUI$ViewportBorder@2ad0[...] subComponent_017.getVerticalScrollBarPolicy() ''' getVerticalScrollBarPolicy_Method = subComponent_017.getClass().getDeclaredMethods()[30] getVerticalScrollBarPolicy_Value = getVerticalScrollBarPolicy_Method.invoke(subComponent_017) ''' #getVerticalScrollBarPolicy_Value = 20 subComponent_017.getHorizontalScrollBarPolicy() ''' getHorizontalScrollBarPolicy_Method = subComponent_017.getClass().getDeclaredMethods()[31] getHorizontalScrollBarPolicy_Value = getHorizontalScrollBarPolicy_Method.invoke(subComponent_017) ''' #getHorizontalScrollBarPolicy_Value = 31 subComponent_017.getViewport() ''' getViewport_Method = subComponent_017.getClass().getDeclaredMethods()[33] getViewport_Value = getViewport_Method.invoke(subComponent_017) ''' #getViewport_Value = javax.swing.JViewport[,0,0,77x256,layout=javax.swing.Viewpor[...] #subComponent_017.getCorner() ''' getCorner_Method = subComponent_017.getClass().getDeclaredMethods()[34] getCorner_Value = getCorner_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! subComponent_017.getHorizontalScrollBar() ''' getHorizontalScrollBar_Method = subComponent_017.getClass().getDeclaredMethods()[36] getHorizontalScrollBar_Value = getHorizontalScrollBar_Method.invoke(subComponent_017) ''' #getHorizontalScrollBar_Value = javax.swing.JScrollPane$ScrollBar[,0,0,0x0,hidden,layout=jav[...] subComponent_017.getVerticalScrollBar() ''' getVerticalScrollBar_Method = subComponent_017.getClass().getDeclaredMethods()[37] getVerticalScrollBar_Value = getVerticalScrollBar_Method.invoke(subComponent_017) ''' #getVerticalScrollBar_Value = javax.swing.JScrollPane$ScrollBar[,0,0,0x0,hidden,layout=jav[...] #***********Declared 'get' Super Methods********** #subComponent_017.getLocation() ''' getLocation_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[2] getLocation_Value = getLocation_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! #subComponent_017.getSize() ''' getSize_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[6] getSize_Value = getSize_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! subComponent_017.getInsets() ''' getInsets_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[10] getInsets_Value = getInsets_Method.invoke(subComponent_017) ''' #getInsets_Value = java.awt.Insets[top=0,left=0,bottom=0,right=0] #subComponent_017.getInsets() ''' getInsets_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[11] getInsets_Value = getInsets_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! subComponent_017.getPreferredSize() ''' getPreferredSize_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[16] getPreferredSize_Value = getPreferredSize_Method.invoke(subComponent_017) ''' #getPreferredSize_Value = java.awt.Dimension[width=4,height=0] subComponent_017.getMinimumSize() ''' getMinimumSize_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[17] getMinimumSize_Value = getMinimumSize_Method.invoke(subComponent_017) ''' #getMinimumSize_Value = java.awt.Dimension[width=17,height=5] subComponent_017.getMaximumSize() ''' getMaximumSize_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[18] getMaximumSize_Value = getMaximumSize_Method.invoke(subComponent_017) ''' #getMaximumSize_Value = java.awt.Dimension[width=32767,height=32767] subComponent_017.getAlignmentX() ''' getAlignmentX_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[19] getAlignmentX_Value = getAlignmentX_Method.invoke(subComponent_017) ''' #getAlignmentX_Value = 0.5 subComponent_017.getAlignmentY() ''' getAlignmentY_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[20] getAlignmentY_Value = getAlignmentY_Method.invoke(subComponent_017) ''' #getAlignmentY_Value = 0.5 #subComponent_017.getListeners() ''' getListeners_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[22] getListeners_Value = getListeners_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! subComponent_017.getX() ''' getX_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[29] getX_Value = getX_Method.invoke(subComponent_017) ''' #getX_Value = 0 subComponent_017.getY() ''' getY_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[30] getY_Value = getY_Method.invoke(subComponent_017) ''' #getY_Value = 0 subComponent_017.getWidth() ''' getWidth_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[31] getWidth_Value = getWidth_Method.invoke(subComponent_017) ''' #getWidth_Value = 77 subComponent_017.getHeight() ''' getHeight_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[32] getHeight_Value = getHeight_Method.invoke(subComponent_017) ''' #getHeight_Value = 256 #subComponent_017.getBaseline() ''' getBaseline_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[44] getBaseline_Value = getBaseline_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! subComponent_017.getBaselineResizeBehavior() ''' getBaselineResizeBehavior_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[45] getBaselineResizeBehavior_Value = getBaselineResizeBehavior_Method.invoke(subComponent_017) ''' #getBaselineResizeBehavior_Value = CONSTANT_ASCENT subComponent_017.getGraphics() ''' getGraphics_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[46] getGraphics_Value = getGraphics_Method.invoke(subComponent_017) ''' #getGraphics_Value = sun.java2d.SunGraphics2D[font=javax.swing.plaf.FontUIResourc[...] #subComponent_017.getFontMetrics() ''' getFontMetrics_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[47] getFontMetrics_Value = getFontMetrics_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! subComponent_017.getUI() ''' getUI_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[58] getUI_Value = getUI_Method.invoke(subComponent_017) ''' #getUI_Value = javax.swing.plaf.synth.SynthScrollPaneUI@3165ddd6 subComponent_017.getUIClassID() ''' getUIClassID_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[60] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_017) ''' #getUIClassID_Value = ScrollPaneUI #subComponent_017.getWriteObjCounter() ''' getWriteObjCounter_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[61] getWriteObjCounter_Value = getWriteObjCounter_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! #subComponent_017.getGraphicsInvoked() ''' getGraphicsInvoked_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[65] getGraphicsInvoked_Value = getGraphicsInvoked_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! #subComponent_017.getManagingFocusForwardTraversalKeys() ''' getManagingFocusForwardTraversalKeys_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[67] getManagingFocusForwardTraversalKeys_Value = getManagingFocusForwardTraversalKeys_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! #subComponent_017.getManagingFocusBackwardTraversalKeys() ''' getManagingFocusBackwardTraversalKeys_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[68] getManagingFocusBackwardTraversalKeys_Value = getManagingFocusBackwardTraversalKeys_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! #subComponent_017.getFlag() ''' getFlag_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[72] getFlag_Value = getFlag_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! subComponent_017.getInheritsPopupMenu() ''' getInheritsPopupMenu_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[74] getInheritsPopupMenu_Value = getInheritsPopupMenu_Method.invoke(subComponent_017) ''' #getInheritsPopupMenu_Value = False subComponent_017.getComponentPopupMenu() ''' getComponentPopupMenu_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[76] getComponentPopupMenu_Value = getComponentPopupMenu_Method.invoke(subComponent_017) ''' #getComponentPopupMenu_Value = None subComponent_017.getDefaultLocale() ''' getDefaultLocale_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[78] getDefaultLocale_Value = getDefaultLocale_Method.invoke(subComponent_017) ''' #getDefaultLocale_Value = en #subComponent_017.getComponentGraphics() ''' getComponentGraphics_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[81] getComponentGraphics_Value = getComponentGraphics_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! #subComponent_017.getObscuredState() ''' getObscuredState_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[88] getObscuredState_Value = getObscuredState_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! subComponent_017.getBorder() ''' getBorder_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[90] getBorder_Value = getBorder_Method.invoke(subComponent_017) ''' #getBorder_Value = None subComponent_017.getNextFocusableComponent() ''' getNextFocusableComponent_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[102] getNextFocusableComponent_Value = getNextFocusableComponent_Method.invoke(subComponent_017) ''' #getNextFocusableComponent_Value = None #subComponent_017.getClientProperty() ''' getClientProperty_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[105] getClientProperty_Value = getClientProperty_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! #subComponent_017.setVerifyInputWhenFocusTarget() ''' setVerifyInputWhenFocusTarget_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[109] setVerifyInputWhenFocusTarget_Value = setVerifyInputWhenFocusTarget_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! subComponent_017.getVerifyInputWhenFocusTarget() ''' getVerifyInputWhenFocusTarget_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[110] getVerifyInputWhenFocusTarget_Value = getVerifyInputWhenFocusTarget_Method.invoke(subComponent_017) ''' #getVerifyInputWhenFocusTarget_Value = True subComponent_017.getInputVerifier() ''' getInputVerifier_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[116] getInputVerifier_Value = getInputVerifier_Method.invoke(subComponent_017) ''' #getInputVerifier_Value = None subComponent_017.getDebugGraphicsOptions() ''' getDebugGraphicsOptions_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[118] getDebugGraphicsOptions_Value = getDebugGraphicsOptions_Method.invoke(subComponent_017) ''' #getDebugGraphicsOptions_Value = 0 subComponent_017.getInputMap() ''' getInputMap_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[121] getInputMap_Value = getInputMap_Method.invoke(subComponent_017) ''' #getInputMap_Value = javax.swing.InputMap@a95d2cc #subComponent_017.getInputMap() ''' getInputMap_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[122] getInputMap_Value = getInputMap_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! #subComponent_017.getInputMap() ''' getInputMap_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[123] getInputMap_Value = getInputMap_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! subComponent_017.getActionMap() ''' getActionMap_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[124] getActionMap_Value = getActionMap_Method.invoke(subComponent_017) ''' #getActionMap_Value = javax.swing.ActionMap@3e0d5064 #subComponent_017.getActionMap() ''' getActionMap_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[125] getActionMap_Value = getActionMap_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! subComponent_017.getRegisteredKeyStrokes() ''' getRegisteredKeyStrokes_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[132] getRegisteredKeyStrokes_Value = getRegisteredKeyStrokes_Method.invoke(subComponent_017) ''' #getRegisteredKeyStrokes_Value = array(javax.swing.KeyStroke, [ctrl pressed PAGE_DOWN, presse[...] #subComponent_017.getConditionForKeyStroke() ''' getConditionForKeyStroke_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[133] getConditionForKeyStroke_Value = getConditionForKeyStroke_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! #subComponent_017.getActionForKeyStroke() ''' getActionForKeyStroke_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[134] getActionForKeyStroke_Value = getActionForKeyStroke_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! #subComponent_017.getToolTipText() ''' getToolTipText_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[145] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! subComponent_017.getToolTipText() ''' getToolTipText_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[146] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_017) ''' #getToolTipText_Value = None #subComponent_017.getToolTipLocation() ''' getToolTipLocation_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[147] getToolTipLocation_Value = getToolTipLocation_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! #subComponent_017.getPopupLocation() ''' getPopupLocation_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[148] getPopupLocation_Value = getPopupLocation_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! subComponent_017.getAutoscrolls() ''' getAutoscrolls_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[152] getAutoscrolls_Value = getAutoscrolls_Method.invoke(subComponent_017) ''' #getAutoscrolls_Value = False subComponent_017.getTransferHandler() ''' getTransferHandler_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[154] getTransferHandler_Value = getTransferHandler_Method.invoke(subComponent_017) ''' #getTransferHandler_Value = None #subComponent_017.getCreatedDoubleBuffer() ''' getCreatedDoubleBuffer_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[160] getCreatedDoubleBuffer_Value = getCreatedDoubleBuffer_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! #subComponent_017.getClientProperties() ''' getClientProperties_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[161] getClientProperties_Value = getClientProperties_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! subComponent_017.getVisibleRect() ''' getVisibleRect_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[165] getVisibleRect_Value = getVisibleRect_Method.invoke(subComponent_017) ''' #getVisibleRect_Value = java.awt.Rectangle[x=0,y=0,width=77,height=256] subComponent_017.getVetoableChangeListeners() ''' getVetoableChangeListeners_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[169] getVetoableChangeListeners_Value = getVetoableChangeListeners_Method.invoke(subComponent_017) ''' #getVetoableChangeListeners_Value = array(java.beans.VetoableChangeListener) subComponent_017.getTopLevelAncestor() ''' getTopLevelAncestor_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[170] getTopLevelAncestor_Value = getTopLevelAncestor_Method.invoke(subComponent_017) ''' #getTopLevelAncestor_Value = com.inductiveautomation.ignition.designer.IgnitionDesigner[f[...] #subComponent_017.getAncestorNotifier() ''' getAncestorNotifier_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[171] getAncestorNotifier_Value = getAncestorNotifier_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! subComponent_017.getAncestorListeners() ''' getAncestorListeners_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[174] getAncestorListeners_Value = getAncestorListeners_Method.invoke(subComponent_017) ''' #getAncestorListeners_Value = array(javax.swing.event.AncestorListener) #subComponent_017.getBounds() ''' getBounds_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[188] getBounds_Value = getBounds_Method.invoke(subComponent_017) ''' #Threw Exception: No value could be obtained! subComponent_017.getRootPane() ''' getRootPane_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[192] getRootPane_Value = getRootPane_Method.invoke(subComponent_017) ''' #getRootPane_Value = javax.swing.JRootPane[,0,0,1295x960,invalid,layout=javax.swi[...] #**************Declared 'set' Methods************* subComponent_017.setLayout() ''' setLayout_Method = subComponent_017.getClass().getDeclaredMethods()[2] setLayout_Value = setLayout_Method.invoke(subComponent_017) ''' subComponent_017.setComponentOrientation() ''' setComponentOrientation_Method = subComponent_017.getClass().getDeclaredMethods()[5] setComponentOrientation_Value = setComponentOrientation_Method.invoke(subComponent_017) ''' subComponent_017.setUI() ''' setUI_Method = subComponent_017.getClass().getDeclaredMethods()[9] setUI_Value = setUI_Method.invoke(subComponent_017) ''' subComponent_017.setRowHeader() ''' setRowHeader_Method = subComponent_017.getClass().getDeclaredMethods()[14] setRowHeader_Value = setRowHeader_Method.invoke(subComponent_017) ''' subComponent_017.setRowHeaderView() ''' setRowHeaderView_Method = subComponent_017.getClass().getDeclaredMethods()[15] setRowHeaderView_Value = setRowHeaderView_Method.invoke(subComponent_017) ''' subComponent_017.setColumnHeader() ''' setColumnHeader_Method = subComponent_017.getClass().getDeclaredMethods()[16] setColumnHeader_Value = setColumnHeader_Method.invoke(subComponent_017) ''' subComponent_017.setWheelScrollingEnabled() ''' setWheelScrollingEnabled_Method = subComponent_017.getClass().getDeclaredMethods()[18] setWheelScrollingEnabled_Value = setWheelScrollingEnabled_Method.invoke(subComponent_017) ''' subComponent_017.setColumnHeaderView() ''' setColumnHeaderView_Method = subComponent_017.getClass().getDeclaredMethods()[19] setColumnHeaderView_Value = setColumnHeaderView_Method.invoke(subComponent_017) ''' subComponent_017.setHorizontalScrollBar() ''' setHorizontalScrollBar_Method = subComponent_017.getClass().getDeclaredMethods()[20] setHorizontalScrollBar_Value = setHorizontalScrollBar_Method.invoke(subComponent_017) ''' subComponent_017.setVerticalScrollBarPolicy() ''' setVerticalScrollBarPolicy_Method = subComponent_017.getClass().getDeclaredMethods()[22] setVerticalScrollBarPolicy_Value = setVerticalScrollBarPolicy_Method.invoke(subComponent_017) ''' subComponent_017.setHorizontalScrollBarPolicy() ''' setHorizontalScrollBarPolicy_Method = subComponent_017.getClass().getDeclaredMethods()[23] setHorizontalScrollBarPolicy_Value = setHorizontalScrollBarPolicy_Method.invoke(subComponent_017) ''' subComponent_017.setViewport() ''' setViewport_Method = subComponent_017.getClass().getDeclaredMethods()[25] setViewport_Value = setViewport_Method.invoke(subComponent_017) ''' subComponent_017.setVerticalScrollBar() ''' setVerticalScrollBar_Method = subComponent_017.getClass().getDeclaredMethods()[27] setVerticalScrollBar_Value = setVerticalScrollBar_Method.invoke(subComponent_017) ''' subComponent_017.setViewportView() ''' setViewportView_Method = subComponent_017.getClass().getDeclaredMethods()[29] setViewportView_Value = setViewportView_Method.invoke(subComponent_017) ''' subComponent_017.setViewportBorder() ''' setViewportBorder_Method = subComponent_017.getClass().getDeclaredMethods()[32] setViewportBorder_Value = setViewportBorder_Method.invoke(subComponent_017) ''' subComponent_017.setCorner() ''' setCorner_Method = subComponent_017.getClass().getDeclaredMethods()[35] setCorner_Value = setCorner_Method.invoke(subComponent_017) ''' #***********Declared 'set' Super Methods********** subComponent_017.setOpaque() ''' setOpaque_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[7] setOpaque_Value = setOpaque_Method.invoke(subComponent_017) ''' subComponent_017.setFont() ''' setFont_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[15] setFont_Value = setFont_Method.invoke(subComponent_017) ''' subComponent_017.setFocusTraversalKeys() ''' setFocusTraversalKeys_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[23] setFocusTraversalKeys_Value = setFocusTraversalKeys_Method.invoke(subComponent_017) ''' subComponent_017.setEnabled() ''' setEnabled_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[33] setEnabled_Value = setEnabled_Method.invoke(subComponent_017) ''' subComponent_017.setForeground() ''' setForeground_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[38] setForeground_Value = setForeground_Method.invoke(subComponent_017) ''' subComponent_017.setBackground() ''' setBackground_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[39] setBackground_Value = setBackground_Method.invoke(subComponent_017) ''' subComponent_017.setPreferredSize() ''' setPreferredSize_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[41] setPreferredSize_Value = setPreferredSize_Method.invoke(subComponent_017) ''' subComponent_017.setMinimumSize() ''' setMinimumSize_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[42] setMinimumSize_Value = setMinimumSize_Method.invoke(subComponent_017) ''' subComponent_017.setMaximumSize() ''' setMaximumSize_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[43] setMaximumSize_Value = setMaximumSize_Method.invoke(subComponent_017) ''' subComponent_017.setDoubleBuffered() ''' setDoubleBuffered_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[55] setDoubleBuffered_Value = setDoubleBuffered_Method.invoke(subComponent_017) ''' subComponent_017.setUIProperty() ''' setUIProperty_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[56] setUIProperty_Value = setUIProperty_Method.invoke(subComponent_017) ''' subComponent_017.setUI() ''' setUI_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[59] setUI_Value = setUI_Method.invoke(subComponent_017) ''' subComponent_017.setWriteObjCounter() ''' setWriteObjCounter_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[62] setWriteObjCounter_Value = setWriteObjCounter_Method.invoke(subComponent_017) ''' subComponent_017.setInheritsPopupMenu() ''' setInheritsPopupMenu_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[71] setInheritsPopupMenu_Value = setInheritsPopupMenu_Method.invoke(subComponent_017) ''' subComponent_017.setFlag() ''' setFlag_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[73] setFlag_Value = setFlag_Method.invoke(subComponent_017) ''' subComponent_017.setComponentPopupMenu() ''' setComponentPopupMenu_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[75] setComponentPopupMenu_Value = setComponentPopupMenu_Method.invoke(subComponent_017) ''' subComponent_017.setNextFocusableComponent() ''' setNextFocusableComponent_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[103] setNextFocusableComponent_Value = setNextFocusableComponent_Method.invoke(subComponent_017) ''' subComponent_017.setRequestFocusEnabled() ''' setRequestFocusEnabled_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[106] setRequestFocusEnabled_Value = setRequestFocusEnabled_Method.invoke(subComponent_017) ''' subComponent_017.setBorder() ''' setBorder_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[111] setBorder_Value = setBorder_Method.invoke(subComponent_017) ''' subComponent_017.setAlignmentY() ''' setAlignmentY_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[112] setAlignmentY_Value = setAlignmentY_Method.invoke(subComponent_017) ''' subComponent_017.setAlignmentX() ''' setAlignmentX_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[114] setAlignmentX_Value = setAlignmentX_Method.invoke(subComponent_017) ''' subComponent_017.setInputVerifier() ''' setInputVerifier_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[115] setInputVerifier_Value = setInputVerifier_Method.invoke(subComponent_017) ''' subComponent_017.setDebugGraphicsOptions() ''' setDebugGraphicsOptions_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[117] setDebugGraphicsOptions_Value = setDebugGraphicsOptions_Method.invoke(subComponent_017) ''' subComponent_017.resetKeyboardActions() ''' resetKeyboardActions_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[135] resetKeyboardActions_Value = resetKeyboardActions_Method.invoke(subComponent_017) ''' subComponent_017.setInputMap() ''' setInputMap_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[136] setInputMap_Value = setInputMap_Method.invoke(subComponent_017) ''' subComponent_017.setActionMap() ''' setActionMap_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[137] setActionMap_Value = setActionMap_Method.invoke(subComponent_017) ''' subComponent_017.setDefaultLocale() ''' setDefaultLocale_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[139] setDefaultLocale_Value = setDefaultLocale_Method.invoke(subComponent_017) ''' subComponent_017.setToolTipText() ''' setToolTipText_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[144] setToolTipText_Value = setToolTipText_Method.invoke(subComponent_017) ''' subComponent_017.setAutoscrolls() ''' setAutoscrolls_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[151] setAutoscrolls_Value = setAutoscrolls_Method.invoke(subComponent_017) ''' subComponent_017.setTransferHandler() ''' setTransferHandler_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[153] setTransferHandler_Value = setTransferHandler_Method.invoke(subComponent_017) ''' subComponent_017.setDropLocation() ''' setDropLocation_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[156] setDropLocation_Value = setDropLocation_Method.invoke(subComponent_017) ''' subComponent_017.setCreatedDoubleBuffer() ''' setCreatedDoubleBuffer_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[159] setCreatedDoubleBuffer_Value = setCreatedDoubleBuffer_Method.invoke(subComponent_017) ''' subComponent_017.setPaintingChild() ''' setPaintingChild_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[181] setPaintingChild_Value = setPaintingChild_Method.invoke(subComponent_017) ''' subComponent_017.setVisible() ''' setVisible_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[187] setVisible_Value = setVisible_Method.invoke(subComponent_017) ''' #************All Other Declared Methods*********** subComponent_017.writeObject() ''' writeObject_Method = subComponent_017.getClass().getDeclaredMethods()[0] writeObject_Value = writeObject_Method.invoke(subComponent_017) ''' subComponent_017.paramString() ''' paramString_Method = subComponent_017.getClass().getDeclaredMethods()[1] paramString_Value = paramString_Method.invoke(subComponent_017) ''' subComponent_017.isValidateRoot() ''' isValidateRoot_Method = subComponent_017.getClass().getDeclaredMethods()[3] isValidateRoot_Value = isValidateRoot_Method.invoke(subComponent_017) ''' subComponent_017.updateUI() ''' updateUI_Method = subComponent_017.getClass().getDeclaredMethods()[6] updateUI_Value = updateUI_Method.invoke(subComponent_017) ''' subComponent_017.isWheelScrollingEnabled() ''' isWheelScrollingEnabled_Method = subComponent_017.getClass().getDeclaredMethods()[17] isWheelScrollingEnabled_Value = isWheelScrollingEnabled_Method.invoke(subComponent_017) ''' subComponent_017.createViewport() ''' createViewport_Method = subComponent_017.getClass().getDeclaredMethods()[24] createViewport_Value = createViewport_Method.invoke(subComponent_017) ''' subComponent_017.createVerticalScrollBar() ''' createVerticalScrollBar_Method = subComponent_017.getClass().getDeclaredMethods()[26] createVerticalScrollBar_Value = createVerticalScrollBar_Method.invoke(subComponent_017) ''' subComponent_017.createHorizontalScrollBar() ''' createHorizontalScrollBar_Method = subComponent_017.getClass().getDeclaredMethods()[28] createHorizontalScrollBar_Value = createHorizontalScrollBar_Method.invoke(subComponent_017) ''' #*********All Other Declared Super Methods******** subComponent_017.update() ''' update_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[0] update_Value = update_Method.invoke(subComponent_017) ''' subComponent_017.contains() ''' contains_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[1] contains_Value = contains_Method.invoke(subComponent_017) ''' subComponent_017.readObject() ''' readObject_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[3] readObject_Value = readObject_Method.invoke(subComponent_017) ''' subComponent_017.writeObject() ''' writeObject_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[4] writeObject_Value = writeObject_Method.invoke(subComponent_017) ''' subComponent_017.print() ''' print_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[5] print_Value = print_Method.invoke(subComponent_017) ''' subComponent_017.paramString() ''' paramString_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[8] paramString_Value = paramString_Method.invoke(subComponent_017) ''' subComponent_017.isOpaque() ''' isOpaque_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[9] isOpaque_Value = isOpaque_Method.invoke(subComponent_017) ''' subComponent_017.removeNotify() ''' removeNotify_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[12] removeNotify_Value = removeNotify_Method.invoke(subComponent_017) ''' subComponent_017.addNotify() ''' addNotify_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[13] addNotify_Value = addNotify_Method.invoke(subComponent_017) ''' subComponent_017.isValidateRoot() ''' isValidateRoot_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[14] isValidateRoot_Value = isValidateRoot_Method.invoke(subComponent_017) ''' subComponent_017.paint() ''' paint_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[21] paint_Value = paint_Method.invoke(subComponent_017) ''' subComponent_017.firePropertyChange() ''' firePropertyChange_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[24] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_017) ''' subComponent_017.firePropertyChange() ''' firePropertyChange_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[25] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_017) ''' subComponent_017.firePropertyChange() ''' firePropertyChange_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[26] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_017) ''' subComponent_017.requestFocus() ''' requestFocus_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[27] requestFocus_Value = requestFocus_Method.invoke(subComponent_017) ''' subComponent_017.requestFocus() ''' requestFocus_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[28] requestFocus_Value = requestFocus_Method.invoke(subComponent_017) ''' subComponent_017.enable() ''' enable_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[34] enable_Value = enable_Method.invoke(subComponent_017) ''' subComponent_017.disable() ''' disable_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[35] disable_Value = disable_Method.invoke(subComponent_017) ''' subComponent_017.isDoubleBuffered() ''' isDoubleBuffered_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[36] isDoubleBuffered_Value = isDoubleBuffered_Method.invoke(subComponent_017) ''' subComponent_017.hide() ''' hide_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[37] hide_Value = hide_Method.invoke(subComponent_017) ''' subComponent_017.reshape() ''' reshape_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[40] reshape_Value = reshape_Method.invoke(subComponent_017) ''' subComponent_017.printAll() ''' printAll_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[48] printAll_Value = printAll_Method.invoke(subComponent_017) ''' subComponent_017.processKeyEvent() ''' processKeyEvent_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[49] processKeyEvent_Value = processKeyEvent_Method.invoke(subComponent_017) ''' subComponent_017.processMouseEvent() ''' processMouseEvent_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[50] processMouseEvent_Value = processMouseEvent_Method.invoke(subComponent_017) ''' subComponent_017.processMouseMotionEvent() ''' processMouseMotionEvent_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[51] processMouseMotionEvent_Value = processMouseMotionEvent_Method.invoke(subComponent_017) ''' subComponent_017.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[52] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_017) ''' subComponent_017.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[53] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_017) ''' subComponent_017.compWriteObjectNotify() ''' compWriteObjectNotify_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[54] compWriteObjectNotify_Value = compWriteObjectNotify_Method.invoke(subComponent_017) ''' subComponent_017.updateUI() ''' updateUI_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[57] updateUI_Value = updateUI_Method.invoke(subComponent_017) ''' subComponent_017.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[63] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_017) ''' subComponent_017.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[64] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_017) ''' subComponent_017.isComponentObtainingGraphicsFrom() ''' isComponentObtainingGraphicsFrom_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[66] isComponentObtainingGraphicsFrom_Value = isComponentObtainingGraphicsFrom_Method.invoke(subComponent_017) ''' subComponent_017.fetchRectangle() ''' fetchRectangle_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[69] fetchRectangle_Value = fetchRectangle_Method.invoke(subComponent_017) ''' subComponent_017.recycleRectangle() ''' recycleRectangle_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[70] recycleRectangle_Value = recycleRectangle_Method.invoke(subComponent_017) ''' subComponent_017.isManagingFocus() ''' isManagingFocus_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[77] isManagingFocus_Value = isManagingFocus_Method.invoke(subComponent_017) ''' subComponent_017.uninstallUIAndProperties() ''' uninstallUIAndProperties_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[79] uninstallUIAndProperties_Value = uninstallUIAndProperties_Method.invoke(subComponent_017) ''' subComponent_017.putClientProperty() ''' putClientProperty_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[80] putClientProperty_Value = putClientProperty_Method.invoke(subComponent_017) ''' subComponent_017.shouldDebugGraphics() ''' shouldDebugGraphics_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[82] shouldDebugGraphics_Value = shouldDebugGraphics_Method.invoke(subComponent_017) ''' subComponent_017.paintComponent() ''' paintComponent_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[83] paintComponent_Value = paintComponent_Method.invoke(subComponent_017) ''' subComponent_017.paintChildren() ''' paintChildren_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[84] paintChildren_Value = paintChildren_Method.invoke(subComponent_017) ''' subComponent_017.isOptimizedDrawingEnabled() ''' isOptimizedDrawingEnabled_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[85] isOptimizedDrawingEnabled_Value = isOptimizedDrawingEnabled_Method.invoke(subComponent_017) ''' subComponent_017.checkIfChildObscuredBySibling() ''' checkIfChildObscuredBySibling_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[86] checkIfChildObscuredBySibling_Value = checkIfChildObscuredBySibling_Method.invoke(subComponent_017) ''' subComponent_017.isLightweightComponent() ''' isLightweightComponent_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[87] isLightweightComponent_Value = isLightweightComponent_Method.invoke(subComponent_017) ''' subComponent_017.paintBorder() ''' paintBorder_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[89] paintBorder_Value = paintBorder_Method.invoke(subComponent_017) ''' subComponent_017.adjustPaintFlags() ''' adjustPaintFlags_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[91] adjustPaintFlags_Value = adjustPaintFlags_Method.invoke(subComponent_017) ''' subComponent_017.isPainting() ''' isPainting_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[92] isPainting_Value = isPainting_Method.invoke(subComponent_017) ''' subComponent_017.rectangleIsObscured() ''' rectangleIsObscured_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[93] rectangleIsObscured_Value = rectangleIsObscured_Method.invoke(subComponent_017) ''' subComponent_017.printComponent() ''' printComponent_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[94] printComponent_Value = printComponent_Method.invoke(subComponent_017) ''' subComponent_017.printBorder() ''' printBorder_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[95] printBorder_Value = printBorder_Method.invoke(subComponent_017) ''' subComponent_017.printChildren() ''' printChildren_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[96] printChildren_Value = printChildren_Method.invoke(subComponent_017) ''' subComponent_017.paintForceDoubleBuffered() ''' paintForceDoubleBuffered_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[97] paintForceDoubleBuffered_Value = paintForceDoubleBuffered_Method.invoke(subComponent_017) ''' subComponent_017.isPaintingTile() ''' isPaintingTile_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[98] isPaintingTile_Value = isPaintingTile_Method.invoke(subComponent_017) ''' subComponent_017.isPaintingForPrint() ''' isPaintingForPrint_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[99] isPaintingForPrint_Value = isPaintingForPrint_Method.invoke(subComponent_017) ''' subComponent_017.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[100] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_017) ''' subComponent_017.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[101] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_017) ''' subComponent_017.deregisterNextFocusableComponent() ''' deregisterNextFocusableComponent_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[104] deregisterNextFocusableComponent_Value = deregisterNextFocusableComponent_Method.invoke(subComponent_017) ''' subComponent_017.isRequestFocusEnabled() ''' isRequestFocusEnabled_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[107] isRequestFocusEnabled_Value = isRequestFocusEnabled_Method.invoke(subComponent_017) ''' subComponent_017.grabFocus() ''' grabFocus_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[108] grabFocus_Value = grabFocus_Method.invoke(subComponent_017) ''' subComponent_017.validateAlignment() ''' validateAlignment_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[113] validateAlignment_Value = validateAlignment_Method.invoke(subComponent_017) ''' subComponent_017.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[119] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_017) ''' subComponent_017.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[120] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_017) ''' subComponent_017.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[126] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_017) ''' subComponent_017.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[127] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_017) ''' subComponent_017.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[128] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_017) ''' subComponent_017.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[129] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_017) ''' subComponent_017.componentInputMapChanged() ''' componentInputMapChanged_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[130] componentInputMapChanged_Value = componentInputMapChanged_Method.invoke(subComponent_017) ''' subComponent_017.unregisterKeyboardAction() ''' unregisterKeyboardAction_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[131] unregisterKeyboardAction_Value = unregisterKeyboardAction_Method.invoke(subComponent_017) ''' subComponent_017.requestDefaultFocus() ''' requestDefaultFocus_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[138] requestDefaultFocus_Value = requestDefaultFocus_Method.invoke(subComponent_017) ''' subComponent_017.processComponentKeyEvent() ''' processComponentKeyEvent_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[140] processComponentKeyEvent_Value = processComponentKeyEvent_Method.invoke(subComponent_017) ''' subComponent_017.processKeyBindings() ''' processKeyBindings_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[141] processKeyBindings_Value = processKeyBindings_Method.invoke(subComponent_017) ''' subComponent_017.processKeyBinding() ''' processKeyBinding_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[142] processKeyBinding_Value = processKeyBinding_Method.invoke(subComponent_017) ''' subComponent_017.processKeyBindingsForAllComponents() ''' processKeyBindingsForAllComponents_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[143] processKeyBindingsForAllComponents_Value = processKeyBindingsForAllComponents_Method.invoke(subComponent_017) ''' subComponent_017.createToolTip() ''' createToolTip_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[149] createToolTip_Value = createToolTip_Method.invoke(subComponent_017) ''' subComponent_017.scrollRectToVisible() ''' scrollRectToVisible_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[150] scrollRectToVisible_Value = scrollRectToVisible_Method.invoke(subComponent_017) ''' subComponent_017.dropLocationForPoint() ''' dropLocationForPoint_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[155] dropLocationForPoint_Value = dropLocationForPoint_Method.invoke(subComponent_017) ''' subComponent_017.dndDone() ''' dndDone_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[157] dndDone_Value = dndDone_Method.invoke(subComponent_017) ''' subComponent_017.superProcessMouseMotionEvent() ''' superProcessMouseMotionEvent_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[158] superProcessMouseMotionEvent_Value = superProcessMouseMotionEvent_Method.invoke(subComponent_017) ''' subComponent_017.clientPropertyChanged() ''' clientPropertyChanged_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[162] clientPropertyChanged_Value = clientPropertyChanged_Method.invoke(subComponent_017) ''' subComponent_017.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[163] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_017) ''' subComponent_017.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[164] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_017) ''' subComponent_017.fireVetoableChange() ''' fireVetoableChange_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[166] fireVetoableChange_Value = fireVetoableChange_Method.invoke(subComponent_017) ''' subComponent_017.addVetoableChangeListener() ''' addVetoableChangeListener_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[167] addVetoableChangeListener_Value = addVetoableChangeListener_Method.invoke(subComponent_017) ''' subComponent_017.removeVetoableChangeListener() ''' removeVetoableChangeListener_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[168] removeVetoableChangeListener_Value = removeVetoableChangeListener_Method.invoke(subComponent_017) ''' subComponent_017.addAncestorListener() ''' addAncestorListener_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[172] addAncestorListener_Value = addAncestorListener_Method.invoke(subComponent_017) ''' subComponent_017.removeAncestorListener() ''' removeAncestorListener_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[173] removeAncestorListener_Value = removeAncestorListener_Method.invoke(subComponent_017) ''' #subComponent_017.lambda$revalidate$0() ''' lambdarevalidate0_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[175] lambdarevalidate0_Value = lambdarevalidate0_Method.invoke(#subComponent_017) ''' subComponent_017.isPaintingOrigin() ''' isPaintingOrigin_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[176] isPaintingOrigin_Value = isPaintingOrigin_Method.invoke(subComponent_017) ''' subComponent_017.paintImmediately() ''' paintImmediately_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[177] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_017) ''' subComponent_017.paintImmediately() ''' paintImmediately_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[178] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_017) ''' subComponent_017._paintImmediately() ''' _paintImmediately_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[179] _paintImmediately_Value = _paintImmediately_Method.invoke(subComponent_017) ''' subComponent_017.alwaysOnTop() ''' alwaysOnTop_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[180] alwaysOnTop_Value = alwaysOnTop_Method.invoke(subComponent_017) ''' subComponent_017.paintToOffscreen() ''' paintToOffscreen_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[182] paintToOffscreen_Value = paintToOffscreen_Method.invoke(subComponent_017) ''' #subComponent_017.access$000() ''' access000_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[183] access000_Value = access000_Method.invoke(#subComponent_017) ''' #subComponent_017.access$100() ''' access100_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[184] access100_Value = access100_Method.invoke(#subComponent_017) ''' #subComponent_017.access$200() ''' access200_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[185] access200_Value = access200_Method.invoke(#subComponent_017) ''' #subComponent_017.access$300() ''' access300_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[186] access300_Value = access300_Method.invoke(#subComponent_017) ''' subComponent_017.repaint() ''' repaint_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[189] repaint_Value = repaint_Method.invoke(subComponent_017) ''' subComponent_017.repaint() ''' repaint_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[190] repaint_Value = repaint_Method.invoke(subComponent_017) ''' subComponent_017.revalidate() ''' revalidate_Method = subComponent_017.getClass().getSuperclass().getDeclaredMethods()[191] revalidate_Value = revalidate_Method.invoke(subComponent_017) ''' endFunction = True #========================================================== #========================================================== subComponent_018 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(0).getComponent(0) def subComponent_018(): # def subComponent_018_Declared_Fields(): #*****************Declared Fields***************** subComponent_018.BLIT_SCROLL_MODE #subComponent_018.BLIT_SCROLL_MODE = 1 subComponent_018.BACKINGSTORE_SCROLL_MODE #subComponent_018.BACKINGSTORE_SCROLL_MODE = 2 subComponent_018.SIMPLE_SCROLL_MODE #subComponent_018.SIMPLE_SCROLL_MODE = 0 subComponent_018.scrollMode #subComponent_018.scrollMode = 1 #NOTE: The following fields can only be accessed through reflection #subComponent_018.getClass().getDeclaredFields()[0] uiClassID_Field = subComponent_018.getClass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_018) #uiClassID_Value = ViewportUI #subComponent_018.getClass().getDeclaredFields()[1] EnableWindowBlit_Field = subComponent_018.getClass().getDeclaredField('EnableWindowBlit') EnableWindowBlit_Field.setAccessible(True) EnableWindowBlit_Value = EnableWindowBlit_Field.get(subComponent_018) #EnableWindowBlit_Value = EnableWindowBlit #subComponent_018.getClass().getDeclaredFields()[2] isViewSizeSet_Field = subComponent_018.getClass().getDeclaredField('isViewSizeSet') isViewSizeSet_Field.setAccessible(True) isViewSizeSet_Value = isViewSizeSet_Field.get(subComponent_018) #isViewSizeSet_Value = True #subComponent_018.getClass().getDeclaredFields()[3] lastPaintPosition_Field = subComponent_018.getClass().getDeclaredField('lastPaintPosition') lastPaintPosition_Field.setAccessible(True) lastPaintPosition_Value = lastPaintPosition_Field.get(subComponent_018) #lastPaintPosition_Value = java.awt.Point[x=0,y=0] #subComponent_018.getClass().getDeclaredFields()[4] backingStore_Field = subComponent_018.getClass().getDeclaredField('backingStore') backingStore_Field.setAccessible(True) backingStore_Value = backingStore_Field.get(subComponent_018) #backingStore_Value = False #subComponent_018.getClass().getDeclaredFields()[5] backingStoreImage_Field = subComponent_018.getClass().getDeclaredField('backingStoreImage') backingStoreImage_Field.setAccessible(True) backingStoreImage_Value = backingStoreImage_Field.get(subComponent_018) #backingStoreImage_Value = None #subComponent_018.getClass().getDeclaredFields()[6] scrollUnderway_Field = subComponent_018.getClass().getDeclaredField('scrollUnderway') scrollUnderway_Field.setAccessible(True) scrollUnderway_Value = scrollUnderway_Field.get(subComponent_018) #scrollUnderway_Value = False #subComponent_018.getClass().getDeclaredFields()[7] viewListener_Field = subComponent_018.getClass().getDeclaredField('viewListener') viewListener_Field.setAccessible(True) viewListener_Value = viewListener_Field.get(subComponent_018) #viewListener_Value = javax.swing.JViewport$ViewListener@205d13b8 #subComponent_018.getClass().getDeclaredFields()[8] changeEvent_Field = subComponent_018.getClass().getDeclaredField('changeEvent') changeEvent_Field.setAccessible(True) changeEvent_Value = changeEvent_Field.get(subComponent_018) #changeEvent_Value = javax.swing.event.ChangeEvent[source=javax.swing.JViewport[,[...] #subComponent_018.getClass().getDeclaredFields()[13] repaintAll_Field = subComponent_018.getClass().getDeclaredField('repaintAll') repaintAll_Field.setAccessible(True) repaintAll_Value = repaintAll_Field.get(subComponent_018) #repaintAll_Value = False #subComponent_018.getClass().getDeclaredFields()[14] waitingForRepaint_Field = subComponent_018.getClass().getDeclaredField('waitingForRepaint') waitingForRepaint_Field.setAccessible(True) waitingForRepaint_Value = waitingForRepaint_Field.get(subComponent_018) #waitingForRepaint_Value = False #subComponent_018.getClass().getDeclaredFields()[15] repaintTimer_Field = subComponent_018.getClass().getDeclaredField('repaintTimer') repaintTimer_Field.setAccessible(True) repaintTimer_Value = repaintTimer_Field.get(subComponent_018) #repaintTimer_Value = None #subComponent_018.getClass().getDeclaredFields()[16] inBlitPaint_Field = subComponent_018.getClass().getDeclaredField('inBlitPaint') inBlitPaint_Field.setAccessible(True) inBlitPaint_Value = inBlitPaint_Field.get(subComponent_018) #inBlitPaint_Value = False #subComponent_018.getClass().getDeclaredFields()[17] hasHadValidView_Field = subComponent_018.getClass().getDeclaredField('hasHadValidView') hasHadValidView_Field.setAccessible(True) hasHadValidView_Value = hasHadValidView_Field.get(subComponent_018) #hasHadValidView_Value = True #subComponent_018.getClass().getDeclaredFields()[18] viewChanged_Field = subComponent_018.getClass().getDeclaredField('viewChanged') viewChanged_Field.setAccessible(True) viewChanged_Value = viewChanged_Field.get(subComponent_018) #viewChanged_Value = False #**************Declared Super Fields************** subComponent_018.alignmentX #subComponent_018.alignmentX = 0.0 subComponent_018.alignmentY #subComponent_018.alignmentY = 0.0 subComponent_018.autoscrolls #subComponent_018.autoscrolls = False subComponent_018.border #subComponent_018.border = None subComponent_018.inputVerifier #subComponent_018.inputVerifier = None subComponent_018.verifyInputWhenFocusTarget #subComponent_018.verifyInputWhenFocusTarget = True subComponent_018.WHEN_FOCUSED #subComponent_018.WHEN_FOCUSED = 0 subComponent_018.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT #subComponent_018.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT = 1 subComponent_018.WHEN_IN_FOCUSED_WINDOW #subComponent_018.WHEN_IN_FOCUSED_WINDOW = 2 subComponent_018.UNDEFINED_CONDITION #subComponent_018.UNDEFINED_CONDITION = -1 subComponent_018.TOOL_TIP_TEXT_KEY #subComponent_018.TOOL_TIP_TEXT_KEY = ToolTipText subComponent_018.actionMap #subComponent_018.actionMap = None #NOTE: The following fields can only be accessed through reflection #subComponent_018.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_018) #uiClassID_Value = ComponentUI #subComponent_018.getClass().getSuperclass().getDeclaredFields()[1] readObjectCallbacks_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('readObjectCallbacks') readObjectCallbacks_Field.setAccessible(True) readObjectCallbacks_Value = readObjectCallbacks_Field.get(subComponent_018) #readObjectCallbacks_Value = {} #subComponent_018.getClass().getSuperclass().getDeclaredFields()[2] managingFocusForwardTraversalKeys_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('managingFocusForwardTraversalKeys') managingFocusForwardTraversalKeys_Field.setAccessible(True) managingFocusForwardTraversalKeys_Value = managingFocusForwardTraversalKeys_Field.get(subComponent_018) #managingFocusForwardTraversalKeys_Value = [ctrl pressed TAB] #subComponent_018.getClass().getSuperclass().getDeclaredFields()[3] managingFocusBackwardTraversalKeys_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('managingFocusBackwardTraversalKeys') managingFocusBackwardTraversalKeys_Field.setAccessible(True) managingFocusBackwardTraversalKeys_Value = managingFocusBackwardTraversalKeys_Field.get(subComponent_018) #managingFocusBackwardTraversalKeys_Value = [shift ctrl pressed TAB] #subComponent_018.getClass().getSuperclass().getDeclaredFields()[4] NOT_OBSCURED_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('NOT_OBSCURED') NOT_OBSCURED_Field.setAccessible(True) NOT_OBSCURED_Value = NOT_OBSCURED_Field.get(subComponent_018) #NOT_OBSCURED_Value = 0 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[5] PARTIALLY_OBSCURED_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('PARTIALLY_OBSCURED') PARTIALLY_OBSCURED_Field.setAccessible(True) PARTIALLY_OBSCURED_Value = PARTIALLY_OBSCURED_Field.get(subComponent_018) #PARTIALLY_OBSCURED_Value = 1 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[6] COMPLETELY_OBSCURED_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('COMPLETELY_OBSCURED') COMPLETELY_OBSCURED_Field.setAccessible(True) COMPLETELY_OBSCURED_Value = COMPLETELY_OBSCURED_Field.get(subComponent_018) #COMPLETELY_OBSCURED_Value = 2 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[7] DEBUG_GRAPHICS_LOADED_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('DEBUG_GRAPHICS_LOADED') DEBUG_GRAPHICS_LOADED_Field.setAccessible(True) DEBUG_GRAPHICS_LOADED_Value = DEBUG_GRAPHICS_LOADED_Field.get(subComponent_018) #DEBUG_GRAPHICS_LOADED_Value = True #subComponent_018.getClass().getSuperclass().getDeclaredFields()[8] INPUT_VERIFIER_SOURCE_KEY_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('INPUT_VERIFIER_SOURCE_KEY') INPUT_VERIFIER_SOURCE_KEY_Field.setAccessible(True) INPUT_VERIFIER_SOURCE_KEY_Value = INPUT_VERIFIER_SOURCE_KEY_Field.get(subComponent_018) #INPUT_VERIFIER_SOURCE_KEY_Value = InputVerifierSourceKey #subComponent_018.getClass().getSuperclass().getDeclaredFields()[9] isAlignmentXSet_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('isAlignmentXSet') isAlignmentXSet_Field.setAccessible(True) isAlignmentXSet_Value = isAlignmentXSet_Field.get(subComponent_018) #isAlignmentXSet_Value = False #subComponent_018.getClass().getSuperclass().getDeclaredFields()[11] isAlignmentYSet_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('isAlignmentYSet') isAlignmentYSet_Field.setAccessible(True) isAlignmentYSet_Value = isAlignmentYSet_Field.get(subComponent_018) #isAlignmentYSet_Value = False #subComponent_018.getClass().getSuperclass().getDeclaredFields()[13] ui_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('ui') ui_Field.setAccessible(True) ui_Value = ui_Field.get(subComponent_018) #ui_Value = javax.swing.plaf.synth.SynthViewportUI@7487f9a7 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[14] listenerList_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('listenerList') listenerList_Field.setAccessible(True) listenerList_Value = listenerList_Field.get(subComponent_018) #listenerList_Value = EventListenerList: 2 listeners: type javax.swing.event.Chan[...] #subComponent_018.getClass().getSuperclass().getDeclaredFields()[15] clientProperties_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('clientProperties') clientProperties_Field.setAccessible(True) clientProperties_Value = clientProperties_Field.get(subComponent_018) #clientProperties_Value = None #subComponent_018.getClass().getSuperclass().getDeclaredFields()[16] vetoableChangeSupport_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('vetoableChangeSupport') vetoableChangeSupport_Field.setAccessible(True) vetoableChangeSupport_Value = vetoableChangeSupport_Field.get(subComponent_018) #vetoableChangeSupport_Value = None #subComponent_018.getClass().getSuperclass().getDeclaredFields()[19] flags_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('flags') flags_Field.setAccessible(True) flags_Value = flags_Field.get(subComponent_018) #flags_Value = 25165824 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[22] paintingChild_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('paintingChild') paintingChild_Field.setAccessible(True) paintingChild_Value = paintingChild_Field.get(subComponent_018) #paintingChild_Value = None #subComponent_018.getClass().getSuperclass().getDeclaredFields()[27] KEYBOARD_BINDINGS_KEY_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('KEYBOARD_BINDINGS_KEY') KEYBOARD_BINDINGS_KEY_Field.setAccessible(True) KEYBOARD_BINDINGS_KEY_Value = KEYBOARD_BINDINGS_KEY_Field.get(subComponent_018) #KEYBOARD_BINDINGS_KEY_Value = _KeyboardBindings #subComponent_018.getClass().getSuperclass().getDeclaredFields()[28] WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('WHEN_IN_FOCUSED_WINDOW_BINDINGS') WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.setAccessible(True) WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.get(subComponent_018) #WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = _WhenInFocusedWindow #subComponent_018.getClass().getSuperclass().getDeclaredFields()[30] NEXT_FOCUS_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('NEXT_FOCUS') NEXT_FOCUS_Field.setAccessible(True) NEXT_FOCUS_Value = NEXT_FOCUS_Field.get(subComponent_018) #NEXT_FOCUS_Value = nextFocus #subComponent_018.getClass().getSuperclass().getDeclaredFields()[31] popupMenu_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('popupMenu') popupMenu_Field.setAccessible(True) popupMenu_Value = popupMenu_Field.get(subComponent_018) #popupMenu_Value = None #subComponent_018.getClass().getSuperclass().getDeclaredFields()[32] IS_DOUBLE_BUFFERED_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('IS_DOUBLE_BUFFERED') IS_DOUBLE_BUFFERED_Field.setAccessible(True) IS_DOUBLE_BUFFERED_Value = IS_DOUBLE_BUFFERED_Field.get(subComponent_018) #IS_DOUBLE_BUFFERED_Value = 0 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[33] ANCESTOR_USING_BUFFER_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('ANCESTOR_USING_BUFFER') ANCESTOR_USING_BUFFER_Field.setAccessible(True) ANCESTOR_USING_BUFFER_Value = ANCESTOR_USING_BUFFER_Field.get(subComponent_018) #ANCESTOR_USING_BUFFER_Value = 1 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[34] IS_PAINTING_TILE_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('IS_PAINTING_TILE') IS_PAINTING_TILE_Field.setAccessible(True) IS_PAINTING_TILE_Value = IS_PAINTING_TILE_Field.get(subComponent_018) #IS_PAINTING_TILE_Value = 2 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[35] IS_OPAQUE_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('IS_OPAQUE') IS_OPAQUE_Field.setAccessible(True) IS_OPAQUE_Value = IS_OPAQUE_Field.get(subComponent_018) #IS_OPAQUE_Value = 3 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[36] KEY_EVENTS_ENABLED_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('KEY_EVENTS_ENABLED') KEY_EVENTS_ENABLED_Field.setAccessible(True) KEY_EVENTS_ENABLED_Value = KEY_EVENTS_ENABLED_Field.get(subComponent_018) #KEY_EVENTS_ENABLED_Value = 4 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[37] FOCUS_INPUTMAP_CREATED_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('FOCUS_INPUTMAP_CREATED') FOCUS_INPUTMAP_CREATED_Field.setAccessible(True) FOCUS_INPUTMAP_CREATED_Value = FOCUS_INPUTMAP_CREATED_Field.get(subComponent_018) #FOCUS_INPUTMAP_CREATED_Value = 5 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[38] ANCESTOR_INPUTMAP_CREATED_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('ANCESTOR_INPUTMAP_CREATED') ANCESTOR_INPUTMAP_CREATED_Field.setAccessible(True) ANCESTOR_INPUTMAP_CREATED_Value = ANCESTOR_INPUTMAP_CREATED_Field.get(subComponent_018) #ANCESTOR_INPUTMAP_CREATED_Value = 6 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[39] WIF_INPUTMAP_CREATED_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('WIF_INPUTMAP_CREATED') WIF_INPUTMAP_CREATED_Field.setAccessible(True) WIF_INPUTMAP_CREATED_Value = WIF_INPUTMAP_CREATED_Field.get(subComponent_018) #WIF_INPUTMAP_CREATED_Value = 7 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[40] ACTIONMAP_CREATED_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('ACTIONMAP_CREATED') ACTIONMAP_CREATED_Field.setAccessible(True) ACTIONMAP_CREATED_Value = ACTIONMAP_CREATED_Field.get(subComponent_018) #ACTIONMAP_CREATED_Value = 8 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[41] CREATED_DOUBLE_BUFFER_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('CREATED_DOUBLE_BUFFER') CREATED_DOUBLE_BUFFER_Field.setAccessible(True) CREATED_DOUBLE_BUFFER_Value = CREATED_DOUBLE_BUFFER_Field.get(subComponent_018) #CREATED_DOUBLE_BUFFER_Value = 9 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[42] IS_PRINTING_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('IS_PRINTING') IS_PRINTING_Field.setAccessible(True) IS_PRINTING_Value = IS_PRINTING_Field.get(subComponent_018) #IS_PRINTING_Value = 11 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[43] IS_PRINTING_ALL_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('IS_PRINTING_ALL') IS_PRINTING_ALL_Field.setAccessible(True) IS_PRINTING_ALL_Value = IS_PRINTING_ALL_Field.get(subComponent_018) #IS_PRINTING_ALL_Value = 12 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[44] IS_REPAINTING_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('IS_REPAINTING') IS_REPAINTING_Field.setAccessible(True) IS_REPAINTING_Value = IS_REPAINTING_Field.get(subComponent_018) #IS_REPAINTING_Value = 13 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[45] WRITE_OBJ_COUNTER_FIRST_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_FIRST') WRITE_OBJ_COUNTER_FIRST_Field.setAccessible(True) WRITE_OBJ_COUNTER_FIRST_Value = WRITE_OBJ_COUNTER_FIRST_Field.get(subComponent_018) #WRITE_OBJ_COUNTER_FIRST_Value = 14 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[46] RESERVED_1_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('RESERVED_1') RESERVED_1_Field.setAccessible(True) RESERVED_1_Value = RESERVED_1_Field.get(subComponent_018) #RESERVED_1_Value = 15 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[47] RESERVED_2_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('RESERVED_2') RESERVED_2_Field.setAccessible(True) RESERVED_2_Value = RESERVED_2_Field.get(subComponent_018) #RESERVED_2_Value = 16 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[48] RESERVED_3_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('RESERVED_3') RESERVED_3_Field.setAccessible(True) RESERVED_3_Value = RESERVED_3_Field.get(subComponent_018) #RESERVED_3_Value = 17 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[49] RESERVED_4_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('RESERVED_4') RESERVED_4_Field.setAccessible(True) RESERVED_4_Value = RESERVED_4_Field.get(subComponent_018) #RESERVED_4_Value = 18 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[50] RESERVED_5_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('RESERVED_5') RESERVED_5_Field.setAccessible(True) RESERVED_5_Value = RESERVED_5_Field.get(subComponent_018) #RESERVED_5_Value = 19 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[51] RESERVED_6_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('RESERVED_6') RESERVED_6_Field.setAccessible(True) RESERVED_6_Value = RESERVED_6_Field.get(subComponent_018) #RESERVED_6_Value = 20 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[52] WRITE_OBJ_COUNTER_LAST_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_LAST') WRITE_OBJ_COUNTER_LAST_Field.setAccessible(True) WRITE_OBJ_COUNTER_LAST_Value = WRITE_OBJ_COUNTER_LAST_Field.get(subComponent_018) #WRITE_OBJ_COUNTER_LAST_Value = 21 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[53] REQUEST_FOCUS_DISABLED_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('REQUEST_FOCUS_DISABLED') REQUEST_FOCUS_DISABLED_Field.setAccessible(True) REQUEST_FOCUS_DISABLED_Value = REQUEST_FOCUS_DISABLED_Field.get(subComponent_018) #REQUEST_FOCUS_DISABLED_Value = 22 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[54] INHERITS_POPUP_MENU_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('INHERITS_POPUP_MENU') INHERITS_POPUP_MENU_Field.setAccessible(True) INHERITS_POPUP_MENU_Value = INHERITS_POPUP_MENU_Field.get(subComponent_018) #INHERITS_POPUP_MENU_Value = 23 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[55] OPAQUE_SET_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('OPAQUE_SET') OPAQUE_SET_Field.setAccessible(True) OPAQUE_SET_Value = OPAQUE_SET_Field.get(subComponent_018) #OPAQUE_SET_Value = 24 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[56] AUTOSCROLLS_SET_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('AUTOSCROLLS_SET') AUTOSCROLLS_SET_Field.setAccessible(True) AUTOSCROLLS_SET_Value = AUTOSCROLLS_SET_Field.get(subComponent_018) #AUTOSCROLLS_SET_Value = 25 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[57] FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_FORWARD_SET') FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.get(subComponent_018) #FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = 26 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[58] FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_BACKWARD_SET') FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.get(subComponent_018) #FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = 27 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[59] revalidateRunnableScheduled_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('revalidateRunnableScheduled') revalidateRunnableScheduled_Field.setAccessible(True) revalidateRunnableScheduled_Value = revalidateRunnableScheduled_Field.get(subComponent_018) #revalidateRunnableScheduled_Value = false #subComponent_018.getClass().getSuperclass().getDeclaredFields()[60] tempRectangles_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('tempRectangles') tempRectangles_Field.setAccessible(True) tempRectangles_Value = tempRectangles_Field.get(subComponent_018) #tempRectangles_Value = [java.awt.Rectangle[x=0,y=0,width=425,height=525], java.awt.[...] #subComponent_018.getClass().getSuperclass().getDeclaredFields()[61] focusInputMap_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('focusInputMap') focusInputMap_Field.setAccessible(True) focusInputMap_Value = focusInputMap_Field.get(subComponent_018) #focusInputMap_Value = None #subComponent_018.getClass().getSuperclass().getDeclaredFields()[62] ancestorInputMap_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('ancestorInputMap') ancestorInputMap_Field.setAccessible(True) ancestorInputMap_Value = ancestorInputMap_Field.get(subComponent_018) #ancestorInputMap_Value = None #subComponent_018.getClass().getSuperclass().getDeclaredFields()[63] windowInputMap_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('windowInputMap') windowInputMap_Field.setAccessible(True) windowInputMap_Value = windowInputMap_Field.get(subComponent_018) #windowInputMap_Value = None #subComponent_018.getClass().getSuperclass().getDeclaredFields()[65] defaultLocale_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('defaultLocale') defaultLocale_Field.setAccessible(True) defaultLocale_Value = defaultLocale_Field.get(subComponent_018) #defaultLocale_Value = JComponent.defaultLocale #subComponent_018.getClass().getSuperclass().getDeclaredFields()[66] componentObtainingGraphicsFrom_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFrom') componentObtainingGraphicsFrom_Field.setAccessible(True) componentObtainingGraphicsFrom_Value = componentObtainingGraphicsFrom_Field.get(subComponent_018) #componentObtainingGraphicsFrom_Value = None #subComponent_018.getClass().getSuperclass().getDeclaredFields()[67] componentObtainingGraphicsFromLock_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFromLock') componentObtainingGraphicsFromLock_Field.setAccessible(True) componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFromLock_Field.get(subComponent_018) #componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFrom #subComponent_018.getClass().getSuperclass().getDeclaredFields()[68] aaHint_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('aaHint') aaHint_Field.setAccessible(True) aaHint_Value = aaHint_Field.get(subComponent_018) #aaHint_Value = LCD HRGB antialiasing text mode #subComponent_018.getClass().getSuperclass().getDeclaredFields()[69] lcdRenderingHint_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('lcdRenderingHint') lcdRenderingHint_Field.setAccessible(True) lcdRenderingHint_Value = lcdRenderingHint_Field.get(subComponent_018) #lcdRenderingHint_Value = 120 #subComponent_018.getClass().getSuperclass().getDeclaredFields()[70] focusController_Field = subComponent_018.getClass().getSuperclass().getDeclaredField('focusController') focusController_Field.setAccessible(True) focusController_Value = focusController_Field.get(subComponent_018) #focusController_Value = javax.swing.JComponent$2@565d4f8a endFunction = True def subComponent_018_Declared_Methods(): #**************Declared 'get' Methods************* subComponent_018.getInsets() ''' getInsets_Method = subComponent_018.getClass().getDeclaredMethods()[2] getInsets_Value = getInsets_Method.invoke(subComponent_018) ''' #getInsets_Value = java.awt.Insets[top=0,left=0,bottom=0,right=0] #subComponent_018.getInsets() ''' getInsets_Method = subComponent_018.getClass().getDeclaredMethods()[3] getInsets_Value = getInsets_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! subComponent_018.getAccessibleContext() ''' getAccessibleContext_Method = subComponent_018.getClass().getDeclaredMethods()[7] getAccessibleContext_Value = getAccessibleContext_Method.invoke(subComponent_018) ''' #getAccessibleContext_Value = javax.swing.JViewport$AccessibleJViewport@4c0bf285 subComponent_018.getUI() ''' getUI_Method = subComponent_018.getClass().getDeclaredMethods()[10] getUI_Value = getUI_Method.invoke(subComponent_018) ''' #getUI_Value = javax.swing.plaf.synth.SynthViewportUI@7487f9a7 subComponent_018.getUI() ''' getUI_Method = subComponent_018.getClass().getDeclaredMethods()[11] getUI_Value = getUI_Method.invoke(subComponent_018) ''' #getUI_Value = javax.swing.plaf.synth.SynthViewportUI@7487f9a7 subComponent_018.getUIClassID() ''' getUIClassID_Method = subComponent_018.getClass().getDeclaredMethods()[13] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_018) ''' #getUIClassID_Value = ViewportUI subComponent_018.getViewPosition() ''' getViewPosition_Method = subComponent_018.getClass().getDeclaredMethods()[24] getViewPosition_Value = getViewPosition_Method.invoke(subComponent_018) ''' #getViewPosition_Value = java.awt.Point[x=0,y=0] subComponent_018.getExtentSize() ''' getExtentSize_Method = subComponent_018.getClass().getDeclaredMethods()[25] getExtentSize_Value = getExtentSize_Method.invoke(subComponent_018) ''' #getExtentSize_Value = java.awt.Dimension[width=77,height=256] #subComponent_018.getBackingStoreGraphics() ''' getBackingStoreGraphics_Method = subComponent_018.getClass().getDeclaredMethods()[26] getBackingStoreGraphics_Value = getBackingStoreGraphics_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! #subComponent_018.getViewLocation() ''' getViewLocation_Method = subComponent_018.getClass().getDeclaredMethods()[29] getViewLocation_Value = getViewLocation_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! subComponent_018.getScrollMode() ''' getScrollMode_Method = subComponent_018.getClass().getDeclaredMethods()[35] getScrollMode_Value = getScrollMode_Method.invoke(subComponent_018) ''' #getScrollMode_Value = 1 subComponent_018.getViewSize() ''' getViewSize_Method = subComponent_018.getClass().getDeclaredMethods()[40] getViewSize_Value = getViewSize_Method.invoke(subComponent_018) ''' #getViewSize_Value = java.awt.Dimension[width=77,height=256] subComponent_018.getViewRect() ''' getViewRect_Method = subComponent_018.getClass().getDeclaredMethods()[46] getViewRect_Value = getViewRect_Method.invoke(subComponent_018) ''' #getViewRect_Value = java.awt.Rectangle[x=0,y=0,width=77,height=256] subComponent_018.getView() ''' getView_Method = subComponent_018.getClass().getDeclaredMethods()[51] getView_Value = getView_Method.invoke(subComponent_018) ''' #getView_Value = javax.swing.JPanel[,0,0,77x256,layout=com.inductiveautomatio[...] subComponent_018.getChangeListeners() ''' getChangeListeners_Method = subComponent_018.getClass().getDeclaredMethods()[54] getChangeListeners_Value = getChangeListeners_Method.invoke(subComponent_018) ''' #getChangeListeners_Value = array(javax.swing.event.ChangeListener, [javax.swing.JScroll[...] #***********Declared 'get' Super Methods********** #subComponent_018.getLocation() ''' getLocation_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[2] getLocation_Value = getLocation_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! #subComponent_018.getSize() ''' getSize_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[6] getSize_Value = getSize_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! subComponent_018.getInsets() ''' getInsets_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[10] getInsets_Value = getInsets_Method.invoke(subComponent_018) ''' #getInsets_Value = java.awt.Insets[top=0,left=0,bottom=0,right=0] #subComponent_018.getInsets() ''' getInsets_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[11] getInsets_Value = getInsets_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! subComponent_018.getPreferredSize() ''' getPreferredSize_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[16] getPreferredSize_Value = getPreferredSize_Method.invoke(subComponent_018) ''' #getPreferredSize_Value = java.awt.Dimension[width=4,height=0] subComponent_018.getMinimumSize() ''' getMinimumSize_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[17] getMinimumSize_Value = getMinimumSize_Method.invoke(subComponent_018) ''' #getMinimumSize_Value = java.awt.Dimension[width=4,height=4] subComponent_018.getMaximumSize() ''' getMaximumSize_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[18] getMaximumSize_Value = getMaximumSize_Method.invoke(subComponent_018) ''' #getMaximumSize_Value = java.awt.Dimension[width=32767,height=32767] subComponent_018.getAlignmentX() ''' getAlignmentX_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[19] getAlignmentX_Value = getAlignmentX_Method.invoke(subComponent_018) ''' #getAlignmentX_Value = 0.5 subComponent_018.getAlignmentY() ''' getAlignmentY_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[20] getAlignmentY_Value = getAlignmentY_Method.invoke(subComponent_018) ''' #getAlignmentY_Value = 0.5 #subComponent_018.getListeners() ''' getListeners_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[22] getListeners_Value = getListeners_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! subComponent_018.getX() ''' getX_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[29] getX_Value = getX_Method.invoke(subComponent_018) ''' #getX_Value = 0 subComponent_018.getY() ''' getY_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[30] getY_Value = getY_Method.invoke(subComponent_018) ''' #getY_Value = 0 subComponent_018.getWidth() ''' getWidth_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[31] getWidth_Value = getWidth_Method.invoke(subComponent_018) ''' #getWidth_Value = 77 subComponent_018.getHeight() ''' getHeight_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[32] getHeight_Value = getHeight_Method.invoke(subComponent_018) ''' #getHeight_Value = 256 #subComponent_018.getBaseline() ''' getBaseline_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[44] getBaseline_Value = getBaseline_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! subComponent_018.getBaselineResizeBehavior() ''' getBaselineResizeBehavior_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[45] getBaselineResizeBehavior_Value = getBaselineResizeBehavior_Method.invoke(subComponent_018) ''' #getBaselineResizeBehavior_Value = OTHER subComponent_018.getGraphics() ''' getGraphics_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[46] getGraphics_Value = getGraphics_Method.invoke(subComponent_018) ''' #getGraphics_Value = sun.java2d.SunGraphics2D[font=javax.swing.plaf.FontUIResourc[...] #subComponent_018.getFontMetrics() ''' getFontMetrics_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[47] getFontMetrics_Value = getFontMetrics_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! subComponent_018.getUI() ''' getUI_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[58] getUI_Value = getUI_Method.invoke(subComponent_018) ''' #getUI_Value = javax.swing.plaf.synth.SynthViewportUI@7487f9a7 subComponent_018.getUIClassID() ''' getUIClassID_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[60] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_018) ''' #getUIClassID_Value = ViewportUI #subComponent_018.getWriteObjCounter() ''' getWriteObjCounter_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[61] getWriteObjCounter_Value = getWriteObjCounter_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! #subComponent_018.getGraphicsInvoked() ''' getGraphicsInvoked_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[65] getGraphicsInvoked_Value = getGraphicsInvoked_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! #subComponent_018.getManagingFocusForwardTraversalKeys() ''' getManagingFocusForwardTraversalKeys_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[67] getManagingFocusForwardTraversalKeys_Value = getManagingFocusForwardTraversalKeys_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! #subComponent_018.getManagingFocusBackwardTraversalKeys() ''' getManagingFocusBackwardTraversalKeys_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[68] getManagingFocusBackwardTraversalKeys_Value = getManagingFocusBackwardTraversalKeys_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! #subComponent_018.getFlag() ''' getFlag_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[72] getFlag_Value = getFlag_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! subComponent_018.getInheritsPopupMenu() ''' getInheritsPopupMenu_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[74] getInheritsPopupMenu_Value = getInheritsPopupMenu_Method.invoke(subComponent_018) ''' #getInheritsPopupMenu_Value = True subComponent_018.getComponentPopupMenu() ''' getComponentPopupMenu_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[76] getComponentPopupMenu_Value = getComponentPopupMenu_Method.invoke(subComponent_018) ''' #getComponentPopupMenu_Value = None subComponent_018.getDefaultLocale() ''' getDefaultLocale_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[78] getDefaultLocale_Value = getDefaultLocale_Method.invoke(subComponent_018) ''' #getDefaultLocale_Value = en #subComponent_018.getComponentGraphics() ''' getComponentGraphics_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[81] getComponentGraphics_Value = getComponentGraphics_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! #subComponent_018.getObscuredState() ''' getObscuredState_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[88] getObscuredState_Value = getObscuredState_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! subComponent_018.getBorder() ''' getBorder_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[90] getBorder_Value = getBorder_Method.invoke(subComponent_018) ''' #getBorder_Value = None subComponent_018.getNextFocusableComponent() ''' getNextFocusableComponent_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[102] getNextFocusableComponent_Value = getNextFocusableComponent_Method.invoke(subComponent_018) ''' #getNextFocusableComponent_Value = None #subComponent_018.getClientProperty() ''' getClientProperty_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[105] getClientProperty_Value = getClientProperty_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! #subComponent_018.setVerifyInputWhenFocusTarget() ''' setVerifyInputWhenFocusTarget_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[109] setVerifyInputWhenFocusTarget_Value = setVerifyInputWhenFocusTarget_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! subComponent_018.getVerifyInputWhenFocusTarget() ''' getVerifyInputWhenFocusTarget_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[110] getVerifyInputWhenFocusTarget_Value = getVerifyInputWhenFocusTarget_Method.invoke(subComponent_018) ''' #getVerifyInputWhenFocusTarget_Value = True subComponent_018.getInputVerifier() ''' getInputVerifier_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[116] getInputVerifier_Value = getInputVerifier_Method.invoke(subComponent_018) ''' #getInputVerifier_Value = None subComponent_018.getDebugGraphicsOptions() ''' getDebugGraphicsOptions_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[118] getDebugGraphicsOptions_Value = getDebugGraphicsOptions_Method.invoke(subComponent_018) ''' #getDebugGraphicsOptions_Value = 0 subComponent_018.getInputMap() ''' getInputMap_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[121] getInputMap_Value = getInputMap_Method.invoke(subComponent_018) ''' #getInputMap_Value = javax.swing.InputMap@483f86f #subComponent_018.getInputMap() ''' getInputMap_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[122] getInputMap_Value = getInputMap_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! #subComponent_018.getInputMap() ''' getInputMap_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[123] getInputMap_Value = getInputMap_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! subComponent_018.getActionMap() ''' getActionMap_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[124] getActionMap_Value = getActionMap_Method.invoke(subComponent_018) ''' #getActionMap_Value = javax.swing.ActionMap@4f026399 #subComponent_018.getActionMap() ''' getActionMap_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[125] getActionMap_Value = getActionMap_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! subComponent_018.getRegisteredKeyStrokes() ''' getRegisteredKeyStrokes_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[132] getRegisteredKeyStrokes_Value = getRegisteredKeyStrokes_Method.invoke(subComponent_018) ''' #getRegisteredKeyStrokes_Value = array(javax.swing.KeyStroke) #subComponent_018.getConditionForKeyStroke() ''' getConditionForKeyStroke_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[133] getConditionForKeyStroke_Value = getConditionForKeyStroke_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! #subComponent_018.getActionForKeyStroke() ''' getActionForKeyStroke_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[134] getActionForKeyStroke_Value = getActionForKeyStroke_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! #subComponent_018.getToolTipText() ''' getToolTipText_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[145] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! subComponent_018.getToolTipText() ''' getToolTipText_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[146] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_018) ''' #getToolTipText_Value = None #subComponent_018.getToolTipLocation() ''' getToolTipLocation_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[147] getToolTipLocation_Value = getToolTipLocation_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! #subComponent_018.getPopupLocation() ''' getPopupLocation_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[148] getPopupLocation_Value = getPopupLocation_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! subComponent_018.getAutoscrolls() ''' getAutoscrolls_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[152] getAutoscrolls_Value = getAutoscrolls_Method.invoke(subComponent_018) ''' #getAutoscrolls_Value = False subComponent_018.getTransferHandler() ''' getTransferHandler_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[154] getTransferHandler_Value = getTransferHandler_Method.invoke(subComponent_018) ''' #getTransferHandler_Value = None #subComponent_018.getCreatedDoubleBuffer() ''' getCreatedDoubleBuffer_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[160] getCreatedDoubleBuffer_Value = getCreatedDoubleBuffer_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! #subComponent_018.getClientProperties() ''' getClientProperties_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[161] getClientProperties_Value = getClientProperties_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! subComponent_018.getVisibleRect() ''' getVisibleRect_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[165] getVisibleRect_Value = getVisibleRect_Method.invoke(subComponent_018) ''' #getVisibleRect_Value = java.awt.Rectangle[x=0,y=0,width=77,height=256] subComponent_018.getVetoableChangeListeners() ''' getVetoableChangeListeners_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[169] getVetoableChangeListeners_Value = getVetoableChangeListeners_Method.invoke(subComponent_018) ''' #getVetoableChangeListeners_Value = array(java.beans.VetoableChangeListener) subComponent_018.getTopLevelAncestor() ''' getTopLevelAncestor_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[170] getTopLevelAncestor_Value = getTopLevelAncestor_Method.invoke(subComponent_018) ''' #getTopLevelAncestor_Value = com.inductiveautomation.ignition.designer.IgnitionDesigner[f[...] #subComponent_018.getAncestorNotifier() ''' getAncestorNotifier_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[171] getAncestorNotifier_Value = getAncestorNotifier_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! subComponent_018.getAncestorListeners() ''' getAncestorListeners_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[174] getAncestorListeners_Value = getAncestorListeners_Method.invoke(subComponent_018) ''' #getAncestorListeners_Value = array(javax.swing.event.AncestorListener) #subComponent_018.getBounds() ''' getBounds_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[188] getBounds_Value = getBounds_Method.invoke(subComponent_018) ''' #Threw Exception: No value could be obtained! subComponent_018.getRootPane() ''' getRootPane_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[192] getRootPane_Value = getRootPane_Method.invoke(subComponent_018) ''' #getRootPane_Value = javax.swing.JRootPane[,0,0,1295x960,invalid,layout=javax.swi[...] #**************Declared 'set' Methods************* subComponent_018.setUI() ''' setUI_Method = subComponent_018.getClass().getDeclaredMethods()[12] setUI_Value = setUI_Method.invoke(subComponent_018) ''' subComponent_018.setBorder() ''' setBorder_Method = subComponent_018.getClass().getDeclaredMethods()[15] setBorder_Value = setBorder_Method.invoke(subComponent_018) ''' subComponent_018.setView() ''' setView_Method = subComponent_018.getClass().getDeclaredMethods()[19] setView_Value = setView_Method.invoke(subComponent_018) ''' subComponent_018.setScrollMode() ''' setScrollMode_Method = subComponent_018.getClass().getDeclaredMethods()[34] setScrollMode_Value = setScrollMode_Method.invoke(subComponent_018) ''' subComponent_018.setBackingStoreEnabled() ''' setBackingStoreEnabled_Method = subComponent_018.getClass().getDeclaredMethods()[37] setBackingStoreEnabled_Value = setBackingStoreEnabled_Method.invoke(subComponent_018) ''' subComponent_018.setViewSize() ''' setViewSize_Method = subComponent_018.getClass().getDeclaredMethods()[41] setViewSize_Value = setViewSize_Method.invoke(subComponent_018) ''' subComponent_018.setExtentSize() ''' setExtentSize_Method = subComponent_018.getClass().getDeclaredMethods()[47] setExtentSize_Value = setExtentSize_Method.invoke(subComponent_018) ''' subComponent_018.setViewPosition() ''' setViewPosition_Method = subComponent_018.getClass().getDeclaredMethods()[56] setViewPosition_Value = setViewPosition_Method.invoke(subComponent_018) ''' #***********Declared 'set' Super Methods********** subComponent_018.setOpaque() ''' setOpaque_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[7] setOpaque_Value = setOpaque_Method.invoke(subComponent_018) ''' subComponent_018.setFont() ''' setFont_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[15] setFont_Value = setFont_Method.invoke(subComponent_018) ''' subComponent_018.setFocusTraversalKeys() ''' setFocusTraversalKeys_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[23] setFocusTraversalKeys_Value = setFocusTraversalKeys_Method.invoke(subComponent_018) ''' subComponent_018.setEnabled() ''' setEnabled_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[33] setEnabled_Value = setEnabled_Method.invoke(subComponent_018) ''' subComponent_018.setForeground() ''' setForeground_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[38] setForeground_Value = setForeground_Method.invoke(subComponent_018) ''' subComponent_018.setBackground() ''' setBackground_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[39] setBackground_Value = setBackground_Method.invoke(subComponent_018) ''' subComponent_018.setPreferredSize() ''' setPreferredSize_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[41] setPreferredSize_Value = setPreferredSize_Method.invoke(subComponent_018) ''' subComponent_018.setMinimumSize() ''' setMinimumSize_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[42] setMinimumSize_Value = setMinimumSize_Method.invoke(subComponent_018) ''' subComponent_018.setMaximumSize() ''' setMaximumSize_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[43] setMaximumSize_Value = setMaximumSize_Method.invoke(subComponent_018) ''' subComponent_018.setDoubleBuffered() ''' setDoubleBuffered_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[55] setDoubleBuffered_Value = setDoubleBuffered_Method.invoke(subComponent_018) ''' subComponent_018.setUIProperty() ''' setUIProperty_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[56] setUIProperty_Value = setUIProperty_Method.invoke(subComponent_018) ''' subComponent_018.setUI() ''' setUI_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[59] setUI_Value = setUI_Method.invoke(subComponent_018) ''' subComponent_018.setWriteObjCounter() ''' setWriteObjCounter_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[62] setWriteObjCounter_Value = setWriteObjCounter_Method.invoke(subComponent_018) ''' subComponent_018.setInheritsPopupMenu() ''' setInheritsPopupMenu_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[71] setInheritsPopupMenu_Value = setInheritsPopupMenu_Method.invoke(subComponent_018) ''' subComponent_018.setFlag() ''' setFlag_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[73] setFlag_Value = setFlag_Method.invoke(subComponent_018) ''' subComponent_018.setComponentPopupMenu() ''' setComponentPopupMenu_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[75] setComponentPopupMenu_Value = setComponentPopupMenu_Method.invoke(subComponent_018) ''' subComponent_018.setNextFocusableComponent() ''' setNextFocusableComponent_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[103] setNextFocusableComponent_Value = setNextFocusableComponent_Method.invoke(subComponent_018) ''' subComponent_018.setRequestFocusEnabled() ''' setRequestFocusEnabled_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[106] setRequestFocusEnabled_Value = setRequestFocusEnabled_Method.invoke(subComponent_018) ''' subComponent_018.setBorder() ''' setBorder_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[111] setBorder_Value = setBorder_Method.invoke(subComponent_018) ''' subComponent_018.setAlignmentY() ''' setAlignmentY_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[112] setAlignmentY_Value = setAlignmentY_Method.invoke(subComponent_018) ''' subComponent_018.setAlignmentX() ''' setAlignmentX_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[114] setAlignmentX_Value = setAlignmentX_Method.invoke(subComponent_018) ''' subComponent_018.setInputVerifier() ''' setInputVerifier_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[115] setInputVerifier_Value = setInputVerifier_Method.invoke(subComponent_018) ''' subComponent_018.setDebugGraphicsOptions() ''' setDebugGraphicsOptions_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[117] setDebugGraphicsOptions_Value = setDebugGraphicsOptions_Method.invoke(subComponent_018) ''' subComponent_018.resetKeyboardActions() ''' resetKeyboardActions_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[135] resetKeyboardActions_Value = resetKeyboardActions_Method.invoke(subComponent_018) ''' subComponent_018.setInputMap() ''' setInputMap_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[136] setInputMap_Value = setInputMap_Method.invoke(subComponent_018) ''' subComponent_018.setActionMap() ''' setActionMap_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[137] setActionMap_Value = setActionMap_Method.invoke(subComponent_018) ''' subComponent_018.setDefaultLocale() ''' setDefaultLocale_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[139] setDefaultLocale_Value = setDefaultLocale_Method.invoke(subComponent_018) ''' subComponent_018.setToolTipText() ''' setToolTipText_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[144] setToolTipText_Value = setToolTipText_Method.invoke(subComponent_018) ''' subComponent_018.setAutoscrolls() ''' setAutoscrolls_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[151] setAutoscrolls_Value = setAutoscrolls_Method.invoke(subComponent_018) ''' subComponent_018.setTransferHandler() ''' setTransferHandler_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[153] setTransferHandler_Value = setTransferHandler_Method.invoke(subComponent_018) ''' subComponent_018.setDropLocation() ''' setDropLocation_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[156] setDropLocation_Value = setDropLocation_Method.invoke(subComponent_018) ''' subComponent_018.setCreatedDoubleBuffer() ''' setCreatedDoubleBuffer_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[159] setCreatedDoubleBuffer_Value = setCreatedDoubleBuffer_Method.invoke(subComponent_018) ''' subComponent_018.setPaintingChild() ''' setPaintingChild_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[181] setPaintingChild_Value = setPaintingChild_Method.invoke(subComponent_018) ''' subComponent_018.setVisible() ''' setVisible_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[187] setVisible_Value = setVisible_Method.invoke(subComponent_018) ''' #************All Other Declared Methods*********** subComponent_018.remove() ''' remove_Method = subComponent_018.getClass().getDeclaredMethods()[0] remove_Value = remove_Method.invoke(subComponent_018) ''' subComponent_018.paramString() ''' paramString_Method = subComponent_018.getClass().getDeclaredMethods()[1] paramString_Value = paramString_Method.invoke(subComponent_018) ''' subComponent_018.addImpl() ''' addImpl_Method = subComponent_018.getClass().getDeclaredMethods()[4] addImpl_Value = addImpl_Method.invoke(subComponent_018) ''' subComponent_018.paint() ''' paint_Method = subComponent_018.getClass().getDeclaredMethods()[5] paint_Value = paint_Method.invoke(subComponent_018) ''' subComponent_018.firePropertyChange() ''' firePropertyChange_Method = subComponent_018.getClass().getDeclaredMethods()[6] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_018) ''' subComponent_018.reshape() ''' reshape_Method = subComponent_018.getClass().getDeclaredMethods()[8] reshape_Value = reshape_Method.invoke(subComponent_018) ''' subComponent_018.updateUI() ''' updateUI_Method = subComponent_018.getClass().getDeclaredMethods()[9] updateUI_Value = updateUI_Method.invoke(subComponent_018) ''' subComponent_018.isOptimizedDrawingEnabled() ''' isOptimizedDrawingEnabled_Method = subComponent_018.getClass().getDeclaredMethods()[14] isOptimizedDrawingEnabled_Value = isOptimizedDrawingEnabled_Method.invoke(subComponent_018) ''' subComponent_018.scrollRectToVisible() ''' scrollRectToVisible_Method = subComponent_018.getClass().getDeclaredMethods()[16] scrollRectToVisible_Value = scrollRectToVisible_Method.invoke(subComponent_018) ''' subComponent_018.isPaintingOrigin() ''' isPaintingOrigin_Method = subComponent_018.getClass().getDeclaredMethods()[17] isPaintingOrigin_Value = isPaintingOrigin_Method.invoke(subComponent_018) ''' subComponent_018.repaint() ''' repaint_Method = subComponent_018.getClass().getDeclaredMethods()[18] repaint_Value = repaint_Method.invoke(subComponent_018) ''' subComponent_018.toViewCoordinates() ''' toViewCoordinates_Method = subComponent_018.getClass().getDeclaredMethods()[20] toViewCoordinates_Value = toViewCoordinates_Method.invoke(subComponent_018) ''' subComponent_018.toViewCoordinates() ''' toViewCoordinates_Method = subComponent_018.getClass().getDeclaredMethods()[21] toViewCoordinates_Value = toViewCoordinates_Method.invoke(subComponent_018) ''' subComponent_018.validateView() ''' validateView_Method = subComponent_018.getClass().getDeclaredMethods()[22] validateView_Value = validateView_Method.invoke(subComponent_018) ''' subComponent_018.positionAdjustment() ''' positionAdjustment_Method = subComponent_018.getClass().getDeclaredMethods()[23] positionAdjustment_Value = positionAdjustment_Method.invoke(subComponent_018) ''' subComponent_018.paintViaBackingStore() ''' paintViaBackingStore_Method = subComponent_018.getClass().getDeclaredMethods()[27] paintViaBackingStore_Value = paintViaBackingStore_Method.invoke(subComponent_018) ''' subComponent_018.paintViaBackingStore() ''' paintViaBackingStore_Method = subComponent_018.getClass().getDeclaredMethods()[28] paintViaBackingStore_Value = paintViaBackingStore_Method.invoke(subComponent_018) ''' subComponent_018.createRepaintTimer() ''' createRepaintTimer_Method = subComponent_018.getClass().getDeclaredMethods()[30] createRepaintTimer_Value = createRepaintTimer_Method.invoke(subComponent_018) ''' subComponent_018.isBlitting() ''' isBlitting_Method = subComponent_018.getClass().getDeclaredMethods()[31] isBlitting_Value = isBlitting_Method.invoke(subComponent_018) ''' subComponent_018.createScaledImage() ''' createScaledImage_Method = subComponent_018.getClass().getDeclaredMethods()[32] createScaledImage_Value = createScaledImage_Method.invoke(subComponent_018) ''' subComponent_018.computeBlit() ''' computeBlit_Method = subComponent_018.getClass().getDeclaredMethods()[33] computeBlit_Value = computeBlit_Method.invoke(subComponent_018) ''' subComponent_018.isBackingStoreEnabled() ''' isBackingStoreEnabled_Method = subComponent_018.getClass().getDeclaredMethods()[36] isBackingStoreEnabled_Value = isBackingStoreEnabled_Method.invoke(subComponent_018) ''' subComponent_018.isFPScale() ''' isFPScale_Method = subComponent_018.getClass().getDeclaredMethods()[38] isFPScale_Value = isFPScale_Method.invoke(subComponent_018) ''' subComponent_018.createViewListener() ''' createViewListener_Method = subComponent_018.getClass().getDeclaredMethods()[39] createViewListener_Value = createViewListener_Method.invoke(subComponent_018) ''' subComponent_018.canUseWindowBlitter() ''' canUseWindowBlitter_Method = subComponent_018.getClass().getDeclaredMethods()[42] canUseWindowBlitter_Value = canUseWindowBlitter_Method.invoke(subComponent_018) ''' subComponent_018.flushViewDirtyRegion() ''' flushViewDirtyRegion_Method = subComponent_018.getClass().getDeclaredMethods()[43] flushViewDirtyRegion_Value = flushViewDirtyRegion_Method.invoke(subComponent_018) ''' subComponent_018.windowBlitPaint() ''' windowBlitPaint_Method = subComponent_018.getClass().getDeclaredMethods()[44] windowBlitPaint_Value = windowBlitPaint_Method.invoke(subComponent_018) ''' subComponent_018.needsRepaintAfterBlit() ''' needsRepaintAfterBlit_Method = subComponent_018.getClass().getDeclaredMethods()[45] needsRepaintAfterBlit_Value = needsRepaintAfterBlit_Method.invoke(subComponent_018) ''' subComponent_018.paintView() ''' paintView_Method = subComponent_018.getClass().getDeclaredMethods()[48] paintView_Value = paintView_Method.invoke(subComponent_018) ''' subComponent_018.blitDoubleBuffered() ''' blitDoubleBuffered_Method = subComponent_018.getClass().getDeclaredMethods()[49] blitDoubleBuffered_Value = blitDoubleBuffered_Method.invoke(subComponent_018) ''' subComponent_018.createLayoutManager() ''' createLayoutManager_Method = subComponent_018.getClass().getDeclaredMethods()[50] createLayoutManager_Value = createLayoutManager_Method.invoke(subComponent_018) ''' subComponent_018.removeChangeListener() ''' removeChangeListener_Method = subComponent_018.getClass().getDeclaredMethods()[52] removeChangeListener_Value = removeChangeListener_Method.invoke(subComponent_018) ''' subComponent_018.addChangeListener() ''' addChangeListener_Method = subComponent_018.getClass().getDeclaredMethods()[53] addChangeListener_Value = addChangeListener_Method.invoke(subComponent_018) ''' subComponent_018.fireStateChanged() ''' fireStateChanged_Method = subComponent_018.getClass().getDeclaredMethods()[55] fireStateChanged_Value = fireStateChanged_Method.invoke(subComponent_018) ''' #*********All Other Declared Super Methods******** subComponent_018.update() ''' update_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[0] update_Value = update_Method.invoke(subComponent_018) ''' subComponent_018.contains() ''' contains_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[1] contains_Value = contains_Method.invoke(subComponent_018) ''' subComponent_018.readObject() ''' readObject_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[3] readObject_Value = readObject_Method.invoke(subComponent_018) ''' subComponent_018.writeObject() ''' writeObject_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[4] writeObject_Value = writeObject_Method.invoke(subComponent_018) ''' subComponent_018.print() ''' print_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[5] print_Value = print_Method.invoke(subComponent_018) ''' subComponent_018.paramString() ''' paramString_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[8] paramString_Value = paramString_Method.invoke(subComponent_018) ''' subComponent_018.isOpaque() ''' isOpaque_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[9] isOpaque_Value = isOpaque_Method.invoke(subComponent_018) ''' subComponent_018.removeNotify() ''' removeNotify_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[12] removeNotify_Value = removeNotify_Method.invoke(subComponent_018) ''' subComponent_018.addNotify() ''' addNotify_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[13] addNotify_Value = addNotify_Method.invoke(subComponent_018) ''' subComponent_018.isValidateRoot() ''' isValidateRoot_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[14] isValidateRoot_Value = isValidateRoot_Method.invoke(subComponent_018) ''' subComponent_018.paint() ''' paint_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[21] paint_Value = paint_Method.invoke(subComponent_018) ''' subComponent_018.firePropertyChange() ''' firePropertyChange_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[24] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_018) ''' subComponent_018.firePropertyChange() ''' firePropertyChange_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[25] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_018) ''' subComponent_018.firePropertyChange() ''' firePropertyChange_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[26] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_018) ''' subComponent_018.requestFocus() ''' requestFocus_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[27] requestFocus_Value = requestFocus_Method.invoke(subComponent_018) ''' subComponent_018.requestFocus() ''' requestFocus_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[28] requestFocus_Value = requestFocus_Method.invoke(subComponent_018) ''' subComponent_018.enable() ''' enable_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[34] enable_Value = enable_Method.invoke(subComponent_018) ''' subComponent_018.disable() ''' disable_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[35] disable_Value = disable_Method.invoke(subComponent_018) ''' subComponent_018.isDoubleBuffered() ''' isDoubleBuffered_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[36] isDoubleBuffered_Value = isDoubleBuffered_Method.invoke(subComponent_018) ''' subComponent_018.hide() ''' hide_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[37] hide_Value = hide_Method.invoke(subComponent_018) ''' subComponent_018.reshape() ''' reshape_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[40] reshape_Value = reshape_Method.invoke(subComponent_018) ''' subComponent_018.printAll() ''' printAll_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[48] printAll_Value = printAll_Method.invoke(subComponent_018) ''' subComponent_018.processKeyEvent() ''' processKeyEvent_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[49] processKeyEvent_Value = processKeyEvent_Method.invoke(subComponent_018) ''' subComponent_018.processMouseEvent() ''' processMouseEvent_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[50] processMouseEvent_Value = processMouseEvent_Method.invoke(subComponent_018) ''' subComponent_018.processMouseMotionEvent() ''' processMouseMotionEvent_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[51] processMouseMotionEvent_Value = processMouseMotionEvent_Method.invoke(subComponent_018) ''' subComponent_018.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[52] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_018) ''' subComponent_018.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[53] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_018) ''' subComponent_018.compWriteObjectNotify() ''' compWriteObjectNotify_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[54] compWriteObjectNotify_Value = compWriteObjectNotify_Method.invoke(subComponent_018) ''' subComponent_018.updateUI() ''' updateUI_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[57] updateUI_Value = updateUI_Method.invoke(subComponent_018) ''' subComponent_018.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[63] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_018) ''' subComponent_018.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[64] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_018) ''' subComponent_018.isComponentObtainingGraphicsFrom() ''' isComponentObtainingGraphicsFrom_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[66] isComponentObtainingGraphicsFrom_Value = isComponentObtainingGraphicsFrom_Method.invoke(subComponent_018) ''' subComponent_018.fetchRectangle() ''' fetchRectangle_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[69] fetchRectangle_Value = fetchRectangle_Method.invoke(subComponent_018) ''' subComponent_018.recycleRectangle() ''' recycleRectangle_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[70] recycleRectangle_Value = recycleRectangle_Method.invoke(subComponent_018) ''' subComponent_018.isManagingFocus() ''' isManagingFocus_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[77] isManagingFocus_Value = isManagingFocus_Method.invoke(subComponent_018) ''' subComponent_018.uninstallUIAndProperties() ''' uninstallUIAndProperties_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[79] uninstallUIAndProperties_Value = uninstallUIAndProperties_Method.invoke(subComponent_018) ''' subComponent_018.putClientProperty() ''' putClientProperty_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[80] putClientProperty_Value = putClientProperty_Method.invoke(subComponent_018) ''' subComponent_018.shouldDebugGraphics() ''' shouldDebugGraphics_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[82] shouldDebugGraphics_Value = shouldDebugGraphics_Method.invoke(subComponent_018) ''' subComponent_018.paintComponent() ''' paintComponent_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[83] paintComponent_Value = paintComponent_Method.invoke(subComponent_018) ''' subComponent_018.paintChildren() ''' paintChildren_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[84] paintChildren_Value = paintChildren_Method.invoke(subComponent_018) ''' subComponent_018.isOptimizedDrawingEnabled() ''' isOptimizedDrawingEnabled_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[85] isOptimizedDrawingEnabled_Value = isOptimizedDrawingEnabled_Method.invoke(subComponent_018) ''' subComponent_018.checkIfChildObscuredBySibling() ''' checkIfChildObscuredBySibling_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[86] checkIfChildObscuredBySibling_Value = checkIfChildObscuredBySibling_Method.invoke(subComponent_018) ''' subComponent_018.isLightweightComponent() ''' isLightweightComponent_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[87] isLightweightComponent_Value = isLightweightComponent_Method.invoke(subComponent_018) ''' subComponent_018.paintBorder() ''' paintBorder_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[89] paintBorder_Value = paintBorder_Method.invoke(subComponent_018) ''' subComponent_018.adjustPaintFlags() ''' adjustPaintFlags_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[91] adjustPaintFlags_Value = adjustPaintFlags_Method.invoke(subComponent_018) ''' subComponent_018.isPainting() ''' isPainting_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[92] isPainting_Value = isPainting_Method.invoke(subComponent_018) ''' subComponent_018.rectangleIsObscured() ''' rectangleIsObscured_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[93] rectangleIsObscured_Value = rectangleIsObscured_Method.invoke(subComponent_018) ''' subComponent_018.printComponent() ''' printComponent_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[94] printComponent_Value = printComponent_Method.invoke(subComponent_018) ''' subComponent_018.printBorder() ''' printBorder_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[95] printBorder_Value = printBorder_Method.invoke(subComponent_018) ''' subComponent_018.printChildren() ''' printChildren_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[96] printChildren_Value = printChildren_Method.invoke(subComponent_018) ''' subComponent_018.paintForceDoubleBuffered() ''' paintForceDoubleBuffered_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[97] paintForceDoubleBuffered_Value = paintForceDoubleBuffered_Method.invoke(subComponent_018) ''' subComponent_018.isPaintingTile() ''' isPaintingTile_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[98] isPaintingTile_Value = isPaintingTile_Method.invoke(subComponent_018) ''' subComponent_018.isPaintingForPrint() ''' isPaintingForPrint_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[99] isPaintingForPrint_Value = isPaintingForPrint_Method.invoke(subComponent_018) ''' subComponent_018.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[100] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_018) ''' subComponent_018.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[101] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_018) ''' subComponent_018.deregisterNextFocusableComponent() ''' deregisterNextFocusableComponent_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[104] deregisterNextFocusableComponent_Value = deregisterNextFocusableComponent_Method.invoke(subComponent_018) ''' subComponent_018.isRequestFocusEnabled() ''' isRequestFocusEnabled_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[107] isRequestFocusEnabled_Value = isRequestFocusEnabled_Method.invoke(subComponent_018) ''' subComponent_018.grabFocus() ''' grabFocus_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[108] grabFocus_Value = grabFocus_Method.invoke(subComponent_018) ''' subComponent_018.validateAlignment() ''' validateAlignment_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[113] validateAlignment_Value = validateAlignment_Method.invoke(subComponent_018) ''' subComponent_018.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[119] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_018) ''' subComponent_018.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[120] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_018) ''' subComponent_018.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[126] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_018) ''' subComponent_018.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[127] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_018) ''' subComponent_018.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[128] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_018) ''' subComponent_018.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[129] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_018) ''' subComponent_018.componentInputMapChanged() ''' componentInputMapChanged_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[130] componentInputMapChanged_Value = componentInputMapChanged_Method.invoke(subComponent_018) ''' subComponent_018.unregisterKeyboardAction() ''' unregisterKeyboardAction_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[131] unregisterKeyboardAction_Value = unregisterKeyboardAction_Method.invoke(subComponent_018) ''' subComponent_018.requestDefaultFocus() ''' requestDefaultFocus_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[138] requestDefaultFocus_Value = requestDefaultFocus_Method.invoke(subComponent_018) ''' subComponent_018.processComponentKeyEvent() ''' processComponentKeyEvent_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[140] processComponentKeyEvent_Value = processComponentKeyEvent_Method.invoke(subComponent_018) ''' subComponent_018.processKeyBindings() ''' processKeyBindings_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[141] processKeyBindings_Value = processKeyBindings_Method.invoke(subComponent_018) ''' subComponent_018.processKeyBinding() ''' processKeyBinding_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[142] processKeyBinding_Value = processKeyBinding_Method.invoke(subComponent_018) ''' subComponent_018.processKeyBindingsForAllComponents() ''' processKeyBindingsForAllComponents_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[143] processKeyBindingsForAllComponents_Value = processKeyBindingsForAllComponents_Method.invoke(subComponent_018) ''' subComponent_018.createToolTip() ''' createToolTip_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[149] createToolTip_Value = createToolTip_Method.invoke(subComponent_018) ''' subComponent_018.scrollRectToVisible() ''' scrollRectToVisible_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[150] scrollRectToVisible_Value = scrollRectToVisible_Method.invoke(subComponent_018) ''' subComponent_018.dropLocationForPoint() ''' dropLocationForPoint_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[155] dropLocationForPoint_Value = dropLocationForPoint_Method.invoke(subComponent_018) ''' subComponent_018.dndDone() ''' dndDone_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[157] dndDone_Value = dndDone_Method.invoke(subComponent_018) ''' subComponent_018.superProcessMouseMotionEvent() ''' superProcessMouseMotionEvent_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[158] superProcessMouseMotionEvent_Value = superProcessMouseMotionEvent_Method.invoke(subComponent_018) ''' subComponent_018.clientPropertyChanged() ''' clientPropertyChanged_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[162] clientPropertyChanged_Value = clientPropertyChanged_Method.invoke(subComponent_018) ''' subComponent_018.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[163] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_018) ''' subComponent_018.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[164] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_018) ''' subComponent_018.fireVetoableChange() ''' fireVetoableChange_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[166] fireVetoableChange_Value = fireVetoableChange_Method.invoke(subComponent_018) ''' subComponent_018.addVetoableChangeListener() ''' addVetoableChangeListener_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[167] addVetoableChangeListener_Value = addVetoableChangeListener_Method.invoke(subComponent_018) ''' subComponent_018.removeVetoableChangeListener() ''' removeVetoableChangeListener_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[168] removeVetoableChangeListener_Value = removeVetoableChangeListener_Method.invoke(subComponent_018) ''' subComponent_018.addAncestorListener() ''' addAncestorListener_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[172] addAncestorListener_Value = addAncestorListener_Method.invoke(subComponent_018) ''' subComponent_018.removeAncestorListener() ''' removeAncestorListener_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[173] removeAncestorListener_Value = removeAncestorListener_Method.invoke(subComponent_018) ''' #subComponent_018.lambda$revalidate$0() ''' lambdarevalidate0_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[175] lambdarevalidate0_Value = lambdarevalidate0_Method.invoke(#subComponent_018) ''' subComponent_018.isPaintingOrigin() ''' isPaintingOrigin_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[176] isPaintingOrigin_Value = isPaintingOrigin_Method.invoke(subComponent_018) ''' subComponent_018.paintImmediately() ''' paintImmediately_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[177] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_018) ''' subComponent_018.paintImmediately() ''' paintImmediately_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[178] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_018) ''' subComponent_018._paintImmediately() ''' _paintImmediately_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[179] _paintImmediately_Value = _paintImmediately_Method.invoke(subComponent_018) ''' subComponent_018.alwaysOnTop() ''' alwaysOnTop_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[180] alwaysOnTop_Value = alwaysOnTop_Method.invoke(subComponent_018) ''' subComponent_018.paintToOffscreen() ''' paintToOffscreen_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[182] paintToOffscreen_Value = paintToOffscreen_Method.invoke(subComponent_018) ''' #subComponent_018.access$000() ''' access000_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[183] access000_Value = access000_Method.invoke(#subComponent_018) ''' #subComponent_018.access$100() ''' access100_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[184] access100_Value = access100_Method.invoke(#subComponent_018) ''' #subComponent_018.access$200() ''' access200_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[185] access200_Value = access200_Method.invoke(#subComponent_018) ''' #subComponent_018.access$300() ''' access300_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[186] access300_Value = access300_Method.invoke(#subComponent_018) ''' subComponent_018.repaint() ''' repaint_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[189] repaint_Value = repaint_Method.invoke(subComponent_018) ''' subComponent_018.repaint() ''' repaint_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[190] repaint_Value = repaint_Method.invoke(subComponent_018) ''' subComponent_018.revalidate() ''' revalidate_Method = subComponent_018.getClass().getSuperclass().getDeclaredMethods()[191] revalidate_Value = revalidate_Method.invoke(subComponent_018) ''' endFunction = True #========================================================== #========================================================== subComponent_019 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(0).getComponent(0).getComponent(0) def subComponent_019(): # def subComponent_019_Declared_Fields(): #*****************Declared Fields***************** #NOTE: The following fields can only be accessed through reflection #subComponent_019.getClass().getDeclaredFields()[0] uiClassID_Field = subComponent_019.getClass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_019) #uiClassID_Value = PanelUI #**************Declared Super Fields************** subComponent_019.alignmentX #subComponent_019.alignmentX = 0.0 subComponent_019.alignmentY #subComponent_019.alignmentY = 0.0 subComponent_019.autoscrolls #subComponent_019.autoscrolls = False subComponent_019.border #subComponent_019.border = javax.swing.plaf.synth.SynthBorder@14fc613c subComponent_019.inputVerifier #subComponent_019.inputVerifier = None subComponent_019.verifyInputWhenFocusTarget #subComponent_019.verifyInputWhenFocusTarget = True subComponent_019.WHEN_FOCUSED #subComponent_019.WHEN_FOCUSED = 0 subComponent_019.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT #subComponent_019.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT = 1 subComponent_019.WHEN_IN_FOCUSED_WINDOW #subComponent_019.WHEN_IN_FOCUSED_WINDOW = 2 subComponent_019.UNDEFINED_CONDITION #subComponent_019.UNDEFINED_CONDITION = -1 subComponent_019.TOOL_TIP_TEXT_KEY #subComponent_019.TOOL_TIP_TEXT_KEY = ToolTipText subComponent_019.actionMap #subComponent_019.actionMap = None #NOTE: The following fields can only be accessed through reflection #subComponent_019.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_019) #uiClassID_Value = ComponentUI #subComponent_019.getClass().getSuperclass().getDeclaredFields()[1] readObjectCallbacks_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('readObjectCallbacks') readObjectCallbacks_Field.setAccessible(True) readObjectCallbacks_Value = readObjectCallbacks_Field.get(subComponent_019) #readObjectCallbacks_Value = {} #subComponent_019.getClass().getSuperclass().getDeclaredFields()[2] managingFocusForwardTraversalKeys_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('managingFocusForwardTraversalKeys') managingFocusForwardTraversalKeys_Field.setAccessible(True) managingFocusForwardTraversalKeys_Value = managingFocusForwardTraversalKeys_Field.get(subComponent_019) #managingFocusForwardTraversalKeys_Value = [ctrl pressed TAB] #subComponent_019.getClass().getSuperclass().getDeclaredFields()[3] managingFocusBackwardTraversalKeys_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('managingFocusBackwardTraversalKeys') managingFocusBackwardTraversalKeys_Field.setAccessible(True) managingFocusBackwardTraversalKeys_Value = managingFocusBackwardTraversalKeys_Field.get(subComponent_019) #managingFocusBackwardTraversalKeys_Value = [shift ctrl pressed TAB] #subComponent_019.getClass().getSuperclass().getDeclaredFields()[4] NOT_OBSCURED_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('NOT_OBSCURED') NOT_OBSCURED_Field.setAccessible(True) NOT_OBSCURED_Value = NOT_OBSCURED_Field.get(subComponent_019) #NOT_OBSCURED_Value = 0 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[5] PARTIALLY_OBSCURED_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('PARTIALLY_OBSCURED') PARTIALLY_OBSCURED_Field.setAccessible(True) PARTIALLY_OBSCURED_Value = PARTIALLY_OBSCURED_Field.get(subComponent_019) #PARTIALLY_OBSCURED_Value = 1 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[6] COMPLETELY_OBSCURED_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('COMPLETELY_OBSCURED') COMPLETELY_OBSCURED_Field.setAccessible(True) COMPLETELY_OBSCURED_Value = COMPLETELY_OBSCURED_Field.get(subComponent_019) #COMPLETELY_OBSCURED_Value = 2 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[7] DEBUG_GRAPHICS_LOADED_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('DEBUG_GRAPHICS_LOADED') DEBUG_GRAPHICS_LOADED_Field.setAccessible(True) DEBUG_GRAPHICS_LOADED_Value = DEBUG_GRAPHICS_LOADED_Field.get(subComponent_019) #DEBUG_GRAPHICS_LOADED_Value = True #subComponent_019.getClass().getSuperclass().getDeclaredFields()[8] INPUT_VERIFIER_SOURCE_KEY_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('INPUT_VERIFIER_SOURCE_KEY') INPUT_VERIFIER_SOURCE_KEY_Field.setAccessible(True) INPUT_VERIFIER_SOURCE_KEY_Value = INPUT_VERIFIER_SOURCE_KEY_Field.get(subComponent_019) #INPUT_VERIFIER_SOURCE_KEY_Value = InputVerifierSourceKey #subComponent_019.getClass().getSuperclass().getDeclaredFields()[9] isAlignmentXSet_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('isAlignmentXSet') isAlignmentXSet_Field.setAccessible(True) isAlignmentXSet_Value = isAlignmentXSet_Field.get(subComponent_019) #isAlignmentXSet_Value = False #subComponent_019.getClass().getSuperclass().getDeclaredFields()[11] isAlignmentYSet_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('isAlignmentYSet') isAlignmentYSet_Field.setAccessible(True) isAlignmentYSet_Value = isAlignmentYSet_Field.get(subComponent_019) #isAlignmentYSet_Value = False #subComponent_019.getClass().getSuperclass().getDeclaredFields()[13] ui_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('ui') ui_Field.setAccessible(True) ui_Value = ui_Field.get(subComponent_019) #ui_Value = javax.swing.plaf.synth.SynthPanelUI@45d38fa9 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[14] listenerList_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('listenerList') listenerList_Field.setAccessible(True) listenerList_Value = listenerList_Field.get(subComponent_019) #listenerList_Value = EventListenerList: 0 listeners: #subComponent_019.getClass().getSuperclass().getDeclaredFields()[15] clientProperties_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('clientProperties') clientProperties_Field.setAccessible(True) clientProperties_Value = clientProperties_Field.get(subComponent_019) #clientProperties_Value = javax.swing.ArrayTable@56dfc24c #subComponent_019.getClass().getSuperclass().getDeclaredFields()[16] vetoableChangeSupport_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('vetoableChangeSupport') vetoableChangeSupport_Field.setAccessible(True) vetoableChangeSupport_Value = vetoableChangeSupport_Field.get(subComponent_019) #vetoableChangeSupport_Value = None #subComponent_019.getClass().getSuperclass().getDeclaredFields()[19] flags_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('flags') flags_Field.setAccessible(True) flags_Value = flags_Field.get(subComponent_019) #flags_Value = 16777217 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[22] paintingChild_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('paintingChild') paintingChild_Field.setAccessible(True) paintingChild_Value = paintingChild_Field.get(subComponent_019) #paintingChild_Value = None #subComponent_019.getClass().getSuperclass().getDeclaredFields()[27] KEYBOARD_BINDINGS_KEY_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('KEYBOARD_BINDINGS_KEY') KEYBOARD_BINDINGS_KEY_Field.setAccessible(True) KEYBOARD_BINDINGS_KEY_Value = KEYBOARD_BINDINGS_KEY_Field.get(subComponent_019) #KEYBOARD_BINDINGS_KEY_Value = _KeyboardBindings #subComponent_019.getClass().getSuperclass().getDeclaredFields()[28] WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('WHEN_IN_FOCUSED_WINDOW_BINDINGS') WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.setAccessible(True) WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.get(subComponent_019) #WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = _WhenInFocusedWindow #subComponent_019.getClass().getSuperclass().getDeclaredFields()[30] NEXT_FOCUS_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('NEXT_FOCUS') NEXT_FOCUS_Field.setAccessible(True) NEXT_FOCUS_Value = NEXT_FOCUS_Field.get(subComponent_019) #NEXT_FOCUS_Value = nextFocus #subComponent_019.getClass().getSuperclass().getDeclaredFields()[31] popupMenu_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('popupMenu') popupMenu_Field.setAccessible(True) popupMenu_Value = popupMenu_Field.get(subComponent_019) #popupMenu_Value = None #subComponent_019.getClass().getSuperclass().getDeclaredFields()[32] IS_DOUBLE_BUFFERED_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('IS_DOUBLE_BUFFERED') IS_DOUBLE_BUFFERED_Field.setAccessible(True) IS_DOUBLE_BUFFERED_Value = IS_DOUBLE_BUFFERED_Field.get(subComponent_019) #IS_DOUBLE_BUFFERED_Value = 0 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[33] ANCESTOR_USING_BUFFER_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('ANCESTOR_USING_BUFFER') ANCESTOR_USING_BUFFER_Field.setAccessible(True) ANCESTOR_USING_BUFFER_Value = ANCESTOR_USING_BUFFER_Field.get(subComponent_019) #ANCESTOR_USING_BUFFER_Value = 1 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[34] IS_PAINTING_TILE_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('IS_PAINTING_TILE') IS_PAINTING_TILE_Field.setAccessible(True) IS_PAINTING_TILE_Value = IS_PAINTING_TILE_Field.get(subComponent_019) #IS_PAINTING_TILE_Value = 2 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[35] IS_OPAQUE_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('IS_OPAQUE') IS_OPAQUE_Field.setAccessible(True) IS_OPAQUE_Value = IS_OPAQUE_Field.get(subComponent_019) #IS_OPAQUE_Value = 3 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[36] KEY_EVENTS_ENABLED_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('KEY_EVENTS_ENABLED') KEY_EVENTS_ENABLED_Field.setAccessible(True) KEY_EVENTS_ENABLED_Value = KEY_EVENTS_ENABLED_Field.get(subComponent_019) #KEY_EVENTS_ENABLED_Value = 4 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[37] FOCUS_INPUTMAP_CREATED_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('FOCUS_INPUTMAP_CREATED') FOCUS_INPUTMAP_CREATED_Field.setAccessible(True) FOCUS_INPUTMAP_CREATED_Value = FOCUS_INPUTMAP_CREATED_Field.get(subComponent_019) #FOCUS_INPUTMAP_CREATED_Value = 5 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[38] ANCESTOR_INPUTMAP_CREATED_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('ANCESTOR_INPUTMAP_CREATED') ANCESTOR_INPUTMAP_CREATED_Field.setAccessible(True) ANCESTOR_INPUTMAP_CREATED_Value = ANCESTOR_INPUTMAP_CREATED_Field.get(subComponent_019) #ANCESTOR_INPUTMAP_CREATED_Value = 6 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[39] WIF_INPUTMAP_CREATED_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('WIF_INPUTMAP_CREATED') WIF_INPUTMAP_CREATED_Field.setAccessible(True) WIF_INPUTMAP_CREATED_Value = WIF_INPUTMAP_CREATED_Field.get(subComponent_019) #WIF_INPUTMAP_CREATED_Value = 7 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[40] ACTIONMAP_CREATED_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('ACTIONMAP_CREATED') ACTIONMAP_CREATED_Field.setAccessible(True) ACTIONMAP_CREATED_Value = ACTIONMAP_CREATED_Field.get(subComponent_019) #ACTIONMAP_CREATED_Value = 8 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[41] CREATED_DOUBLE_BUFFER_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('CREATED_DOUBLE_BUFFER') CREATED_DOUBLE_BUFFER_Field.setAccessible(True) CREATED_DOUBLE_BUFFER_Value = CREATED_DOUBLE_BUFFER_Field.get(subComponent_019) #CREATED_DOUBLE_BUFFER_Value = 9 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[42] IS_PRINTING_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('IS_PRINTING') IS_PRINTING_Field.setAccessible(True) IS_PRINTING_Value = IS_PRINTING_Field.get(subComponent_019) #IS_PRINTING_Value = 11 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[43] IS_PRINTING_ALL_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('IS_PRINTING_ALL') IS_PRINTING_ALL_Field.setAccessible(True) IS_PRINTING_ALL_Value = IS_PRINTING_ALL_Field.get(subComponent_019) #IS_PRINTING_ALL_Value = 12 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[44] IS_REPAINTING_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('IS_REPAINTING') IS_REPAINTING_Field.setAccessible(True) IS_REPAINTING_Value = IS_REPAINTING_Field.get(subComponent_019) #IS_REPAINTING_Value = 13 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[45] WRITE_OBJ_COUNTER_FIRST_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_FIRST') WRITE_OBJ_COUNTER_FIRST_Field.setAccessible(True) WRITE_OBJ_COUNTER_FIRST_Value = WRITE_OBJ_COUNTER_FIRST_Field.get(subComponent_019) #WRITE_OBJ_COUNTER_FIRST_Value = 14 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[46] RESERVED_1_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('RESERVED_1') RESERVED_1_Field.setAccessible(True) RESERVED_1_Value = RESERVED_1_Field.get(subComponent_019) #RESERVED_1_Value = 15 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[47] RESERVED_2_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('RESERVED_2') RESERVED_2_Field.setAccessible(True) RESERVED_2_Value = RESERVED_2_Field.get(subComponent_019) #RESERVED_2_Value = 16 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[48] RESERVED_3_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('RESERVED_3') RESERVED_3_Field.setAccessible(True) RESERVED_3_Value = RESERVED_3_Field.get(subComponent_019) #RESERVED_3_Value = 17 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[49] RESERVED_4_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('RESERVED_4') RESERVED_4_Field.setAccessible(True) RESERVED_4_Value = RESERVED_4_Field.get(subComponent_019) #RESERVED_4_Value = 18 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[50] RESERVED_5_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('RESERVED_5') RESERVED_5_Field.setAccessible(True) RESERVED_5_Value = RESERVED_5_Field.get(subComponent_019) #RESERVED_5_Value = 19 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[51] RESERVED_6_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('RESERVED_6') RESERVED_6_Field.setAccessible(True) RESERVED_6_Value = RESERVED_6_Field.get(subComponent_019) #RESERVED_6_Value = 20 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[52] WRITE_OBJ_COUNTER_LAST_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_LAST') WRITE_OBJ_COUNTER_LAST_Field.setAccessible(True) WRITE_OBJ_COUNTER_LAST_Value = WRITE_OBJ_COUNTER_LAST_Field.get(subComponent_019) #WRITE_OBJ_COUNTER_LAST_Value = 21 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[53] REQUEST_FOCUS_DISABLED_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('REQUEST_FOCUS_DISABLED') REQUEST_FOCUS_DISABLED_Field.setAccessible(True) REQUEST_FOCUS_DISABLED_Value = REQUEST_FOCUS_DISABLED_Field.get(subComponent_019) #REQUEST_FOCUS_DISABLED_Value = 22 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[54] INHERITS_POPUP_MENU_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('INHERITS_POPUP_MENU') INHERITS_POPUP_MENU_Field.setAccessible(True) INHERITS_POPUP_MENU_Value = INHERITS_POPUP_MENU_Field.get(subComponent_019) #INHERITS_POPUP_MENU_Value = 23 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[55] OPAQUE_SET_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('OPAQUE_SET') OPAQUE_SET_Field.setAccessible(True) OPAQUE_SET_Value = OPAQUE_SET_Field.get(subComponent_019) #OPAQUE_SET_Value = 24 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[56] AUTOSCROLLS_SET_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('AUTOSCROLLS_SET') AUTOSCROLLS_SET_Field.setAccessible(True) AUTOSCROLLS_SET_Value = AUTOSCROLLS_SET_Field.get(subComponent_019) #AUTOSCROLLS_SET_Value = 25 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[57] FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_FORWARD_SET') FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.get(subComponent_019) #FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = 26 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[58] FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_BACKWARD_SET') FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.get(subComponent_019) #FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = 27 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[59] revalidateRunnableScheduled_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('revalidateRunnableScheduled') revalidateRunnableScheduled_Field.setAccessible(True) revalidateRunnableScheduled_Value = revalidateRunnableScheduled_Field.get(subComponent_019) #revalidateRunnableScheduled_Value = false #subComponent_019.getClass().getSuperclass().getDeclaredFields()[60] tempRectangles_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('tempRectangles') tempRectangles_Field.setAccessible(True) tempRectangles_Value = tempRectangles_Field.get(subComponent_019) #tempRectangles_Value = [java.awt.Rectangle[x=0,y=0,width=425,height=525], java.awt.[...] #subComponent_019.getClass().getSuperclass().getDeclaredFields()[61] focusInputMap_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('focusInputMap') focusInputMap_Field.setAccessible(True) focusInputMap_Value = focusInputMap_Field.get(subComponent_019) #focusInputMap_Value = None #subComponent_019.getClass().getSuperclass().getDeclaredFields()[62] ancestorInputMap_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('ancestorInputMap') ancestorInputMap_Field.setAccessible(True) ancestorInputMap_Value = ancestorInputMap_Field.get(subComponent_019) #ancestorInputMap_Value = None #subComponent_019.getClass().getSuperclass().getDeclaredFields()[63] windowInputMap_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('windowInputMap') windowInputMap_Field.setAccessible(True) windowInputMap_Value = windowInputMap_Field.get(subComponent_019) #windowInputMap_Value = None #subComponent_019.getClass().getSuperclass().getDeclaredFields()[65] defaultLocale_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('defaultLocale') defaultLocale_Field.setAccessible(True) defaultLocale_Value = defaultLocale_Field.get(subComponent_019) #defaultLocale_Value = JComponent.defaultLocale #subComponent_019.getClass().getSuperclass().getDeclaredFields()[66] componentObtainingGraphicsFrom_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFrom') componentObtainingGraphicsFrom_Field.setAccessible(True) componentObtainingGraphicsFrom_Value = componentObtainingGraphicsFrom_Field.get(subComponent_019) #componentObtainingGraphicsFrom_Value = None #subComponent_019.getClass().getSuperclass().getDeclaredFields()[67] componentObtainingGraphicsFromLock_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFromLock') componentObtainingGraphicsFromLock_Field.setAccessible(True) componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFromLock_Field.get(subComponent_019) #componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFrom #subComponent_019.getClass().getSuperclass().getDeclaredFields()[68] aaHint_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('aaHint') aaHint_Field.setAccessible(True) aaHint_Value = aaHint_Field.get(subComponent_019) #aaHint_Value = LCD HRGB antialiasing text mode #subComponent_019.getClass().getSuperclass().getDeclaredFields()[69] lcdRenderingHint_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('lcdRenderingHint') lcdRenderingHint_Field.setAccessible(True) lcdRenderingHint_Value = lcdRenderingHint_Field.get(subComponent_019) #lcdRenderingHint_Value = 120 #subComponent_019.getClass().getSuperclass().getDeclaredFields()[70] focusController_Field = subComponent_019.getClass().getSuperclass().getDeclaredField('focusController') focusController_Field.setAccessible(True) focusController_Value = focusController_Field.get(subComponent_019) #focusController_Value = javax.swing.JComponent$2@565d4f8a endFunction = True def subComponent_019_Declared_Methods(): #**************Declared 'get' Methods************* subComponent_019.getAccessibleContext() ''' getAccessibleContext_Method = subComponent_019.getClass().getDeclaredMethods()[2] getAccessibleContext_Value = getAccessibleContext_Method.invoke(subComponent_019) ''' #getAccessibleContext_Value = javax.swing.JPanel$AccessibleJPanel@4d041878 subComponent_019.getUI() ''' getUI_Method = subComponent_019.getClass().getDeclaredMethods()[4] getUI_Value = getUI_Method.invoke(subComponent_019) ''' #getUI_Value = javax.swing.plaf.synth.SynthPanelUI@45d38fa9 subComponent_019.getUI() ''' getUI_Method = subComponent_019.getClass().getDeclaredMethods()[5] getUI_Value = getUI_Method.invoke(subComponent_019) ''' #getUI_Value = javax.swing.plaf.synth.SynthPanelUI@45d38fa9 subComponent_019.getUIClassID() ''' getUIClassID_Method = subComponent_019.getClass().getDeclaredMethods()[7] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_019) ''' #getUIClassID_Value = PanelUI #***********Declared 'get' Super Methods********** #subComponent_019.getLocation() ''' getLocation_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[2] getLocation_Value = getLocation_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! #subComponent_019.getSize() ''' getSize_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[6] getSize_Value = getSize_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! subComponent_019.getInsets() ''' getInsets_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[10] getInsets_Value = getInsets_Method.invoke(subComponent_019) ''' #getInsets_Value = java.awt.Insets[top=0,left=0,bottom=0,right=0] #subComponent_019.getInsets() ''' getInsets_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[11] getInsets_Value = getInsets_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! subComponent_019.getPreferredSize() ''' getPreferredSize_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[16] getPreferredSize_Value = getPreferredSize_Method.invoke(subComponent_019) ''' #getPreferredSize_Value = java.awt.Dimension[width=4,height=0] subComponent_019.getMinimumSize() ''' getMinimumSize_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[17] getMinimumSize_Value = getMinimumSize_Method.invoke(subComponent_019) ''' #getMinimumSize_Value = java.awt.Dimension[width=4,height=0] subComponent_019.getMaximumSize() ''' getMaximumSize_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[18] getMaximumSize_Value = getMaximumSize_Method.invoke(subComponent_019) ''' #getMaximumSize_Value = java.awt.Dimension[width=32767,height=32767] subComponent_019.getAlignmentX() ''' getAlignmentX_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[19] getAlignmentX_Value = getAlignmentX_Method.invoke(subComponent_019) ''' #getAlignmentX_Value = 0.5 subComponent_019.getAlignmentY() ''' getAlignmentY_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[20] getAlignmentY_Value = getAlignmentY_Method.invoke(subComponent_019) ''' #getAlignmentY_Value = 0.5 #subComponent_019.getListeners() ''' getListeners_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[22] getListeners_Value = getListeners_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! subComponent_019.getX() ''' getX_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[29] getX_Value = getX_Method.invoke(subComponent_019) ''' #getX_Value = 0 subComponent_019.getY() ''' getY_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[30] getY_Value = getY_Method.invoke(subComponent_019) ''' #getY_Value = 0 subComponent_019.getWidth() ''' getWidth_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[31] getWidth_Value = getWidth_Method.invoke(subComponent_019) ''' #getWidth_Value = 77 subComponent_019.getHeight() ''' getHeight_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[32] getHeight_Value = getHeight_Method.invoke(subComponent_019) ''' #getHeight_Value = 256 #subComponent_019.getBaseline() ''' getBaseline_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[44] getBaseline_Value = getBaseline_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! subComponent_019.getBaselineResizeBehavior() ''' getBaselineResizeBehavior_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[45] getBaselineResizeBehavior_Value = getBaselineResizeBehavior_Method.invoke(subComponent_019) ''' #getBaselineResizeBehavior_Value = OTHER subComponent_019.getGraphics() ''' getGraphics_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[46] getGraphics_Value = getGraphics_Method.invoke(subComponent_019) ''' #getGraphics_Value = sun.java2d.SunGraphics2D[font=javax.swing.plaf.FontUIResourc[...] #subComponent_019.getFontMetrics() ''' getFontMetrics_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[47] getFontMetrics_Value = getFontMetrics_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! subComponent_019.getUI() ''' getUI_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[58] getUI_Value = getUI_Method.invoke(subComponent_019) ''' #getUI_Value = javax.swing.plaf.synth.SynthPanelUI@45d38fa9 subComponent_019.getUIClassID() ''' getUIClassID_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[60] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_019) ''' #getUIClassID_Value = PanelUI #subComponent_019.getWriteObjCounter() ''' getWriteObjCounter_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[61] getWriteObjCounter_Value = getWriteObjCounter_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! #subComponent_019.getGraphicsInvoked() ''' getGraphicsInvoked_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[65] getGraphicsInvoked_Value = getGraphicsInvoked_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! #subComponent_019.getManagingFocusForwardTraversalKeys() ''' getManagingFocusForwardTraversalKeys_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[67] getManagingFocusForwardTraversalKeys_Value = getManagingFocusForwardTraversalKeys_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! #subComponent_019.getManagingFocusBackwardTraversalKeys() ''' getManagingFocusBackwardTraversalKeys_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[68] getManagingFocusBackwardTraversalKeys_Value = getManagingFocusBackwardTraversalKeys_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! #subComponent_019.getFlag() ''' getFlag_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[72] getFlag_Value = getFlag_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! subComponent_019.getInheritsPopupMenu() ''' getInheritsPopupMenu_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[74] getInheritsPopupMenu_Value = getInheritsPopupMenu_Method.invoke(subComponent_019) ''' #getInheritsPopupMenu_Value = False subComponent_019.getComponentPopupMenu() ''' getComponentPopupMenu_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[76] getComponentPopupMenu_Value = getComponentPopupMenu_Method.invoke(subComponent_019) ''' #getComponentPopupMenu_Value = None subComponent_019.getDefaultLocale() ''' getDefaultLocale_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[78] getDefaultLocale_Value = getDefaultLocale_Method.invoke(subComponent_019) ''' #getDefaultLocale_Value = en #subComponent_019.getComponentGraphics() ''' getComponentGraphics_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[81] getComponentGraphics_Value = getComponentGraphics_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! #subComponent_019.getObscuredState() ''' getObscuredState_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[88] getObscuredState_Value = getObscuredState_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! subComponent_019.getBorder() ''' getBorder_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[90] getBorder_Value = getBorder_Method.invoke(subComponent_019) ''' #getBorder_Value = javax.swing.plaf.synth.SynthBorder@14fc613c subComponent_019.getNextFocusableComponent() ''' getNextFocusableComponent_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[102] getNextFocusableComponent_Value = getNextFocusableComponent_Method.invoke(subComponent_019) ''' #getNextFocusableComponent_Value = None #subComponent_019.getClientProperty() ''' getClientProperty_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[105] getClientProperty_Value = getClientProperty_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! #subComponent_019.setVerifyInputWhenFocusTarget() ''' setVerifyInputWhenFocusTarget_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[109] setVerifyInputWhenFocusTarget_Value = setVerifyInputWhenFocusTarget_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! subComponent_019.getVerifyInputWhenFocusTarget() ''' getVerifyInputWhenFocusTarget_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[110] getVerifyInputWhenFocusTarget_Value = getVerifyInputWhenFocusTarget_Method.invoke(subComponent_019) ''' #getVerifyInputWhenFocusTarget_Value = True subComponent_019.getInputVerifier() ''' getInputVerifier_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[116] getInputVerifier_Value = getInputVerifier_Method.invoke(subComponent_019) ''' #getInputVerifier_Value = None subComponent_019.getDebugGraphicsOptions() ''' getDebugGraphicsOptions_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[118] getDebugGraphicsOptions_Value = getDebugGraphicsOptions_Method.invoke(subComponent_019) ''' #getDebugGraphicsOptions_Value = 0 subComponent_019.getInputMap() ''' getInputMap_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[121] getInputMap_Value = getInputMap_Method.invoke(subComponent_019) ''' #getInputMap_Value = javax.swing.InputMap@1146a4ea #subComponent_019.getInputMap() ''' getInputMap_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[122] getInputMap_Value = getInputMap_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! #subComponent_019.getInputMap() ''' getInputMap_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[123] getInputMap_Value = getInputMap_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! subComponent_019.getActionMap() ''' getActionMap_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[124] getActionMap_Value = getActionMap_Method.invoke(subComponent_019) ''' #getActionMap_Value = javax.swing.ActionMap@4831cfac #subComponent_019.getActionMap() ''' getActionMap_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[125] getActionMap_Value = getActionMap_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! subComponent_019.getRegisteredKeyStrokes() ''' getRegisteredKeyStrokes_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[132] getRegisteredKeyStrokes_Value = getRegisteredKeyStrokes_Method.invoke(subComponent_019) ''' #getRegisteredKeyStrokes_Value = array(javax.swing.KeyStroke) #subComponent_019.getConditionForKeyStroke() ''' getConditionForKeyStroke_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[133] getConditionForKeyStroke_Value = getConditionForKeyStroke_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! #subComponent_019.getActionForKeyStroke() ''' getActionForKeyStroke_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[134] getActionForKeyStroke_Value = getActionForKeyStroke_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! #subComponent_019.getToolTipText() ''' getToolTipText_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[145] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! subComponent_019.getToolTipText() ''' getToolTipText_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[146] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_019) ''' #getToolTipText_Value = None #subComponent_019.getToolTipLocation() ''' getToolTipLocation_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[147] getToolTipLocation_Value = getToolTipLocation_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! #subComponent_019.getPopupLocation() ''' getPopupLocation_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[148] getPopupLocation_Value = getPopupLocation_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! subComponent_019.getAutoscrolls() ''' getAutoscrolls_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[152] getAutoscrolls_Value = getAutoscrolls_Method.invoke(subComponent_019) ''' #getAutoscrolls_Value = False subComponent_019.getTransferHandler() ''' getTransferHandler_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[154] getTransferHandler_Value = getTransferHandler_Method.invoke(subComponent_019) ''' #getTransferHandler_Value = None #subComponent_019.getCreatedDoubleBuffer() ''' getCreatedDoubleBuffer_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[160] getCreatedDoubleBuffer_Value = getCreatedDoubleBuffer_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! #subComponent_019.getClientProperties() ''' getClientProperties_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[161] getClientProperties_Value = getClientProperties_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! subComponent_019.getVisibleRect() ''' getVisibleRect_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[165] getVisibleRect_Value = getVisibleRect_Method.invoke(subComponent_019) ''' #getVisibleRect_Value = java.awt.Rectangle[x=0,y=0,width=77,height=256] subComponent_019.getVetoableChangeListeners() ''' getVetoableChangeListeners_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[169] getVetoableChangeListeners_Value = getVetoableChangeListeners_Method.invoke(subComponent_019) ''' #getVetoableChangeListeners_Value = array(java.beans.VetoableChangeListener) subComponent_019.getTopLevelAncestor() ''' getTopLevelAncestor_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[170] getTopLevelAncestor_Value = getTopLevelAncestor_Method.invoke(subComponent_019) ''' #getTopLevelAncestor_Value = com.inductiveautomation.ignition.designer.IgnitionDesigner[f[...] #subComponent_019.getAncestorNotifier() ''' getAncestorNotifier_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[171] getAncestorNotifier_Value = getAncestorNotifier_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! subComponent_019.getAncestorListeners() ''' getAncestorListeners_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[174] getAncestorListeners_Value = getAncestorListeners_Method.invoke(subComponent_019) ''' #getAncestorListeners_Value = array(javax.swing.event.AncestorListener) #subComponent_019.getBounds() ''' getBounds_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[188] getBounds_Value = getBounds_Method.invoke(subComponent_019) ''' #Threw Exception: No value could be obtained! subComponent_019.getRootPane() ''' getRootPane_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[192] getRootPane_Value = getRootPane_Method.invoke(subComponent_019) ''' #getRootPane_Value = javax.swing.JRootPane[,0,0,1295x960,invalid,layout=javax.swi[...] #**************Declared 'set' Methods************* subComponent_019.setUI() ''' setUI_Method = subComponent_019.getClass().getDeclaredMethods()[6] setUI_Value = setUI_Method.invoke(subComponent_019) ''' #***********Declared 'set' Super Methods********** subComponent_019.setOpaque() ''' setOpaque_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[7] setOpaque_Value = setOpaque_Method.invoke(subComponent_019) ''' subComponent_019.setFont() ''' setFont_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[15] setFont_Value = setFont_Method.invoke(subComponent_019) ''' subComponent_019.setFocusTraversalKeys() ''' setFocusTraversalKeys_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[23] setFocusTraversalKeys_Value = setFocusTraversalKeys_Method.invoke(subComponent_019) ''' subComponent_019.setEnabled() ''' setEnabled_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[33] setEnabled_Value = setEnabled_Method.invoke(subComponent_019) ''' subComponent_019.setForeground() ''' setForeground_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[38] setForeground_Value = setForeground_Method.invoke(subComponent_019) ''' subComponent_019.setBackground() ''' setBackground_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[39] setBackground_Value = setBackground_Method.invoke(subComponent_019) ''' subComponent_019.setPreferredSize() ''' setPreferredSize_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[41] setPreferredSize_Value = setPreferredSize_Method.invoke(subComponent_019) ''' subComponent_019.setMinimumSize() ''' setMinimumSize_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[42] setMinimumSize_Value = setMinimumSize_Method.invoke(subComponent_019) ''' subComponent_019.setMaximumSize() ''' setMaximumSize_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[43] setMaximumSize_Value = setMaximumSize_Method.invoke(subComponent_019) ''' subComponent_019.setDoubleBuffered() ''' setDoubleBuffered_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[55] setDoubleBuffered_Value = setDoubleBuffered_Method.invoke(subComponent_019) ''' subComponent_019.setUIProperty() ''' setUIProperty_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[56] setUIProperty_Value = setUIProperty_Method.invoke(subComponent_019) ''' subComponent_019.setUI() ''' setUI_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[59] setUI_Value = setUI_Method.invoke(subComponent_019) ''' subComponent_019.setWriteObjCounter() ''' setWriteObjCounter_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[62] setWriteObjCounter_Value = setWriteObjCounter_Method.invoke(subComponent_019) ''' subComponent_019.setInheritsPopupMenu() ''' setInheritsPopupMenu_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[71] setInheritsPopupMenu_Value = setInheritsPopupMenu_Method.invoke(subComponent_019) ''' subComponent_019.setFlag() ''' setFlag_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[73] setFlag_Value = setFlag_Method.invoke(subComponent_019) ''' subComponent_019.setComponentPopupMenu() ''' setComponentPopupMenu_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[75] setComponentPopupMenu_Value = setComponentPopupMenu_Method.invoke(subComponent_019) ''' subComponent_019.setNextFocusableComponent() ''' setNextFocusableComponent_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[103] setNextFocusableComponent_Value = setNextFocusableComponent_Method.invoke(subComponent_019) ''' subComponent_019.setRequestFocusEnabled() ''' setRequestFocusEnabled_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[106] setRequestFocusEnabled_Value = setRequestFocusEnabled_Method.invoke(subComponent_019) ''' subComponent_019.setBorder() ''' setBorder_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[111] setBorder_Value = setBorder_Method.invoke(subComponent_019) ''' subComponent_019.setAlignmentY() ''' setAlignmentY_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[112] setAlignmentY_Value = setAlignmentY_Method.invoke(subComponent_019) ''' subComponent_019.setAlignmentX() ''' setAlignmentX_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[114] setAlignmentX_Value = setAlignmentX_Method.invoke(subComponent_019) ''' subComponent_019.setInputVerifier() ''' setInputVerifier_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[115] setInputVerifier_Value = setInputVerifier_Method.invoke(subComponent_019) ''' subComponent_019.setDebugGraphicsOptions() ''' setDebugGraphicsOptions_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[117] setDebugGraphicsOptions_Value = setDebugGraphicsOptions_Method.invoke(subComponent_019) ''' subComponent_019.resetKeyboardActions() ''' resetKeyboardActions_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[135] resetKeyboardActions_Value = resetKeyboardActions_Method.invoke(subComponent_019) ''' subComponent_019.setInputMap() ''' setInputMap_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[136] setInputMap_Value = setInputMap_Method.invoke(subComponent_019) ''' subComponent_019.setActionMap() ''' setActionMap_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[137] setActionMap_Value = setActionMap_Method.invoke(subComponent_019) ''' subComponent_019.setDefaultLocale() ''' setDefaultLocale_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[139] setDefaultLocale_Value = setDefaultLocale_Method.invoke(subComponent_019) ''' subComponent_019.setToolTipText() ''' setToolTipText_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[144] setToolTipText_Value = setToolTipText_Method.invoke(subComponent_019) ''' subComponent_019.setAutoscrolls() ''' setAutoscrolls_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[151] setAutoscrolls_Value = setAutoscrolls_Method.invoke(subComponent_019) ''' subComponent_019.setTransferHandler() ''' setTransferHandler_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[153] setTransferHandler_Value = setTransferHandler_Method.invoke(subComponent_019) ''' subComponent_019.setDropLocation() ''' setDropLocation_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[156] setDropLocation_Value = setDropLocation_Method.invoke(subComponent_019) ''' subComponent_019.setCreatedDoubleBuffer() ''' setCreatedDoubleBuffer_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[159] setCreatedDoubleBuffer_Value = setCreatedDoubleBuffer_Method.invoke(subComponent_019) ''' subComponent_019.setPaintingChild() ''' setPaintingChild_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[181] setPaintingChild_Value = setPaintingChild_Method.invoke(subComponent_019) ''' subComponent_019.setVisible() ''' setVisible_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[187] setVisible_Value = setVisible_Method.invoke(subComponent_019) ''' #************All Other Declared Methods*********** subComponent_019.writeObject() ''' writeObject_Method = subComponent_019.getClass().getDeclaredMethods()[0] writeObject_Value = writeObject_Method.invoke(subComponent_019) ''' subComponent_019.paramString() ''' paramString_Method = subComponent_019.getClass().getDeclaredMethods()[1] paramString_Value = paramString_Method.invoke(subComponent_019) ''' subComponent_019.updateUI() ''' updateUI_Method = subComponent_019.getClass().getDeclaredMethods()[3] updateUI_Value = updateUI_Method.invoke(subComponent_019) ''' #*********All Other Declared Super Methods******** subComponent_019.update() ''' update_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[0] update_Value = update_Method.invoke(subComponent_019) ''' subComponent_019.contains() ''' contains_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[1] contains_Value = contains_Method.invoke(subComponent_019) ''' subComponent_019.readObject() ''' readObject_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[3] readObject_Value = readObject_Method.invoke(subComponent_019) ''' subComponent_019.writeObject() ''' writeObject_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[4] writeObject_Value = writeObject_Method.invoke(subComponent_019) ''' subComponent_019.print() ''' print_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[5] print_Value = print_Method.invoke(subComponent_019) ''' subComponent_019.paramString() ''' paramString_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[8] paramString_Value = paramString_Method.invoke(subComponent_019) ''' subComponent_019.isOpaque() ''' isOpaque_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[9] isOpaque_Value = isOpaque_Method.invoke(subComponent_019) ''' subComponent_019.removeNotify() ''' removeNotify_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[12] removeNotify_Value = removeNotify_Method.invoke(subComponent_019) ''' subComponent_019.addNotify() ''' addNotify_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[13] addNotify_Value = addNotify_Method.invoke(subComponent_019) ''' subComponent_019.isValidateRoot() ''' isValidateRoot_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[14] isValidateRoot_Value = isValidateRoot_Method.invoke(subComponent_019) ''' subComponent_019.paint() ''' paint_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[21] paint_Value = paint_Method.invoke(subComponent_019) ''' subComponent_019.firePropertyChange() ''' firePropertyChange_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[24] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_019) ''' subComponent_019.firePropertyChange() ''' firePropertyChange_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[25] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_019) ''' subComponent_019.firePropertyChange() ''' firePropertyChange_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[26] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_019) ''' subComponent_019.requestFocus() ''' requestFocus_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[27] requestFocus_Value = requestFocus_Method.invoke(subComponent_019) ''' subComponent_019.requestFocus() ''' requestFocus_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[28] requestFocus_Value = requestFocus_Method.invoke(subComponent_019) ''' subComponent_019.enable() ''' enable_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[34] enable_Value = enable_Method.invoke(subComponent_019) ''' subComponent_019.disable() ''' disable_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[35] disable_Value = disable_Method.invoke(subComponent_019) ''' subComponent_019.isDoubleBuffered() ''' isDoubleBuffered_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[36] isDoubleBuffered_Value = isDoubleBuffered_Method.invoke(subComponent_019) ''' subComponent_019.hide() ''' hide_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[37] hide_Value = hide_Method.invoke(subComponent_019) ''' subComponent_019.reshape() ''' reshape_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[40] reshape_Value = reshape_Method.invoke(subComponent_019) ''' subComponent_019.printAll() ''' printAll_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[48] printAll_Value = printAll_Method.invoke(subComponent_019) ''' subComponent_019.processKeyEvent() ''' processKeyEvent_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[49] processKeyEvent_Value = processKeyEvent_Method.invoke(subComponent_019) ''' subComponent_019.processMouseEvent() ''' processMouseEvent_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[50] processMouseEvent_Value = processMouseEvent_Method.invoke(subComponent_019) ''' subComponent_019.processMouseMotionEvent() ''' processMouseMotionEvent_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[51] processMouseMotionEvent_Value = processMouseMotionEvent_Method.invoke(subComponent_019) ''' subComponent_019.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[52] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_019) ''' subComponent_019.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[53] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_019) ''' subComponent_019.compWriteObjectNotify() ''' compWriteObjectNotify_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[54] compWriteObjectNotify_Value = compWriteObjectNotify_Method.invoke(subComponent_019) ''' subComponent_019.updateUI() ''' updateUI_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[57] updateUI_Value = updateUI_Method.invoke(subComponent_019) ''' subComponent_019.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[63] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_019) ''' subComponent_019.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[64] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_019) ''' subComponent_019.isComponentObtainingGraphicsFrom() ''' isComponentObtainingGraphicsFrom_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[66] isComponentObtainingGraphicsFrom_Value = isComponentObtainingGraphicsFrom_Method.invoke(subComponent_019) ''' subComponent_019.fetchRectangle() ''' fetchRectangle_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[69] fetchRectangle_Value = fetchRectangle_Method.invoke(subComponent_019) ''' subComponent_019.recycleRectangle() ''' recycleRectangle_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[70] recycleRectangle_Value = recycleRectangle_Method.invoke(subComponent_019) ''' subComponent_019.isManagingFocus() ''' isManagingFocus_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[77] isManagingFocus_Value = isManagingFocus_Method.invoke(subComponent_019) ''' subComponent_019.uninstallUIAndProperties() ''' uninstallUIAndProperties_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[79] uninstallUIAndProperties_Value = uninstallUIAndProperties_Method.invoke(subComponent_019) ''' subComponent_019.putClientProperty() ''' putClientProperty_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[80] putClientProperty_Value = putClientProperty_Method.invoke(subComponent_019) ''' subComponent_019.shouldDebugGraphics() ''' shouldDebugGraphics_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[82] shouldDebugGraphics_Value = shouldDebugGraphics_Method.invoke(subComponent_019) ''' subComponent_019.paintComponent() ''' paintComponent_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[83] paintComponent_Value = paintComponent_Method.invoke(subComponent_019) ''' subComponent_019.paintChildren() ''' paintChildren_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[84] paintChildren_Value = paintChildren_Method.invoke(subComponent_019) ''' subComponent_019.isOptimizedDrawingEnabled() ''' isOptimizedDrawingEnabled_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[85] isOptimizedDrawingEnabled_Value = isOptimizedDrawingEnabled_Method.invoke(subComponent_019) ''' subComponent_019.checkIfChildObscuredBySibling() ''' checkIfChildObscuredBySibling_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[86] checkIfChildObscuredBySibling_Value = checkIfChildObscuredBySibling_Method.invoke(subComponent_019) ''' subComponent_019.isLightweightComponent() ''' isLightweightComponent_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[87] isLightweightComponent_Value = isLightweightComponent_Method.invoke(subComponent_019) ''' subComponent_019.paintBorder() ''' paintBorder_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[89] paintBorder_Value = paintBorder_Method.invoke(subComponent_019) ''' subComponent_019.adjustPaintFlags() ''' adjustPaintFlags_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[91] adjustPaintFlags_Value = adjustPaintFlags_Method.invoke(subComponent_019) ''' subComponent_019.isPainting() ''' isPainting_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[92] isPainting_Value = isPainting_Method.invoke(subComponent_019) ''' subComponent_019.rectangleIsObscured() ''' rectangleIsObscured_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[93] rectangleIsObscured_Value = rectangleIsObscured_Method.invoke(subComponent_019) ''' subComponent_019.printComponent() ''' printComponent_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[94] printComponent_Value = printComponent_Method.invoke(subComponent_019) ''' subComponent_019.printBorder() ''' printBorder_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[95] printBorder_Value = printBorder_Method.invoke(subComponent_019) ''' subComponent_019.printChildren() ''' printChildren_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[96] printChildren_Value = printChildren_Method.invoke(subComponent_019) ''' subComponent_019.paintForceDoubleBuffered() ''' paintForceDoubleBuffered_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[97] paintForceDoubleBuffered_Value = paintForceDoubleBuffered_Method.invoke(subComponent_019) ''' subComponent_019.isPaintingTile() ''' isPaintingTile_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[98] isPaintingTile_Value = isPaintingTile_Method.invoke(subComponent_019) ''' subComponent_019.isPaintingForPrint() ''' isPaintingForPrint_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[99] isPaintingForPrint_Value = isPaintingForPrint_Method.invoke(subComponent_019) ''' subComponent_019.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[100] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_019) ''' subComponent_019.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[101] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_019) ''' subComponent_019.deregisterNextFocusableComponent() ''' deregisterNextFocusableComponent_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[104] deregisterNextFocusableComponent_Value = deregisterNextFocusableComponent_Method.invoke(subComponent_019) ''' subComponent_019.isRequestFocusEnabled() ''' isRequestFocusEnabled_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[107] isRequestFocusEnabled_Value = isRequestFocusEnabled_Method.invoke(subComponent_019) ''' subComponent_019.grabFocus() ''' grabFocus_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[108] grabFocus_Value = grabFocus_Method.invoke(subComponent_019) ''' subComponent_019.validateAlignment() ''' validateAlignment_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[113] validateAlignment_Value = validateAlignment_Method.invoke(subComponent_019) ''' subComponent_019.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[119] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_019) ''' subComponent_019.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[120] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_019) ''' subComponent_019.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[126] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_019) ''' subComponent_019.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[127] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_019) ''' subComponent_019.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[128] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_019) ''' subComponent_019.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[129] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_019) ''' subComponent_019.componentInputMapChanged() ''' componentInputMapChanged_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[130] componentInputMapChanged_Value = componentInputMapChanged_Method.invoke(subComponent_019) ''' subComponent_019.unregisterKeyboardAction() ''' unregisterKeyboardAction_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[131] unregisterKeyboardAction_Value = unregisterKeyboardAction_Method.invoke(subComponent_019) ''' subComponent_019.requestDefaultFocus() ''' requestDefaultFocus_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[138] requestDefaultFocus_Value = requestDefaultFocus_Method.invoke(subComponent_019) ''' subComponent_019.processComponentKeyEvent() ''' processComponentKeyEvent_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[140] processComponentKeyEvent_Value = processComponentKeyEvent_Method.invoke(subComponent_019) ''' subComponent_019.processKeyBindings() ''' processKeyBindings_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[141] processKeyBindings_Value = processKeyBindings_Method.invoke(subComponent_019) ''' subComponent_019.processKeyBinding() ''' processKeyBinding_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[142] processKeyBinding_Value = processKeyBinding_Method.invoke(subComponent_019) ''' subComponent_019.processKeyBindingsForAllComponents() ''' processKeyBindingsForAllComponents_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[143] processKeyBindingsForAllComponents_Value = processKeyBindingsForAllComponents_Method.invoke(subComponent_019) ''' subComponent_019.createToolTip() ''' createToolTip_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[149] createToolTip_Value = createToolTip_Method.invoke(subComponent_019) ''' subComponent_019.scrollRectToVisible() ''' scrollRectToVisible_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[150] scrollRectToVisible_Value = scrollRectToVisible_Method.invoke(subComponent_019) ''' subComponent_019.dropLocationForPoint() ''' dropLocationForPoint_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[155] dropLocationForPoint_Value = dropLocationForPoint_Method.invoke(subComponent_019) ''' subComponent_019.dndDone() ''' dndDone_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[157] dndDone_Value = dndDone_Method.invoke(subComponent_019) ''' subComponent_019.superProcessMouseMotionEvent() ''' superProcessMouseMotionEvent_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[158] superProcessMouseMotionEvent_Value = superProcessMouseMotionEvent_Method.invoke(subComponent_019) ''' subComponent_019.clientPropertyChanged() ''' clientPropertyChanged_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[162] clientPropertyChanged_Value = clientPropertyChanged_Method.invoke(subComponent_019) ''' subComponent_019.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[163] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_019) ''' subComponent_019.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[164] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_019) ''' subComponent_019.fireVetoableChange() ''' fireVetoableChange_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[166] fireVetoableChange_Value = fireVetoableChange_Method.invoke(subComponent_019) ''' subComponent_019.addVetoableChangeListener() ''' addVetoableChangeListener_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[167] addVetoableChangeListener_Value = addVetoableChangeListener_Method.invoke(subComponent_019) ''' subComponent_019.removeVetoableChangeListener() ''' removeVetoableChangeListener_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[168] removeVetoableChangeListener_Value = removeVetoableChangeListener_Method.invoke(subComponent_019) ''' subComponent_019.addAncestorListener() ''' addAncestorListener_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[172] addAncestorListener_Value = addAncestorListener_Method.invoke(subComponent_019) ''' subComponent_019.removeAncestorListener() ''' removeAncestorListener_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[173] removeAncestorListener_Value = removeAncestorListener_Method.invoke(subComponent_019) ''' #subComponent_019.lambda$revalidate$0() ''' lambdarevalidate0_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[175] lambdarevalidate0_Value = lambdarevalidate0_Method.invoke(#subComponent_019) ''' subComponent_019.isPaintingOrigin() ''' isPaintingOrigin_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[176] isPaintingOrigin_Value = isPaintingOrigin_Method.invoke(subComponent_019) ''' subComponent_019.paintImmediately() ''' paintImmediately_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[177] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_019) ''' subComponent_019.paintImmediately() ''' paintImmediately_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[178] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_019) ''' subComponent_019._paintImmediately() ''' _paintImmediately_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[179] _paintImmediately_Value = _paintImmediately_Method.invoke(subComponent_019) ''' subComponent_019.alwaysOnTop() ''' alwaysOnTop_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[180] alwaysOnTop_Value = alwaysOnTop_Method.invoke(subComponent_019) ''' subComponent_019.paintToOffscreen() ''' paintToOffscreen_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[182] paintToOffscreen_Value = paintToOffscreen_Method.invoke(subComponent_019) ''' #subComponent_019.access$000() ''' access000_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[183] access000_Value = access000_Method.invoke(#subComponent_019) ''' #subComponent_019.access$100() ''' access100_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[184] access100_Value = access100_Method.invoke(#subComponent_019) ''' #subComponent_019.access$200() ''' access200_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[185] access200_Value = access200_Method.invoke(#subComponent_019) ''' #subComponent_019.access$300() ''' access300_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[186] access300_Value = access300_Method.invoke(#subComponent_019) ''' subComponent_019.repaint() ''' repaint_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[189] repaint_Value = repaint_Method.invoke(subComponent_019) ''' subComponent_019.repaint() ''' repaint_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[190] repaint_Value = repaint_Method.invoke(subComponent_019) ''' subComponent_019.revalidate() ''' revalidate_Method = subComponent_019.getClass().getSuperclass().getDeclaredMethods()[191] revalidate_Value = revalidate_Method.invoke(subComponent_019) ''' endFunction = True #========================================================== #========================================================== subComponent_020 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(0).getComponent(1) def subComponent_020(): # def subComponent_020_Declared_Fields(): #*****************Declared Fields***************** #NOTE: The following fields can only be accessed through reflection #subComponent_020.getClass().getDeclaredFields()[0] unitIncrementSet_Field = subComponent_020.getClass().getDeclaredField('unitIncrementSet') unitIncrementSet_Field.setAccessible(True) unitIncrementSet_Value = unitIncrementSet_Field.get(subComponent_020) #unitIncrementSet_Value = False #subComponent_020.getClass().getDeclaredFields()[1] blockIncrementSet_Field = subComponent_020.getClass().getDeclaredField('blockIncrementSet') blockIncrementSet_Field.setAccessible(True) blockIncrementSet_Value = blockIncrementSet_Field.get(subComponent_020) #blockIncrementSet_Value = False #subComponent_020.getClass().getDeclaredFields()[2] this0_Field = subComponent_020.getClass().getDeclaredField('this$0') this0_Field.setAccessible(True) this0_Value = this0_Field.get(subComponent_020) #this0_Value = javax.swing.JScrollPane[,0,0,77x256,layout=com.inductiveauto[...] #**************Declared Super Fields************** subComponent_020.model #subComponent_020.model = javax.swing.DefaultBoundedRangeModel[value=0, extent=256, mi[...] subComponent_020.orientation #subComponent_020.orientation = 1 subComponent_020.unitIncrement #subComponent_020.unitIncrement = 1 subComponent_020.blockIncrement #subComponent_020.blockIncrement = 10 #NOTE: The following fields can only be accessed through reflection #subComponent_020.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = subComponent_020.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_020) #uiClassID_Value = ScrollBarUI #subComponent_020.getClass().getSuperclass().getDeclaredFields()[1] fwdAdjustmentEvents_Field = subComponent_020.getClass().getSuperclass().getDeclaredField('fwdAdjustmentEvents') fwdAdjustmentEvents_Field.setAccessible(True) fwdAdjustmentEvents_Value = fwdAdjustmentEvents_Field.get(subComponent_020) #fwdAdjustmentEvents_Value = javax.swing.JScrollBar$ModelListener@60d4b944 endFunction = True def subComponent_020_Declared_Methods(): #**************Declared 'get' Methods************* #subComponent_020.getUnitIncrement() ''' getUnitIncrement_Method = subComponent_020.getClass().getDeclaredMethods()[0] getUnitIncrement_Value = getUnitIncrement_Method.invoke(subComponent_020) ''' #Threw Exception: No value could be obtained! #subComponent_020.getBlockIncrement() ''' getBlockIncrement_Method = subComponent_020.getClass().getDeclaredMethods()[2] getBlockIncrement_Value = getBlockIncrement_Method.invoke(subComponent_020) ''' #Threw Exception: No value could be obtained! #***********Declared 'get' Super Methods********** subComponent_020.getValue() ''' getValue_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[0] getValue_Value = getValue_Method.invoke(subComponent_020) ''' #getValue_Value = 0 subComponent_020.getMinimumSize() ''' getMinimumSize_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[4] getMinimumSize_Value = getMinimumSize_Method.invoke(subComponent_020) ''' #getMinimumSize_Value = java.awt.Dimension[width=13,height=5] subComponent_020.getMaximumSize() ''' getMaximumSize_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[5] getMaximumSize_Value = getMaximumSize_Method.invoke(subComponent_020) ''' #getMaximumSize_Value = java.awt.Dimension[width=13,height=32767] subComponent_020.getAccessibleContext() ''' getAccessibleContext_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[6] getAccessibleContext_Value = getAccessibleContext_Method.invoke(subComponent_020) ''' #getAccessibleContext_Value = javax.swing.JScrollBar$AccessibleJScrollBar@d7ebafe subComponent_020.getUI() ''' getUI_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[9] getUI_Value = getUI_Method.invoke(subComponent_020) ''' #getUI_Value = javax.swing.plaf.synth.SynthScrollBarUI@293b3e4f subComponent_020.getUI() ''' getUI_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[10] getUI_Value = getUI_Method.invoke(subComponent_020) ''' #getUI_Value = javax.swing.plaf.synth.SynthScrollBarUI@293b3e4f subComponent_020.getUIClassID() ''' getUIClassID_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[12] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_020) ''' #getUIClassID_Value = ScrollBarUI subComponent_020.getOrientation() ''' getOrientation_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[13] getOrientation_Value = getOrientation_Method.invoke(subComponent_020) ''' #getOrientation_Value = 1 subComponent_020.getModel() ''' getModel_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[15] getModel_Value = getModel_Method.invoke(subComponent_020) ''' #getModel_Value = javax.swing.DefaultBoundedRangeModel[value=0, extent=256, mi[...] subComponent_020.getMinimum() ''' getMinimum_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[16] getMinimum_Value = getMinimum_Method.invoke(subComponent_020) ''' #getMinimum_Value = 0 subComponent_020.getMaximum() ''' getMaximum_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[17] getMaximum_Value = getMaximum_Method.invoke(subComponent_020) ''' #getMaximum_Value = 256 subComponent_020.getValueIsAdjusting() ''' getValueIsAdjusting_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[20] getValueIsAdjusting_Value = getValueIsAdjusting_Method.invoke(subComponent_020) ''' #getValueIsAdjusting_Value = False subComponent_020.getUnitIncrement() ''' getUnitIncrement_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[24] getUnitIncrement_Value = getUnitIncrement_Method.invoke(subComponent_020) ''' #getUnitIncrement_Value = 1 #subComponent_020.getUnitIncrement() ''' getUnitIncrement_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[25] getUnitIncrement_Value = getUnitIncrement_Method.invoke(subComponent_020) ''' #Threw Exception: No value could be obtained! #subComponent_020.getBlockIncrement() ''' getBlockIncrement_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[27] getBlockIncrement_Value = getBlockIncrement_Method.invoke(subComponent_020) ''' #Threw Exception: No value could be obtained! subComponent_020.getBlockIncrement() ''' getBlockIncrement_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[28] getBlockIncrement_Value = getBlockIncrement_Method.invoke(subComponent_020) ''' #getBlockIncrement_Value = 10 subComponent_020.getVisibleAmount() ''' getVisibleAmount_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[30] getVisibleAmount_Value = getVisibleAmount_Method.invoke(subComponent_020) ''' #getVisibleAmount_Value = 256 subComponent_020.getAdjustmentListeners() ''' getAdjustmentListeners_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[35] getAdjustmentListeners_Value = getAdjustmentListeners_Method.invoke(subComponent_020) ''' #getAdjustmentListeners_Value = array(java.awt.event.AdjustmentListener) #**************Declared 'set' Methods************* subComponent_020.setUnitIncrement() ''' setUnitIncrement_Method = subComponent_020.getClass().getDeclaredMethods()[1] setUnitIncrement_Value = setUnitIncrement_Method.invoke(subComponent_020) ''' subComponent_020.setBlockIncrement() ''' setBlockIncrement_Method = subComponent_020.getClass().getDeclaredMethods()[3] setBlockIncrement_Value = setBlockIncrement_Method.invoke(subComponent_020) ''' #***********Declared 'set' Super Methods********** subComponent_020.setValue() ''' setValue_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[2] setValue_Value = setValue_Method.invoke(subComponent_020) ''' subComponent_020.setEnabled() ''' setEnabled_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[7] setEnabled_Value = setEnabled_Method.invoke(subComponent_020) ''' subComponent_020.setUI() ''' setUI_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[11] setUI_Value = setUI_Method.invoke(subComponent_020) ''' subComponent_020.setValues() ''' setValues_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[14] setValues_Value = setValues_Method.invoke(subComponent_020) ''' subComponent_020.setValueIsAdjusting() ''' setValueIsAdjusting_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[18] setValueIsAdjusting_Value = setValueIsAdjusting_Method.invoke(subComponent_020) ''' subComponent_020.setModel() ''' setModel_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[19] setModel_Value = setModel_Method.invoke(subComponent_020) ''' subComponent_020.setMaximum() ''' setMaximum_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[21] setMaximum_Value = setMaximum_Method.invoke(subComponent_020) ''' subComponent_020.setOrientation() ''' setOrientation_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[23] setOrientation_Value = setOrientation_Method.invoke(subComponent_020) ''' subComponent_020.setUnitIncrement() ''' setUnitIncrement_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[26] setUnitIncrement_Value = setUnitIncrement_Method.invoke(subComponent_020) ''' subComponent_020.setBlockIncrement() ''' setBlockIncrement_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[29] setBlockIncrement_Value = setBlockIncrement_Method.invoke(subComponent_020) ''' subComponent_020.setVisibleAmount() ''' setVisibleAmount_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[31] setVisibleAmount_Value = setVisibleAmount_Method.invoke(subComponent_020) ''' subComponent_020.setMinimum() ''' setMinimum_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[32] setMinimum_Value = setMinimum_Method.invoke(subComponent_020) ''' #************All Other Declared Methods*********** #*********All Other Declared Super Methods******** subComponent_020.writeObject() ''' writeObject_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[1] writeObject_Value = writeObject_Method.invoke(subComponent_020) ''' subComponent_020.paramString() ''' paramString_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[3] paramString_Value = paramString_Method.invoke(subComponent_020) ''' subComponent_020.updateUI() ''' updateUI_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[8] updateUI_Value = updateUI_Method.invoke(subComponent_020) ''' subComponent_020.checkOrientation() ''' checkOrientation_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[22] checkOrientation_Value = checkOrientation_Method.invoke(subComponent_020) ''' subComponent_020.addAdjustmentListener() ''' addAdjustmentListener_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[33] addAdjustmentListener_Value = addAdjustmentListener_Method.invoke(subComponent_020) ''' subComponent_020.removeAdjustmentListener() ''' removeAdjustmentListener_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[34] removeAdjustmentListener_Value = removeAdjustmentListener_Method.invoke(subComponent_020) ''' subComponent_020.fireAdjustmentValueChanged() ''' fireAdjustmentValueChanged_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[36] fireAdjustmentValueChanged_Value = fireAdjustmentValueChanged_Method.invoke(subComponent_020) ''' subComponent_020.fireAdjustmentValueChanged() ''' fireAdjustmentValueChanged_Method = subComponent_020.getClass().getSuperclass().getDeclaredMethods()[37] fireAdjustmentValueChanged_Value = fireAdjustmentValueChanged_Method.invoke(subComponent_020) ''' endFunction = True #========================================================== #========================================================== subComponent_021 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(0).getComponent(1).getComponent(0) def subComponent_021(): # def subComponent_021_Declared_Fields(): #*****************Declared Fields***************** #NOTE: The following fields can only be accessed through reflection #subComponent_021.getClass().getDeclaredFields()[0] this0_Field = subComponent_021.getClass().getDeclaredField('this$0') this0_Field.setAccessible(True) this0_Value = this0_Field.get(subComponent_021) #this0_Value = javax.swing.plaf.synth.SynthScrollBarUI@293b3e4f #**************Declared Super Fields************** #NOTE: The following fields can only be accessed through reflection #subComponent_021.getClass().getSuperclass().getDeclaredFields()[0] direction_Field = subComponent_021.getClass().getSuperclass().getDeclaredField('direction') direction_Field.setAccessible(True) direction_Value = direction_Field.get(subComponent_021) #direction_Value = 5 endFunction = True def subComponent_021_Declared_Methods(): #**************Declared 'get' Methods************* #***********Declared 'get' Super Methods********** #subComponent_021.getUIClassID() ''' getUIClassID_Method = subComponent_021.getClass().getSuperclass().getDeclaredMethods()[2] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_021) ''' #Threw Exception: No value could be obtained! #subComponent_021.getDirection() ''' getDirection_Method = subComponent_021.getClass().getSuperclass().getDeclaredMethods()[4] getDirection_Value = getDirection_Method.invoke(subComponent_021) ''' #Threw Exception: No value could be obtained! #**************Declared 'set' Methods************* #***********Declared 'set' Super Methods********** subComponent_021.setFocusable() ''' setFocusable_Method = subComponent_021.getClass().getSuperclass().getDeclaredMethods()[0] setFocusable_Value = setFocusable_Method.invoke(subComponent_021) ''' subComponent_021.setDirection() ''' setDirection_Method = subComponent_021.getClass().getSuperclass().getDeclaredMethods()[3] setDirection_Value = setDirection_Method.invoke(subComponent_021) ''' #************All Other Declared Methods*********** subComponent_021.contains() ''' contains_Method = subComponent_021.getClass().getDeclaredMethods()[0] contains_Value = contains_Method.invoke(subComponent_021) ''' #*********All Other Declared Super Methods******** subComponent_021.updateUI() ''' updateUI_Method = subComponent_021.getClass().getSuperclass().getDeclaredMethods()[1] updateUI_Value = updateUI_Method.invoke(subComponent_021) ''' endFunction = True #========================================================== #========================================================== subComponent_022 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(0).getComponent(1).getComponent(1) def subComponent_022(): # def subComponent_022_Declared_Fields(): #*****************Declared Fields***************** #NOTE: The following fields can only be accessed through reflection #subComponent_022.getClass().getDeclaredFields()[0] this0_Field = subComponent_022.getClass().getDeclaredField('this$0') this0_Field.setAccessible(True) this0_Value = this0_Field.get(subComponent_022) #this0_Value = javax.swing.plaf.synth.SynthScrollBarUI@293b3e4f #**************Declared Super Fields************** #NOTE: The following fields can only be accessed through reflection #subComponent_022.getClass().getSuperclass().getDeclaredFields()[0] direction_Field = subComponent_022.getClass().getSuperclass().getDeclaredField('direction') direction_Field.setAccessible(True) direction_Value = direction_Field.get(subComponent_022) #direction_Value = 1 endFunction = True def subComponent_022_Declared_Methods(): #**************Declared 'get' Methods************* #***********Declared 'get' Super Methods********** #subComponent_022.getUIClassID() ''' getUIClassID_Method = subComponent_022.getClass().getSuperclass().getDeclaredMethods()[2] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_022) ''' #Threw Exception: No value could be obtained! #subComponent_022.getDirection() ''' getDirection_Method = subComponent_022.getClass().getSuperclass().getDeclaredMethods()[4] getDirection_Value = getDirection_Method.invoke(subComponent_022) ''' #Threw Exception: No value could be obtained! #**************Declared 'set' Methods************* #***********Declared 'set' Super Methods********** subComponent_022.setFocusable() ''' setFocusable_Method = subComponent_022.getClass().getSuperclass().getDeclaredMethods()[0] setFocusable_Value = setFocusable_Method.invoke(subComponent_022) ''' subComponent_022.setDirection() ''' setDirection_Method = subComponent_022.getClass().getSuperclass().getDeclaredMethods()[3] setDirection_Value = setDirection_Method.invoke(subComponent_022) ''' #************All Other Declared Methods*********** subComponent_022.contains() ''' contains_Method = subComponent_022.getClass().getDeclaredMethods()[0] contains_Value = contains_Method.invoke(subComponent_022) ''' #*********All Other Declared Super Methods******** subComponent_022.updateUI() ''' updateUI_Method = subComponent_022.getClass().getSuperclass().getDeclaredMethods()[1] updateUI_Value = updateUI_Method.invoke(subComponent_022) ''' endFunction = True #========================================================== #========================================================== subComponent_023 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(0).getComponent(2) def subComponent_023(): # def subComponent_023_Declared_Fields(): #*****************Declared Fields***************** #NOTE: The following fields can only be accessed through reflection #subComponent_023.getClass().getDeclaredFields()[0] unitIncrementSet_Field = subComponent_023.getClass().getDeclaredField('unitIncrementSet') unitIncrementSet_Field.setAccessible(True) unitIncrementSet_Value = unitIncrementSet_Field.get(subComponent_023) #unitIncrementSet_Value = False #subComponent_023.getClass().getDeclaredFields()[1] blockIncrementSet_Field = subComponent_023.getClass().getDeclaredField('blockIncrementSet') blockIncrementSet_Field.setAccessible(True) blockIncrementSet_Value = blockIncrementSet_Field.get(subComponent_023) #blockIncrementSet_Value = False #subComponent_023.getClass().getDeclaredFields()[2] this0_Field = subComponent_023.getClass().getDeclaredField('this$0') this0_Field.setAccessible(True) this0_Value = this0_Field.get(subComponent_023) #this0_Value = javax.swing.JScrollPane[,0,0,77x256,layout=com.inductiveauto[...] #**************Declared Super Fields************** subComponent_023.model #subComponent_023.model = javax.swing.DefaultBoundedRangeModel[value=0, extent=77, min[...] subComponent_023.orientation #subComponent_023.orientation = 0 subComponent_023.unitIncrement #subComponent_023.unitIncrement = 1 subComponent_023.blockIncrement #subComponent_023.blockIncrement = 10 #NOTE: The following fields can only be accessed through reflection #subComponent_023.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = subComponent_023.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_023) #uiClassID_Value = ScrollBarUI #subComponent_023.getClass().getSuperclass().getDeclaredFields()[1] fwdAdjustmentEvents_Field = subComponent_023.getClass().getSuperclass().getDeclaredField('fwdAdjustmentEvents') fwdAdjustmentEvents_Field.setAccessible(True) fwdAdjustmentEvents_Value = fwdAdjustmentEvents_Field.get(subComponent_023) #fwdAdjustmentEvents_Value = javax.swing.JScrollBar$ModelListener@6f31c86b endFunction = True def subComponent_023_Declared_Methods(): #**************Declared 'get' Methods************* #subComponent_023.getUnitIncrement() ''' getUnitIncrement_Method = subComponent_023.getClass().getDeclaredMethods()[0] getUnitIncrement_Value = getUnitIncrement_Method.invoke(subComponent_023) ''' #Threw Exception: No value could be obtained! #subComponent_023.getBlockIncrement() ''' getBlockIncrement_Method = subComponent_023.getClass().getDeclaredMethods()[2] getBlockIncrement_Value = getBlockIncrement_Method.invoke(subComponent_023) ''' #Threw Exception: No value could be obtained! #***********Declared 'get' Super Methods********** subComponent_023.getValue() ''' getValue_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[0] getValue_Value = getValue_Method.invoke(subComponent_023) ''' #getValue_Value = 0 subComponent_023.getMinimumSize() ''' getMinimumSize_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[4] getMinimumSize_Value = getMinimumSize_Method.invoke(subComponent_023) ''' #getMinimumSize_Value = java.awt.Dimension[width=5,height=13] subComponent_023.getMaximumSize() ''' getMaximumSize_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[5] getMaximumSize_Value = getMaximumSize_Method.invoke(subComponent_023) ''' #getMaximumSize_Value = java.awt.Dimension[width=32767,height=13] subComponent_023.getAccessibleContext() ''' getAccessibleContext_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[6] getAccessibleContext_Value = getAccessibleContext_Method.invoke(subComponent_023) ''' #getAccessibleContext_Value = javax.swing.JScrollBar$AccessibleJScrollBar@2a6a5250 subComponent_023.getUI() ''' getUI_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[9] getUI_Value = getUI_Method.invoke(subComponent_023) ''' #getUI_Value = javax.swing.plaf.synth.SynthScrollBarUI@52bba4a9 subComponent_023.getUI() ''' getUI_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[10] getUI_Value = getUI_Method.invoke(subComponent_023) ''' #getUI_Value = javax.swing.plaf.synth.SynthScrollBarUI@52bba4a9 subComponent_023.getUIClassID() ''' getUIClassID_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[12] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_023) ''' #getUIClassID_Value = ScrollBarUI subComponent_023.getOrientation() ''' getOrientation_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[13] getOrientation_Value = getOrientation_Method.invoke(subComponent_023) ''' #getOrientation_Value = 0 subComponent_023.getModel() ''' getModel_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[15] getModel_Value = getModel_Method.invoke(subComponent_023) ''' #getModel_Value = javax.swing.DefaultBoundedRangeModel[value=0, extent=77, min[...] subComponent_023.getMinimum() ''' getMinimum_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[16] getMinimum_Value = getMinimum_Method.invoke(subComponent_023) ''' #getMinimum_Value = 0 subComponent_023.getMaximum() ''' getMaximum_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[17] getMaximum_Value = getMaximum_Method.invoke(subComponent_023) ''' #getMaximum_Value = 77 subComponent_023.getValueIsAdjusting() ''' getValueIsAdjusting_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[20] getValueIsAdjusting_Value = getValueIsAdjusting_Method.invoke(subComponent_023) ''' #getValueIsAdjusting_Value = False subComponent_023.getUnitIncrement() ''' getUnitIncrement_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[24] getUnitIncrement_Value = getUnitIncrement_Method.invoke(subComponent_023) ''' #getUnitIncrement_Value = 1 #subComponent_023.getUnitIncrement() ''' getUnitIncrement_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[25] getUnitIncrement_Value = getUnitIncrement_Method.invoke(subComponent_023) ''' #Threw Exception: No value could be obtained! #subComponent_023.getBlockIncrement() ''' getBlockIncrement_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[27] getBlockIncrement_Value = getBlockIncrement_Method.invoke(subComponent_023) ''' #Threw Exception: No value could be obtained! subComponent_023.getBlockIncrement() ''' getBlockIncrement_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[28] getBlockIncrement_Value = getBlockIncrement_Method.invoke(subComponent_023) ''' #getBlockIncrement_Value = 10 subComponent_023.getVisibleAmount() ''' getVisibleAmount_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[30] getVisibleAmount_Value = getVisibleAmount_Method.invoke(subComponent_023) ''' #getVisibleAmount_Value = 77 subComponent_023.getAdjustmentListeners() ''' getAdjustmentListeners_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[35] getAdjustmentListeners_Value = getAdjustmentListeners_Method.invoke(subComponent_023) ''' #getAdjustmentListeners_Value = array(java.awt.event.AdjustmentListener) #**************Declared 'set' Methods************* subComponent_023.setUnitIncrement() ''' setUnitIncrement_Method = subComponent_023.getClass().getDeclaredMethods()[1] setUnitIncrement_Value = setUnitIncrement_Method.invoke(subComponent_023) ''' subComponent_023.setBlockIncrement() ''' setBlockIncrement_Method = subComponent_023.getClass().getDeclaredMethods()[3] setBlockIncrement_Value = setBlockIncrement_Method.invoke(subComponent_023) ''' #***********Declared 'set' Super Methods********** subComponent_023.setValue() ''' setValue_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[2] setValue_Value = setValue_Method.invoke(subComponent_023) ''' subComponent_023.setEnabled() ''' setEnabled_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[7] setEnabled_Value = setEnabled_Method.invoke(subComponent_023) ''' subComponent_023.setUI() ''' setUI_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[11] setUI_Value = setUI_Method.invoke(subComponent_023) ''' subComponent_023.setValues() ''' setValues_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[14] setValues_Value = setValues_Method.invoke(subComponent_023) ''' subComponent_023.setValueIsAdjusting() ''' setValueIsAdjusting_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[18] setValueIsAdjusting_Value = setValueIsAdjusting_Method.invoke(subComponent_023) ''' subComponent_023.setModel() ''' setModel_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[19] setModel_Value = setModel_Method.invoke(subComponent_023) ''' subComponent_023.setMaximum() ''' setMaximum_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[21] setMaximum_Value = setMaximum_Method.invoke(subComponent_023) ''' subComponent_023.setOrientation() ''' setOrientation_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[23] setOrientation_Value = setOrientation_Method.invoke(subComponent_023) ''' subComponent_023.setUnitIncrement() ''' setUnitIncrement_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[26] setUnitIncrement_Value = setUnitIncrement_Method.invoke(subComponent_023) ''' subComponent_023.setBlockIncrement() ''' setBlockIncrement_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[29] setBlockIncrement_Value = setBlockIncrement_Method.invoke(subComponent_023) ''' subComponent_023.setVisibleAmount() ''' setVisibleAmount_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[31] setVisibleAmount_Value = setVisibleAmount_Method.invoke(subComponent_023) ''' subComponent_023.setMinimum() ''' setMinimum_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[32] setMinimum_Value = setMinimum_Method.invoke(subComponent_023) ''' #************All Other Declared Methods*********** #*********All Other Declared Super Methods******** subComponent_023.writeObject() ''' writeObject_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[1] writeObject_Value = writeObject_Method.invoke(subComponent_023) ''' subComponent_023.paramString() ''' paramString_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[3] paramString_Value = paramString_Method.invoke(subComponent_023) ''' subComponent_023.updateUI() ''' updateUI_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[8] updateUI_Value = updateUI_Method.invoke(subComponent_023) ''' subComponent_023.checkOrientation() ''' checkOrientation_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[22] checkOrientation_Value = checkOrientation_Method.invoke(subComponent_023) ''' subComponent_023.addAdjustmentListener() ''' addAdjustmentListener_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[33] addAdjustmentListener_Value = addAdjustmentListener_Method.invoke(subComponent_023) ''' subComponent_023.removeAdjustmentListener() ''' removeAdjustmentListener_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[34] removeAdjustmentListener_Value = removeAdjustmentListener_Method.invoke(subComponent_023) ''' subComponent_023.fireAdjustmentValueChanged() ''' fireAdjustmentValueChanged_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[36] fireAdjustmentValueChanged_Value = fireAdjustmentValueChanged_Method.invoke(subComponent_023) ''' subComponent_023.fireAdjustmentValueChanged() ''' fireAdjustmentValueChanged_Method = subComponent_023.getClass().getSuperclass().getDeclaredMethods()[37] fireAdjustmentValueChanged_Value = fireAdjustmentValueChanged_Method.invoke(subComponent_023) ''' endFunction = True #========================================================== #========================================================== subComponent_024 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(0).getComponent(2).getComponent(0) def subComponent_024(): # def subComponent_024_Declared_Fields(): #*****************Declared Fields***************** #NOTE: The following fields can only be accessed through reflection #subComponent_024.getClass().getDeclaredFields()[0] this0_Field = subComponent_024.getClass().getDeclaredField('this$0') this0_Field.setAccessible(True) this0_Value = this0_Field.get(subComponent_024) #this0_Value = javax.swing.plaf.synth.SynthScrollBarUI@52bba4a9 #**************Declared Super Fields************** #NOTE: The following fields can only be accessed through reflection #subComponent_024.getClass().getSuperclass().getDeclaredFields()[0] direction_Field = subComponent_024.getClass().getSuperclass().getDeclaredField('direction') direction_Field.setAccessible(True) direction_Value = direction_Field.get(subComponent_024) #direction_Value = 3 endFunction = True def subComponent_024_Declared_Methods(): #**************Declared 'get' Methods************* #***********Declared 'get' Super Methods********** #subComponent_024.getUIClassID() ''' getUIClassID_Method = subComponent_024.getClass().getSuperclass().getDeclaredMethods()[2] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_024) ''' #Threw Exception: No value could be obtained! #subComponent_024.getDirection() ''' getDirection_Method = subComponent_024.getClass().getSuperclass().getDeclaredMethods()[4] getDirection_Value = getDirection_Method.invoke(subComponent_024) ''' #Threw Exception: No value could be obtained! #**************Declared 'set' Methods************* #***********Declared 'set' Super Methods********** subComponent_024.setFocusable() ''' setFocusable_Method = subComponent_024.getClass().getSuperclass().getDeclaredMethods()[0] setFocusable_Value = setFocusable_Method.invoke(subComponent_024) ''' subComponent_024.setDirection() ''' setDirection_Method = subComponent_024.getClass().getSuperclass().getDeclaredMethods()[3] setDirection_Value = setDirection_Method.invoke(subComponent_024) ''' #************All Other Declared Methods*********** subComponent_024.contains() ''' contains_Method = subComponent_024.getClass().getDeclaredMethods()[0] contains_Value = contains_Method.invoke(subComponent_024) ''' #*********All Other Declared Super Methods******** subComponent_024.updateUI() ''' updateUI_Method = subComponent_024.getClass().getSuperclass().getDeclaredMethods()[1] updateUI_Value = updateUI_Method.invoke(subComponent_024) ''' endFunction = True #========================================================== #========================================================== subComponent_025 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(0).getComponent(2).getComponent(1) def subComponent_025(): # def subComponent_025_Declared_Fields(): #*****************Declared Fields***************** #NOTE: The following fields can only be accessed through reflection #subComponent_025.getClass().getDeclaredFields()[0] this0_Field = subComponent_025.getClass().getDeclaredField('this$0') this0_Field.setAccessible(True) this0_Value = this0_Field.get(subComponent_025) #this0_Value = javax.swing.plaf.synth.SynthScrollBarUI@52bba4a9 #**************Declared Super Fields************** #NOTE: The following fields can only be accessed through reflection #subComponent_025.getClass().getSuperclass().getDeclaredFields()[0] direction_Field = subComponent_025.getClass().getSuperclass().getDeclaredField('direction') direction_Field.setAccessible(True) direction_Value = direction_Field.get(subComponent_025) #direction_Value = 7 endFunction = True def subComponent_025_Declared_Methods(): #**************Declared 'get' Methods************* #***********Declared 'get' Super Methods********** #subComponent_025.getUIClassID() ''' getUIClassID_Method = subComponent_025.getClass().getSuperclass().getDeclaredMethods()[2] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_025) ''' #Threw Exception: No value could be obtained! #subComponent_025.getDirection() ''' getDirection_Method = subComponent_025.getClass().getSuperclass().getDeclaredMethods()[4] getDirection_Value = getDirection_Method.invoke(subComponent_025) ''' #Threw Exception: No value could be obtained! #**************Declared 'set' Methods************* #***********Declared 'set' Super Methods********** subComponent_025.setFocusable() ''' setFocusable_Method = subComponent_025.getClass().getSuperclass().getDeclaredMethods()[0] setFocusable_Value = setFocusable_Method.invoke(subComponent_025) ''' subComponent_025.setDirection() ''' setDirection_Method = subComponent_025.getClass().getSuperclass().getDeclaredMethods()[3] setDirection_Value = setDirection_Method.invoke(subComponent_025) ''' #************All Other Declared Methods*********** subComponent_025.contains() ''' contains_Method = subComponent_025.getClass().getDeclaredMethods()[0] contains_Value = contains_Method.invoke(subComponent_025) ''' #*********All Other Declared Super Methods******** subComponent_025.updateUI() ''' updateUI_Method = subComponent_025.getClass().getSuperclass().getDeclaredMethods()[1] updateUI_Value = updateUI_Method.invoke(subComponent_025) ''' endFunction = True #========================================================== #========================================================== subComponent_026 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(1) def subComponent_026(): # def subComponent_026_Declared_Fields(): #*****************Declared Fields***************** #NOTE: The following fields can only be accessed through reflection #subComponent_026.getClass().getDeclaredFields()[0] uiClassID_Field = subComponent_026.getClass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_026) #uiClassID_Value = PanelUI #**************Declared Super Fields************** subComponent_026.alignmentX #subComponent_026.alignmentX = 0.0 subComponent_026.alignmentY #subComponent_026.alignmentY = 0.0 subComponent_026.autoscrolls #subComponent_026.autoscrolls = False subComponent_026.border #subComponent_026.border = javax.swing.plaf.synth.SynthBorder@5e5563db subComponent_026.inputVerifier #subComponent_026.inputVerifier = None subComponent_026.verifyInputWhenFocusTarget #subComponent_026.verifyInputWhenFocusTarget = True subComponent_026.WHEN_FOCUSED #subComponent_026.WHEN_FOCUSED = 0 subComponent_026.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT #subComponent_026.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT = 1 subComponent_026.WHEN_IN_FOCUSED_WINDOW #subComponent_026.WHEN_IN_FOCUSED_WINDOW = 2 subComponent_026.UNDEFINED_CONDITION #subComponent_026.UNDEFINED_CONDITION = -1 subComponent_026.TOOL_TIP_TEXT_KEY #subComponent_026.TOOL_TIP_TEXT_KEY = ToolTipText subComponent_026.actionMap #subComponent_026.actionMap = None #NOTE: The following fields can only be accessed through reflection #subComponent_026.getClass().getSuperclass().getDeclaredFields()[0] uiClassID_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_026) #uiClassID_Value = ComponentUI #subComponent_026.getClass().getSuperclass().getDeclaredFields()[1] readObjectCallbacks_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('readObjectCallbacks') readObjectCallbacks_Field.setAccessible(True) readObjectCallbacks_Value = readObjectCallbacks_Field.get(subComponent_026) #readObjectCallbacks_Value = {} #subComponent_026.getClass().getSuperclass().getDeclaredFields()[2] managingFocusForwardTraversalKeys_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('managingFocusForwardTraversalKeys') managingFocusForwardTraversalKeys_Field.setAccessible(True) managingFocusForwardTraversalKeys_Value = managingFocusForwardTraversalKeys_Field.get(subComponent_026) #managingFocusForwardTraversalKeys_Value = [ctrl pressed TAB] #subComponent_026.getClass().getSuperclass().getDeclaredFields()[3] managingFocusBackwardTraversalKeys_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('managingFocusBackwardTraversalKeys') managingFocusBackwardTraversalKeys_Field.setAccessible(True) managingFocusBackwardTraversalKeys_Value = managingFocusBackwardTraversalKeys_Field.get(subComponent_026) #managingFocusBackwardTraversalKeys_Value = [shift ctrl pressed TAB] #subComponent_026.getClass().getSuperclass().getDeclaredFields()[4] NOT_OBSCURED_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('NOT_OBSCURED') NOT_OBSCURED_Field.setAccessible(True) NOT_OBSCURED_Value = NOT_OBSCURED_Field.get(subComponent_026) #NOT_OBSCURED_Value = 0 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[5] PARTIALLY_OBSCURED_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('PARTIALLY_OBSCURED') PARTIALLY_OBSCURED_Field.setAccessible(True) PARTIALLY_OBSCURED_Value = PARTIALLY_OBSCURED_Field.get(subComponent_026) #PARTIALLY_OBSCURED_Value = 1 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[6] COMPLETELY_OBSCURED_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('COMPLETELY_OBSCURED') COMPLETELY_OBSCURED_Field.setAccessible(True) COMPLETELY_OBSCURED_Value = COMPLETELY_OBSCURED_Field.get(subComponent_026) #COMPLETELY_OBSCURED_Value = 2 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[7] DEBUG_GRAPHICS_LOADED_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('DEBUG_GRAPHICS_LOADED') DEBUG_GRAPHICS_LOADED_Field.setAccessible(True) DEBUG_GRAPHICS_LOADED_Value = DEBUG_GRAPHICS_LOADED_Field.get(subComponent_026) #DEBUG_GRAPHICS_LOADED_Value = True #subComponent_026.getClass().getSuperclass().getDeclaredFields()[8] INPUT_VERIFIER_SOURCE_KEY_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('INPUT_VERIFIER_SOURCE_KEY') INPUT_VERIFIER_SOURCE_KEY_Field.setAccessible(True) INPUT_VERIFIER_SOURCE_KEY_Value = INPUT_VERIFIER_SOURCE_KEY_Field.get(subComponent_026) #INPUT_VERIFIER_SOURCE_KEY_Value = InputVerifierSourceKey #subComponent_026.getClass().getSuperclass().getDeclaredFields()[9] isAlignmentXSet_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('isAlignmentXSet') isAlignmentXSet_Field.setAccessible(True) isAlignmentXSet_Value = isAlignmentXSet_Field.get(subComponent_026) #isAlignmentXSet_Value = False #subComponent_026.getClass().getSuperclass().getDeclaredFields()[11] isAlignmentYSet_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('isAlignmentYSet') isAlignmentYSet_Field.setAccessible(True) isAlignmentYSet_Value = isAlignmentYSet_Field.get(subComponent_026) #isAlignmentYSet_Value = False #subComponent_026.getClass().getSuperclass().getDeclaredFields()[13] ui_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('ui') ui_Field.setAccessible(True) ui_Value = ui_Field.get(subComponent_026) #ui_Value = javax.swing.plaf.synth.SynthPanelUI@220231f7 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[14] listenerList_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('listenerList') listenerList_Field.setAccessible(True) listenerList_Value = listenerList_Field.get(subComponent_026) #listenerList_Value = EventListenerList: 0 listeners: #subComponent_026.getClass().getSuperclass().getDeclaredFields()[15] clientProperties_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('clientProperties') clientProperties_Field.setAccessible(True) clientProperties_Value = clientProperties_Field.get(subComponent_026) #clientProperties_Value = javax.swing.ArrayTable@4311c74c #subComponent_026.getClass().getSuperclass().getDeclaredFields()[16] vetoableChangeSupport_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('vetoableChangeSupport') vetoableChangeSupport_Field.setAccessible(True) vetoableChangeSupport_Value = vetoableChangeSupport_Field.get(subComponent_026) #vetoableChangeSupport_Value = None #subComponent_026.getClass().getSuperclass().getDeclaredFields()[19] flags_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('flags') flags_Field.setAccessible(True) flags_Value = flags_Field.get(subComponent_026) #flags_Value = 16777217 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[22] paintingChild_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('paintingChild') paintingChild_Field.setAccessible(True) paintingChild_Value = paintingChild_Field.get(subComponent_026) #paintingChild_Value = None #subComponent_026.getClass().getSuperclass().getDeclaredFields()[27] KEYBOARD_BINDINGS_KEY_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('KEYBOARD_BINDINGS_KEY') KEYBOARD_BINDINGS_KEY_Field.setAccessible(True) KEYBOARD_BINDINGS_KEY_Value = KEYBOARD_BINDINGS_KEY_Field.get(subComponent_026) #KEYBOARD_BINDINGS_KEY_Value = _KeyboardBindings #subComponent_026.getClass().getSuperclass().getDeclaredFields()[28] WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('WHEN_IN_FOCUSED_WINDOW_BINDINGS') WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.setAccessible(True) WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = WHEN_IN_FOCUSED_WINDOW_BINDINGS_Field.get(subComponent_026) #WHEN_IN_FOCUSED_WINDOW_BINDINGS_Value = _WhenInFocusedWindow #subComponent_026.getClass().getSuperclass().getDeclaredFields()[30] NEXT_FOCUS_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('NEXT_FOCUS') NEXT_FOCUS_Field.setAccessible(True) NEXT_FOCUS_Value = NEXT_FOCUS_Field.get(subComponent_026) #NEXT_FOCUS_Value = nextFocus #subComponent_026.getClass().getSuperclass().getDeclaredFields()[31] popupMenu_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('popupMenu') popupMenu_Field.setAccessible(True) popupMenu_Value = popupMenu_Field.get(subComponent_026) #popupMenu_Value = None #subComponent_026.getClass().getSuperclass().getDeclaredFields()[32] IS_DOUBLE_BUFFERED_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('IS_DOUBLE_BUFFERED') IS_DOUBLE_BUFFERED_Field.setAccessible(True) IS_DOUBLE_BUFFERED_Value = IS_DOUBLE_BUFFERED_Field.get(subComponent_026) #IS_DOUBLE_BUFFERED_Value = 0 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[33] ANCESTOR_USING_BUFFER_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('ANCESTOR_USING_BUFFER') ANCESTOR_USING_BUFFER_Field.setAccessible(True) ANCESTOR_USING_BUFFER_Value = ANCESTOR_USING_BUFFER_Field.get(subComponent_026) #ANCESTOR_USING_BUFFER_Value = 1 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[34] IS_PAINTING_TILE_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('IS_PAINTING_TILE') IS_PAINTING_TILE_Field.setAccessible(True) IS_PAINTING_TILE_Value = IS_PAINTING_TILE_Field.get(subComponent_026) #IS_PAINTING_TILE_Value = 2 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[35] IS_OPAQUE_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('IS_OPAQUE') IS_OPAQUE_Field.setAccessible(True) IS_OPAQUE_Value = IS_OPAQUE_Field.get(subComponent_026) #IS_OPAQUE_Value = 3 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[36] KEY_EVENTS_ENABLED_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('KEY_EVENTS_ENABLED') KEY_EVENTS_ENABLED_Field.setAccessible(True) KEY_EVENTS_ENABLED_Value = KEY_EVENTS_ENABLED_Field.get(subComponent_026) #KEY_EVENTS_ENABLED_Value = 4 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[37] FOCUS_INPUTMAP_CREATED_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('FOCUS_INPUTMAP_CREATED') FOCUS_INPUTMAP_CREATED_Field.setAccessible(True) FOCUS_INPUTMAP_CREATED_Value = FOCUS_INPUTMAP_CREATED_Field.get(subComponent_026) #FOCUS_INPUTMAP_CREATED_Value = 5 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[38] ANCESTOR_INPUTMAP_CREATED_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('ANCESTOR_INPUTMAP_CREATED') ANCESTOR_INPUTMAP_CREATED_Field.setAccessible(True) ANCESTOR_INPUTMAP_CREATED_Value = ANCESTOR_INPUTMAP_CREATED_Field.get(subComponent_026) #ANCESTOR_INPUTMAP_CREATED_Value = 6 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[39] WIF_INPUTMAP_CREATED_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('WIF_INPUTMAP_CREATED') WIF_INPUTMAP_CREATED_Field.setAccessible(True) WIF_INPUTMAP_CREATED_Value = WIF_INPUTMAP_CREATED_Field.get(subComponent_026) #WIF_INPUTMAP_CREATED_Value = 7 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[40] ACTIONMAP_CREATED_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('ACTIONMAP_CREATED') ACTIONMAP_CREATED_Field.setAccessible(True) ACTIONMAP_CREATED_Value = ACTIONMAP_CREATED_Field.get(subComponent_026) #ACTIONMAP_CREATED_Value = 8 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[41] CREATED_DOUBLE_BUFFER_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('CREATED_DOUBLE_BUFFER') CREATED_DOUBLE_BUFFER_Field.setAccessible(True) CREATED_DOUBLE_BUFFER_Value = CREATED_DOUBLE_BUFFER_Field.get(subComponent_026) #CREATED_DOUBLE_BUFFER_Value = 9 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[42] IS_PRINTING_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('IS_PRINTING') IS_PRINTING_Field.setAccessible(True) IS_PRINTING_Value = IS_PRINTING_Field.get(subComponent_026) #IS_PRINTING_Value = 11 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[43] IS_PRINTING_ALL_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('IS_PRINTING_ALL') IS_PRINTING_ALL_Field.setAccessible(True) IS_PRINTING_ALL_Value = IS_PRINTING_ALL_Field.get(subComponent_026) #IS_PRINTING_ALL_Value = 12 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[44] IS_REPAINTING_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('IS_REPAINTING') IS_REPAINTING_Field.setAccessible(True) IS_REPAINTING_Value = IS_REPAINTING_Field.get(subComponent_026) #IS_REPAINTING_Value = 13 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[45] WRITE_OBJ_COUNTER_FIRST_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_FIRST') WRITE_OBJ_COUNTER_FIRST_Field.setAccessible(True) WRITE_OBJ_COUNTER_FIRST_Value = WRITE_OBJ_COUNTER_FIRST_Field.get(subComponent_026) #WRITE_OBJ_COUNTER_FIRST_Value = 14 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[46] RESERVED_1_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('RESERVED_1') RESERVED_1_Field.setAccessible(True) RESERVED_1_Value = RESERVED_1_Field.get(subComponent_026) #RESERVED_1_Value = 15 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[47] RESERVED_2_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('RESERVED_2') RESERVED_2_Field.setAccessible(True) RESERVED_2_Value = RESERVED_2_Field.get(subComponent_026) #RESERVED_2_Value = 16 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[48] RESERVED_3_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('RESERVED_3') RESERVED_3_Field.setAccessible(True) RESERVED_3_Value = RESERVED_3_Field.get(subComponent_026) #RESERVED_3_Value = 17 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[49] RESERVED_4_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('RESERVED_4') RESERVED_4_Field.setAccessible(True) RESERVED_4_Value = RESERVED_4_Field.get(subComponent_026) #RESERVED_4_Value = 18 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[50] RESERVED_5_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('RESERVED_5') RESERVED_5_Field.setAccessible(True) RESERVED_5_Value = RESERVED_5_Field.get(subComponent_026) #RESERVED_5_Value = 19 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[51] RESERVED_6_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('RESERVED_6') RESERVED_6_Field.setAccessible(True) RESERVED_6_Value = RESERVED_6_Field.get(subComponent_026) #RESERVED_6_Value = 20 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[52] WRITE_OBJ_COUNTER_LAST_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('WRITE_OBJ_COUNTER_LAST') WRITE_OBJ_COUNTER_LAST_Field.setAccessible(True) WRITE_OBJ_COUNTER_LAST_Value = WRITE_OBJ_COUNTER_LAST_Field.get(subComponent_026) #WRITE_OBJ_COUNTER_LAST_Value = 21 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[53] REQUEST_FOCUS_DISABLED_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('REQUEST_FOCUS_DISABLED') REQUEST_FOCUS_DISABLED_Field.setAccessible(True) REQUEST_FOCUS_DISABLED_Value = REQUEST_FOCUS_DISABLED_Field.get(subComponent_026) #REQUEST_FOCUS_DISABLED_Value = 22 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[54] INHERITS_POPUP_MENU_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('INHERITS_POPUP_MENU') INHERITS_POPUP_MENU_Field.setAccessible(True) INHERITS_POPUP_MENU_Value = INHERITS_POPUP_MENU_Field.get(subComponent_026) #INHERITS_POPUP_MENU_Value = 23 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[55] OPAQUE_SET_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('OPAQUE_SET') OPAQUE_SET_Field.setAccessible(True) OPAQUE_SET_Value = OPAQUE_SET_Field.get(subComponent_026) #OPAQUE_SET_Value = 24 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[56] AUTOSCROLLS_SET_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('AUTOSCROLLS_SET') AUTOSCROLLS_SET_Field.setAccessible(True) AUTOSCROLLS_SET_Value = AUTOSCROLLS_SET_Field.get(subComponent_026) #AUTOSCROLLS_SET_Value = 25 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[57] FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_FORWARD_SET') FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Field.get(subComponent_026) #FOCUS_TRAVERSAL_KEYS_FORWARD_SET_Value = 26 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[58] FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('FOCUS_TRAVERSAL_KEYS_BACKWARD_SET') FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.setAccessible(True) FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Field.get(subComponent_026) #FOCUS_TRAVERSAL_KEYS_BACKWARD_SET_Value = 27 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[59] revalidateRunnableScheduled_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('revalidateRunnableScheduled') revalidateRunnableScheduled_Field.setAccessible(True) revalidateRunnableScheduled_Value = revalidateRunnableScheduled_Field.get(subComponent_026) #revalidateRunnableScheduled_Value = false #subComponent_026.getClass().getSuperclass().getDeclaredFields()[60] tempRectangles_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('tempRectangles') tempRectangles_Field.setAccessible(True) tempRectangles_Value = tempRectangles_Field.get(subComponent_026) #tempRectangles_Value = [java.awt.Rectangle[x=0,y=0,width=425,height=525], java.awt.[...] #subComponent_026.getClass().getSuperclass().getDeclaredFields()[61] focusInputMap_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('focusInputMap') focusInputMap_Field.setAccessible(True) focusInputMap_Value = focusInputMap_Field.get(subComponent_026) #focusInputMap_Value = None #subComponent_026.getClass().getSuperclass().getDeclaredFields()[62] ancestorInputMap_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('ancestorInputMap') ancestorInputMap_Field.setAccessible(True) ancestorInputMap_Value = ancestorInputMap_Field.get(subComponent_026) #ancestorInputMap_Value = None #subComponent_026.getClass().getSuperclass().getDeclaredFields()[63] windowInputMap_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('windowInputMap') windowInputMap_Field.setAccessible(True) windowInputMap_Value = windowInputMap_Field.get(subComponent_026) #windowInputMap_Value = None #subComponent_026.getClass().getSuperclass().getDeclaredFields()[65] defaultLocale_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('defaultLocale') defaultLocale_Field.setAccessible(True) defaultLocale_Value = defaultLocale_Field.get(subComponent_026) #defaultLocale_Value = JComponent.defaultLocale #subComponent_026.getClass().getSuperclass().getDeclaredFields()[66] componentObtainingGraphicsFrom_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFrom') componentObtainingGraphicsFrom_Field.setAccessible(True) componentObtainingGraphicsFrom_Value = componentObtainingGraphicsFrom_Field.get(subComponent_026) #componentObtainingGraphicsFrom_Value = None #subComponent_026.getClass().getSuperclass().getDeclaredFields()[67] componentObtainingGraphicsFromLock_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('componentObtainingGraphicsFromLock') componentObtainingGraphicsFromLock_Field.setAccessible(True) componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFromLock_Field.get(subComponent_026) #componentObtainingGraphicsFromLock_Value = componentObtainingGraphicsFrom #subComponent_026.getClass().getSuperclass().getDeclaredFields()[68] aaHint_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('aaHint') aaHint_Field.setAccessible(True) aaHint_Value = aaHint_Field.get(subComponent_026) #aaHint_Value = LCD HRGB antialiasing text mode #subComponent_026.getClass().getSuperclass().getDeclaredFields()[69] lcdRenderingHint_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('lcdRenderingHint') lcdRenderingHint_Field.setAccessible(True) lcdRenderingHint_Value = lcdRenderingHint_Field.get(subComponent_026) #lcdRenderingHint_Value = 120 #subComponent_026.getClass().getSuperclass().getDeclaredFields()[70] focusController_Field = subComponent_026.getClass().getSuperclass().getDeclaredField('focusController') focusController_Field.setAccessible(True) focusController_Value = focusController_Field.get(subComponent_026) #focusController_Value = javax.swing.JComponent$2@565d4f8a endFunction = True def subComponent_026_Declared_Methods(): #**************Declared 'get' Methods************* subComponent_026.getAccessibleContext() ''' getAccessibleContext_Method = subComponent_026.getClass().getDeclaredMethods()[2] getAccessibleContext_Value = getAccessibleContext_Method.invoke(subComponent_026) ''' #getAccessibleContext_Value = javax.swing.JPanel$AccessibleJPanel@3b11f5ac subComponent_026.getUI() ''' getUI_Method = subComponent_026.getClass().getDeclaredMethods()[4] getUI_Value = getUI_Method.invoke(subComponent_026) ''' #getUI_Value = javax.swing.plaf.synth.SynthPanelUI@220231f7 subComponent_026.getUI() ''' getUI_Method = subComponent_026.getClass().getDeclaredMethods()[5] getUI_Value = getUI_Method.invoke(subComponent_026) ''' #getUI_Value = javax.swing.plaf.synth.SynthPanelUI@220231f7 subComponent_026.getUIClassID() ''' getUIClassID_Method = subComponent_026.getClass().getDeclaredMethods()[7] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_026) ''' #getUIClassID_Value = PanelUI #***********Declared 'get' Super Methods********** #subComponent_026.getLocation() ''' getLocation_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[2] getLocation_Value = getLocation_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! #subComponent_026.getSize() ''' getSize_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[6] getSize_Value = getSize_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! subComponent_026.getInsets() ''' getInsets_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[10] getInsets_Value = getInsets_Method.invoke(subComponent_026) ''' #getInsets_Value = java.awt.Insets[top=0,left=0,bottom=0,right=0] #subComponent_026.getInsets() ''' getInsets_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[11] getInsets_Value = getInsets_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! subComponent_026.getPreferredSize() ''' getPreferredSize_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[16] getPreferredSize_Value = getPreferredSize_Method.invoke(subComponent_026) ''' #getPreferredSize_Value = java.awt.Dimension[width=77,height=40] subComponent_026.getMinimumSize() ''' getMinimumSize_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[17] getMinimumSize_Value = getMinimumSize_Method.invoke(subComponent_026) ''' #getMinimumSize_Value = java.awt.Dimension[width=77,height=40] subComponent_026.getMaximumSize() ''' getMaximumSize_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[18] getMaximumSize_Value = getMaximumSize_Method.invoke(subComponent_026) ''' #getMaximumSize_Value = java.awt.Dimension[width=32767,height=32767] subComponent_026.getAlignmentX() ''' getAlignmentX_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[19] getAlignmentX_Value = getAlignmentX_Method.invoke(subComponent_026) ''' #getAlignmentX_Value = 0.5 subComponent_026.getAlignmentY() ''' getAlignmentY_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[20] getAlignmentY_Value = getAlignmentY_Method.invoke(subComponent_026) ''' #getAlignmentY_Value = 0.5 #subComponent_026.getListeners() ''' getListeners_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[22] getListeners_Value = getListeners_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! subComponent_026.getX() ''' getX_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[29] getX_Value = getX_Method.invoke(subComponent_026) ''' #getX_Value = 0 subComponent_026.getY() ''' getY_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[30] getY_Value = getY_Method.invoke(subComponent_026) ''' #getY_Value = 256 subComponent_026.getWidth() ''' getWidth_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[31] getWidth_Value = getWidth_Method.invoke(subComponent_026) ''' #getWidth_Value = 77 subComponent_026.getHeight() ''' getHeight_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[32] getHeight_Value = getHeight_Method.invoke(subComponent_026) ''' #getHeight_Value = 40 #subComponent_026.getBaseline() ''' getBaseline_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[44] getBaseline_Value = getBaseline_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! subComponent_026.getBaselineResizeBehavior() ''' getBaselineResizeBehavior_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[45] getBaselineResizeBehavior_Value = getBaselineResizeBehavior_Method.invoke(subComponent_026) ''' #getBaselineResizeBehavior_Value = OTHER subComponent_026.getGraphics() ''' getGraphics_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[46] getGraphics_Value = getGraphics_Method.invoke(subComponent_026) ''' #getGraphics_Value = sun.java2d.SunGraphics2D[font=javax.swing.plaf.FontUIResourc[...] #subComponent_026.getFontMetrics() ''' getFontMetrics_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[47] getFontMetrics_Value = getFontMetrics_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! subComponent_026.getUI() ''' getUI_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[58] getUI_Value = getUI_Method.invoke(subComponent_026) ''' #getUI_Value = javax.swing.plaf.synth.SynthPanelUI@220231f7 subComponent_026.getUIClassID() ''' getUIClassID_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[60] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_026) ''' #getUIClassID_Value = PanelUI #subComponent_026.getWriteObjCounter() ''' getWriteObjCounter_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[61] getWriteObjCounter_Value = getWriteObjCounter_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! #subComponent_026.getGraphicsInvoked() ''' getGraphicsInvoked_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[65] getGraphicsInvoked_Value = getGraphicsInvoked_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! #subComponent_026.getManagingFocusForwardTraversalKeys() ''' getManagingFocusForwardTraversalKeys_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[67] getManagingFocusForwardTraversalKeys_Value = getManagingFocusForwardTraversalKeys_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! #subComponent_026.getManagingFocusBackwardTraversalKeys() ''' getManagingFocusBackwardTraversalKeys_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[68] getManagingFocusBackwardTraversalKeys_Value = getManagingFocusBackwardTraversalKeys_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! #subComponent_026.getFlag() ''' getFlag_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[72] getFlag_Value = getFlag_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! subComponent_026.getInheritsPopupMenu() ''' getInheritsPopupMenu_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[74] getInheritsPopupMenu_Value = getInheritsPopupMenu_Method.invoke(subComponent_026) ''' #getInheritsPopupMenu_Value = False subComponent_026.getComponentPopupMenu() ''' getComponentPopupMenu_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[76] getComponentPopupMenu_Value = getComponentPopupMenu_Method.invoke(subComponent_026) ''' #getComponentPopupMenu_Value = None subComponent_026.getDefaultLocale() ''' getDefaultLocale_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[78] getDefaultLocale_Value = getDefaultLocale_Method.invoke(subComponent_026) ''' #getDefaultLocale_Value = en #subComponent_026.getComponentGraphics() ''' getComponentGraphics_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[81] getComponentGraphics_Value = getComponentGraphics_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! #subComponent_026.getObscuredState() ''' getObscuredState_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[88] getObscuredState_Value = getObscuredState_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! subComponent_026.getBorder() ''' getBorder_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[90] getBorder_Value = getBorder_Method.invoke(subComponent_026) ''' #getBorder_Value = javax.swing.plaf.synth.SynthBorder@5e5563db subComponent_026.getNextFocusableComponent() ''' getNextFocusableComponent_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[102] getNextFocusableComponent_Value = getNextFocusableComponent_Method.invoke(subComponent_026) ''' #getNextFocusableComponent_Value = None #subComponent_026.getClientProperty() ''' getClientProperty_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[105] getClientProperty_Value = getClientProperty_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! #subComponent_026.setVerifyInputWhenFocusTarget() ''' setVerifyInputWhenFocusTarget_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[109] setVerifyInputWhenFocusTarget_Value = setVerifyInputWhenFocusTarget_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! subComponent_026.getVerifyInputWhenFocusTarget() ''' getVerifyInputWhenFocusTarget_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[110] getVerifyInputWhenFocusTarget_Value = getVerifyInputWhenFocusTarget_Method.invoke(subComponent_026) ''' #getVerifyInputWhenFocusTarget_Value = True subComponent_026.getInputVerifier() ''' getInputVerifier_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[116] getInputVerifier_Value = getInputVerifier_Method.invoke(subComponent_026) ''' #getInputVerifier_Value = None subComponent_026.getDebugGraphicsOptions() ''' getDebugGraphicsOptions_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[118] getDebugGraphicsOptions_Value = getDebugGraphicsOptions_Method.invoke(subComponent_026) ''' #getDebugGraphicsOptions_Value = 0 subComponent_026.getInputMap() ''' getInputMap_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[121] getInputMap_Value = getInputMap_Method.invoke(subComponent_026) ''' #getInputMap_Value = javax.swing.InputMap@3480808b #subComponent_026.getInputMap() ''' getInputMap_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[122] getInputMap_Value = getInputMap_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! #subComponent_026.getInputMap() ''' getInputMap_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[123] getInputMap_Value = getInputMap_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! subComponent_026.getActionMap() ''' getActionMap_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[124] getActionMap_Value = getActionMap_Method.invoke(subComponent_026) ''' #getActionMap_Value = javax.swing.ActionMap@7be8265 #subComponent_026.getActionMap() ''' getActionMap_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[125] getActionMap_Value = getActionMap_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! subComponent_026.getRegisteredKeyStrokes() ''' getRegisteredKeyStrokes_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[132] getRegisteredKeyStrokes_Value = getRegisteredKeyStrokes_Method.invoke(subComponent_026) ''' #getRegisteredKeyStrokes_Value = array(javax.swing.KeyStroke) #subComponent_026.getConditionForKeyStroke() ''' getConditionForKeyStroke_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[133] getConditionForKeyStroke_Value = getConditionForKeyStroke_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! #subComponent_026.getActionForKeyStroke() ''' getActionForKeyStroke_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[134] getActionForKeyStroke_Value = getActionForKeyStroke_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! #subComponent_026.getToolTipText() ''' getToolTipText_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[145] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! subComponent_026.getToolTipText() ''' getToolTipText_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[146] getToolTipText_Value = getToolTipText_Method.invoke(subComponent_026) ''' #getToolTipText_Value = None #subComponent_026.getToolTipLocation() ''' getToolTipLocation_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[147] getToolTipLocation_Value = getToolTipLocation_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! #subComponent_026.getPopupLocation() ''' getPopupLocation_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[148] getPopupLocation_Value = getPopupLocation_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! subComponent_026.getAutoscrolls() ''' getAutoscrolls_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[152] getAutoscrolls_Value = getAutoscrolls_Method.invoke(subComponent_026) ''' #getAutoscrolls_Value = False subComponent_026.getTransferHandler() ''' getTransferHandler_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[154] getTransferHandler_Value = getTransferHandler_Method.invoke(subComponent_026) ''' #getTransferHandler_Value = None #subComponent_026.getCreatedDoubleBuffer() ''' getCreatedDoubleBuffer_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[160] getCreatedDoubleBuffer_Value = getCreatedDoubleBuffer_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! #subComponent_026.getClientProperties() ''' getClientProperties_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[161] getClientProperties_Value = getClientProperties_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! subComponent_026.getVisibleRect() ''' getVisibleRect_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[165] getVisibleRect_Value = getVisibleRect_Method.invoke(subComponent_026) ''' #getVisibleRect_Value = java.awt.Rectangle[x=0,y=0,width=77,height=40] subComponent_026.getVetoableChangeListeners() ''' getVetoableChangeListeners_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[169] getVetoableChangeListeners_Value = getVetoableChangeListeners_Method.invoke(subComponent_026) ''' #getVetoableChangeListeners_Value = array(java.beans.VetoableChangeListener) subComponent_026.getTopLevelAncestor() ''' getTopLevelAncestor_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[170] getTopLevelAncestor_Value = getTopLevelAncestor_Method.invoke(subComponent_026) ''' #getTopLevelAncestor_Value = com.inductiveautomation.ignition.designer.IgnitionDesigner[f[...] #subComponent_026.getAncestorNotifier() ''' getAncestorNotifier_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[171] getAncestorNotifier_Value = getAncestorNotifier_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! subComponent_026.getAncestorListeners() ''' getAncestorListeners_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[174] getAncestorListeners_Value = getAncestorListeners_Method.invoke(subComponent_026) ''' #getAncestorListeners_Value = array(javax.swing.event.AncestorListener) #subComponent_026.getBounds() ''' getBounds_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[188] getBounds_Value = getBounds_Method.invoke(subComponent_026) ''' #Threw Exception: No value could be obtained! subComponent_026.getRootPane() ''' getRootPane_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[192] getRootPane_Value = getRootPane_Method.invoke(subComponent_026) ''' #getRootPane_Value = javax.swing.JRootPane[,0,0,1295x960,invalid,layout=javax.swi[...] #**************Declared 'set' Methods************* subComponent_026.setUI() ''' setUI_Method = subComponent_026.getClass().getDeclaredMethods()[6] setUI_Value = setUI_Method.invoke(subComponent_026) ''' #***********Declared 'set' Super Methods********** subComponent_026.setOpaque() ''' setOpaque_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[7] setOpaque_Value = setOpaque_Method.invoke(subComponent_026) ''' subComponent_026.setFont() ''' setFont_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[15] setFont_Value = setFont_Method.invoke(subComponent_026) ''' subComponent_026.setFocusTraversalKeys() ''' setFocusTraversalKeys_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[23] setFocusTraversalKeys_Value = setFocusTraversalKeys_Method.invoke(subComponent_026) ''' subComponent_026.setEnabled() ''' setEnabled_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[33] setEnabled_Value = setEnabled_Method.invoke(subComponent_026) ''' subComponent_026.setForeground() ''' setForeground_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[38] setForeground_Value = setForeground_Method.invoke(subComponent_026) ''' subComponent_026.setBackground() ''' setBackground_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[39] setBackground_Value = setBackground_Method.invoke(subComponent_026) ''' subComponent_026.setPreferredSize() ''' setPreferredSize_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[41] setPreferredSize_Value = setPreferredSize_Method.invoke(subComponent_026) ''' subComponent_026.setMinimumSize() ''' setMinimumSize_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[42] setMinimumSize_Value = setMinimumSize_Method.invoke(subComponent_026) ''' subComponent_026.setMaximumSize() ''' setMaximumSize_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[43] setMaximumSize_Value = setMaximumSize_Method.invoke(subComponent_026) ''' subComponent_026.setDoubleBuffered() ''' setDoubleBuffered_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[55] setDoubleBuffered_Value = setDoubleBuffered_Method.invoke(subComponent_026) ''' subComponent_026.setUIProperty() ''' setUIProperty_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[56] setUIProperty_Value = setUIProperty_Method.invoke(subComponent_026) ''' subComponent_026.setUI() ''' setUI_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[59] setUI_Value = setUI_Method.invoke(subComponent_026) ''' subComponent_026.setWriteObjCounter() ''' setWriteObjCounter_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[62] setWriteObjCounter_Value = setWriteObjCounter_Method.invoke(subComponent_026) ''' subComponent_026.setInheritsPopupMenu() ''' setInheritsPopupMenu_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[71] setInheritsPopupMenu_Value = setInheritsPopupMenu_Method.invoke(subComponent_026) ''' subComponent_026.setFlag() ''' setFlag_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[73] setFlag_Value = setFlag_Method.invoke(subComponent_026) ''' subComponent_026.setComponentPopupMenu() ''' setComponentPopupMenu_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[75] setComponentPopupMenu_Value = setComponentPopupMenu_Method.invoke(subComponent_026) ''' subComponent_026.setNextFocusableComponent() ''' setNextFocusableComponent_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[103] setNextFocusableComponent_Value = setNextFocusableComponent_Method.invoke(subComponent_026) ''' subComponent_026.setRequestFocusEnabled() ''' setRequestFocusEnabled_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[106] setRequestFocusEnabled_Value = setRequestFocusEnabled_Method.invoke(subComponent_026) ''' subComponent_026.setBorder() ''' setBorder_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[111] setBorder_Value = setBorder_Method.invoke(subComponent_026) ''' subComponent_026.setAlignmentY() ''' setAlignmentY_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[112] setAlignmentY_Value = setAlignmentY_Method.invoke(subComponent_026) ''' subComponent_026.setAlignmentX() ''' setAlignmentX_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[114] setAlignmentX_Value = setAlignmentX_Method.invoke(subComponent_026) ''' subComponent_026.setInputVerifier() ''' setInputVerifier_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[115] setInputVerifier_Value = setInputVerifier_Method.invoke(subComponent_026) ''' subComponent_026.setDebugGraphicsOptions() ''' setDebugGraphicsOptions_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[117] setDebugGraphicsOptions_Value = setDebugGraphicsOptions_Method.invoke(subComponent_026) ''' subComponent_026.resetKeyboardActions() ''' resetKeyboardActions_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[135] resetKeyboardActions_Value = resetKeyboardActions_Method.invoke(subComponent_026) ''' subComponent_026.setInputMap() ''' setInputMap_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[136] setInputMap_Value = setInputMap_Method.invoke(subComponent_026) ''' subComponent_026.setActionMap() ''' setActionMap_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[137] setActionMap_Value = setActionMap_Method.invoke(subComponent_026) ''' subComponent_026.setDefaultLocale() ''' setDefaultLocale_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[139] setDefaultLocale_Value = setDefaultLocale_Method.invoke(subComponent_026) ''' subComponent_026.setToolTipText() ''' setToolTipText_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[144] setToolTipText_Value = setToolTipText_Method.invoke(subComponent_026) ''' subComponent_026.setAutoscrolls() ''' setAutoscrolls_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[151] setAutoscrolls_Value = setAutoscrolls_Method.invoke(subComponent_026) ''' subComponent_026.setTransferHandler() ''' setTransferHandler_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[153] setTransferHandler_Value = setTransferHandler_Method.invoke(subComponent_026) ''' subComponent_026.setDropLocation() ''' setDropLocation_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[156] setDropLocation_Value = setDropLocation_Method.invoke(subComponent_026) ''' subComponent_026.setCreatedDoubleBuffer() ''' setCreatedDoubleBuffer_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[159] setCreatedDoubleBuffer_Value = setCreatedDoubleBuffer_Method.invoke(subComponent_026) ''' subComponent_026.setPaintingChild() ''' setPaintingChild_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[181] setPaintingChild_Value = setPaintingChild_Method.invoke(subComponent_026) ''' subComponent_026.setVisible() ''' setVisible_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[187] setVisible_Value = setVisible_Method.invoke(subComponent_026) ''' #************All Other Declared Methods*********** subComponent_026.writeObject() ''' writeObject_Method = subComponent_026.getClass().getDeclaredMethods()[0] writeObject_Value = writeObject_Method.invoke(subComponent_026) ''' subComponent_026.paramString() ''' paramString_Method = subComponent_026.getClass().getDeclaredMethods()[1] paramString_Value = paramString_Method.invoke(subComponent_026) ''' subComponent_026.updateUI() ''' updateUI_Method = subComponent_026.getClass().getDeclaredMethods()[3] updateUI_Value = updateUI_Method.invoke(subComponent_026) ''' #*********All Other Declared Super Methods******** subComponent_026.update() ''' update_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[0] update_Value = update_Method.invoke(subComponent_026) ''' subComponent_026.contains() ''' contains_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[1] contains_Value = contains_Method.invoke(subComponent_026) ''' subComponent_026.readObject() ''' readObject_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[3] readObject_Value = readObject_Method.invoke(subComponent_026) ''' subComponent_026.writeObject() ''' writeObject_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[4] writeObject_Value = writeObject_Method.invoke(subComponent_026) ''' subComponent_026.print() ''' print_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[5] print_Value = print_Method.invoke(subComponent_026) ''' subComponent_026.paramString() ''' paramString_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[8] paramString_Value = paramString_Method.invoke(subComponent_026) ''' subComponent_026.isOpaque() ''' isOpaque_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[9] isOpaque_Value = isOpaque_Method.invoke(subComponent_026) ''' subComponent_026.removeNotify() ''' removeNotify_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[12] removeNotify_Value = removeNotify_Method.invoke(subComponent_026) ''' subComponent_026.addNotify() ''' addNotify_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[13] addNotify_Value = addNotify_Method.invoke(subComponent_026) ''' subComponent_026.isValidateRoot() ''' isValidateRoot_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[14] isValidateRoot_Value = isValidateRoot_Method.invoke(subComponent_026) ''' subComponent_026.paint() ''' paint_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[21] paint_Value = paint_Method.invoke(subComponent_026) ''' subComponent_026.firePropertyChange() ''' firePropertyChange_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[24] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_026) ''' subComponent_026.firePropertyChange() ''' firePropertyChange_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[25] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_026) ''' subComponent_026.firePropertyChange() ''' firePropertyChange_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[26] firePropertyChange_Value = firePropertyChange_Method.invoke(subComponent_026) ''' subComponent_026.requestFocus() ''' requestFocus_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[27] requestFocus_Value = requestFocus_Method.invoke(subComponent_026) ''' subComponent_026.requestFocus() ''' requestFocus_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[28] requestFocus_Value = requestFocus_Method.invoke(subComponent_026) ''' subComponent_026.enable() ''' enable_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[34] enable_Value = enable_Method.invoke(subComponent_026) ''' subComponent_026.disable() ''' disable_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[35] disable_Value = disable_Method.invoke(subComponent_026) ''' subComponent_026.isDoubleBuffered() ''' isDoubleBuffered_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[36] isDoubleBuffered_Value = isDoubleBuffered_Method.invoke(subComponent_026) ''' subComponent_026.hide() ''' hide_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[37] hide_Value = hide_Method.invoke(subComponent_026) ''' subComponent_026.reshape() ''' reshape_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[40] reshape_Value = reshape_Method.invoke(subComponent_026) ''' subComponent_026.printAll() ''' printAll_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[48] printAll_Value = printAll_Method.invoke(subComponent_026) ''' subComponent_026.processKeyEvent() ''' processKeyEvent_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[49] processKeyEvent_Value = processKeyEvent_Method.invoke(subComponent_026) ''' subComponent_026.processMouseEvent() ''' processMouseEvent_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[50] processMouseEvent_Value = processMouseEvent_Method.invoke(subComponent_026) ''' subComponent_026.processMouseMotionEvent() ''' processMouseMotionEvent_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[51] processMouseMotionEvent_Value = processMouseMotionEvent_Method.invoke(subComponent_026) ''' subComponent_026.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[52] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_026) ''' subComponent_026.requestFocusInWindow() ''' requestFocusInWindow_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[53] requestFocusInWindow_Value = requestFocusInWindow_Method.invoke(subComponent_026) ''' subComponent_026.compWriteObjectNotify() ''' compWriteObjectNotify_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[54] compWriteObjectNotify_Value = compWriteObjectNotify_Method.invoke(subComponent_026) ''' subComponent_026.updateUI() ''' updateUI_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[57] updateUI_Value = updateUI_Method.invoke(subComponent_026) ''' subComponent_026.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[63] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_026) ''' subComponent_026.safelyGetGraphics() ''' safelyGetGraphics_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[64] safelyGetGraphics_Value = safelyGetGraphics_Method.invoke(subComponent_026) ''' subComponent_026.isComponentObtainingGraphicsFrom() ''' isComponentObtainingGraphicsFrom_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[66] isComponentObtainingGraphicsFrom_Value = isComponentObtainingGraphicsFrom_Method.invoke(subComponent_026) ''' subComponent_026.fetchRectangle() ''' fetchRectangle_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[69] fetchRectangle_Value = fetchRectangle_Method.invoke(subComponent_026) ''' subComponent_026.recycleRectangle() ''' recycleRectangle_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[70] recycleRectangle_Value = recycleRectangle_Method.invoke(subComponent_026) ''' subComponent_026.isManagingFocus() ''' isManagingFocus_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[77] isManagingFocus_Value = isManagingFocus_Method.invoke(subComponent_026) ''' subComponent_026.uninstallUIAndProperties() ''' uninstallUIAndProperties_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[79] uninstallUIAndProperties_Value = uninstallUIAndProperties_Method.invoke(subComponent_026) ''' subComponent_026.putClientProperty() ''' putClientProperty_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[80] putClientProperty_Value = putClientProperty_Method.invoke(subComponent_026) ''' subComponent_026.shouldDebugGraphics() ''' shouldDebugGraphics_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[82] shouldDebugGraphics_Value = shouldDebugGraphics_Method.invoke(subComponent_026) ''' subComponent_026.paintComponent() ''' paintComponent_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[83] paintComponent_Value = paintComponent_Method.invoke(subComponent_026) ''' subComponent_026.paintChildren() ''' paintChildren_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[84] paintChildren_Value = paintChildren_Method.invoke(subComponent_026) ''' subComponent_026.isOptimizedDrawingEnabled() ''' isOptimizedDrawingEnabled_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[85] isOptimizedDrawingEnabled_Value = isOptimizedDrawingEnabled_Method.invoke(subComponent_026) ''' subComponent_026.checkIfChildObscuredBySibling() ''' checkIfChildObscuredBySibling_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[86] checkIfChildObscuredBySibling_Value = checkIfChildObscuredBySibling_Method.invoke(subComponent_026) ''' subComponent_026.isLightweightComponent() ''' isLightweightComponent_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[87] isLightweightComponent_Value = isLightweightComponent_Method.invoke(subComponent_026) ''' subComponent_026.paintBorder() ''' paintBorder_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[89] paintBorder_Value = paintBorder_Method.invoke(subComponent_026) ''' subComponent_026.adjustPaintFlags() ''' adjustPaintFlags_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[91] adjustPaintFlags_Value = adjustPaintFlags_Method.invoke(subComponent_026) ''' subComponent_026.isPainting() ''' isPainting_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[92] isPainting_Value = isPainting_Method.invoke(subComponent_026) ''' subComponent_026.rectangleIsObscured() ''' rectangleIsObscured_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[93] rectangleIsObscured_Value = rectangleIsObscured_Method.invoke(subComponent_026) ''' subComponent_026.printComponent() ''' printComponent_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[94] printComponent_Value = printComponent_Method.invoke(subComponent_026) ''' subComponent_026.printBorder() ''' printBorder_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[95] printBorder_Value = printBorder_Method.invoke(subComponent_026) ''' subComponent_026.printChildren() ''' printChildren_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[96] printChildren_Value = printChildren_Method.invoke(subComponent_026) ''' subComponent_026.paintForceDoubleBuffered() ''' paintForceDoubleBuffered_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[97] paintForceDoubleBuffered_Value = paintForceDoubleBuffered_Method.invoke(subComponent_026) ''' subComponent_026.isPaintingTile() ''' isPaintingTile_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[98] isPaintingTile_Value = isPaintingTile_Method.invoke(subComponent_026) ''' subComponent_026.isPaintingForPrint() ''' isPaintingForPrint_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[99] isPaintingForPrint_Value = isPaintingForPrint_Method.invoke(subComponent_026) ''' subComponent_026.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[100] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_026) ''' subComponent_026.registerNextFocusableComponent() ''' registerNextFocusableComponent_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[101] registerNextFocusableComponent_Value = registerNextFocusableComponent_Method.invoke(subComponent_026) ''' subComponent_026.deregisterNextFocusableComponent() ''' deregisterNextFocusableComponent_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[104] deregisterNextFocusableComponent_Value = deregisterNextFocusableComponent_Method.invoke(subComponent_026) ''' subComponent_026.isRequestFocusEnabled() ''' isRequestFocusEnabled_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[107] isRequestFocusEnabled_Value = isRequestFocusEnabled_Method.invoke(subComponent_026) ''' subComponent_026.grabFocus() ''' grabFocus_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[108] grabFocus_Value = grabFocus_Method.invoke(subComponent_026) ''' subComponent_026.validateAlignment() ''' validateAlignment_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[113] validateAlignment_Value = validateAlignment_Method.invoke(subComponent_026) ''' subComponent_026.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[119] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_026) ''' subComponent_026.registerKeyboardAction() ''' registerKeyboardAction_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[120] registerKeyboardAction_Value = registerKeyboardAction_Method.invoke(subComponent_026) ''' subComponent_026.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[126] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_026) ''' subComponent_026.registerWithKeyboardManager() ''' registerWithKeyboardManager_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[127] registerWithKeyboardManager_Value = registerWithKeyboardManager_Method.invoke(subComponent_026) ''' subComponent_026.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[128] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_026) ''' subComponent_026.unregisterWithKeyboardManager() ''' unregisterWithKeyboardManager_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[129] unregisterWithKeyboardManager_Value = unregisterWithKeyboardManager_Method.invoke(subComponent_026) ''' subComponent_026.componentInputMapChanged() ''' componentInputMapChanged_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[130] componentInputMapChanged_Value = componentInputMapChanged_Method.invoke(subComponent_026) ''' subComponent_026.unregisterKeyboardAction() ''' unregisterKeyboardAction_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[131] unregisterKeyboardAction_Value = unregisterKeyboardAction_Method.invoke(subComponent_026) ''' subComponent_026.requestDefaultFocus() ''' requestDefaultFocus_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[138] requestDefaultFocus_Value = requestDefaultFocus_Method.invoke(subComponent_026) ''' subComponent_026.processComponentKeyEvent() ''' processComponentKeyEvent_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[140] processComponentKeyEvent_Value = processComponentKeyEvent_Method.invoke(subComponent_026) ''' subComponent_026.processKeyBindings() ''' processKeyBindings_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[141] processKeyBindings_Value = processKeyBindings_Method.invoke(subComponent_026) ''' subComponent_026.processKeyBinding() ''' processKeyBinding_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[142] processKeyBinding_Value = processKeyBinding_Method.invoke(subComponent_026) ''' subComponent_026.processKeyBindingsForAllComponents() ''' processKeyBindingsForAllComponents_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[143] processKeyBindingsForAllComponents_Value = processKeyBindingsForAllComponents_Method.invoke(subComponent_026) ''' subComponent_026.createToolTip() ''' createToolTip_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[149] createToolTip_Value = createToolTip_Method.invoke(subComponent_026) ''' subComponent_026.scrollRectToVisible() ''' scrollRectToVisible_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[150] scrollRectToVisible_Value = scrollRectToVisible_Method.invoke(subComponent_026) ''' subComponent_026.dropLocationForPoint() ''' dropLocationForPoint_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[155] dropLocationForPoint_Value = dropLocationForPoint_Method.invoke(subComponent_026) ''' subComponent_026.dndDone() ''' dndDone_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[157] dndDone_Value = dndDone_Method.invoke(subComponent_026) ''' subComponent_026.superProcessMouseMotionEvent() ''' superProcessMouseMotionEvent_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[158] superProcessMouseMotionEvent_Value = superProcessMouseMotionEvent_Method.invoke(subComponent_026) ''' subComponent_026.clientPropertyChanged() ''' clientPropertyChanged_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[162] clientPropertyChanged_Value = clientPropertyChanged_Method.invoke(subComponent_026) ''' subComponent_026.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[163] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_026) ''' subComponent_026.computeVisibleRect() ''' computeVisibleRect_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[164] computeVisibleRect_Value = computeVisibleRect_Method.invoke(subComponent_026) ''' subComponent_026.fireVetoableChange() ''' fireVetoableChange_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[166] fireVetoableChange_Value = fireVetoableChange_Method.invoke(subComponent_026) ''' subComponent_026.addVetoableChangeListener() ''' addVetoableChangeListener_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[167] addVetoableChangeListener_Value = addVetoableChangeListener_Method.invoke(subComponent_026) ''' subComponent_026.removeVetoableChangeListener() ''' removeVetoableChangeListener_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[168] removeVetoableChangeListener_Value = removeVetoableChangeListener_Method.invoke(subComponent_026) ''' subComponent_026.addAncestorListener() ''' addAncestorListener_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[172] addAncestorListener_Value = addAncestorListener_Method.invoke(subComponent_026) ''' subComponent_026.removeAncestorListener() ''' removeAncestorListener_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[173] removeAncestorListener_Value = removeAncestorListener_Method.invoke(subComponent_026) ''' #subComponent_026.lambda$revalidate$0() ''' lambdarevalidate0_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[175] lambdarevalidate0_Value = lambdarevalidate0_Method.invoke(#subComponent_026) ''' subComponent_026.isPaintingOrigin() ''' isPaintingOrigin_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[176] isPaintingOrigin_Value = isPaintingOrigin_Method.invoke(subComponent_026) ''' subComponent_026.paintImmediately() ''' paintImmediately_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[177] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_026) ''' subComponent_026.paintImmediately() ''' paintImmediately_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[178] paintImmediately_Value = paintImmediately_Method.invoke(subComponent_026) ''' subComponent_026._paintImmediately() ''' _paintImmediately_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[179] _paintImmediately_Value = _paintImmediately_Method.invoke(subComponent_026) ''' subComponent_026.alwaysOnTop() ''' alwaysOnTop_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[180] alwaysOnTop_Value = alwaysOnTop_Method.invoke(subComponent_026) ''' subComponent_026.paintToOffscreen() ''' paintToOffscreen_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[182] paintToOffscreen_Value = paintToOffscreen_Method.invoke(subComponent_026) ''' #subComponent_026.access$000() ''' access000_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[183] access000_Value = access000_Method.invoke(#subComponent_026) ''' #subComponent_026.access$100() ''' access100_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[184] access100_Value = access100_Method.invoke(#subComponent_026) ''' #subComponent_026.access$200() ''' access200_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[185] access200_Value = access200_Method.invoke(#subComponent_026) ''' #subComponent_026.access$300() ''' access300_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[186] access300_Value = access300_Method.invoke(#subComponent_026) ''' subComponent_026.repaint() ''' repaint_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[189] repaint_Value = repaint_Method.invoke(subComponent_026) ''' subComponent_026.repaint() ''' repaint_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[190] repaint_Value = repaint_Method.invoke(subComponent_026) ''' subComponent_026.revalidate() ''' revalidate_Method = subComponent_026.getClass().getSuperclass().getDeclaredMethods()[191] revalidate_Value = revalidate_Method.invoke(subComponent_026) ''' endFunction = True #========================================================== #========================================================== subComponent_027 = event.source.parent.getComponent('Easy Chart').getComponent(1).getComponent(1).getComponent(0) def subComponent_027(): # def subComponent_027_Declared_Fields(): #*****************Declared Fields***************** #NOTE: The following fields can only be accessed through reflection #subComponent_027.getClass().getDeclaredFields()[0] uiClassID_Field = subComponent_027.getClass().getDeclaredField('uiClassID') uiClassID_Field.setAccessible(True) uiClassID_Value = uiClassID_Field.get(subComponent_027) #uiClassID_Value = ButtonUI #**************Declared Super Fields************** subComponent_027.MODEL_CHANGED_PROPERTY #subComponent_027.MODEL_CHANGED_PROPERTY = model subComponent_027.TEXT_CHANGED_PROPERTY #subComponent_027.TEXT_CHANGED_PROPERTY = text subComponent_027.MNEMONIC_CHANGED_PROPERTY #subComponent_027.MNEMONIC_CHANGED_PROPERTY = mnemonic subComponent_027.MARGIN_CHANGED_PROPERTY #subComponent_027.MARGIN_CHANGED_PROPERTY = margin subComponent_027.VERTICAL_ALIGNMENT_CHANGED_PROPERTY #subComponent_027.VERTICAL_ALIGNMENT_CHANGED_PROPERTY = verticalAlignment subComponent_027.HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY #subComponent_027.HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY = horizontalAlignment subComponent_027.VERTICAL_TEXT_POSITION_CHANGED_PROPERTY #subComponent_027.VERTICAL_TEXT_POSITION_CHANGED_PROPERTY = verticalTextPosition subComponent_027.HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTY #subComponent_027.HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTY = horizontalTextPosition subComponent_027.BORDER_PAINTED_CHANGED_PROPERTY #subComponent_027.BORDER_PAINTED_CHANGED_PROPERTY = borderPainted subComponent_027.FOCUS_PAINTED_CHANGED_PROPERTY #subComponent_027.FOCUS_PAINTED_CHANGED_PROPERTY = focusPainted subComponent_027.ROLLOVER_ENABLED_CHANGED_PROPERTY #subComponent_027.ROLLOVER_ENABLED_CHANGED_PROPERTY = rolloverEnabled subComponent_027.CONTENT_AREA_FILLED_CHANGED_PROPERTY #subComponent_027.CONTENT_AREA_FILLED_CHANGED_PROPERTY = contentAreaFilled subComponent_027.ICON_CHANGED_PROPERTY #subComponent_027.ICON_CHANGED_PROPERTY = icon subComponent_027.PRESSED_ICON_CHANGED_PROPERTY #subComponent_027.PRESSED_ICON_CHANGED_PROPERTY = pressedIcon subComponent_027.SELECTED_ICON_CHANGED_PROPERTY #subComponent_027.SELECTED_ICON_CHANGED_PROPERTY = selectedIcon subComponent_027.ROLLOVER_ICON_CHANGED_PROPERTY #subComponent_027.ROLLOVER_ICON_CHANGED_PROPERTY = rolloverIcon subComponent_027.ROLLOVER_SELECTED_ICON_CHANGED_PROPERTY #subComponent_027.ROLLOVER_SELECTED_ICON_CHANGED_PROPERTY = rolloverSelectedIcon subComponent_027.DISABLED_ICON_CHANGED_PROPERTY #subComponent_027.DISABLED_ICON_CHANGED_PROPERTY = disabledIcon subComponent_027.DISABLED_SELECTED_ICON_CHANGED_PROPERTY #subComponent_027.DISABLED_SELECTED_ICON_CHANGED_PROPERTY = disabledSelectedIcon subComponent_027.model #subComponent_027.model = javax.swing.DefaultButtonModel@4ad81e79 subComponent_027.text #subComponent_027.text = Apply subComponent_027.margin #subComponent_027.margin = java.awt.Insets[top=0,left=10,bottom=0,right=10] subComponent_027.pressedIcon #subComponent_027.pressedIcon = None subComponent_027.disabledIcon #subComponent_027.disabledIcon = None subComponent_027.selectedIcon #subComponent_027.selectedIcon = None subComponent_027.disabledSelectedIcon #subComponent_027.disabledSelectedIcon = None subComponent_027.rolloverIcon #subComponent_027.rolloverIcon = None subComponent_027.rolloverSelectedIcon #subComponent_027.rolloverSelectedIcon = None subComponent_027.rolloverEnabled #subComponent_027.rolloverEnabled = True subComponent_027.contentAreaFilled #subComponent_027.contentAreaFilled = True subComponent_027.verticalAlignment #subComponent_027.verticalAlignment = 0 subComponent_027.horizontalAlignment #subComponent_027.horizontalAlignment = 0 subComponent_027.verticalTextPosition #subComponent_027.verticalTextPosition = 0 subComponent_027.horizontalTextPosition #subComponent_027.horizontalTextPosition = 11 subComponent_027.iconTextGap #subComponent_027.iconTextGap = 4 subComponent_027.mnemonic #subComponent_027.mnemonic = 65 subComponent_027.multiClickThreshhold #subComponent_027.multiClickThreshhold = 0 subComponent_027.setLayout #subComponent_027.setLayout = False subComponent_027.defaultCapable #subComponent_027.defaultCapable = True subComponent_027.hideActionText #subComponent_027.hideActionText = False subComponent_027.action #subComponent_027.action = None #NOTE: The following fields can only be accessed through reflection #subComponent_027.getClass().getSuperclass().getDeclaredFields()[22] defaultMargin_Field = subComponent_027.getClass().getSuperclass().getDeclaredField('defaultMargin') defaultMargin_Field.setAccessible(True) defaultMargin_Value = defaultMargin_Field.get(subComponent_027) #defaultMargin_Value = None #subComponent_027.getClass().getSuperclass().getDeclaredFields()[23] defaultIcon_Field = subComponent_027.getClass().getSuperclass().getDeclaredField('defaultIcon') defaultIcon_Field.setAccessible(True) defaultIcon_Value = defaultIcon_Field.get(subComponent_027) #defaultIcon_Value = None #subComponent_027.getClass().getSuperclass().getDeclaredFields()[30] paintBorder_Field = subComponent_027.getClass().getSuperclass().getDeclaredField('paintBorder') paintBorder_Field.setAccessible(True) paintBorder_Value = paintBorder_Field.get(subComponent_027) #paintBorder_Value = True #subComponent_027.getClass().getSuperclass().getDeclaredFields()[31] paintFocus_Field = subComponent_027.getClass().getSuperclass().getDeclaredField('paintFocus') paintFocus_Field.setAccessible(True) paintFocus_Value = paintFocus_Field.get(subComponent_027) #paintFocus_Value = True #subComponent_027.getClass().getSuperclass().getDeclaredFields()[40] mnemonicIndex_Field = subComponent_027.getClass().getSuperclass().getDeclaredField('mnemonicIndex') mnemonicIndex_Field.setAccessible(True) mnemonicIndex_Value = mnemonicIndex_Field.get(subComponent_027) #mnemonicIndex_Value = 0 #subComponent_027.getClass().getSuperclass().getDeclaredFields()[42] borderPaintedSet_Field = subComponent_027.getClass().getSuperclass().getDeclaredField('borderPaintedSet') borderPaintedSet_Field.setAccessible(True) borderPaintedSet_Value = borderPaintedSet_Field.get(subComponent_027) #borderPaintedSet_Value = False #subComponent_027.getClass().getSuperclass().getDeclaredFields()[43] rolloverEnabledSet_Field = subComponent_027.getClass().getSuperclass().getDeclaredField('rolloverEnabledSet') rolloverEnabledSet_Field.setAccessible(True) rolloverEnabledSet_Value = rolloverEnabledSet_Field.get(subComponent_027) #rolloverEnabledSet_Value = False #subComponent_027.getClass().getSuperclass().getDeclaredFields()[44] iconTextGapSet_Field = subComponent_027.getClass().getSuperclass().getDeclaredField('iconTextGapSet') iconTextGapSet_Field.setAccessible(True) iconTextGapSet_Value = iconTextGapSet_Field.get(subComponent_027) #iconTextGapSet_Value = False #subComponent_027.getClass().getSuperclass().getDeclaredFields()[45] contentAreaFilledSet_Field = subComponent_027.getClass().getSuperclass().getDeclaredField('contentAreaFilledSet') contentAreaFilledSet_Field.setAccessible(True) contentAreaFilledSet_Value = contentAreaFilledSet_Field.get(subComponent_027) #contentAreaFilledSet_Value = False #subComponent_027.getClass().getSuperclass().getDeclaredFields()[48] handler_Field = subComponent_027.getClass().getSuperclass().getDeclaredField('handler') handler_Field.setAccessible(True) handler_Value = handler_Field.get(subComponent_027) #handler_Value = javax.swing.AbstractButton$Handler@7ed02e1b #subComponent_027.getClass().getSuperclass().getDeclaredFields()[49] changeListener_Field = subComponent_027.getClass().getSuperclass().getDeclaredField('changeListener') changeListener_Field.setAccessible(True) changeListener_Value = changeListener_Field.get(subComponent_027) #changeListener_Value = javax.swing.AbstractButton$Handler@7ed02e1b #subComponent_027.getClass().getSuperclass().getDeclaredFields()[50] actionListener_Field = subComponent_027.getClass().getSuperclass().getDeclaredField('actionListener') actionListener_Field.setAccessible(True) actionListener_Value = actionListener_Field.get(subComponent_027) #actionListener_Value = javax.swing.AbstractButton$Handler@7ed02e1b #subComponent_027.getClass().getSuperclass().getDeclaredFields()[51] itemListener_Field = subComponent_027.getClass().getSuperclass().getDeclaredField('itemListener') itemListener_Field.setAccessible(True) itemListener_Value = itemListener_Field.get(subComponent_027) #itemListener_Value = javax.swing.AbstractButton$Handler@7ed02e1b #subComponent_027.getClass().getSuperclass().getDeclaredFields()[52] changeEvent_Field = subComponent_027.getClass().getSuperclass().getDeclaredField('changeEvent') changeEvent_Field.setAccessible(True) changeEvent_Value = changeEvent_Field.get(subComponent_027) #changeEvent_Value = javax.swing.event.ChangeEvent[source=javax.swing.JButton[,5,[...] #subComponent_027.getClass().getSuperclass().getDeclaredFields()[55] actionPropertyChangeListener_Field = subComponent_027.getClass().getSuperclass().getDeclaredField('actionPropertyChangeListener') actionPropertyChangeListener_Field.setAccessible(True) actionPropertyChangeListener_Value = actionPropertyChangeListener_Field.get(subComponent_027) #actionPropertyChangeListener_Value = None endFunction = True def subComponent_027_Declared_Methods(): #**************Declared 'get' Methods************* subComponent_027.getAccessibleContext() ''' getAccessibleContext_Method = subComponent_027.getClass().getDeclaredMethods()[3] getAccessibleContext_Value = getAccessibleContext_Method.invoke(subComponent_027) ''' #getAccessibleContext_Value = javax.swing.JButton$AccessibleJButton@4e647d92 subComponent_027.getUIClassID() ''' getUIClassID_Method = subComponent_027.getClass().getDeclaredMethods()[5] getUIClassID_Value = getUIClassID_Method.invoke(subComponent_027) ''' #getUIClassID_Value = ButtonUI #***********Declared 'get' Super Methods********** #subComponent_027.getHandler() ''' getHandler_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[2] getHandler_Value = getHandler_Method.invoke(subComponent_027) ''' #Threw Exception: No value could be obtained! subComponent_027.getText() ''' getText_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[6] getText_Value = getText_Method.invoke(subComponent_027) ''' #getText_Value = Apply subComponent_027.getIcon() ''' getIcon_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[8] getIcon_Value = getIcon_Method.invoke(subComponent_027) ''' #getIcon_Value = None subComponent_027.getDisabledIcon() ''' getDisabledIcon_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[9] getDisabledIcon_Value = getDisabledIcon_Method.invoke(subComponent_027) ''' #getDisabledIcon_Value = None subComponent_027.getDisplayedMnemonicIndex() ''' getDisplayedMnemonicIndex_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[10] getDisplayedMnemonicIndex_Value = getDisplayedMnemonicIndex_Method.invoke(subComponent_027) ''' #getDisplayedMnemonicIndex_Value = 0 subComponent_027.getIconTextGap() ''' getIconTextGap_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[13] getIconTextGap_Value = getIconTextGap_Method.invoke(subComponent_027) ''' #getIconTextGap_Value = 4 subComponent_027.getVerticalAlignment() ''' getVerticalAlignment_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[15] getVerticalAlignment_Value = getVerticalAlignment_Method.invoke(subComponent_027) ''' #getVerticalAlignment_Value = 0 subComponent_027.getHorizontalAlignment() ''' getHorizontalAlignment_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[17] getHorizontalAlignment_Value = getHorizontalAlignment_Method.invoke(subComponent_027) ''' #getHorizontalAlignment_Value = 0 subComponent_027.getVerticalTextPosition() ''' getVerticalTextPosition_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[18] getVerticalTextPosition_Value = getVerticalTextPosition_Method.invoke(subComponent_027) ''' #getVerticalTextPosition_Value = 0 subComponent_027.getHorizontalTextPosition() ''' getHorizontalTextPosition_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[20] getHorizontalTextPosition_Value = getHorizontalTextPosition_Method.invoke(subComponent_027) ''' #getHorizontalTextPosition_Value = 11 subComponent_027.getUI() ''' getUI_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[29] getUI_Value = getUI_Method.invoke(subComponent_027) ''' #getUI_Value = javax.swing.plaf.synth.SynthButtonUI@3dba7391 subComponent_027.getUI() ''' getUI_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[30] getUI_Value = getUI_Method.invoke(subComponent_027) ''' #getUI_Value = javax.swing.plaf.synth.SynthButtonUI@3dba7391 subComponent_027.getAction() ''' getAction_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[36] getAction_Value = getAction_Method.invoke(subComponent_027) ''' #getAction_Value = None subComponent_027.getMargin() ''' getMargin_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[42] getMargin_Value = getMargin_Method.invoke(subComponent_027) ''' #getMargin_Value = java.awt.Insets[top=0,left=10,bottom=0,right=10] subComponent_027.getActionListeners() ''' getActionListeners_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[46] getActionListeners_Value = getActionListeners_Method.invoke(subComponent_027) ''' #getActionListeners_Value = array(java.awt.event.ActionListener, [com.inductiveautomatio[...] subComponent_027.getModel() ''' getModel_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[47] getModel_Value = getModel_Method.invoke(subComponent_027) ''' #getModel_Value = javax.swing.DefaultButtonModel@4ad81e79 subComponent_027.getHideActionText() ''' getHideActionText_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[61] getHideActionText_Value = getHideActionText_Method.invoke(subComponent_027) ''' #getHideActionText_Value = False subComponent_027.getMnemonic() ''' getMnemonic_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[62] getMnemonic_Value = getMnemonic_Method.invoke(subComponent_027) ''' #getMnemonic_Value = 65 subComponent_027.getPressedIcon() ''' getPressedIcon_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[68] getPressedIcon_Value = getPressedIcon_Method.invoke(subComponent_027) ''' #getPressedIcon_Value = None subComponent_027.getSelectedIcon() ''' getSelectedIcon_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[70] getSelectedIcon_Value = getSelectedIcon_Method.invoke(subComponent_027) ''' #getSelectedIcon_Value = None subComponent_027.getRolloverIcon() ''' getRolloverIcon_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[72] getRolloverIcon_Value = getRolloverIcon_Method.invoke(subComponent_027) ''' #getRolloverIcon_Value = None subComponent_027.getRolloverSelectedIcon() ''' getRolloverSelectedIcon_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[75] getRolloverSelectedIcon_Value = getRolloverSelectedIcon_Method.invoke(subComponent_027) ''' #getRolloverSelectedIcon_Value = None subComponent_027.getMultiClickThreshhold() ''' getMultiClickThreshhold_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[91] getMultiClickThreshhold_Value = getMultiClickThreshhold_Method.invoke(subComponent_027) ''' #getMultiClickThreshhold_Value = 0 subComponent_027.getChangeListeners() ''' getChangeListeners_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[99] getChangeListeners_Value = getChangeListeners_Method.invoke(subComponent_027) ''' #getChangeListeners_Value = array(javax.swing.event.ChangeListener, [javax.swing.plaf.ba[...] subComponent_027.getItemListeners() ''' getItemListeners_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[102] getItemListeners_Value = getItemListeners_Method.invoke(subComponent_027) ''' #getItemListeners_Value = array(java.awt.event.ItemListener) subComponent_027.getSelectedObjects() ''' getSelectedObjects_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[103] getSelectedObjects_Value = getSelectedObjects_Method.invoke(subComponent_027) ''' #getSelectedObjects_Value = None subComponent_027.getLabel() ''' getLabel_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[104] getLabel_Value = getLabel_Method.invoke(subComponent_027) ''' #getLabel_Value = Apply subComponent_027.getActionCommand() ''' getActionCommand_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[105] getActionCommand_Value = getActionCommand_Method.invoke(subComponent_027) ''' #getActionCommand_Value = Apply subComponent_027.getDisabledSelectedIcon() ''' getDisabledSelectedIcon_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[106] getDisabledSelectedIcon_Value = getDisabledSelectedIcon_Method.invoke(subComponent_027) ''' #getDisabledSelectedIcon_Value = None #**************Declared 'set' Methods************* subComponent_027.setDefaultCapable() ''' setDefaultCapable_Method = subComponent_027.getClass().getDeclaredMethods()[8] setDefaultCapable_Value = setDefaultCapable_Method.invoke(subComponent_027) ''' #***********Declared 'set' Super Methods********** subComponent_027.setText() ''' setText_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[3] setText_Value = setText_Method.invoke(subComponent_027) ''' subComponent_027.setIcon() ''' setIcon_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[4] setIcon_Value = setIcon_Method.invoke(subComponent_027) ''' subComponent_027.setDisabledIcon() ''' setDisabledIcon_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[5] setDisabledIcon_Value = setDisabledIcon_Method.invoke(subComponent_027) ''' subComponent_027.setDisplayedMnemonicIndex() ''' setDisplayedMnemonicIndex_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[7] setDisplayedMnemonicIndex_Value = setDisplayedMnemonicIndex_Method.invoke(subComponent_027) ''' subComponent_027.setIconTextGap() ''' setIconTextGap_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[14] setIconTextGap_Value = setIconTextGap_Method.invoke(subComponent_027) ''' subComponent_027.setVerticalAlignment() ''' setVerticalAlignment_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[16] setVerticalAlignment_Value = setVerticalAlignment_Method.invoke(subComponent_027) ''' subComponent_027.setVerticalTextPosition() ''' setVerticalTextPosition_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[19] setVerticalTextPosition_Value = setVerticalTextPosition_Method.invoke(subComponent_027) ''' subComponent_027.setHorizontalTextPosition() ''' setHorizontalTextPosition_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[21] setHorizontalTextPosition_Value = setHorizontalTextPosition_Method.invoke(subComponent_027) ''' subComponent_027.setLayout() ''' setLayout_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[24] setLayout_Value = setLayout_Method.invoke(subComponent_027) ''' subComponent_027.setEnabled() ''' setEnabled_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[25] setEnabled_Value = setEnabled_Method.invoke(subComponent_027) ''' subComponent_027.setUIProperty() ''' setUIProperty_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[27] setUIProperty_Value = setUIProperty_Method.invoke(subComponent_027) ''' subComponent_027.setUI() ''' setUI_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[31] setUI_Value = setUI_Method.invoke(subComponent_027) ''' subComponent_027.setAction() ''' setAction_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[35] setAction_Value = setAction_Method.invoke(subComponent_027) ''' subComponent_027.setLabel() ''' setLabel_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[38] setLabel_Value = setLabel_Method.invoke(subComponent_027) ''' subComponent_027.setSelected() ''' setSelected_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[39] setSelected_Value = setSelected_Method.invoke(subComponent_027) ''' subComponent_027.setBorderPainted() ''' setBorderPainted_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[41] setBorderPainted_Value = setBorderPainted_Method.invoke(subComponent_027) ''' subComponent_027.setActionCommand() ''' setActionCommand_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[43] setActionCommand_Value = setActionCommand_Method.invoke(subComponent_027) ''' subComponent_027.setHorizontalAlignment() ''' setHorizontalAlignment_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[48] setHorizontalAlignment_Value = setHorizontalAlignment_Method.invoke(subComponent_027) ''' subComponent_027.setModel() ''' setModel_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[50] setModel_Value = setModel_Method.invoke(subComponent_027) ''' subComponent_027.setMnemonic() ''' setMnemonic_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[51] setMnemonic_Value = setMnemonic_Method.invoke(subComponent_027) ''' subComponent_027.setMnemonic() ''' setMnemonic_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[52] setMnemonic_Value = setMnemonic_Method.invoke(subComponent_027) ''' subComponent_027.setFocusPainted() ''' setFocusPainted_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[53] setFocusPainted_Value = setFocusPainted_Method.invoke(subComponent_027) ''' subComponent_027.setIconFromAction() ''' setIconFromAction_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[55] setIconFromAction_Value = setIconFromAction_Method.invoke(subComponent_027) ''' subComponent_027.setHideActionText() ''' setHideActionText_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[59] setHideActionText_Value = setHideActionText_Method.invoke(subComponent_027) ''' subComponent_027.setTextFromAction() ''' setTextFromAction_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[60] setTextFromAction_Value = setTextFromAction_Method.invoke(subComponent_027) ''' subComponent_027.setMargin() ''' setMargin_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[67] setMargin_Value = setMargin_Method.invoke(subComponent_027) ''' subComponent_027.setPressedIcon() ''' setPressedIcon_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[69] setPressedIcon_Value = setPressedIcon_Method.invoke(subComponent_027) ''' subComponent_027.setSelectedIcon() ''' setSelectedIcon_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[71] setSelectedIcon_Value = setSelectedIcon_Method.invoke(subComponent_027) ''' subComponent_027.setRolloverIcon() ''' setRolloverIcon_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[73] setRolloverIcon_Value = setRolloverIcon_Method.invoke(subComponent_027) ''' subComponent_027.setRolloverEnabled() ''' setRolloverEnabled_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[74] setRolloverEnabled_Value = setRolloverEnabled_Method.invoke(subComponent_027) ''' subComponent_027.setRolloverSelectedIcon() ''' setRolloverSelectedIcon_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[76] setRolloverSelectedIcon_Value = setRolloverSelectedIcon_Method.invoke(subComponent_027) ''' subComponent_027.setDisabledSelectedIcon() ''' setDisabledSelectedIcon_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[77] setDisabledSelectedIcon_Value = setDisabledSelectedIcon_Method.invoke(subComponent_027) ''' subComponent_027.setMnemonicFromAction() ''' setMnemonicFromAction_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[81] setMnemonicFromAction_Value = setMnemonicFromAction_Method.invoke(subComponent_027) ''' subComponent_027.setActionCommandFromAction() ''' setActionCommandFromAction_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[82] setActionCommandFromAction_Value = setActionCommandFromAction_Method.invoke(subComponent_027) ''' subComponent_027.setSelectedFromAction() ''' setSelectedFromAction_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[84] setSelectedFromAction_Value = setSelectedFromAction_Method.invoke(subComponent_027) ''' subComponent_027.setDisplayedMnemonicIndexFromAction() ''' setDisplayedMnemonicIndexFromAction_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[85] setDisplayedMnemonicIndexFromAction_Value = setDisplayedMnemonicIndexFromAction_Method.invoke(subComponent_027) ''' subComponent_027.setContentAreaFilled() ''' setContentAreaFilled_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[88] setContentAreaFilled_Value = setContentAreaFilled_Method.invoke(subComponent_027) ''' subComponent_027.setMultiClickThreshhold() ''' setMultiClickThreshhold_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[90] setMultiClickThreshhold_Value = setMultiClickThreshhold_Method.invoke(subComponent_027) ''' #************All Other Declared Methods*********** subComponent_027.writeObject() ''' writeObject_Method = subComponent_027.getClass().getDeclaredMethods()[0] writeObject_Value = writeObject_Method.invoke(subComponent_027) ''' subComponent_027.paramString() ''' paramString_Method = subComponent_027.getClass().getDeclaredMethods()[1] paramString_Value = paramString_Method.invoke(subComponent_027) ''' subComponent_027.removeNotify() ''' removeNotify_Method = subComponent_027.getClass().getDeclaredMethods()[2] removeNotify_Value = removeNotify_Method.invoke(subComponent_027) ''' subComponent_027.updateUI() ''' updateUI_Method = subComponent_027.getClass().getDeclaredMethods()[4] updateUI_Value = updateUI_Method.invoke(subComponent_027) ''' subComponent_027.isDefaultButton() ''' isDefaultButton_Method = subComponent_027.getClass().getDeclaredMethods()[6] isDefaultButton_Value = isDefaultButton_Method.invoke(subComponent_027) ''' subComponent_027.isDefaultCapable() ''' isDefaultCapable_Method = subComponent_027.getClass().getDeclaredMethods()[7] isDefaultCapable_Value = isDefaultCapable_Method.invoke(subComponent_027) ''' #*********All Other Declared Super Methods******** subComponent_027.init() ''' init_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[0] init_Value = init_Method.invoke(subComponent_027) ''' subComponent_027.paramString() ''' paramString_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[1] paramString_Value = paramString_Method.invoke(subComponent_027) ''' subComponent_027.checkHorizontalKey() ''' checkHorizontalKey_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[11] checkHorizontalKey_Value = checkHorizontalKey_Method.invoke(subComponent_027) ''' subComponent_027.checkVerticalKey() ''' checkVerticalKey_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[12] checkVerticalKey_Value = checkVerticalKey_Method.invoke(subComponent_027) ''' subComponent_027.addImpl() ''' addImpl_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[22] addImpl_Value = addImpl_Method.invoke(subComponent_027) ''' subComponent_027.removeNotify() ''' removeNotify_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[23] removeNotify_Value = removeNotify_Method.invoke(subComponent_027) ''' subComponent_027.imageUpdate() ''' imageUpdate_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[26] imageUpdate_Value = imageUpdate_Method.invoke(subComponent_027) ''' subComponent_027.updateUI() ''' updateUI_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[28] updateUI_Value = updateUI_Method.invoke(subComponent_027) ''' subComponent_027.paintBorder() ''' paintBorder_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[32] paintBorder_Value = paintBorder_Method.invoke(subComponent_027) ''' subComponent_027.clientPropertyChanged() ''' clientPropertyChanged_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[33] clientPropertyChanged_Value = clientPropertyChanged_Method.invoke(subComponent_027) ''' #subComponent_027.access$000() ''' access000_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[34] access000_Value = access000_Method.invoke(#subComponent_027) ''' subComponent_027.createActionPropertyChangeListener0() ''' createActionPropertyChangeListener0_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[37] createActionPropertyChangeListener0_Value = createActionPropertyChangeListener0_Method.invoke(subComponent_027) ''' subComponent_027.isBorderPainted() ''' isBorderPainted_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[40] isBorderPainted_Value = isBorderPainted_Method.invoke(subComponent_027) ''' subComponent_027.addActionListener() ''' addActionListener_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[44] addActionListener_Value = addActionListener_Method.invoke(subComponent_027) ''' subComponent_027.removeActionListener() ''' removeActionListener_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[45] removeActionListener_Value = removeActionListener_Method.invoke(subComponent_027) ''' subComponent_027.fireActionPerformed() ''' fireActionPerformed_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[49] fireActionPerformed_Value = fireActionPerformed_Method.invoke(subComponent_027) ''' subComponent_027.configurePropertiesFromAction() ''' configurePropertiesFromAction_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[54] configurePropertiesFromAction_Value = configurePropertiesFromAction_Method.invoke(subComponent_027) ''' subComponent_027.largeIconChanged() ''' largeIconChanged_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[56] largeIconChanged_Value = largeIconChanged_Method.invoke(subComponent_027) ''' subComponent_027.smallIconChanged() ''' smallIconChanged_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[57] smallIconChanged_Value = smallIconChanged_Method.invoke(subComponent_027) ''' subComponent_027.actionPropertyChanged() ''' actionPropertyChanged_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[58] actionPropertyChanged_Value = actionPropertyChanged_Method.invoke(subComponent_027) ''' subComponent_027.updateDisplayedMnemonicIndex() ''' updateDisplayedMnemonicIndex_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[63] updateDisplayedMnemonicIndex_Value = updateDisplayedMnemonicIndex_Method.invoke(subComponent_027) ''' subComponent_027.isSelected() ''' isSelected_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[64] isSelected_Value = isSelected_Method.invoke(subComponent_027) ''' subComponent_027.doClick() ''' doClick_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[65] doClick_Value = doClick_Method.invoke(subComponent_027) ''' subComponent_027.doClick() ''' doClick_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[66] doClick_Value = doClick_Method.invoke(subComponent_027) ''' subComponent_027.isRolloverEnabled() ''' isRolloverEnabled_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[78] isRolloverEnabled_Value = isRolloverEnabled_Method.invoke(subComponent_027) ''' subComponent_027.isListener() ''' isListener_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[79] isListener_Value = isListener_Method.invoke(subComponent_027) ''' subComponent_027.createActionPropertyChangeListener() ''' createActionPropertyChangeListener_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[80] createActionPropertyChangeListener_Value = createActionPropertyChangeListener_Method.invoke(subComponent_027) ''' subComponent_027.shouldUpdateSelectedStateFromAction() ''' shouldUpdateSelectedStateFromAction_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[83] shouldUpdateSelectedStateFromAction_Value = shouldUpdateSelectedStateFromAction_Method.invoke(subComponent_027) ''' subComponent_027.isFocusPainted() ''' isFocusPainted_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[86] isFocusPainted_Value = isFocusPainted_Method.invoke(subComponent_027) ''' subComponent_027.isContentAreaFilled() ''' isContentAreaFilled_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[87] isContentAreaFilled_Value = isContentAreaFilled_Method.invoke(subComponent_027) ''' subComponent_027.updateMnemonicProperties() ''' updateMnemonicProperties_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[89] updateMnemonicProperties_Value = updateMnemonicProperties_Method.invoke(subComponent_027) ''' subComponent_027.removeChangeListener() ''' removeChangeListener_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[92] removeChangeListener_Value = removeChangeListener_Method.invoke(subComponent_027) ''' subComponent_027.removeItemListener() ''' removeItemListener_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[93] removeItemListener_Value = removeItemListener_Method.invoke(subComponent_027) ''' subComponent_027.createChangeListener() ''' createChangeListener_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[94] createChangeListener_Value = createChangeListener_Method.invoke(subComponent_027) ''' subComponent_027.createActionListener() ''' createActionListener_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[95] createActionListener_Value = createActionListener_Method.invoke(subComponent_027) ''' subComponent_027.createItemListener() ''' createItemListener_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[96] createItemListener_Value = createItemListener_Method.invoke(subComponent_027) ''' subComponent_027.addChangeListener() ''' addChangeListener_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[97] addChangeListener_Value = addChangeListener_Method.invoke(subComponent_027) ''' subComponent_027.addItemListener() ''' addItemListener_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[98] addItemListener_Value = addItemListener_Method.invoke(subComponent_027) ''' subComponent_027.fireStateChanged() ''' fireStateChanged_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[100] fireStateChanged_Value = fireStateChanged_Method.invoke(subComponent_027) ''' subComponent_027.fireItemStateChanged() ''' fireItemStateChanged_Method = subComponent_027.getClass().getSuperclass().getDeclaredMethods()[101] fireItemStateChanged_Value = fireItemStateChanged_Method.invoke(subComponent_027) ''' endFunction = True #==========================================================