org.tm4j.tmnav.renderer.section.UICommons .getCommonButton(java.awt.Container container,java.lang.String text,org.tm4j.panckoucke.model.AMMember member)

Description

Returns a currently unused button with common settings.

Parameters
java.awt.Container container the member that is represented by this button. if member is != null a mouseListener will be added to the button and the member will be stored as a ClientProperty of that button (under the key "member")
org.tm4j.panckoucke.model.AMMember member
java.lang.String text

Other Resources

Related Topics