|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
org.rosuda.JGR.toolkit.iFrame
org.rosuda.JGR.JGRHelp
public class JGRHelp
JGRHelp - an implemenation of a simple htmlbrowser combined with r-help search engine.
| Nested Class Summary | |
|---|---|
class |
JGRHelp.HelpArea
|
| Nested classes/interfaces inherited from class javax.swing.JFrame |
|---|
JFrame.AccessibleJFrame |
| Nested classes/interfaces inherited from class java.awt.Frame |
|---|
Frame.AccessibleAWTFrame |
| Nested classes/interfaces inherited from class java.awt.Window |
|---|
Window.AccessibleAWTWindow |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
static JGRHelp |
current
Current JGRHelp, because we only want to open one helpbrowser. |
JLabel |
link
Current link located with the mouse cursor |
static String |
RHELPLOCATION
Path to html help of R |
| Fields inherited from class org.rosuda.JGR.toolkit.iFrame |
|---|
clsAbout, clsEditor, clsHelp, clsJavaGD, clsMain, clsObjBrowser, clsPackageUtil, clsPlot, clsPrefs, clsSplash, clsTable, clsUser, MYEntry |
| Fields inherited from class javax.swing.JFrame |
|---|
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Frame |
|---|
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
|---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
JGRHelp()
|
|
JGRHelp(String location)
Create a new JGRHelp - browser with specified help-location. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
actionPerformed: handle action event: menus. |
void |
keyPressed(KeyEvent ke)
keyPressed: handle key event. |
void |
keyReleased(KeyEvent ke)
keyReleased: handle key event: transfer selected commands to console. |
void |
keyTyped(KeyEvent ke)
keyTyped: handle key event. |
void |
mouseClicked(MouseEvent e)
mouseClicked: handle mouse event: close tab. |
void |
mouseEntered(MouseEvent e)
mouseEntered: handle mouse event. |
void |
mouseExited(MouseEvent e)
mouseExited: handle mouse event. |
void |
mousePressed(MouseEvent e)
mousePressed: handle mouse event. |
void |
mouseReleased(MouseEvent e)
mouseReleased: handle mouse event. |
void |
print()
Print current help-page. |
void |
search()
Search for the keyword written in the search-field. |
void |
search(String keyword)
Search for the keyword. |
void |
search(String keyword,
boolean exact)
Search for the keyword, you can choosed it it should match exactly or not |
| Methods inherited from class org.rosuda.JGR.toolkit.iFrame |
|---|
cursorDefault, cursorWait, finalize, getMYEntry, initPlacement, setMinimumSize, setWorking, show |
| Methods inherited from class java.awt.Frame |
|---|
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.awt.MenuContainer |
|---|
getFont, postEvent |
| Field Detail |
|---|
public static JGRHelp current
public JLabel link
public static String RHELPLOCATION
| Constructor Detail |
|---|
public JGRHelp()
public JGRHelp(String location)
location - path pointing to html-help| Method Detail |
|---|
public void print()
public void search()
public void search(String keyword,
boolean exact)
keyword - keywordexact - match exactly or notpublic void search(String keyword)
keyword - keywordpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void keyTyped(KeyEvent ke)
keyTyped in interface KeyListenerpublic void keyPressed(KeyEvent ke)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent ke)
keyReleased in interface KeyListenerpublic void mouseClicked(MouseEvent e)
mouseClicked in interface MouseListenerpublic void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenerpublic void mousePressed(MouseEvent e)
mousePressed in interface MouseListenerpublic void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenerpublic void mouseExited(MouseEvent e)
mouseExited in interface MouseListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||