public class ButtonRenderer
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
redrawCloseButton(Window wgt,
Buffer out,
int the)
Redraws the close button HTML.
|
static void |
redrawCollapseButton(Panel wgt,
Buffer out,
int the)
Redraws the collapse button HTML.
|
static void |
redrawMaximizeButton(Window wgt,
Buffer out,
int the)
Redraws the maximize button HTML.
|
static void |
redrawMinimizeButton(Window wgt,
Buffer out,
int the)
Redraws the minimize button HTML.
|
public static void redrawCollapseButton(Panel wgt, Buffer out, int the)
wgt - the panelout - the bufferthe - tabindex, can be omittedpublic static void redrawMinimizeButton(Window wgt, Buffer out, int the)
wgt - the windowout - the bufferthe - tabindex, can be omittedpublic static void redrawMaximizeButton(Window wgt, Buffer out, int the)
wgt - the windowout - the bufferthe - tabindex, can be omittedCopyright © 2005-2023 Potix Corporation. All Rights Reserved.