Source code (M-files) for Graphic User Object (GUO) Toolbox

Programming tool for creating reusable Graphic User Interface (GUI) components.
3.9K Downloads
Updated 27 Sep 2005

No License

Only the source code is included here - please see the original submission (File ID 5058) for the documentation, P-files etc.

This toolbox was originally presented at The MathWorks International DSP Conference 2003 in Stuttgart, Germany.

Full documentation is provided in the PDF file within the ZIP file.

The reuse of objects can accelerate software development while simultaneously improving the consistency and quality of graphical user interfaces. Most languages with object-oriented features also provide the ability to treat a group of user interface controls together with their associated functionality as a single object class, which can be directly instantiated, inherited or embedded within another such object.

The Graphic User Object (GUO) Toolbox enables this type of structuring to be performed in a platform-independent manner on the basis of MATLAB Classes and Handle Graphics. Several inherited example classes and corresponding demonstration functions are provided. The GUO Toolbox is appropriate for all developers of MATLAB applications who wish to create or make use of reusable graphic components in a platform-independent manner.

The GUO Toolbox can be seen as a MATLAB language extension - it depends only on MATLAB itself (Release 13 or higher), including in particular MATLAB Classes & Objects and Handle Graphics. It does not make use of any external components such as Active X, Java etc. and is thus independent of the operating system employed.

The GUO Toolbox is provided "as is" (no support!), and because some of the functionality that it offers will be provided as standard in MATLAB Release 14, I am not planning to develop it further - unless I receive a sufficiently interesting offer...

Cite As

David Mackenzie (2024). Source code (M-files) for Graphic User Object (GUO) Toolbox (https://www.mathworks.com/matlabcentral/fileexchange/8485-source-code-m-files-for-graphic-user-object-guo-toolbox), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13SP1
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Object Containers in Help Center and MATLAB Answers
Acknowledgements

Inspired by: Graphic User Object (GUO) Toolbox

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

@FileSelector/

@PlaybackButtons/

@evalfunctions/

@evalfunctions/private/

@graphicuserobject/

@graphicuserobject/private/

@table/

@tabobject/

@tabobject/private/

Version Published Release Notes
1.0.0.0

See first sentence of description...