crystalspace.jbind.interfaces.ivideo.natwin
Interface iNativeWindow

All Superinterfaces:
iBase, iPointer

public interface iNativeWindow
extends iBase

This interface represents a native window.

Author:
Java wrapper - Quentin Anciaux, c++ version - http://crystal.sourceforge.net/docs/online/pubapi/structiNativeWindow.php

Method Summary
 void setTitle(java.lang.String title)
          Set the title for this window.
 
Methods inherited from interface crystalspace.jbind.interfaces.iutil.scf.iBase
decRef, getName, getRefCount, getVersion, incRef, queryInterface, queryInterfaceSafe
 
Methods inherited from interface crystalspace.jbind.interfaces.iPointer
changePointer, getPointer, isMemoryOwner, setMemoryOwner
 

Method Detail

setTitle

public void setTitle(java.lang.String title)
Set the title for this window.

Parameters:
title -