Back Previous Next


Linguist swing package - disable

Syntax:

   disable {button}

Keyword handler:

   linguist.swing.keyword.SKDisable.class

Runtime handler(s):

   linguist.swing.handler.SHEnable.class

Function:

Disable a button. This will prevent it generating any more action events (see on). What visual effect is also has depends on what icons it has - see set. See also enable.

Example(s):

   disable OKButton


Back Previous Next