stx_libtool2.st
changeset 2172 b3bdee17920b
parent 2162 37159708ecef
child 2179 e6a9ed8d2471
equal deleted inserted replaced
2171:9ad4c3d354bb 2172:b3bdee17920b
    41 "
    41 "
    42 ! !
    42 ! !
    43 
    43 
    44 !stx_libtool2 class methodsFor:'description'!
    44 !stx_libtool2 class methodsFor:'description'!
    45 
    45 
       
    46 excludedFromPreRequisites
       
    47     ^ #(
       
    48         #'stx:libhtml'    "HTMLDocumentView - referenced by UIPainter>>doOpenWidgetDocumentation "
       
    49     )
       
    50 !
       
    51 
    46 preRequisites
    52 preRequisites
    47     ^ #(
    53     ^ #(
    48         #'stx:libbasic'    "ByteArray - referenced by MenuEditor::Item class>>iconSeparator "
    54         #'stx:libbasic'    "Object - superclass of UIPainter::TreeView "
    49         #'stx:libbasic2'    "List - referenced by DataSetBuilder>>updateColumnView "
    55         #'stx:libbasic2'    "List - referenced by DataSetBuilder>>updateColumnView "
    50         #'stx:libcomp'    "ByteCodeCompiler - referenced by UIHelpTool::ClassItem>>createHelpMethodNamed: "
       
    51         #'stx:libhtml'    "HTMLDocumentView - referenced by UIPainter>>doOpenWidgetDocumentation "
       
    52         #'stx:libtool'    "SystemBrowser - referenced by ResourceSelectionBrowser::ResourceMethod>>iconOn: "
    56         #'stx:libtool'    "SystemBrowser - referenced by ResourceSelectionBrowser::ResourceMethod>>iconOn: "
    53         #'stx:libui'    "SpecCollection - referenced by UIPainterView>>fullSpecFor: "
    57         #'stx:libui'    "SpecCollection - referenced by UIPainterView>>fullSpecFor: "
    54         #'stx:libview'    "Depth2Image - referenced by UIPainter class>>iconCenterV "
    58         #'stx:libview'    "SimpleView - superclass of UIObjectView "
    55         #'stx:libview2'    "AspectAdaptor - referenced by ImageEditor>>selectionOfColor "
    59         #'stx:libview2'    "Model - superclass of UILayoutTool::Point "
    56         #'stx:libwidg'    "RadioButtonGroup - referenced by ResourceSelectionBrowser>>selectionOfClassPresentation "
    60         #'stx:libwidg'    "ObjectView - superclass of UIPainterView "
    57         #'stx:libwidg2'    "DoWhatIMeanSupport - referenced by MenuEditor::ResourceEditor>>entryCompletionForRetriever "
    61         #'stx:libwidg2'    "HierarchicalItem - superclass of MenuEditor::Item "
    58     )
    62     )
    59 ! !
    63 ! !
    60 
    64 
    61 !stx_libtool2 class methodsFor:'description - compilation'!
    65 !stx_libtool2 class methodsFor:'description - compilation'!
    62 
    66 
    73 classNamesAndAttributes
    77 classNamesAndAttributes
    74     ^ #(
    78     ^ #(
    75         "<className> or (<className> attributes...) in load order"
    79         "<className> or (<className> attributes...) in load order"
    76         ColorEditDialog
    80         ColorEditDialog
    77         DataSetBuilder
    81         DataSetBuilder
    78         (DirectoryView #autoload)
    82         (DirectoryView autoload)
    79         (HierarchicalListEditor #autoload)
    83         (HierarchicalListEditor autoload)
    80         ImageEditor
    84         ImageEditor
    81         MenuEditor
    85         MenuEditor
    82         (MethodFinderWindow #autoload)
    86         (MethodFinderWindow autoload)
    83         (MethodSelectionBrowser #autoload)
    87         (MethodSelectionBrowser autoload)
    84         (#'NewInspector::NewInspectorList' #autoload)
    88         (#'NewInspector::NewInspectorList' autoload)
    85         (#'NewInspector::NewInspectorListView' #autoload)
    89         (#'NewInspector::NewInspectorListView' autoload)
    86         (#'NewInspector::NewInspectorPanelView' #autoload)
    90         (#'NewInspector::NewInspectorPanelView' autoload)
    87         (#'NewInspector::NewInspectorView' #autoload)
    91         (#'NewInspector::NewInspectorView' autoload)
    88         (ProjectBrowser #autoload)
    92         (ProjectBrowser autoload)
    89         (STXInstaller #autoload)
    93         (STXInstaller autoload)
    90         SelectionBrowser
    94         SelectionBrowser
    91         (ShellView #autoload)
    95         (ShellView autoload)
    92         (SnapShotImage #autoload)
    96         (SnapShotImage autoload)
    93         (SnapShotImageMemory #autoload)
    97         (SnapShotImageMemory autoload)
    94         (TabListEditor #autoload)
    98         (TabListEditor autoload)
    95         (#'Tools::InternationalLanguageTranslationEditor' #autoload)
    99         (#'Tools::InternationalLanguageTranslationEditor' autoload)
    96         (#'Tools::ProjectDefinitionEditor' #autoload)
   100         (#'Tools::ProjectDefinitionEditor' autoload)
    97         UIGalleryView
   101         UIGalleryView
    98         UIHelpTool
   102         UIHelpTool
    99         UILayoutTool
   103         UILayoutTool
   100         UIObjectView
   104         UIObjectView
   101         UIPainter
   105         UIPainter