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

All Superinterfaces:
IView
All Known Implementing Classes:
MainView

public interface IMainView
extends IView

A main view specification.

Author:
Baptiste Wicht

Method Summary
 void configureGlassPane()
          Configure the glass pane of the view.
 void fill()
          Build the entire view with the final content.
 int getHeight()
          Return the height of the view.
 javax.swing.JComponent getSelectedComponent()
          Return the selected component.
 java.lang.Object getTabbedPane()
          Return the principal tabbed pane.
 void setGlassPane(java.awt.Component glasspane)
          Set the glass pane of the view.
 void setSelectedComponent(java.lang.Object component)
          Set the selected component.
 void startWait()
          Start the waiting process.
 void stopWait()
          Stop the waiting process.
 
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

getTabbedPane

java.lang.Object getTabbedPane()
Return the principal tabbed pane. This tabbed pane is used to display the different principal data of JTheque.

Returns:
The tabbed pane who display the principal data.

fill

void fill()
Build the entire view with the final content.


configureGlassPane

void configureGlassPane()
Configure the glass pane of the view.


setGlassPane

void setGlassPane(java.awt.Component glasspane)
Set the glass pane of the view.

Parameters:
glasspane - The glass pane.

getHeight

int getHeight()
Return the height of the view.

Returns:
The height of the view.

startWait

void startWait()
Start the waiting process.


stopWait

void stopWait()
Stop the waiting process.


setSelectedComponent

void setSelectedComponent(java.lang.Object component)
Set the selected component.

Parameters:
component - The selected component.

getSelectedComponent

javax.swing.JComponent getSelectedComponent()
Return the selected component.

Returns:
The selected component.


Copyright © 2009 JTheque. All Rights Reserved.