|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FaceRenderer
FaceRenderers are used by the libarary to configure buttons and menus.
Method Summary | |
---|---|
void |
configureButton(javax.swing.AbstractButton button,
RenderContext buttonContext)
Configures the specified button using the specified RenderContext . |
void |
configureMenu(javax.swing.JMenuItem menu,
RenderContext menuContext)
Configures the specified button using the specified RenderContext . |
Method Detail |
---|
void configureButton(javax.swing.AbstractButton button, RenderContext buttonContext)
RenderContext
.
button
- the button to configure.buttonContext
- the RenderContext
of the button.void configureMenu(javax.swing.JMenuItem menu, RenderContext menuContext)
RenderContext
.
menu
- the menu to configure.menuContext
- the RenderContext
of the menu.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |