// Table Operations Plugin for HTMLArea-3.0
// Implementation by Mihai Bazon. Sponsored by http://www.bloki.com
//
// htmlArea v3.0 - Copyright (c) 2002 interactivetools.com, inc.
// This notice MUST
#table remarks
SYSTEM_ALIASES=the aliases defined within this database
SYSTEM_BESTROWIDENTIFIER=for each accessible table defined within this database, the optimal set of visible columns that uniquely
/*
* $Id: Table.java,v 1.94 2002/07/10 07:22:39 blowagie Exp $
* $Name: $
*
* Copyright 1999, 2000, 2001, 2002 by Bruno Lowagie.
*
* The contents of this file are subject to the Mozilla Public
#table remarks
SYSTEM_ALIASES=the aliases defined within this database
SYSTEM_BESTROWIDENTIFIER=for each accessible table defined within this database, the optimal set of visible columns that uniquely
package com.javapatterns.flyweight.coffeeshop;
public class Table
{
private int number;
public Table(int number)
{
this.number = number;
}
public void setNumb
/*
* table.c
*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR
/* HTML tables parser */
/* $Id: table.c,v 1.35.2.2 2005/04/05 21:08:41 jonas Exp $ */
/* Note that this does *not* fit to the HTML parser infrastructure yet, it has
* some special custom calling co