|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.lf.components.helper.Helper
public class Helper
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 |
---|
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.
title
- title of helppath
- path of help filesleftFileName
- name of the file for left panerightFileName
- name of the file for right paneendProcessMethod
- method for end processMethod Detail |
---|
public void show() throws ExceptionManager
display help dialog.
ExceptionManager
public int getWidth()
return the width of split pane.
public void setWidth(int width)
set the width of split pane.
width
- width of split panepublic int getHeight()
return the height of split pane.
public void setHeight(int height)
set the height of split pane.
height
- height of split pane
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |