stx_libtool2.st
changeset 2621 285fa261cbcb
parent 2610 2fbaaa0e8e33
child 2643 dbfb457033ff
equal deleted inserted replaced
2620:fccbd77a9409 2621:285fa261cbcb
     1 "
     1 "
     2  COPYRIGHT (c) 2006 by eXept Software AG
     2  COPYRIGHT (c) 2006 by eXept Software AG
     3               All Rights Reserved
     3 	      All Rights Reserved
     4 
     4 
     5  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
     6  only in accordance with the terms of that license and with the
     6  only in accordance with the terms of that license and with the
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
    21 !stx_libtool2 class methodsFor:'documentation'!
    21 !stx_libtool2 class methodsFor:'documentation'!
    22 
    22 
    23 copyright
    23 copyright
    24 "
    24 "
    25  COPYRIGHT (c) 2006 by eXept Software AG
    25  COPYRIGHT (c) 2006 by eXept Software AG
    26               All Rights Reserved
    26 	      All Rights Reserved
    27 
    27 
    28  This software is furnished under a license and may be used
    28  This software is furnished under a license and may be used
    29  only in accordance with the terms of that license and with the
    29  only in accordance with the terms of that license and with the
    30  inclusion of the above copyright notice.   This software may not
    30  inclusion of the above copyright notice.   This software may not
    31  be provided or otherwise made available to, or used by, any
    31  be provided or otherwise made available to, or used by, any
    43 
    43 
    44 !stx_libtool2 class methodsFor:'description'!
    44 !stx_libtool2 class methodsFor:'description'!
    45 
    45 
    46 excludedFromPreRequisites
    46 excludedFromPreRequisites
    47     ^ #(
    47     ^ #(
    48         #'stx:libhtml'    "HTMLDocumentView - referenced by UIPainter>>doOpenWidgetDocumentation "
    48 	#'stx:libhtml'    "HTMLDocumentView - referenced by UIPainter>>doOpenWidgetDocumentation "
    49     )
    49     )
    50 !
    50 !
    51 
    51 
    52 preRequisites
    52 preRequisites
    53     ^ #(
    53     ^ #(
    54         #'stx:libbasic'    "Object - superclass of UIPainter::TreeView "
    54 	#'stx:libbasic'    "Object - superclass of UIPainter::TreeView "
    55         #'stx:libbasic2'    "List - referenced by DataSetBuilder>>updateColumnView "
    55 	#'stx:libbasic2'    "List - referenced by DataSetBuilder>>updateColumnView "
    56         #'stx:libtool'    "SystemBrowser - referenced by ResourceSelectionBrowser::ResourceMethod>>iconOn: "
    56 	#'stx:libtool'    "SystemBrowser - referenced by ResourceSelectionBrowser::ResourceMethod>>iconOn: "
    57         #'stx:libui'    "SpecCollection - referenced by UIPainterView>>fullSpecFor: "
    57 	#'stx:libui'    "SpecCollection - referenced by UIPainterView>>fullSpecFor: "
    58         #'stx:libview'    "SimpleView - superclass of UIObjectView "
    58 	#'stx:libview'    "SimpleView - superclass of UIObjectView "
    59         #'stx:libview2'    "Model - superclass of UILayoutTool::Point "
    59 	#'stx:libview2'    "Model - superclass of UILayoutTool::Point "
    60         #'stx:libwidg'    "ObjectView - superclass of UIPainterView "
    60 	#'stx:libwidg'    "ObjectView - superclass of UIPainterView "
    61         #'stx:libwidg2'    "HierarchicalItem - superclass of MenuEditor::Item "
    61 	#'stx:libwidg2'    "HierarchicalItem - superclass of MenuEditor::Item "
    62     )
    62     )
    63 ! !
    63 ! !
    64 
    64 
    65 !stx_libtool2 class methodsFor:'description - compilation'!
    65 !stx_libtool2 class methodsFor:'description - compilation'!
    66 
    66 
    76 
    76 
    77 !stx_libtool2 class methodsFor:'description - contents'!
    77 !stx_libtool2 class methodsFor:'description - contents'!
    78 
    78 
    79 classNamesAndAttributes
    79 classNamesAndAttributes
    80     ^ #(
    80     ^ #(
    81         "<className> or (<className> attributes...) in load order"
    81 	"<className> or (<className> attributes...) in load order"
    82         ColorEditDialog
    82 	ColorEditDialog
    83         DataSetBuilder
    83 	DataSetBuilder
    84         (DirectoryView autoload)
    84 	(DirectoryView autoload)
    85         (HierarchicalListEditor autoload)
    85 	(HierarchicalListEditor autoload)
    86         ImageEditor
    86 	ImageEditor
    87         MenuEditor
    87 	MenuEditor
    88         (MethodFinderWindow autoload)
    88 	(MethodFinderWindow autoload)
    89         (MethodSelectionBrowser autoload)
    89 	(MethodSelectionBrowser autoload)
    90         (#'NewInspector::NewInspectorList' autoload)
    90 	(#'Tools::NewInspectorList' autoload)
    91         (#'NewInspector::NewInspectorListView' autoload)
    91 	(#'Tools::NewInspectorListView' autoload)
    92         (#'NewInspector::NewInspectorPanelView' autoload)
    92 	(#'Tools::NewInspectorPanelView' autoload)
    93         (#'NewInspector::NewInspectorView' autoload)
    93 	(#'Tools::NewInspectorView' autoload)
    94         (ProjectBrowser autoload)
    94 	(ProjectBrowser autoload)
    95         (STXInstaller autoload)
    95 	(STXInstaller autoload)
    96         SelectionBrowser
    96 	SelectionBrowser
    97         (ShellView autoload)
    97 	(ShellView autoload)
    98         (SnapShotImage autoload)
    98 	(SnapShotImage autoload)
    99         (SnapShotImageMemory autoload)
    99 	(SnapShotImageMemory autoload)
   100         TabListEditor
   100 	TabListEditor
   101         (#'Tools::InternationalLanguageTranslationEditor' autoload)
   101 	(#'Tools::InternationalLanguageTranslationEditor' autoload)
   102         (#'Tools::ProjectDefinitionEditor' autoload)
   102 	(#'Tools::ProjectDefinitionEditor' autoload)
   103         UIGalleryView
   103 	UIGalleryView
   104         UIHelpTool
   104 	UIHelpTool
   105         UILayoutTool
   105 	UILayoutTool
   106         UIObjectView
   106 	UIObjectView
   107         UIPainter
   107 	UIPainter
   108         UISelectionPanel
   108 	UISelectionPanel
   109         UISpecificationTool
   109 	UISpecificationTool
   110         #'stx_libtool2'
   110 	#'stx_libtool2'
   111         FileSelectionBrowser
   111 	FileSelectionBrowser
   112         ResourceSelectionBrowser
   112 	ResourceSelectionBrowser
   113         UIPainterView
   113 	UIPainterView
   114         (#'Tools::ViewTreeModel' autoload)
   114 	(#'Tools::ViewTreeModel' autoload)
   115         (#'Tools::ViewTreeApplication' autoload)
   115 	(#'Tools::ViewTreeApplication' autoload)
   116         (#'Tools::ViewTreeItem' autoload)
   116 	(#'Tools::ViewTreeItem' autoload)
   117         (#'Tools::ObjectModuleInformation' autoload)
   117 	(#'Tools::ObjectModuleInformation' autoload)
   118         FlyByWindowInformation
   118 	FlyByWindowInformation
   119         UIListEditor
   119 	UIListEditor
   120         ProjectBuilder
   120 	ProjectBuilder
   121     )
   121     )
   122 !
   122 !
   123 
   123 
   124 extensionMethodNames
   124 extensionMethodNames
   125     ^ #(
   125     ^ #(