15 lines
479 B
Java
15 lines
479 B
Java
|
|
package com.foundation.tcv.swt.builder;
|
||
|
|
|
||
|
|
public class CenterLayoutBuilder extends com.foundation.view.swt.builder.CenterLayoutBuilder {
|
||
|
|
/**
|
||
|
|
* CenterLayoutBuilder constructor.
|
||
|
|
*/
|
||
|
|
public CenterLayoutBuilder() {
|
||
|
|
}//CenterLayoutBuilder()//
|
||
|
|
/* (non-Javadoc)
|
||
|
|
* @see com.foundation.view.swt.builder.IBuilder#getComponentClassName()
|
||
|
|
*/
|
||
|
|
public String getComponentClassName() {
|
||
|
|
return "com.foundation.tcv.swt.server.CenterLayout";
|
||
|
|
}//getComponentClassName()//
|
||
|
|
}//CenterLayoutBuilder//
|