Tag Archives: Callbacks

31 relevant articles found:

Customizing editboxes

Matlab’s editbox can be customized in many useful manners

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

Disabling menu entries in deployed docked figures

Matlab’s standard menu items can and should be removed from deployed docked figures. This article explains how.

Categories: Figure window, Guest bloggers, High risk of breaking in future versions, Java, Listeners, Undocumented feature
Tags: , , , , , , , , , ,
14 Comments

Waiting for asynchronous events

The Matlab waitfor function can be used to wait for asynchronous Java/ActiveX events, as well as with timeouts.

Categories: GUI, High risk of breaking in future versions, Java, Listeners, Stock Matlab function, Undocumented feature
Tags: , , , ,
33 Comments

Customizing menu items part 2

Matlab menu items can be customized in a variety of useful ways using their underlying Java object.

Categories: GUI, Java, Medium risk of breaking in future versions, Undocumented feature
Tags: , , , , ,
14 Comments

Customizing menu items part 1

Matlab menus can be customized in a variety of undocumented manners – first article of a series.

Categories: Figure window, GUI, Low risk of breaking in future versions, Semi-documented function
Tags: , , , , ,
10 Comments

Matlab-Java memory leaks, performance

Internal fields of Java objects may leak memory – this article explains how to avoid this without sacrificing performance.

Categories: Java, Low risk of breaking in future versions, Memory, Semi-documented feature, Stock Matlab function
Tags: , , ,
34 Comments

Common javacomponent problems

The javacomponent function is very useful for placing Java components on-screen, but has a few quirks.

Categories: GUI, Java, Medium risk of breaking in future versions, Semi-documented function
Tags: , , , ,
28 Comments

Controlling callback re-entrancy

Callback reentrancy is a major problem for frequently-fired events. Luckily, it can easily be solved.

Categories: Guest bloggers, GUI, Low risk of breaking in future versions
Tags: , , , ,
16 Comments

uisplittool & uitogglesplittool callbacks

Matlab’s undocumented uisplittool and uitogglesplittool are powerful toolbar controls – this article explains how to customize their behavior

Categories: Figure window, Java, Medium risk of breaking in future versions, Stock Matlab function, Undocumented feature
Tags: , , , , , ,
3 Comments

Matlab callbacks for Java events

Events raised in Java code can be caught and handled in Matlab callback functions – this article explains how

Categories: High risk of breaking in future versions, Java, Listeners, Semi-documented function, Undocumented feature, Undocumented function
Tags: , , , , ,
88 Comments