Files
Brainstorm/Foundation TCV View Builder/src/com/foundation/tcv/swt/builder/CenterLayoutBuilder.java
2014-05-30 10:31:51 -07:00

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//