jv_vdb.st
changeset 22 6684f4d82301
parent 21 80ad6d72b260
child 37 f417fe8685c5
equal deleted inserted replaced
21:80ad6d72b260 22:6684f4d82301
    30     ^ #(
    30     ^ #(
    31         #'stx:libbasic'    "LibraryDefinition - superclass of jv_vdb"
    31         #'stx:libbasic'    "LibraryDefinition - superclass of jv_vdb"
    32         #'stx:libview'    "DisplaySurface - superclass of VDBDebuggerConsoleView"
    32         #'stx:libview'    "DisplaySurface - superclass of VDBDebuggerConsoleView"
    33         #'stx:libview2'    "ApplicationModel - superclass of VDBAbstractApplication"
    33         #'stx:libview2'    "ApplicationModel - superclass of VDBAbstractApplication"
    34         #'stx:libwidg'    "EditTextView - superclass of VDBDebuggerConsoleView"
    34         #'stx:libwidg'    "EditTextView - superclass of VDBDebuggerConsoleView"
    35         #'stx:libwidg2'    "TerminalView - superclass of VDBDebuggerConsoleView"
    35         #'stx:libwidg2'    "HierarchicalItem - superclass of VDBFramePresenter"
    36     )
    36     )
    37 !
    37 !
    38 
    38 
    39 referencedPreRequisites
    39 referencedPreRequisites
    40     "list packages which are a prerequisite, because they contain
    40     "list packages which are a prerequisite, because they contain
    44      by searching all classes (and their packages) which are referenced by my classes."
    44      by searching all classes (and their packages) which are referenced by my classes."
    45 
    45 
    46     ^ #(
    46     ^ #(
    47         #'jv:libgdbs'    "GDBCLICommand - referenced by VDBDebuggerConsoleApplication>>commonPostOpen"
    47         #'jv:libgdbs'    "GDBCLICommand - referenced by VDBDebuggerConsoleApplication>>commonPostOpen"
    48         #'stx:libbasic2'    "List - referenced by VDBAbstractContainer>>initialize"
    48         #'stx:libbasic2'    "List - referenced by VDBAbstractContainer>>initialize"
    49         #'stx:libtool'    "Tools::CodeView2 - referenced by VDBSourceApplication>>sourceView"
    49         #'stx:libtool'    "SmalltalkCodeGeneratorTool - referenced by VDBIconLibrary class>>loadAndCompileImagesFrom:"
       
    50         #'stx:libtool2'    "MenuEditor - referenced by VDBIconLibrary class>>initialize"
    50     )
    51     )
    51 !
    52 !
    52 
    53 
    53 subProjects
    54 subProjects
    54     "list packages which are known as subprojects. 
    55     "list packages which are known as subprojects. 
    70 
    71 
    71     ^ #(
    72     ^ #(
    72         "<className> or (<className> attributes...) in load order"
    73         "<className> or (<className> attributes...) in load order"
    73         VDBAbstractApplication
    74         VDBAbstractApplication
    74         VDBDebuggerConsoleView
    75         VDBDebuggerConsoleView
       
    76         VDBIconLibrary
       
    77         VDBModelPresenter
    75         #'jv_vdb'
    78         #'jv_vdb'
    76         VDBAbstractContainer
    79         VDBAbstractContainer
    77         VDBDebuggerApplication
    80         VDBDebuggerApplication
    78         VDBDebuggerConsoleApplication
    81         VDBDebuggerConsoleApplication
    79         VDBEventLogApplication
    82         VDBEventLogApplication
       
    83         VDBFramePresenter
    80         VDBInferiorConsoleApplication
    84         VDBInferiorConsoleApplication
    81         VDBSourceApplication
    85         VDBSourceApplication
    82         VDBStackApplication
    86         VDBStackApplication
       
    87         VDBThreadGroupPresenter
       
    88         VDBThreadPresenter
    83         VDBTabbingContainer
    89         VDBTabbingContainer
    84     )
    90     )
    85 !
    91 !
    86 
    92 
    87 extensionMethodNames
    93 extensionMethodNames