]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
LabelDecorator.decorateLabel can return null 13/713/1
authorjsimomaa <jani.simomaa@gmail.com>
Wed, 12 Jul 2017 13:43:40 +0000 (16:43 +0300)
committerjsimomaa <jani.simomaa@gmail.com>
Wed, 12 Jul 2017 13:43:40 +0000 (16:43 +0300)
refs #7364

Change-Id: I3850429ed8a75b375f4f7f63b23bf95d9bf8e81f

bundles/org.simantics.modeling.ui/scl/Simantics/Testing/BrowseContext.scl

index a662f57f4a47695501052d30dba1072e5d6ad66f..436557f31e613d10760f593a8b7288b5b64ef518 100644 (file)
@@ -97,7 +97,7 @@ importJava "org.simantics.browsing.ui.content.LabelDecorator" where
     Decorates the given label with the name of the UI column which the label is for and  the index of this label within its parenting INodeContext.
     Returns the decorated Label 
     """
-    decorateLabel :: LabelDecorator -> String -> String -> Integer -> <Proc> String
+    decorateLabel :: LabelDecorator -> String -> String -> Integer -> <Proc> Maybe String
     decorateForeground :: LabelDecorator -> a -> String -> Integer -> <Proc> a
     decorateBackground :: LabelDecorator -> a -> String -> Integer -> <Proc> a
     decorateFont :: LabelDecorator -> Maybe a -> String -> Integer -> <Proc> Maybe a