objet class template - prototipo clase java gwt
TEMPLATE CLASE.txt
package paketen name
importS
import asd.client.kernel.constants.k_variables;
import asd.client.kernel.login.constants.k_lengu; <- LENGUAJ
public class CLASENAME extends VLayout
{
//------constants------------------------------------------------------------------------------------------------------------------------
//------variables : configuration------------------------------------------------------------------------------------------------------------------------
private k_variables variables = null;
private k_NOMBRCLASELABEL labels = (k_NOMBRCLASELABEL)GWT.create(k_NOMBRCLASELABEL.class);
private int int_height_viewwindow;
private int int_width_tree_menu;
private k_Callback Callback;
//------objects : components------------------------------------------------------------------------------------------------------------------------
HLayout desktop = null;
private static monitor_colas Modulo = null;
//-----functions------------------------------------------------------------------------------------------------------------------------
public CLASENAME ( VARS )
{
super();
CONFIGURACION ESTATICA
make();
}
public void make()
{
CONFIGURACION DINAMICA
desktop = new HLayout();
desktop.setWidth100();
desktop.setHeight100();
}
public void execution()
{
draw();
}
public void ALGUNA FUNCION SIN RETORNO( VARS )
{
}
}
package paketen name
importS
import asd.client.kernel.constants.k_variables;
import asd.client.kernel.login.constants.k_lengu; <- LENGUAJ
public class CLASENAME extends VLayout
{
//------constants------------------------------------------------------------------------------------------------------------------------
//------variables : configuration------------------------------------------------------------------------------------------------------------------------
private k_variables variables = null;
private k_NOMBRCLASELABEL labels = (k_NOMBRCLASELABEL)GWT.create(k_NOMBRCLASELABEL.class);
private int int_height_viewwindow;
private int int_width_tree_menu;
private k_Callback Callback;
//------objects : components------------------------------------------------------------------------------------------------------------------------
HLayout desktop = null;
private static monitor_colas Modulo = null;
//-----functions------------------------------------------------------------------------------------------------------------------------
public CLASENAME ( VARS )
{
super();
CONFIGURACION ESTATICA
make();
}
public void make()
{
CONFIGURACION DINAMICA
desktop = new HLayout();
desktop.setWidth100();
desktop.setHeight100();
}
public void execution()
{
draw();
}
public void ALGUNA FUNCION SIN RETORNO( VARS )
{
}
}
Comments
Post a Comment