Tag Archives: UIInspect

12 relevant articles found:

Uicontrol callbacks

This post details undocumented callbacks exposed by the underlying Java object of Matlab uicontrols, that can be used to modify the control’s behavior in a multitude of different events

Categories: GUI, Java, Low risk of breaking in future versions, UI controls
Tags: , , , , ,
67 Comments

Button customization

Matlab’s button uicontrols (pushbutton and togglebutton) are basically wrappers for a Java Swing JButton object. This post describes how the buttons can be customized using this Java object in ways that are impossible using pure Matlab.

Categories: GUI, High risk of breaking in future versions, Icons, Java, UI controls
Tags: , , ,
30 Comments