|
Module SWT/AllThis module is undocumented. This is a list of its definitions. asComboList :: [Resource] -> <ReadGraph> [String] Returns the names of the given resources in the same order, which is the form a combo box widget of an SWT document wants its item list in. Fails if any of the resources has no name. columnBeanKey :: ColumnBean -> String Returns the key of the given column, which selects the property of a row that the column shows. columnBeanLabel :: ColumnBean -> String Returns the label drawn in the header of the given column. columnBeans :: ColumnsBean -> [ColumnBean] Returns the columns of the given ColumnsBean in the order they are shown in. columnsBean :: Resource -> <ReadGraph> ColumnsBean Reads the value of the given resource as a ColumnsBean. Fails if the resource does not hold a literal of that bean type. contributionType :: Variable -> <ReadGraph> String
decodeWSES :: Maybe String -> [WorkbenchSelectionElement] Returns the workbench selection elements that the SWT document client
stored under the given key. A document event handler receives such a key as
the value of an event parameter, typically getURI :: Variable -> <ReadGraph> String Returns the URI of the given variable. inputVariable :: Variable -> <ReadGraph> Variable
propertyDisplayValue :: Variable -> String -> <ReadGraph> String
propertyGetter :: Variable -> <ReadGraph> String Returns the value of the propertyValueSetter :: Variable -> String -> <ReadGraph> AbstractEventHandler
wseResource :: WorkbenchSelectionElement -> <ReadGraph> Resource Returns the resource that the given workbench selection element stands for. The result is null for a selection element that does not stand for a resource, which the signature does not show. |