Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gui4j
Interface Gui4jView  view Gui4jView download Gui4jView.java

All Superinterfaces:
Gui4jWindow

public interface Gui4jView
extends Gui4jWindow


Method Summary
 void changeWindowTitle(java.lang.String title)
          This method is needed to change a frame's title
 void setIconImage(java.awt.Image image)
          Set the icon for the windows.
 void setResizable(boolean resize)
          Defines whether the window can be resized or not.
 
Methods inherited from interface org.gui4j.Gui4jWindow
center, close, disable, dispose, enable, getGui4jController, getSwingComponent, getTitle, getWindow, hide, isBlocked, isClosed, maximize, maximize, maximize1024x768, prepare, refreshAll, resize, setBusy, setEnabled, setNormalCursor, setVisible, setWindowSize, setWindowSize, setWorkingCursor, show, waitForGUI
 

Method Detail

changeWindowTitle

public void changeWindowTitle(java.lang.String title)
This method is needed to change a frame's title

Specified by:
changeWindowTitle in interface Gui4jWindow

setIconImage

public void setIconImage(java.awt.Image image)
Set the icon for the windows.


setResizable

public void setResizable(boolean resize)
Defines whether the window can be resized or not.