Uses of Package
com.sas.visuals

Packages that use com.sas.visuals
com.sas.awt Provides extensions of java.awt components which implement com.sas.ComponentInterface 
com.sas.net Classes for communicating with the SAS server via SAS/Connect protocols. 
com.sas.sasserver Access to base functionality in the SAS system, including selector dialogs and SAS code generation from templates. 
com.sas.sasserver.tree Generic Classes for implementing SAS File System hierarchy. 
com.sas.servlet.util Provides support and utility classes for com.sas.servlet
com.sas.storage Classes for accessing data, especially with Java Database Connectivity. 
com.sas.swing.visuals com.sas.visuals AWT user interface components ported to swing that are not already provided by JavaSoft. 
com.sas.swing.visuals.wizard A set of classes used to develop a swing-based wizard. 
com.sas.table A set of interfaces for accessing two-dimensional data, and a set of classes for viewing and manipulating that data in tabular form. 
com.sas.util Utility classes for com.sas.servlet. 
com.sas.visuals Additional user interface components not provided in AWT. 
 

Classes in com.sas.visuals used by com.sas.awt
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.
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.
 

Classes in com.sas.visuals used by com.sas.net
MultipleValueEventSourceInterface
          An interface for objects that send out events with multiple possible values.
 

Classes in com.sas.visuals used by com.sas.sasserver
ButtonDialog
           
CustomizerPanel
          CustomizerPanel is an abstract class from which each component's customizer tabs should derive from.
MultipleValueEventSourceInterface
          An interface for objects that send out events with multiple possible values.
OkCancelHelpDialog
           
TabFolder
          TabFolder is a subclass of Panel that has a TabButtonInterface property.
TabFolderInterface
          TabFolderInterface is an interface that contains a tabButton property.
TreeView
          
TreeView is a class which displays a hierarchical list of items.
 

Classes in com.sas.visuals used by com.sas.sasserver.tree
MultipleValueEventSourceInterface
          An interface for objects that send out events with multiple possible values.
 

Classes in com.sas.visuals used by com.sas.servlet.util
MultipleValueEventSourceInterface
          An interface for objects that send out events with multiple possible values.
 

Classes in com.sas.visuals used by com.sas.storage
MultipleValueEventSourceInterface
          An interface for objects that send out events with multiple possible values.
 

Classes in com.sas.visuals used by com.sas.swing.visuals
ForwardedActionEvent
          ForwardedActionEvent is a sub-class of ActionEvent that also has a sourceEvent property.
ForwardedActionListener
          ForwardedActionListener is an interface for listeners to ForwardedActionEvents.
ForwardedActionListenerList
          Manage a list of listeners for the com.sas.visuals.ForwardedActionEvent event.
ForwardedActionSource
          An interface for an object which emits com.sas.visuals.ForwardedActionEvent events.
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.
ForwardedItemListenerList
          Manage a list of listeners for the com.sas.visuals.ForwardedItemEvent event.
ForwardedItemSource
          An interface for an object which emits com.sas.visuals.ForwardedItemEvent events.
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.
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.
 

Classes in com.sas.visuals used by com.sas.swing.visuals.wizard
ImageView
          The ImageView displays an image in the component area.
 

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.util
MultipleValueEventSourceInterface
          An interface for objects that send out events with multiple possible values.
 

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
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.