Uses of Interface
com.sas.visuals.ResizeToFitInterface

Packages that use ResizeToFitInterface
com.sas.awt Provides extensions of java.awt components which implement com.sas.ComponentInterface 
com.sas.swing.visuals com.sas.visuals AWT user interface components ported to swing that are not already provided by JavaSoft. 
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.visuals Additional user interface components not provided in AWT. 
 

Uses of ResizeToFitInterface in com.sas.awt
 

Classes in com.sas.awt that implement ResizeToFitInterface
 class Button
          Button is a pushbutton component that can display a specified text label.
 class CheckBox
          CheckBox is a component that maintains a boolean state and displays a specified text label.
 class Choice
          Choice is a component that maintains a dropdown list of items for selection.
 class Label
          Label is a component that displays a single line of read-only text.
 class TextField
          TextField is a component that can set and display a single line of text.
 

Uses of ResizeToFitInterface in com.sas.swing.visuals
 

Classes in com.sas.swing.visuals that implement ResizeToFitInterface
 class ImageView
          The ImageView displays an image in the component area.
 

Uses of ResizeToFitInterface in com.sas.table
 

Classes in com.sas.table that implement ResizeToFitInterface
 class CheckBoxCell
          Provides a cell view with the appearance and behavior of a checkbox.
 

Uses of ResizeToFitInterface in com.sas.visuals
 

Classes in com.sas.visuals that implement ResizeToFitInterface
 class ArrowButton
          ArrowButton is a subclass of PushButton that displays an ArrowIcon and uses an AlarmButtonModel.
 class BaseButton
          BaseButton is an abstract class for creating a button.
 class 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.
 class GraphicalCheckBox
          A GraphicalCheckBox is a ToggleButton with a predefined set of images.
 class ImageSequence
          Deprecated.  
 class LabelView
          LabelView is a class that displays lines of text.
 class NumericTextField
          NumericTextField is a subclass of TextField which has a default validator for integers.
 class PushButton
          PushButton is a class that creates a button where images and text, or both can be displayed.
 class RadioButton
          RadioButton is a class that creates a button with text and a default icon.
 class StyledLabelView
          StyledLabelView is a sub-class of LabelView that parses the text into TextElements and paints it based on tags placed in the text.
 class TabButton
          TabButton is a subclass of ToggleButton that implements the TabButtonInterface.
 class ToggleButton
          ToggleButton is a subclass of BaseButton that creates a button where images and text, or both can be displayed.
 class ToolbarButton
          ToggleButton is a sub-class of PushButton that creates a button that displays images.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.