Skip to content

Commit

Permalink
Add method atAttribute to the DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
YvanGuifo committed Apr 21, 2022
1 parent 85f46d1 commit d3ffd76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 105 deletions.
12 changes: 0 additions & 12 deletions src/Kendrick/KendrickFullScreenUI.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@ Class {
#category : #'Kendrick-DSL-Internal'
}

{ #category : #openning }
KendrickFullScreenUI class >> inspect: anObject label: aString [

| instance |
instance := self new.
instance
title: aString;
openOn: anObject.
self splashLogo.
^ instance
]

{ #category : #'instance creation' }
KendrickFullScreenUI >> openOn: aPage [
| w |
Expand Down
5 changes: 5 additions & 0 deletions src/Kendrick/KendrickModelingComponent.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ KendrickModelingComponent >> allTransitionsFor: aFromToList [

]

{ #category : #accessing }
KendrickModelingComponent >> atAttribute: aSymbol [
^ attributes at: aSymbol
]

{ #category : #'public-api' }
KendrickModelingComponent >> attribute: anArray [
|attVals|
Expand Down
93 changes: 0 additions & 93 deletions src/Kendrick/KendrickUI.class.st

This file was deleted.

0 comments on commit d3ffd76

Please sign in to comment.