Tag Archives: FindJObj

27 relevant articles found:

Continuous slider callback

Matlab slider uicontrols do not enable a continuous-motion callback by default. This article explains how this can be achieved using undocumented features.

Categories: GUI, Java, Listeners, Medium risk of breaking in future versions, UI controls
Tags: , , , , , , ,
56 Comments

Customizing listbox & editbox scrollbars

Matlab listbox and multi-line editbox uicontrols have pre-configured scrollbars. This article shows how they can be customized.

Categories: GUI, Java, Medium risk of breaking in future versions, UI controls
Tags: , , ,
50 Comments

Rich Matlab editbox contents

The Matlab editbox uicontrol does not handle HTML contents as do other uicontrols. In this article I show how this limitation can be removed.

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

FindJObj GUI – display container hierarchy

The FindJObj utility can be used to present a GUI that displays a Matlab container’s internal Java components, properties and callbacks.

Categories: Figure window, GUI, Handle graphics, High risk of breaking in future versions, Java, UI controls, Undocumented feature
Tags: , , , , , ,
7 Comments

FindJObj – find a Matlab component’s underlying Java object

The FindJObj utility can be used to access and display the internal components of Matlab controls and containers. This article explains its uses and inner mechanism.

Categories: Figure window, GUI, Handle graphics, High risk of breaking in future versions, Java, UI controls, Undocumented feature
Tags: , , , , , ,
69 Comments

GUI integrated HTML panel

Simple HTML can be presented in a Java component integrated in Matlab GUI, without requiring the heavy browser control.

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

Customizing Matlab labels

Matlab’s text uicontrol is not very customizable, and does not support HTML or Tex formatting. This article shows how to display HTML labels in Matlab and some undocumented customizations

Categories: GUI, Handle graphics, Hidden property, Java, Low risk of breaking in future versions, UI controls
Tags: , , , , , ,
12 Comments

Accessing the Matlab Editor

The Matlab Editor can be accessed programmatically, for a wide variety of possible uses – this article shows how.

Categories: Desktop, High risk of breaking in future versions, Java
Tags: , , , ,
50 Comments

Detecting window focus events

Matlab does not have any documented method to detect window focus events (gain/loss). This article describes an undocumented way to detect such events.

Categories: Figure window, GUI, Hidden property, Java, Medium risk of breaking in future versions
Tags: , , , , ,
41 Comments

Figure toolbar customizations

Matlab’s toolbars can be customized using a combination of undocumented Matlab and Java hacks. This article describes how to customize the Matlab figure toolbar.

Categories: Figure window, GUI, Java, Medium risk of breaking in future versions
Tags: , , , ,
24 Comments