Class | Tree | Deprecated | Index | Help
PREV | NEXT FRAMES  | NO FRAMES

Serialized Form


Class uk.co.ist.mwt.BoxedButton

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

mouseDown

boolean mouseDown
Is the mouse button currently down, as far as we know?

mouseOver

boolean mouseOver
Is the mouse pointer currently over this component?


Class uk.co.ist.mwt.CommandPanel

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

commandField

java.awt.TextField commandField
The text field into which commands can be typed

historyList

java.awt.List historyList
The 'history list' of commands which have already been used

maxHistoryItems

int maxHistoryItems
The maximum number of items allowed in the history list at any one time

promptLabel

java.awt.Label promptLabel
The prompt label


Class uk.co.ist.mwt.FramedPanel

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

myLayout

FrameLayoutManager myLayout


Class uk.co.ist.mwt.IconMessagePanel

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class uk.co.ist.mwt.ImageArea

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

lastHeight

int lastHeight
The last height we got from the image

lastWidth

int lastWidth
The last width we got from the image

myDisabledImage

java.awt.Image myDisabledImage
The image to display when the area is disabled

myImage

java.awt.Image myImage
The image to display when the area is enabled


Class uk.co.ist.mwt.ImageButton

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

lastHeight

int lastHeight
The last height we got from the image

lastWidth

int lastWidth
The last width we got from the image

myArmedImage

java.awt.Image myArmedImage
The image to display when the button is enabled and armed

myDisabledImage

java.awt.Image myDisabledImage
The image to display when the button is disabled

myImage

java.awt.Image myImage
The image to display when the button is enabled and unarmed


Class uk.co.ist.mwt.MessagePanel

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

cancelB

java.awt.Button cancelB
The 'Cancel' button for the panel

currentButtonPos

int currentButtonPos
The position at which the next button should be added to the layout manager

helpB

java.awt.Button helpB
The 'Help' button for the panel

okB

java.awt.Button okB
The 'OK' button for the panel


Class uk.co.ist.mwt.ScalePanel

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

scaleChildLayout

ScaleChildLayout scaleChildLayout
The layout manager used to lay out the children of this panel (with the exception of the scale itself)

scaleChildPanel

java.awt.Panel scaleChildPanel
The panel which contains the components which, under Motif, would be children of the scale, and in this case are conceptually children of this container

scale

Scale scale
The scale which this ScalePanel holds

vertical

boolean vertical
A flag to say whether this panel is vertical


Class uk.co.ist.mwt.Scale

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

aboveRect

java.awt.Rectangle aboveRect
A box which contains the area of the slider which represents higher numbers than that which the slider is showing

belowRect

java.awt.Rectangle belowRect
A box which contains the area of the slider which represents lower numbers than that which the slider is showing

decimalPoints

int decimalPoints
If /showingVal/, how many of the digits should be regarded as being to the right of the decimal point?

dragging

boolean dragging
A flag to say that the user is dragging the thumb

maximumTopRight

boolean maximumTopRight
If /maximumTopRight/ then the maximum of the Scale is at the top when it is vertical and at the right when it is horizontal. Otherwise the maximum is at the bottom or left as appropriate

maximumVal

int maximumVal
The value the scale is set to when in its maximum position

minimumVal

int minimumVal
The value the scale is set to when in its minimum position

multiple

int multiple
The distance (in terms of value) that the thumb moves on a page action (ie. a click in a non-thumb part of the scale display). If undefined then 1/10 of the total length is used.

oldSliderRect

java.awt.Rectangle oldSliderRect
The last version of sliderRect used (for optimising redraw)

oldThumbRect

java.awt.Rectangle oldThumbRect
The last version of thumbRect used (for optimising redraw)

oldValueRect

java.awt.Rectangle oldValueRect
The last position used for valueRect (for optimising repaint)

posInThumb

int posInThumb
A store of the position along the slider at which the mouse button was pressed down when we started a drag

possibleClickRect

java.awt.Rectangle possibleClickRect
Either /aboveRect/ or /belowRect/, whichever has last seen a mouse down event. null if something else has received one since (and we know about it).

rectsChanged

boolean rectsChanged
A note of whether an action has occured which would change some of the display

showingVal

boolean showingVal
Are we displaying the value of the scale alongside it?

sliderRect

java.awt.Rectangle sliderRect
A store of the bounding box for the slider itself

thumbRect

java.awt.Rectangle thumbRect
A store of the thumb's bounding box at the last redraw; null if undrawn

valueRect

java.awt.Rectangle valueRect
A store of the bounding box for the value (if it's being displayed)

value

int value
The value currently being displayed

vertical

boolean vertical
The is the scale vertical?


Class uk.co.ist.mwt.ScrollablePanel

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

scrollbarPlacement

int scrollbarPlacement
Scalar stating where the two scroll bars meet
See Also:
setScrollbarPlacement

scrollHorz

java.awt.Scrollbar scrollHorz
The horizontal scroll bar for this panel

scrollVert

java.awt.Scrollbar scrollVert
The vertical scroll bar for this panel

workArea

java.awt.Component workArea
The work area child (eg. the component which displays whatever this ScrollablePanel is scrolling)


Class uk.co.ist.mwt.ScrolledPanel

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

alwaysShowScrollbars

boolean alwaysShowScrollbars
A flag to tell us to always show the scroll bars for this ScrolledPanel, even if they are not necessary

clipLayout

ClipLayout clipLayout
The layout manager which allows the Panel which acts as a clipping window to do so.

clipWindow

java.awt.Panel clipWindow
The clipping window for the panel; this acts as a window onto the currently visible part of the child


Class uk.co.ist.mwt.SelBoxPanel

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

myLayout

SelectionBoxLayout myLayout
The SelectionBoxLayout which gives this component its resize behaviour

workAreaPlacement

int workAreaPlacement
The current placement constant for the work area

workArea

java.awt.Component workArea
The work area in the SelBox


Class uk.co.ist.mwt.SelectionPanel

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

applyButton

java.awt.Button applyButton
The apply button

cancelButton

java.awt.Button cancelButton
The cancel button

dialogLayout

DlogTemplateLayout dialogLayout
The DlogTemplateLayout which gives the buttons at the bottom of the component their layout behaviour

dialogType

int dialogType
The type of dialog this is

helpButton

java.awt.Button helpButton
The help button

itemsLabel

java.awt.Label itemsLabel
The 'items' label

okButton

java.awt.Button okButton
The OK button

selectionBox

java.awt.Panel selectionBox
The selection box section of this panel

selectionField

java.awt.TextField selectionField
The selection text field

selectionLabel

java.awt.Label selectionLabel
The 'selection' label

selectionLayout

SelectionBoxLayout selectionLayout
The SelectionBoxLayout which gives the selection box part of this component its resize behaviour

selectionList

java.awt.List selectionList
The selection list


Class uk.co.ist.mwt.Separator

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

margin

int margin
The space to the sides (if vertical) or above and below (if horizontal) of the separator.

type

int type
A variable noting the type of the separator

vertical

boolean vertical
A variable to show if the separator is vertical


Class uk.co.ist.mwt.ShadowedComponent

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

shadowDrawer

ShadowDrawer shadowDrawer
A ShadowDrawer object to whom all of the real work is delegated


Class | Tree | Deprecated | Index | Help
PREV | NEXT FRAMES  | NO FRAMES