org.jtheque.core.managers.view.able
Interface IWindowView

All Superinterfaces:
IView
All Known Implementing Classes:
ConfigView, LicenceView, LogView, MainView, MessageView, ModuleView, RepositoryView, SwingDialogView, SwingFrameView, UpdateView

public interface IWindowView
extends IView

A window view.

Author:
Baptiste Wicht

Method Summary
 int getHeight()
          Return the height of the window.
 int getWidth()
          Return the width of the window.
 
Methods inherited from interface org.jtheque.core.managers.view.able.IView
build, closeDown, display, getImpl, getModel, isEnabled, refresh, sendMessage, setEnabled, setModel, toFirstPlan, validateContent
 

Method Detail

getWidth

int getWidth()
Return the width of the window.

Returns:
The width of the window.

getHeight

int getHeight()
Return the height of the window.

Returns:
The height of the window.


Copyright © 2009 JTheque. All Rights Reserved.