All Known Implementing Classes:
NumberField, NumberRenderer, SynthTableCellRenderer, ContactComponent, TableView, JTabbedPane, StatusBar, FieldTextField, DateRenderer, TestCellRenderer, TraitExampleComponent, NoFocusButton, SurfaceExampleComponent, FieldView, ToolBarBorder, IconNodeRenderer, HiddenTagView, MetalToolBarUI, FrameView, BoxView, ProjectTreeRenderer, NumberTextField, FileRenderer, IconRenderer, Zone, ProjectDetailsPane, BasicArrowButton, ZoneView, MessageRenderer, BorderChooser, JMenuItem, ChecklistChooser, PlainParagraph, NumberTableCellRenderer, JTextField, ParentMenu, NeurosToolBar, SynthComboBoxRenderer, GrayedOutRenderer, BrowserMenuItem, LogicalView, AlignedLabel, SynthArrowButton, ParagraphView, CommentView, BasicComboBoxRenderer, BodyBlockView, MsgFlowComponentRenderer, BasicToolBarUI, GlyphView, DefaultCellRenderer, CurrencyRenderer, FormatRenderer, TableRow, BasicTabbedPaneUI, MetalComboBoxButton, TableCell, EntryMenuItem, JSlider, I18nFieldView, NoteRenderer, SynthTreeCellRenderer, MultiplexingTextField, CellView, HistoryMenuItem, AbstractButton, DoubleRenderer, JFormattedTextField, JToolBar, DefaultTextField, JProgressBar, Row, HRuleView, PlainView, StatusLine, MetalScrollBarUI, RequiredRenderer, UIResource, JButton, CompositeView, VeryGrayedOutRenderer, JPasswordField, LogicalView, OptionalRenderer, BooleanRenderer, NullView, JCheckBox, NoFramesView, ActionUtils, BasicScrollBarUI, FilterComboBoxRenderer, SynthBooleanTableCellRenderer, WrappedLine, LineView, DefaultListCellRenderer, DateRenderer, View, PasswordView, ObjectView, DateRenderer, MaybeIncompleteEntryRenderer, SwingUtilities, JToggleButton, ListView, ArchiveTableCellRenderer, BRView, MyImageView, PlainParagraph, JSeparator, DefaultTreeCellRenderer, JRadioButton, UIResource, SynthListCellRenderer, TableView, SynthTabbedPaneUI, UIResource, FrameSetView, JRadioButtonMenuItem, JMenu, ConstrainedButton, Separator, Handler, ToolButton, BorderListener1, WrappedPlainView, EditableView, Separator, ComponentView, HTMLTableView, UpperCaseField, MetalScrollButton, JCheckBoxMenuItem, RowView, TypeButton, FlowView, FormView, BorderlessTextField, JLabel, IsindexView, SynthScrollBarUI, BorderCellRenderer, IncompleteEntryRenderer, BorderListener, DirectoryComboBoxRenderer, ParagraphView, MetalTabbedPaneUI, LabelView, InlineView, RootView, Renderer, BlockView, BrowserButton, SynthScrollableTabButton, FolderListTreeCellRenderer, HeaderRenderer, SynthToolBarUI, ChooserComboButton, ImageLabelView, IconView, AsyncBoxView, ClassDefinitionRenderer, ImageView, LogicalView, JComboTree, NeurosTableRowRenderer, ScrollableTabButton, OrientedLabel, NumberRenderer, ContactListTreeCellRenderer, BorderChooser, FontStyleRenderer, DefaultTableCellRenderer
Jeff - DinkinsRalph - Kar (orientation support)| Field Summary | ||
|---|---|---|
| public static final int | CENTER | The central position in an area. Used for both compass-direction constants (NORTH, etc.) and box-orientation constants (TOP, etc.). |
| public static final int | TOP | Box-orientation constant used to specify the top of a box. |
| public static final int | LEFT | Box-orientation constant used to specify the left side of a box. |
| public static final int | BOTTOM | Box-orientation constant used to specify the bottom of a box. |
| public static final int | RIGHT | Box-orientation constant used to specify the right side of a box. |
| public static final int | NORTH | Compass-direction North (up). |
| public static final int | NORTH_EAST | Compass-direction north-east (upper right). |
| public static final int | EAST | Compass-direction east (right). |
| public static final int | SOUTH_EAST | Compass-direction south-east (lower right). |
| public static final int | SOUTH | Compass-direction south (down). |
| public static final int | SOUTH_WEST | Compass-direction south-west (lower left). |
| public static final int | WEST | Compass-direction west (left). |
| public static final int | NORTH_WEST | Compass-direction north west (upper left). |
| public static final int | HORIZONTAL | Horizontal orientation. Used for scrollbars and sliders. |
| public static final int | VERTICAL | Vertical orientation. Used for scrollbars and sliders. |
| public static final int | LEADING | Identifies the leading edge of text for use with left-to-right and right-to-left languages. Used by buttons and labels. |
| public static final int | TRAILING | Identifies the trailing edge of text for use with left-to-right and right-to-left languages. Used by buttons and labels. |
| public static final int | NEXT | Identifies the next direction in a sequence.
|
| public static final int | PREVIOUS | Identifies the previous direction in a sequence.
|