diff --git a/src/Material-Design-Lite-Demo/MDLAlertsScreen.class.st b/src/Material-Design-Lite-Demo/MDLAlertsScreen.class.st index 171a2420..a6bb778b 100644 --- a/src/Material-Design-Lite-Demo/MDLAlertsScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLAlertsScreen.class.st @@ -1,7 +1,4 @@ " -Description --------------------- - Component to display some feedback to the user. " Class { @@ -10,11 +7,6 @@ Class { #category : #'Material-Design-Lite-Demo-Extensions' } -{ #category : #accessing } -MDLAlertsScreen class >> description [ - ^ 'Component to display some feedback to the user.' -] - { #category : #accessing } MDLAlertsScreen class >> icon [ ^ 'compAlertsPng' diff --git a/src/Material-Design-Lite-Demo/MDLAnchorButtonsScreen.class.st b/src/Material-Design-Lite-Demo/MDLAnchorButtonsScreen.class.st index 61932796..c60ec2c8 100644 --- a/src/Material-Design-Lite-Demo/MDLAnchorButtonsScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLAnchorButtonsScreen.class.st @@ -1,8 +1,5 @@ " -Description --------------------- - -I'm the screen representing the anchor buttons +Variations on Material Design buttons like anchors. " Class { #name : #MDLAnchorButtonsScreen, @@ -10,11 +7,6 @@ Class { #category : #'Material-Design-Lite-Demo-Components' } -{ #category : #sections } -MDLAnchorButtonsScreen class >> description [ - ^ 'Variations on Material Design buttons like anchors.' -] - { #category : #accessing } MDLAnchorButtonsScreen class >> icon [ ^ 'compAnchorPng' diff --git a/src/Material-Design-Lite-Demo/MDLBadgesScreen.class.st b/src/Material-Design-Lite-Demo/MDLBadgesScreen.class.st index 3ba43a8f..4e8b9c77 100644 --- a/src/Material-Design-Lite-Demo/MDLBadgesScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLBadgesScreen.class.st @@ -1,8 +1,5 @@ " -I am the screen representing badges. - -There are 2 different kinds of badges: text or icon badges. - +Small status descriptors for UI elements. " Class { #name : #MDLBadgesScreen, @@ -10,11 +7,6 @@ Class { #category : #'Material-Design-Lite-Demo-Components' } -{ #category : #accessing } -MDLBadgesScreen class >> description [ - ^ 'Small status descriptors for UI elements.' -] - { #category : #accessing } MDLBadgesScreen class >> icon [ ^ 'compbadgesPng' diff --git a/src/Material-Design-Lite-Demo/MDLButtonsScreen.class.st b/src/Material-Design-Lite-Demo/MDLButtonsScreen.class.st index a6db7bb7..c95c8dbe 100644 --- a/src/Material-Design-Lite-Demo/MDLButtonsScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLButtonsScreen.class.st @@ -1,17 +1,12 @@ " -I'm the screen representing the buttons. +Variations on Material Design buttons. " Class { #name : #MDLButtonsScreen, #superclass : #MDLComponentDemo, - #category : 'Material-Design-Lite-Demo-Components' + #category : #'Material-Design-Lite-Demo-Components' } -{ #category : #sections } -MDLButtonsScreen class >> description [ - ^ 'Variations on Material Design buttons.' -] - { #category : #accessing } MDLButtonsScreen class >> icon [ ^ 'compbuttonsPng' diff --git a/src/Material-Design-Lite-Demo/MDLCalendarScreen.class.st b/src/Material-Design-Lite-Demo/MDLCalendarScreen.class.st index 6e70979e..164124ff 100644 --- a/src/Material-Design-Lite-Demo/MDLCalendarScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLCalendarScreen.class.st @@ -1,5 +1,5 @@ " -Screen to render MDLCalendarWidget examples +A calendar in Material Design style to pick a date " Class { #name : #MDLCalendarScreen, @@ -7,14 +7,9 @@ Class { #instVars : [ 'selectedDay' ], - #category : 'Material-Design-Lite-Demo-Widgets' + #category : #'Material-Design-Lite-Demo-Widgets' } -{ #category : #accessing } -MDLCalendarScreen class >> description [ - ^ 'A calendar in Material Design style to pick a date' -] - { #category : #accessing } MDLCalendarScreen class >> icon [ ^ #compcalendarPng diff --git a/src/Material-Design-Lite-Demo/MDLCardWidgetScreen.class.st b/src/Material-Design-Lite-Demo/MDLCardWidgetScreen.class.st index 58cfece6..27b008f3 100644 --- a/src/Material-Design-Lite-Demo/MDLCardWidgetScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLCardWidgetScreen.class.st @@ -1,17 +1,12 @@ " -Screen to render MDLCardWidget examples +A Card widget to make easy the use of the cards. " Class { #name : #MDLCardWidgetScreen, #superclass : #MDLWidgetDemo, - #category : 'Material-Design-Lite-Demo-Widgets' + #category : #'Material-Design-Lite-Demo-Widgets' } -{ #category : #accessing } -MDLCardWidgetScreen class >> description [ - ^ 'A Card widget to make easy the use of the cards.' -] - { #category : #accessing } MDLCardWidgetScreen class >> icon [ ^ 'compcardsPng' diff --git a/src/Material-Design-Lite-Demo/MDLCardsScreen.class.st b/src/Material-Design-Lite-Demo/MDLCardsScreen.class.st index 289794a2..070f8f2f 100644 --- a/src/Material-Design-Lite-Demo/MDLCardsScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLCardsScreen.class.st @@ -1,17 +1,12 @@ " -I am the screen representing cards. +Self-contained pieces of paper with data " Class { #name : #MDLCardsScreen, #superclass : #MDLComponentDemo, - #category : 'Material-Design-Lite-Demo-Components' + #category : #'Material-Design-Lite-Demo-Components' } -{ #category : #accessing } -MDLCardsScreen class >> description [ - ^ 'Self-contained pieces of paper with data' -] - { #category : #accessing } MDLCardsScreen class >> icon [ ^ 'compcardsPng' diff --git a/src/Material-Design-Lite-Demo/MDLChipsScreen.class.st b/src/Material-Design-Lite-Demo/MDLChipsScreen.class.st index 2b120795..01afa79c 100644 --- a/src/Material-Design-Lite-Demo/MDLChipsScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLChipsScreen.class.st @@ -1,17 +1,12 @@ " -I am the screen representing chips. +Chips represent complex entities in small blocks, such as a contact. " Class { #name : #MDLChipsScreen, #superclass : #MDLComponentDemo, - #category : 'Material-Design-Lite-Demo-Components' + #category : #'Material-Design-Lite-Demo-Components' } -{ #category : #accessing } -MDLChipsScreen class >> description [ - ^ 'Chips represent complex entities in small blocks, such as a contact.' -] - { #category : #accessing } MDLChipsScreen class >> icon [ ^ 'compchipsPng' diff --git a/src/Material-Design-Lite-Demo/MDLComponentDemo.class.st b/src/Material-Design-Lite-Demo/MDLComponentDemo.class.st index a95492a2..b0a26b58 100644 --- a/src/Material-Design-Lite-Demo/MDLComponentDemo.class.st +++ b/src/Material-Design-Lite-Demo/MDLComponentDemo.class.st @@ -9,3 +9,8 @@ Class { #superclass : #MDLDemoScreen, #category : #'Material-Design-Lite-Demo-Components' } + +{ #category : #testing } +MDLComponentDemo class >> isAbstract [ + ^ self = MDLComponentDemo +] diff --git a/src/Material-Design-Lite-Demo/MDLDemoScreen.class.st b/src/Material-Design-Lite-Demo/MDLDemoScreen.class.st index 0ae45751..8ec8ef41 100644 --- a/src/Material-Design-Lite-Demo/MDLDemoScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLDemoScreen.class.st @@ -16,9 +16,7 @@ Class { { #category : #accessing } MDLDemoScreen class >> description [ - "I should return a String that is the global description of the component." - - ^ self subclassResponsibility + ^ self comment ] { #category : #accessing } diff --git a/src/Material-Design-Lite-Demo/MDLDialogsScreen.class.st b/src/Material-Design-Lite-Demo/MDLDialogsScreen.class.st index 8dc7d944..e07337d1 100644 --- a/src/Material-Design-Lite-Demo/MDLDialogsScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLDialogsScreen.class.st @@ -1,17 +1,12 @@ " -I'm representing dialogs screen +Modal windows for dedicated user input. " Class { #name : #MDLDialogsScreen, #superclass : #MDLComponentDemo, - #category : 'Material-Design-Lite-Demo-Components' + #category : #'Material-Design-Lite-Demo-Components' } -{ #category : #accessing } -MDLDialogsScreen class >> description [ - ^ 'Modal windows for dedicated user input.' -] - { #category : #accessing } MDLDialogsScreen class >> icon [ ^ 'compdialogPng' diff --git a/src/Material-Design-Lite-Demo/MDLElevationScreen.class.st b/src/Material-Design-Lite-Demo/MDLElevationScreen.class.st index 972d45a4..7f73853f 100644 --- a/src/Material-Design-Lite-Demo/MDLElevationScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLElevationScreen.class.st @@ -1,8 +1,5 @@ " -Description --------------------- - -I am a screen presenting the elevations properties of MDL. +Elevation is the relative depth, or distance, between two surfaces along the z-axis. " Class { #name : #MDLElevationScreen, @@ -10,11 +7,6 @@ Class { #category : #'Material-Design-Lite-Demo-Components' } -{ #category : #accessing } -MDLElevationScreen class >> description [ - ^ 'Elevation is the relative depth, or distance, between two surfaces along the z-axis.' -] - { #category : #accessing } MDLElevationScreen class >> icon [ ^ 'elevationPng' diff --git a/src/Material-Design-Lite-Demo/MDLExpansionPanelScreen.class.st b/src/Material-Design-Lite-Demo/MDLExpansionPanelScreen.class.st index da13bbf9..7956beb5 100644 --- a/src/Material-Design-Lite-Demo/MDLExpansionPanelScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLExpansionPanelScreen.class.st @@ -1,5 +1,5 @@ " -Demo screen for the MDLExpansionPanel. +Implementation of expansion panel for MDL. " Class { #name : #MDLExpansionPanelScreen, @@ -7,11 +7,6 @@ Class { #category : #'Material-Design-Lite-Demo-Widgets' } -{ #category : #accessing } -MDLExpansionPanelScreen class >> description [ - ^ 'Implementation of expansion panel for MDL.' -] - { #category : #accessing } MDLExpansionPanelScreen class >> icon [ self flag: #TODO. "Choose better icon" diff --git a/src/Material-Design-Lite-Demo/MDLExtensionsDemo.class.st b/src/Material-Design-Lite-Demo/MDLExtensionsDemo.class.st index e681fd32..7e24520f 100644 --- a/src/Material-Design-Lite-Demo/MDLExtensionsDemo.class.st +++ b/src/Material-Design-Lite-Demo/MDLExtensionsDemo.class.st @@ -10,7 +10,7 @@ Class { #category : #'Material-Design-Lite-Demo-Extensions' } -{ #category : #accessing } -MDLExtensionsDemo class >> icon [ - ^ 'logoSvg' +{ #category : #testing } +MDLExtensionsDemo class >> isAbstract [ + ^ self = MDLExtensionsDemo ] diff --git a/src/Material-Design-Lite-Demo/MDLLayoutScreen.class.st b/src/Material-Design-Lite-Demo/MDLLayoutScreen.class.st index 55692010..d9836cc7 100644 --- a/src/Material-Design-Lite-Demo/MDLLayoutScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLLayoutScreen.class.st @@ -1,7 +1,5 @@ " -I'm the screen representing different layouts - -See Navigation, Tabs, Footer and Grid sections for more informations +Building blocks for constructing a page layout. " Class { #name : #MDLLayoutScreen, @@ -9,11 +7,6 @@ Class { #category : #'Material-Design-Lite-Demo-Components' } -{ #category : #accessing } -MDLLayoutScreen class >> description [ - ^ 'Building blocks for constructing a page layout.' -] - { #category : #accessing } MDLLayoutScreen class >> icon [ ^ 'complayoutPng' diff --git a/src/Material-Design-Lite-Demo/MDLLeftPanelScreen.class.st b/src/Material-Design-Lite-Demo/MDLLeftPanelScreen.class.st index 5cb24827..e4bec769 100644 --- a/src/Material-Design-Lite-Demo/MDLLeftPanelScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLLeftPanelScreen.class.st @@ -1,8 +1,5 @@ " -Description --------------------- - -Screen to render resizable left panels examples. +Simple component to add a resizable left panel to a browser " Class { #name : #MDLLeftPanelScreen, @@ -10,11 +7,6 @@ Class { #category : #'Material-Design-Lite-Demo-Extensions' } -{ #category : #accessing } -MDLLeftPanelScreen class >> description [ - ^ 'Simple component to add a resizable left panel to a browser' -] - { #category : #accessing } MDLLeftPanelScreen class >> icon [ ^ 'extLeftPanelPng' diff --git a/src/Material-Design-Lite-Demo/MDLListsScreen.class.st b/src/Material-Design-Lite-Demo/MDLListsScreen.class.st index 1f1c2c68..988e1c1b 100644 --- a/src/Material-Design-Lite-Demo/MDLListsScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLListsScreen.class.st @@ -1,17 +1,12 @@ " -I'm representing list screen +Customizable scrollable lists. " Class { #name : #MDLListsScreen, #superclass : #MDLComponentDemo, - #category : 'Material-Design-Lite-Demo-Components' + #category : #'Material-Design-Lite-Demo-Components' } -{ #category : #accessing } -MDLListsScreen class >> description [ - ^ 'Customizable scrollable lists.' -] - { #category : #accessing } MDLListsScreen class >> icon [ ^ 'complistsPng' diff --git a/src/Material-Design-Lite-Demo/MDLLoadingScreen.class.st b/src/Material-Design-Lite-Demo/MDLLoadingScreen.class.st index 773103db..2ffda1f9 100644 --- a/src/Material-Design-Lite-Demo/MDLLoadingScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLLoadingScreen.class.st @@ -1,17 +1,12 @@ " -I represent loading components screen. +Indicate loading and progress states. " Class { #name : #MDLLoadingScreen, #superclass : #MDLComponentDemo, - #category : 'Material-Design-Lite-Demo-Components' + #category : #'Material-Design-Lite-Demo-Components' } -{ #category : #accessing } -MDLLoadingScreen class >> description [ - ^ 'Indicate loading and progress states.' -] - { #category : #accessing } MDLLoadingScreen class >> icon [ ^ 'comploadingPng' diff --git a/src/Material-Design-Lite-Demo/MDLMenuButtonScreen.class.st b/src/Material-Design-Lite-Demo/MDLMenuButtonScreen.class.st index f58068be..d2a4a346 100644 --- a/src/Material-Design-Lite-Demo/MDLMenuButtonScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLMenuButtonScreen.class.st @@ -1,5 +1,5 @@ " -Demo screen for the MDLMenuButtonWidget +A widget to create a button that expand to show a menu when clicked " Class { #name : #MDLMenuButtonScreen, @@ -7,14 +7,9 @@ Class { #instVars : [ 'selectedUser' ], - #category : 'Material-Design-Lite-Demo-Widgets' + #category : #'Material-Design-Lite-Demo-Widgets' } -{ #category : #accessing } -MDLMenuButtonScreen class >> description [ - ^ 'A widget to create a button that expand to show a menu when clicked' -] - { #category : #accessing } MDLMenuButtonScreen class >> icon [ ^ #compmenusPng diff --git a/src/Material-Design-Lite-Demo/MDLMenusScreen.class.st b/src/Material-Design-Lite-Demo/MDLMenusScreen.class.st index 319b8b27..0c91adc9 100644 --- a/src/Material-Design-Lite-Demo/MDLMenusScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLMenusScreen.class.st @@ -1,17 +1,12 @@ " -I'm representing the menu components screen +Lists of clickable actions. Those menus are anchored to elements and can have their anchor point specified. " Class { #name : #MDLMenusScreen, #superclass : #MDLComponentDemo, - #category : 'Material-Design-Lite-Demo-Components' + #category : #'Material-Design-Lite-Demo-Components' } -{ #category : #accessing } -MDLMenusScreen class >> description [ - ^ 'Lists of clickable actions. Those menus are anchored to elements and can have their anchor point specified.' -] - { #category : #accessing } MDLMenusScreen class >> icon [ ^'compmenusPng' diff --git a/src/Material-Design-Lite-Demo/MDLNestedListScreen.class.st b/src/Material-Design-Lite-Demo/MDLNestedListScreen.class.st index 1a768095..0f5d501d 100644 --- a/src/Material-Design-Lite-Demo/MDLNestedListScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLNestedListScreen.class.st @@ -1,5 +1,5 @@ " -I am nested list demonstration panel +A smart list that will dynamically load in Ajax " Class { #name : #MDLNestedListScreen, @@ -7,14 +7,9 @@ Class { #instVars : [ 'selectedElement' ], - #category : 'Material-Design-Lite-Demo-Widgets' + #category : #'Material-Design-Lite-Demo-Widgets' } -{ #category : #accessing } -MDLNestedListScreen class >> description [ - ^ 'A smart list that will dynamically load in Ajax' -] - { #category : #accessing } MDLNestedListScreen class >> icon [ ^ 'complistsPng' diff --git a/src/Material-Design-Lite-Demo/MDLPaginationComponentScreen.class.st b/src/Material-Design-Lite-Demo/MDLPaginationComponentScreen.class.st index 51b57f1a..c9e4c1a7 100644 --- a/src/Material-Design-Lite-Demo/MDLPaginationComponentScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLPaginationComponentScreen.class.st @@ -1,7 +1,4 @@ " -Description --------------------- - The pagination widget allow the user to easily paginate some content on his page. You can either use it to just manage the pages then use the #currentPage to manage your page on the refresh or pass a block that will have the responsibility to update your page with some ajax. " Class { @@ -14,11 +11,6 @@ Class { #category : #'Material-Design-Lite-Demo-Extensions' } -{ #category : #accessing } -MDLPaginationComponentScreen class >> description [ - ^ 'The pagination widget allow the user to easily paginate some content on his page. You can either use it to just manage the pages then use the #currentPage to manage your page on the refresh or pass a block that will have the responsibility to update your page with some ajax.' -] - { #category : #accessing } MDLPaginationComponentScreen class >> icon [ ^ 'paginationPng' diff --git a/src/Material-Design-Lite-Demo/MDLPollScreen.class.st b/src/Material-Design-Lite-Demo/MDLPollScreen.class.st index 736cd6f9..c5fbb202 100644 --- a/src/Material-Design-Lite-Demo/MDLPollScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLPollScreen.class.st @@ -1,17 +1,12 @@ " -Screen to render MDLPollWidget examples +A simple poll widget. " Class { #name : #MDLPollScreen, #superclass : #MDLWidgetDemo, - #category : 'Material-Design-Lite-Demo-Widgets' + #category : #'Material-Design-Lite-Demo-Widgets' } -{ #category : #accessing } -MDLPollScreen class >> description [ - ^ 'A simple poll widget.' -] - { #category : #accessing } MDLPollScreen class >> icon [ ^ #comppollPng diff --git a/src/Material-Design-Lite-Demo/MDLProgressBarScreen.class.st b/src/Material-Design-Lite-Demo/MDLProgressBarScreen.class.st index cf4885ef..d41f9183 100644 --- a/src/Material-Design-Lite-Demo/MDLProgressBarScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLProgressBarScreen.class.st @@ -1,17 +1,12 @@ " -I am a screen to show how to use a MDLProgressBarWidget +Indicate loading and progress states. " Class { #name : #MDLProgressBarScreen, #superclass : #MDLWidgetDemo, - #category : 'Material-Design-Lite-Demo-Widgets' + #category : #'Material-Design-Lite-Demo-Widgets' } -{ #category : #accessing } -MDLProgressBarScreen class >> description [ - ^ 'Indicate loading and progress states.' -] - { #category : #accessing } MDLProgressBarScreen class >> icon [ ^ 'comploadingPng' diff --git a/src/Material-Design-Lite-Demo/MDLRightTabsPanelScreen.class.st b/src/Material-Design-Lite-Demo/MDLRightTabsPanelScreen.class.st index a4bab2b7..92f37434 100644 --- a/src/Material-Design-Lite-Demo/MDLRightTabsPanelScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLRightTabsPanelScreen.class.st @@ -1,8 +1,5 @@ " -Description --------------------- - -Screen to render resizable right panel with tabs examples. +Extension to create a browser with a resizable right panel with tabs. " Class { #name : #MDLRightTabsPanelScreen, @@ -10,11 +7,6 @@ Class { #category : #'Material-Design-Lite-Demo-Extensions' } -{ #category : #accessing } -MDLRightTabsPanelScreen class >> description [ - ^ 'Extension to create a browser with a resizable right panel with tabs.' -] - { #category : #accessing } MDLRightTabsPanelScreen class >> icon [ ^ 'extRightPanelPng' diff --git a/src/Material-Design-Lite-Demo/MDLRootDialogScreen.class.st b/src/Material-Design-Lite-Demo/MDLRootDialogScreen.class.st index a70a24b7..f8a90eab 100644 --- a/src/Material-Design-Lite-Demo/MDLRootDialogScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLRootDialogScreen.class.st @@ -1,8 +1,5 @@ " -Description --------------------- - -Screen to render root dialog examples. +This extension provides Traits to ease the use of MDL dialogs. The principle is to add an empty dialog at the root of the application, then open it through methods available on any Seaside brush and render the content via ajax. One Trait needs to be used on the root component of the web application to add an empty hidden dialog. A second Trait needs to be used by the components wanting to open a dialog and provide the necessary methods to open the root dialog and to fill its content with ajax. " Class { #name : #MDLRootDialogScreen, @@ -10,11 +7,6 @@ Class { #category : #'Material-Design-Lite-Demo-Extensions' } -{ #category : #accessing } -MDLRootDialogScreen class >> description [ - ^ 'This extension provides Traits to ease the use of MDL dialogs. The principle is to add an empty dialog at the root of the application, then open it through methods available on any Seaside brush and render the content via ajax. One Trait needs to be used on the root component of the web application to add an empty hidden dialog. A second Trait needs to be used by the components wanting to open a dialog and provide the necessary methods to open the root dialog and to fill its content with ajax.' -] - { #category : #accessing } MDLRootDialogScreen class >> icon [ ^ 'compdialogPng' diff --git a/src/Material-Design-Lite-Demo/MDLSelectScreen.class.st b/src/Material-Design-Lite-Demo/MDLSelectScreen.class.st index 3d9a95ab..e183e126 100644 --- a/src/Material-Design-Lite-Demo/MDLSelectScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLSelectScreen.class.st @@ -1,5 +1,5 @@ " -Screen to render MDLSelectWidget examples +A widget to emulate a select input in MDL style. " Class { #name : #MDLSelectScreen, @@ -7,14 +7,9 @@ Class { #instVars : [ 'selectedEntity' ], - #category : 'Material-Design-Lite-Demo-Widgets' + #category : #'Material-Design-Lite-Demo-Widgets' } -{ #category : #accessing } -MDLSelectScreen class >> description [ - ^ 'A widget to emulate a select input in MDL style.' -] - { #category : #accessing } MDLSelectScreen class >> icon [ ^ #compmenusPng diff --git a/src/Material-Design-Lite-Demo/MDLSlidersScreen.class.st b/src/Material-Design-Lite-Demo/MDLSlidersScreen.class.st index 3d1973c8..aa938ec1 100644 --- a/src/Material-Design-Lite-Demo/MDLSlidersScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLSlidersScreen.class.st @@ -1,17 +1,12 @@ " -I'm representing sliders components screen +Selecting a value out of a range. " Class { #name : #MDLSlidersScreen, #superclass : #MDLComponentDemo, - #category : 'Material-Design-Lite-Demo-Components' + #category : #'Material-Design-Lite-Demo-Components' } -{ #category : #accessing } -MDLSlidersScreen class >> description [ - ^ 'Selecting a value out of a range.' -] - { #category : #accessing } MDLSlidersScreen class >> icon [ ^ 'compslidersPng' diff --git a/src/Material-Design-Lite-Demo/MDLSnackbarScreen.class.st b/src/Material-Design-Lite-Demo/MDLSnackbarScreen.class.st index 13ddac78..b599446c 100644 --- a/src/Material-Design-Lite-Demo/MDLSnackbarScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLSnackbarScreen.class.st @@ -1,17 +1,12 @@ " -I'm representing snackbar component screen +Transient popup notifications. " Class { #name : #MDLSnackbarScreen, #superclass : #MDLComponentDemo, - #category : 'Material-Design-Lite-Demo-Components' + #category : #'Material-Design-Lite-Demo-Components' } -{ #category : #accessing } -MDLSnackbarScreen class >> description [ - ^ 'Transient popup notifications.' -] - { #category : #accessing } MDLSnackbarScreen class >> icon [ ^ 'compsnackbarPng' diff --git a/src/Material-Design-Lite-Demo/MDLSortedTableScreen.class.st b/src/Material-Design-Lite-Demo/MDLSortedTableScreen.class.st index 28540fb9..1ef94859 100644 --- a/src/Material-Design-Lite-Demo/MDLSortedTableScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLSortedTableScreen.class.st @@ -1,17 +1,12 @@ " -Screen to render MDLSortedTable examples +A widget to get a paginated table with a sort function. " Class { #name : #MDLSortedTableScreen, #superclass : #MDLWidgetDemo, - #category : 'Material-Design-Lite-Demo-Widgets' + #category : #'Material-Design-Lite-Demo-Widgets' } -{ #category : #accessing } -MDLSortedTableScreen class >> description [ - ^ 'A widget to get a paginated table with a sort function.' -] - { #category : #accessing } MDLSortedTableScreen class >> icon [ ^ #comptablesPng diff --git a/src/Material-Design-Lite-Demo/MDLTabScreen.class.st b/src/Material-Design-Lite-Demo/MDLTabScreen.class.st index 10fcb948..5d1adee3 100644 --- a/src/Material-Design-Lite-Demo/MDLTabScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLTabScreen.class.st @@ -1,17 +1,12 @@ " -Screen to render MDLTabWidget examples +A tab widget. " Class { #name : #MDLTabScreen, #superclass : #MDLWidgetDemo, - #category : 'Material-Design-Lite-Demo-Widgets' + #category : #'Material-Design-Lite-Demo-Widgets' } -{ #category : #accessing } -MDLTabScreen class >> description [ - ^ 'A tab widget.' -] - { #category : #accessing } MDLTabScreen class >> icon [ ^ #complayoutPng diff --git a/src/Material-Design-Lite-Demo/MDLTableWidgetScreen.class.st b/src/Material-Design-Lite-Demo/MDLTableWidgetScreen.class.st index e29e9c41..867439f7 100644 --- a/src/Material-Design-Lite-Demo/MDLTableWidgetScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLTableWidgetScreen.class.st @@ -1,5 +1,5 @@ " -Screen to render MDLTableWidget examples +A high-level widget to generate table. " Class { #name : #MDLTableWidgetScreen, @@ -7,11 +7,6 @@ Class { #category : #'Material-Design-Lite-Demo-Widgets' } -{ #category : #accessing } -MDLTableWidgetScreen class >> description [ - ^ 'A high-level widget to generate table.' -] - { #category : #accessing } MDLTableWidgetScreen class >> icon [ ^ #comptablesPng diff --git a/src/Material-Design-Lite-Demo/MDLTablesScreen.class.st b/src/Material-Design-Lite-Demo/MDLTablesScreen.class.st index 05314c2e..aa1466e3 100644 --- a/src/Material-Design-Lite-Demo/MDLTablesScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLTablesScreen.class.st @@ -1,17 +1,12 @@ " -I'm representing the tables. +Organize data. " Class { #name : #MDLTablesScreen, #superclass : #MDLComponentDemo, - #category : 'Material-Design-Lite-Demo-Components' + #category : #'Material-Design-Lite-Demo-Components' } -{ #category : #accessing } -MDLTablesScreen class >> description [ - ^ 'Organize data.' -] - { #category : #accessing } MDLTablesScreen class >> icon [ ^ 'comptablesPng' diff --git a/src/Material-Design-Lite-Demo/MDLTextFieldsScreen.class.st b/src/Material-Design-Lite-Demo/MDLTextFieldsScreen.class.st index 7c744cdb..87b58744 100644 --- a/src/Material-Design-Lite-Demo/MDLTextFieldsScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLTextFieldsScreen.class.st @@ -1,17 +1,12 @@ " -I am representing text field screen. +Textual input components. " Class { #name : #MDLTextFieldsScreen, #superclass : #MDLComponentDemo, - #category : 'Material-Design-Lite-Demo-Components' + #category : #'Material-Design-Lite-Demo-Components' } -{ #category : #accessing } -MDLTextFieldsScreen class >> description [ - ^ 'Textual input components.' -] - { #category : #accessing } MDLTextFieldsScreen class >> icon [ ^'comptextfieldsPng' diff --git a/src/Material-Design-Lite-Demo/MDLTogglesScreen.class.st b/src/Material-Design-Lite-Demo/MDLTogglesScreen.class.st index 279e7c22..c715975f 100644 --- a/src/Material-Design-Lite-Demo/MDLTogglesScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLTogglesScreen.class.st @@ -1,17 +1,12 @@ " -I'm representing Toggles screen +Choose between states. " Class { #name : #MDLTogglesScreen, #superclass : #MDLComponentDemo, - #category : 'Material-Design-Lite-Demo-Components' + #category : #'Material-Design-Lite-Demo-Components' } -{ #category : #accessing } -MDLTogglesScreen class >> description [ - ^ 'Choose between states.' -] - { #category : #accessing } MDLTogglesScreen class >> icon [ ^ 'comptogglesPng' diff --git a/src/Material-Design-Lite-Demo/MDLTooltipsScreen.class.st b/src/Material-Design-Lite-Demo/MDLTooltipsScreen.class.st index ea6e9d7d..0e4a2816 100644 --- a/src/Material-Design-Lite-Demo/MDLTooltipsScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLTooltipsScreen.class.st @@ -1,17 +1,12 @@ " -I am representing tooltips screen +Useful informations on hover. " Class { #name : #MDLTooltipsScreen, #superclass : #MDLComponentDemo, - #category : 'Material-Design-Lite-Demo-Components' + #category : #'Material-Design-Lite-Demo-Components' } -{ #category : #accessing } -MDLTooltipsScreen class >> description [ - ^ 'Useful informations on hover.' -] - { #category : #accessing } MDLTooltipsScreen class >> icon [ ^ 'comptooltipsPng' diff --git a/src/Material-Design-Lite-Demo/MDLTypographyScreen.class.st b/src/Material-Design-Lite-Demo/MDLTypographyScreen.class.st index 51950e1c..b214146c 100644 --- a/src/Material-Design-Lite-Demo/MDLTypographyScreen.class.st +++ b/src/Material-Design-Lite-Demo/MDLTypographyScreen.class.st @@ -1,17 +1,12 @@ " -I am a demo screen to show how to use Typography elements +Predefined typographies " Class { #name : #MDLTypographyScreen, #superclass : #MDLComponentDemo, - #category : 'Material-Design-Lite-Demo-Components' + #category : #'Material-Design-Lite-Demo-Components' } -{ #category : #accessing } -MDLTypographyScreen class >> description [ - ^ 'Predefined typographies' -] - { #category : #accessing } MDLTypographyScreen class >> icon [ ^ 'compTypoPng' diff --git a/src/Material-Design-Lite-Demo/MDLWidgetDemo.class.st b/src/Material-Design-Lite-Demo/MDLWidgetDemo.class.st index ee5baaf4..49459373 100644 --- a/src/Material-Design-Lite-Demo/MDLWidgetDemo.class.st +++ b/src/Material-Design-Lite-Demo/MDLWidgetDemo.class.st @@ -9,3 +9,8 @@ Class { #superclass : #MDLDemoScreen, #category : #'Material-Design-Lite-Demo-Widgets' } + +{ #category : #testing } +MDLWidgetDemo class >> isAbstract [ + ^ self = MDLWidgetDemo +]