[ 2870579 ] Make the InfoProductPanel inheritable
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2870579&group_id=176962 Thanks Adrian. Agree with you.
This commit is contained in:
parent
364a6158a0
commit
22ab00cb11
|
@ -1015,7 +1015,7 @@ public final class InfoProduct extends Info implements ActionListener, ChangeLis
|
||||||
*
|
*
|
||||||
* @return array of Column_Info
|
* @return array of Column_Info
|
||||||
*/
|
*/
|
||||||
private Info_Column[] getProductLayout()
|
protected Info_Column[] getProductLayout()
|
||||||
{
|
{
|
||||||
if (s_productLayout != null)
|
if (s_productLayout != null)
|
||||||
return s_productLayout;
|
return s_productLayout;
|
||||||
|
|
|
@ -1062,7 +1062,7 @@ public final class InfoProductPanel extends InfoPanel implements EventListener
|
||||||
*
|
*
|
||||||
* @return array of Column_Info
|
* @return array of Column_Info
|
||||||
*/
|
*/
|
||||||
private ColumnInfo[] getProductLayout()
|
protected ColumnInfo[] getProductLayout()
|
||||||
{
|
{
|
||||||
if (s_productLayout != null)
|
if (s_productLayout != null)
|
||||||
return s_productLayout;
|
return s_productLayout;
|
||||||
|
|
Loading…
Reference in New Issue