Extension SDK 10.1.2

Uses of Interface
oracle.ide.controls.GridBagConstants

Packages that use GridBagConstants
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
oracle.ide.controls Contains classes implementing the basic graphical controls, such as, toolbars, toolbar buttons, status bars, tabbed windows, used by JDeveloper. 
oracle.ide.keyboard Contains classes used by addins for providing accelerators for the commands they define. 
oracle.ide.migration   
oracle.ide.net Provides a virtual file system framework based on java.net.URL. 
oracle.ide.panels Provides a framework for building panel-based UI. 
oracle.jdeveloper.compiler Contains classes that allow addins to integrate their own build system translator. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
 

Uses of GridBagConstants in oracle.ide.config
 

Classes in oracle.ide.config that implement GridBagConstants
 class DocumentExtensionsPanel
          DocumentExtensionsPanel class.
 class EnvironOptionsPanel
          A panel to edit EnvironOptions.
 class LogOptionsPanel
          A panel to edit the log properties in EnvironOptions.
 

Uses of GridBagConstants in oracle.ide.controls
 

Classes in oracle.ide.controls that implement GridBagConstants
 class JComboCardPanel
          The JComboCardPanel looks like this:
 

Uses of GridBagConstants in oracle.ide.keyboard
 

Classes in oracle.ide.keyboard that implement GridBagConstants
 class KeyPresetConfigPanel
          A IDE Settings that controls the shortcut presets
 class KeyStrokePanel
          This panel edits shortcuts in one context.
 

Uses of GridBagConstants in oracle.ide.migration
 

Classes in oracle.ide.migration that implement GridBagConstants
 class MigrationPanel
          An abstract class that extends DefaultTraversablePanel.
 

Uses of GridBagConstants in oracle.ide.net
 

Classes in oracle.ide.net that implement GridBagConstants
 class PackageClassChooser
          A chooser for packages and classes that uses URLPath as the source of path information.
 class URLChooser
          The URLChooser is a replacement file chooser for JFileChooser.
 

Uses of GridBagConstants in oracle.ide.panels
 

Classes in oracle.ide.panels that implement GridBagConstants
(package private)  class oracle.ide.panels.AbstractUIContainer
          Common implementation for concrete NavigableUIContainer classes.
 class DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
 class FinishPanel
          The FinishPanel provides a TraversablePanel implementation of a Finish page matching the Oracle Wizard Guidelines.
 class MDDPanel
          This implementation of NavigableUIContainer is a "master-detail-detail" panel, hence the name MDDPanel.
 class NewWorkspacePanel
          The NewWorkspacePanel class implements the UI to create a new workspace.
 class TabbedPanel
          This is a NavigableUIContainer implementation whose appearance is based on JTabbedPane; each page of a TabbedPanel is a Traversable and the order of the pages is specified by an array of Navigables.
 class WelcomePanel
           
 

Uses of GridBagConstants in oracle.jdeveloper.compiler
 

Classes in oracle.jdeveloper.compiler that implement GridBagConstants
 class OjcConfigurationPanel
          Panel for editing the data.
 

Uses of GridBagConstants in oracle.jdeveloper.model
 

Classes in oracle.jdeveloper.model that implement GridBagConstants
 class J2eePanel
           
 class JProjectConfigurationsPanel
          This is the panel that lets the user manage configurations.
 class JProjectDependencyPanel
          Panel for editing project dependencies.
 class JProjectPanel
          This is the panel that edits the common input paths of a JProject.
 class PromptPanel
           
 class TechnologiesPanel
          TechnologiesPanel defines the 'Technology Scope' project settings panel UI.
 

Uses of GridBagConstants in oracle.jdeveloper.vcs.spi
 

Classes in oracle.jdeveloper.vcs.spi that implement GridBagConstants
 class VCSPropertyCustomizer
          Basic traversable class representing common version client properties.
 class VCSPropertyTraversable
          Traversable UI class for version control client properties.
 


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.