|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
com.bbn.openmap.event.ListenerSupport<java.awt.event.ComponentListener>
com.bbn.openmap.gui.WindowSupport
com.bbn.openmap.gui.ScrollPaneWindowSupport
public class ScrollPaneWindowSupport
The ScrollPaneWindowSupport class does the same thing as WindowSupport, it just wraps content in a JScrollPane.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.bbn.openmap.gui.WindowSupport |
|---|
WindowSupport.Dlg, WindowSupport.Frm, WindowSupport.IntrnlFrm, WindowSupport.WSDisplay |
| Field Summary |
|---|
| Fields inherited from class com.bbn.openmap.gui.WindowSupport |
|---|
componentLocation, componentSize, content, defaultWindowSupportDisplayType, display, DisplayWindowCmd, KillWindowCmd, maxHeight, maxWidth, persistentDisplayType, title |
| Fields inherited from class com.bbn.openmap.event.ListenerSupport |
|---|
source |
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
ScrollPaneWindowSupport(java.awt.Component content,
java.lang.String windowTitle)
Create the window support. |
|
| Method Summary | |
|---|---|
java.awt.Component |
modifyContent(java.awt.Component comp)
Wrap content in a JScrollPane. |
| Methods inherited from class com.bbn.openmap.event.ListenerSupport |
|---|
add, add, addAll, clear, getSource, iterator, listIterator, remove, remove, set, setSource, size |
| Methods inherited from class java.util.ArrayList |
|---|
addAll, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, removeRange, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, equals, hashCode, listIterator, removeAll, retainAll, subList |
| Constructor Detail |
|---|
public ScrollPaneWindowSupport(java.awt.Component content,
java.lang.String windowTitle)
content - the content to display in the window.windowTitle - the title of the window.| Method Detail |
|---|
public java.awt.Component modifyContent(java.awt.Component comp)
modifyContent in class WindowSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||