|
Classes in com.sas.visuals used by com.sas.table |
Alignment
Alignment is an interface that contains static values for
BEGIN, CENTER, and END to be used in com.sas.visuals classes that
have an "alignment" property. |
BaseButton
BaseButton is an abstract class for creating a button. |
ButtonModelInterface
ButtonModelInterface is an interface to access a ButtonModel
that holds the state information about a specific button. |
CompositeContainer
CompositeContainer is a subclass of Container
with some convenience methods for building composite objects. |
FullPaintInterface
This interface is designed to allow visual components to indicate that
they have the ability to paint in a faster or degraded mode when full
painting is disabled. |
GraphicalCheckBox
A GraphicalCheckBox is a ToggleButton with a predefined set of images. |
ImageView
The ImageView displays an image in the component area. |
MultipleValueEventSourceInterface
An interface for objects that send out events with multiple possible values. |
ResizeToFitInterface
An interface describing an visual component that will attempt to resize itself to
fit its preferredSize property. |
Scrollbar
Scrollbar is a class that creates a lightweight scrollbar. |
ScrollbarVisibilityInterface
ScrollbarVisibilityInterface defines a set of methods and constants for objects that
support hiding and showing of scrollbars. |
ScrollingInterface
ScrollingInterface defines a set of methods and constants for objects that
support scrolling. |
SelectableInterface
SelectableInterface is an interface used by objects which support behavior
where only one object can be selected at a time and any object selected
is deselected when a new object is selected. |
ToggleButton
ToggleButton is a subclass of BaseButton that creates a button where images and text, or both
can be displayed. |
|
Classes in com.sas.visuals used by com.sas.visuals |
Alignment
Alignment is an interface that contains static values for
BEGIN, CENTER, and END to be used in com.sas.visuals classes that
have an "alignment" property. |
AnimationIconInterface
AnimationIconInterface is an interface that allows for incrementing and
decrementing an IconInterface object state and to paint the image in
that state. |
AnimationIconView
AnimationIconView is a component that animates an AnimationIconInterface object. |
ArrowButton
ArrowButton is a subclass of PushButton that displays an ArrowIcon and uses an
AlarmButtonModel. |
AutoSizingGridLayout
The AutoSizingGridLayout is a versatile LayoutManager that lays components out in
a grid similar to a spreadsheet. |
BaseButton
BaseButton is an abstract class for creating a button. |
BasicColorsCanvas
The BasicColorsPanel is a panel to be displayed in an instance of
ColorDialog or ColorCustomizer. |
BasicColorsPanel
The BasicColorsPanel is a panel to be displayed in an instance of
ColorDialog or ColorCustomizer. |
Border
Border is an abstract class to draw borders around components. |
BorderInterface
BorderInterface is an interface that provides the necessary methods to
draw a border on a visual component in a specified rectangle. |
BufferedGraphics
The BufferedGraphics class extends java.awt.Graphics in order
to simplify drawing routines and size calculations as well as allow the use of Rectangle
instead of x, y, width, height parameters. |
BufferedPanel
A panel that allows for doubleBuffering of components within it. |
ButtonDialog
|
ButtonListenerInterface
ButtonListenerInterface is an interface used to listen for user events on a button component
and change the state of a specific ButtonModelInterface object. |
ButtonModelInterface
ButtonModelInterface is an interface to access a ButtonModel
that holds the state information about a specific button. |
ButtonPanel
ButtonPanel creates a consistent looking set of buttons in a row. |
ColorPanel
The ColorPanel is a panel to be displayed in an instance of
ColorDialog or ColorCustomizer. |
ColumnWidthInterface
ColumnWidthInterface is an interface used by the AutoSizingGridLayout
when column interlocking is used to synchronize the column widths between
two containers. |
ComboBox
ComboBox displays a list of items for selection and contains an optionally
editable text control that allows the user to enter text that is not in the list
portion of the comboBox. |
CompositeContainer
CompositeContainer is a subclass of Container
with some convenience methods for building composite objects. |
CompositePanel
CompositePanel is a subclass of com.sas.awt.Panel. |
CustomColorsPanel
The CustomColorsPanel is a panel to be displayed in an instance of
ColorDialog or ColorCustomizer. |
CustomizerDialog
CustomizerDialog is a ButtonDialog subclass
which displays a
DefaultButtonModel
DefaultButtonModel is an implementation of the ButtonModelInterface interface
that holds the state information for a specific button and sends out the Action
and Item events that the button forwards to its listeners. |
|
Direction
Direction is an interface that contains static values for
com.sas.visuals classes that have a "direction" property. |
Dockable
|
DoubleBufferInterface
|
FireworkIcon
FireworkIcon is an implementation of the AnimationIconInterface that allows for incrementing and
decrementing the FireworkIcon and painting it in the differing states to show an animation
of fireworks. |
FontPanel
The FontPanel is a panel to be displayed in an instance of
FontDialog. |
ForwardedActionEvent
ForwardedActionEvent is a sub-class of ActionEvent that
also has a sourceEvent property. |
ForwardedActionListener
ForwardedActionListener is an interface for listeners to ForwardedActionEvents. |
ForwardedItemEvent
ForwardedItemEvent is a sub-class of ItemEvent that
also has a sourceEvent property and an actionCommand. |
ForwardedItemListener
ForwardedItemListener is an interface for listeners to ForwardedItemEvents. |
IconView
IconView is a lightweight component class that paints an IconInterface object. |
ImageAnimationIcon
ImageAnimationIcon is a class that allows for incrementing and decrementing
over a set of images that are then displayed in the new state. |
ImageDataInterface
|
ImageView
The ImageView displays an image in the component area. |
Justification
Justification is an interface that contains static values to be
used in classes that have a "justification" property. |
LabelView
LabelView is a class that displays lines of text. |
MarqueeIcon
MarqueeIcon is a class that displays text and an image
that when incremented or decremented moves there position based
on the direction the marquee is set to. |
MessageBoxEvent
|
MessageBoxListener
An interface for objects which listen for MessageBoxEvent
events from a MessageBox. |
MessageBoxListenerList
Manage a list of listeners for the com.sas.visuals.MessageBoxEvent event. |
MessageBoxSource
Define a type (interface) for an object which emits
com.sas.visuals.MessageBoxEvent events. |
MultipleValueEventSourceInterface
An interface for objects that send out events with multiple possible values. |
NodeState
NodeState is a class used to store the state of a NodeView object. |
NodeView
A NodeView object represents a single node in a
TreeView
object. |
Part
Part is an extension of Rectangle that
provides a notion of ultra-lightweight components. |
Placement
An Enumeration class. |
ProgressDialog
|
PushButton
PushButton is a class that creates a button where images and text, or both can be displayed. |
ResizeToFitInterface
An interface describing an visual component that will attempt to resize itself to
fit its preferredSize property. |
RowHeightInterface
A helper interface which allows synchronization of row heights across layout managers. |
ScrollSlider
ScrollSlider creates an object that functions as the track area on a Scrollbar. |
SelectableInterface
SelectableInterface is an interface used by objects which support behavior
where only one object can be selected at a time and any object selected
is deselected when a new object is selected. |
SelectionGroupInterface
SelectionGroupInterface is an interface used to group and manipulate SelectableInterface objects. |
SerialImage
|
Sizing
Sizing is an interface that contains static values to be used in
classes that have a "sizing" property. |
SliderInterface
An interface describing methods necessary for user events listened to
outside of a slider visual component to modify the value of the slider. |
SpinBox
SpinBox is a class that combines a textField and a spinButton. |
SpinButton
SpinButton is a class that creates a component with two opposing arrow buttons
that can be pressed to increment or decrement a value field. |
TabBarInterface
TabBarInterface is an interface for containers of TabButtonInterface objects. |
TabButtonInterface
TabButtonInterface is an interface that provides an orientation and
ActionCommand information. |
TabFolder
TabFolder is a subclass of Panel that has a TabButtonInterface property. |
TabFolderInterface
TabFolderInterface is an interface that contains a tabButton property. |
TextElement
TextElement is a sub-class of com.sas.collection.PropertyBag that holds
properties about an element of text. |
ToggleButton
ToggleButton is a subclass of BaseButton that creates a button where images and text, or both
can be displayed. |
TreeView
TreeView is a class which displays a hierarchical list of items. |
UpDownListBox
UpDownListBox presents a ListBox
class with buttons for moving the items within the list box. |
VisualAspects
This class contains the interface used for drawing methods |
Wallpaper
|
Windows95Border
Windows95Border provides Border support for
Windows 95 Window Border styles
|