All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- add(Component).
Method in class vt.cs.widgets.RadarPane
-
Adds the specified component to this scroll pane container.
- addImpl(Component, Object, int).
Method in class vt.cs.widgets.RadarPane
- Adds the specified component to this container at the specified
index.
- addNotify().
Method in class vt.cs.widgets.RadarPane
- Overriden to attach the radar view component when this
RadarPane is added to something.
- attachRadarView().
Method in class vt.cs.widgets.RadarPane
- Displays the radar view window and the
radar view checkbox.
- clientPanel.
Variable in class vt.cs.widgets.RadarPane
- The panel which embeds the client of this RadarPane.
- detachRadarView().
Method in class vt.cs.widgets.RadarPane
- Gets the radar view Component.
- getHAdjustable().
Method in class vt.cs.widgets.RadarPane
- Returns the Adjustable object which represents the state of
the horizontal scrollbar.
- getHScrollbarHeight().
Method in class vt.cs.widgets.RadarPane
- Returns the height that would be occupied by a horizontal
scrollbar, which is independent of whether it is currently
displayed by the scroll pane or not.
- getMinimumSize().
Method in class vt.cs.widgets.RadarPane
- Sets minimum size to Dimension(200, 200), unless the size is
explicitly set to be less.
- getPreferredSize().
Method in class vt.cs.widgets.RadarPane
-
Sets the preferred size to call getMinimumSize
- getRadarView().
Method in class vt.cs.widgets.RadarPane
- Gets the radar view Component.
- getScaler().
Method in class vt.cs.widgets.RadarPane
- Returns the object which is responsible for scaling the component
contained within the RadarPane, if such an object has been registered
with the setScaler method.
- getScrollbarDisplayPolicy().
Method in class vt.cs.widgets.RadarPane
- Returns the display policy for the scrollbars.
- getScrollPosition().
Method in class vt.cs.widgets.RadarPane
- Returns the current x,y position within the child which is displayed
at the 0,0 location of the scrolled panel's view port.
- getVAdjustable().
Method in class vt.cs.widgets.RadarPane
- Returns the Adjustable object which represents the state of
the vertical scrollbar.
- getViewportSize().
Method in class vt.cs.widgets.RadarPane
- Returns the current size of the scroll pane's view port.
- getVScrollbarWidth().
Method in class vt.cs.widgets.RadarPane
- Returns the width that would be occupied by a vertical
scrollbar, which is independent of whether it is currently
displayed by the scroll pane or not.
- hAdjustable.
Variable in class vt.cs.widgets.RadarPane
- The horizontal Adjustable (scrollbar)
- handleEvent(Event).
Method in class vt.cs.widgets.RadarPane
- Handles scroll bar and radar view events that move the embedded
client component.
- hideViewWindow().
Method in class vt.cs.widgets.RadarPane
- Hides the radar view window.
- invalidate().
Method in class vt.cs.widgets.RadarPane
- Overriden to also invalidate the radar view component.
- paint(Graphics).
Method in class vt.cs.widgets.RadarPane
- Draws the RadarPane and calls repaint on the radar view component.
- paramString().
Method in class vt.cs.widgets.RadarPane
-
- RadarPane().
Constructor for class vt.cs.widgets.RadarPane
- Create a new RadarPane container with a scrollbar display policy of
"as needed".
- RadarPane(int).
Constructor for class vt.cs.widgets.RadarPane
- Create a new RadarPane container.
- RadarPane(ScrollPane).
Constructor for class vt.cs.widgets.RadarPane
- Create a new RadarPane container from an existing ScrollPane.
- radarToggle.
Variable in class vt.cs.widgets.RadarPane
- The selector that toggles the view of the radarView.
- radarView.
Variable in class vt.cs.widgets.RadarPane
- The radar view component.
- radarViewAttached.
Variable in class vt.cs.widgets.RadarPane
- Indicates wether the radar view is attached to the radarViewWindow.
- radarViewWindow.
Variable in class vt.cs.widgets.RadarPane
- The window that displays the radar view.
- removeNotify().
Method in class vt.cs.widgets.RadarPane
- Overriden to detach the radar view component when this
RadarPane is removed from something.
- scrollbarDisplayPolicy.
Variable in class vt.cs.widgets.RadarPane
- Specifies under what conditions to display the scrollbars.
- SCROLLBARS_ALWAYS.
Static variable in class vt.cs.widgets.RadarPane
- Specifies that horizontal/vertical scrollbars should always be
shown regardless of the respective sizes of the scrollpane and child.
- SCROLLBARS_AS_NEEDED.
Static variable in class vt.cs.widgets.RadarPane
- Specifies that horizontal/vertical scrollbar should be shown
only when the size of the child exceeds the size of the scrollpane
in the horizontal/vertical dimension.
- SCROLLBARS_NEVER.
Static variable in class vt.cs.widgets.RadarPane
- Specifies that horizontal/vertical scrollbars should never be shown
regardless of the respective sizes of the scrollpane and child.
- setBounds(int, int, int, int).
Method in class vt.cs.widgets.RadarPane
-
Reshapes the Component to the specified bounding box.
- setClientChanged(boolean).
Method in class vt.cs.widgets.RadarPane
- Sets or clears the clientChanged flag.
- setLayout(LayoutManager).
Method in class vt.cs.widgets.RadarPane
-
Sets the layout manager for this container.
- setScaler(Scalable).
Method in class vt.cs.widgets.RadarPane
- Sets an object to be used for scaling the contents of the
RadarPane.
- setScrollPosition(int, int).
Method in class vt.cs.widgets.RadarPane
- Scrolls to the specified position within the child component.
- setScrollPosition(Point).
Method in class vt.cs.widgets.RadarPane
- Scrolls to the specified position within the child component.
- update(Graphics).
Method in class vt.cs.widgets.RadarPane
- Calls paint(g) without first clearing the component background.
- vAdjustable.
Variable in class vt.cs.widgets.RadarPane
- The vertical Adjustable (scrollbar)
- validate().
Method in class vt.cs.widgets.RadarPane
- Overriden to also validate the radar view component and its parent.