org.kemet.lf.components.helper
Class Helper

java.lang.Object
  extended by org.kemet.lf.components.helper.Helper

public class Helper
extends java.lang.Object

Since:
0.4
Author:
fabricemaupin

Helper : Helper manager.


Constructor Summary
Helper(java.lang.String title, java.lang.String path, java.lang.String leftFileName, java.lang.String rightFileName, java.lang.Object[] endProcessMethod)
           initialize the helper manager.
 
Method Summary
 int getHeight()
           return the height of split pane.
 int getWidth()
           return the width of split pane.
 void setHeight(int height)
           set the height of split pane.
 void setWidth(int width)
           set the width of split pane.
 void show()
           display help dialog.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Helper

public Helper(java.lang.String title,
              java.lang.String path,
              java.lang.String leftFileName,
              java.lang.String rightFileName,
              java.lang.Object[] endProcessMethod)

initialize the helper manager.

Parameters:
title - title of help
path - path of help files
leftFileName - name of the file for left pane
rightFileName - name of the file for right pane
endProcessMethod - method for end process
Since:
0.4
Method Detail

show

public void show()
          throws ExceptionManager

display help dialog.

Throws:
ExceptionManager
Since:
0.4

getWidth

public int getWidth()

return the width of split pane.

Returns:
width of split pane
Since:
0.4

setWidth

public void setWidth(int width)

set the width of split pane.

Parameters:
width - width of split pane
Since:
0.4

getHeight

public int getHeight()

return the height of split pane.

Returns:
height of split pane
Since:
0.4

setHeight

public void setHeight(int height)

set the height of split pane.

Parameters:
height - height of split pane
Since:
0.4


Copyright © 2008 F. MAUPIN. All Rights Reserved.