|
self | topsGroupedListPanel (varargin) |
| Make a new panel in the given figure. More...
|
|
| selectGroup (self, table, event) |
| Set the current list group from a selected table cell. More...
|
|
| selectMnemonic (self, table, event) |
| Set the current list mnemonic from a selected table cell. More...
|
|
| editItem (self, editField, event) |
| Edit currentItem based on user-entered text. More...
|
|
self | topsPanel (parentFigure) |
| Make a new panel in the given figure. More...
|
|
| delete (self) |
| Clear references to graphics and handle objects.
|
|
| setBaseItem (self, baseItem, baseItemName) |
| Choose the item to represent. More...
|
|
| setCurrentItem (self, currentItem, currentItemName) |
| Choose the current item. More...
|
|
| refresh (self) |
| Refresh the panel's contents.
|
|
|
Property | isLocked = false |
| The bottom-level container for Tower of Psych GUIs. More...
|
|
Property | isBaseItemTitle = false |
| whether to show a title for baseItem
|
|
◆ topsGroupedListPanel()
Make a new panel in the given figure.
- Parameters
-
Creates a new topsGroupedListPanel. parentFigure must be a topsFigure object, otherwise the panel won't display any content.
◆ selectGroup()
selectGroup |
( |
self |
, |
|
|
table |
, |
|
|
event |
|
|
) |
| |
Set the current list group from a selected table cell.
- Parameters
-
table | uitable object making the selection |
event | struct of data about the selection event |
Sets currentGroup and the current item for the parent figure, based on the selected cell in a uitable.
◆ selectMnemonic()
selectMnemonic |
( |
self |
, |
|
|
table |
, |
|
|
event |
|
|
) |
| |
Set the current list mnemonic from a selected table cell.
- Parameters
-
table | uitable object making the selection |
event | struct of data about the selection event |
Sets currentMnemonic and the current item for the parent figure, based on the selected cell in a uitable.
◆ editItem()
Edit currentItem based on user-entered text.
- Parameters
-
editField | uicontrol edit field which contains new text |
event | struct of data about the edit event |
Invokes eval() on the text contained in editField. If eval() succeeds, replaces the item selected item in groupedList, based on currentGroup and currentMnemonic. Also sets the current item of the parent figure, using the new value.
◆ groupTable
Browse a grouped list by group and mnemonic.
topsGroupedListPanel shows all of the group names for a topsGroupedList, and all the mnemonic names for one group at a time. The user can view and select one group and one mnemonic. Each selection updates the "current item" of a Tower of Psych GUI. the uitable for group names
The documentation for this class was generated from the following file: