Code Search for Developers
 
 
  

Completer.java from Magellan-Client at Krugle


Show Completer.java syntax highlighted

/*
 *  Copyright (C) 2000-2004 Roger Butenuth, Andreas Gampe,
 *                          Stefan Goetz, Sebastian Pappert,
 *                          Klaas Prause, Enno Rehling,
 *                          Sebastian Tusk, Ulrich Kuester,
 *                          Ilja Pavkovic
 *
 * This file is part of the Eressea Java Code Base, see the
 * file LICENSING for the licensing information applying to
 * this file.
 *
 */

package com.eressea.completion;

import java.util.List;

import com.eressea.Unit;

/**
 * DOCUMENT ME!
 *
 * @author Andreas
 * @version
 */
public interface Completer {
	/**
	 * TODO: DOCUMENT ME!
	 *
	 * @param u TODO: DOCUMENT ME!
	 * @param line TODO: DOCUMENT ME!
	 * @param old TODO: DOCUMENT ME!
	 *
	 * @return TODO: DOCUMENT ME!
	 */
	public List getCompletions(Unit u, String line, List old);
}




See more files for this project here

Magellan-Client

The Magellan Client is basicly a GUI for the pbem game eressea but can be used for other pbems based on \"atlantis\" too.

Project homepage: http://sourceforge.net/projects/magellan-client
Programming language(s): Java
License: other

  AutoCompletion.java
  Completer.java
  CompleterSettingsProvider.java
  Completion.java
  OrderParser.java