|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use VDUScrollBar | |
|---|---|
| com.sshtools.terminal | This package contains core terminal interfaces and utility classes that enable the creation of a terminal implementation. |
| com.sshtools.terminal.awt | This package contains an AWT implementation of a terminal. |
| com.sshtools.terminal.swing | This package contains a Swing implementation of a terminal. |
| Uses of VDUScrollBar in com.sshtools.terminal |
|---|
| Methods in com.sshtools.terminal that return VDUScrollBar | |
|---|---|
VDUScrollBar |
VDUDisplay.getScrollBar()
Get the scrollbar (if any) that this display is using |
| Methods in com.sshtools.terminal with parameters of type VDUScrollBar | |
|---|---|
void |
VDUDisplay.setScrollBar(VDUScrollBar scrollBar)
Set the scrollbar (or null for no scrollbar) that this
display should use. |
| Uses of VDUScrollBar in com.sshtools.terminal.awt |
|---|
| Classes in com.sshtools.terminal.awt that implement VDUScrollBar | |
|---|---|
class |
AWTScrollBar
Implementation of a VDUScrollBar that uses a AWT
ScrollBar to provide a component that may be used for
scrolling a VDUDisplay. |
| Fields in com.sshtools.terminal.awt declared as VDUScrollBar | |
|---|---|
protected VDUScrollBar |
AWTTerminalPanel.scrollBar
|
| Methods in com.sshtools.terminal.awt that return VDUScrollBar | |
|---|---|
VDUScrollBar |
AWTTerminalPanel.getScrollBar()
|
| Methods in com.sshtools.terminal.awt with parameters of type VDUScrollBar | |
|---|---|
void |
AWTTerminalPanel.setScrollBar(VDUScrollBar scrollBar)
|
| Uses of VDUScrollBar in com.sshtools.terminal.swing |
|---|
| Classes in com.sshtools.terminal.swing that implement VDUScrollBar | |
|---|---|
class |
SwingScrollBar
Implementation of a VDUScrollBar that uses a Swing JScrollBar
to provide a component that may be used for scrolling a VDUDisplay. |
| Fields in com.sshtools.terminal.swing declared as VDUScrollBar | |
|---|---|
protected VDUScrollBar |
SwingTerminalPanel.scrollBar
|
| Methods in com.sshtools.terminal.swing that return VDUScrollBar | |
|---|---|
VDUScrollBar |
SwingTerminalPanel.getScrollBar()
|
| Methods in com.sshtools.terminal.swing with parameters of type VDUScrollBar | |
|---|---|
void |
SwingTerminalPanel.setScrollBar(VDUScrollBar scrollBar)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||