< prev index next >

src/java.desktop/macosx/native/libosxui/JRSUIConstantSync.m

Print this page
rev 54098 : 8260616: Removing remaining JNF dependencies in the java.desktop module
8259729: Missed JNFInstanceOf -> IsInstanceOf conversion


   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 #import <JavaNativeFoundation/JavaNativeFoundation.h>
  27 #import <JavaRuntimeSupport/JavaRuntimeSupport.h>
  28 
  29 #import "apple_laf_JRSUIConstants.h"
  30 #import "apple_laf_JRSUIConstants_Key.h"
  31 #import "apple_laf_JRSUIConstants_AlignmentVertical.h"
  32 #import "apple_laf_JRSUIConstants_AlignmentHorizontal.h"
  33 #import "apple_laf_JRSUIConstants_Animating.h"
  34 #import "apple_laf_JRSUIConstants_ArrowsOnly.h"
  35 #import "apple_laf_JRSUIConstants_BooleanValue.h"
  36 #import "apple_laf_JRSUIConstants_Direction.h"
  37 #import "apple_laf_JRSUIConstants_Focused.h"
  38 #import "apple_laf_JRSUIConstants_FrameOnly.h"
  39 #import "apple_laf_JRSUIConstants_IndicatorOnly.h"
  40 #import "apple_laf_JRSUIConstants_NoIndicator.h"
  41 #import "apple_laf_JRSUIConstants_NothingToScroll.h"
  42 #import "apple_laf_JRSUIConstants_Orientation.h"
  43 #import "apple_laf_JRSUIConstants_ScrollBarPart.h"
  44 #import "apple_laf_JRSUIConstants_SegmentPosition.h"
  45 #import "apple_laf_JRSUIConstants_SegmentTrailingSeparator.h"
  46 #import "apple_laf_JRSUIConstants_SegmentLeadingSeparator.h"




   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 #import "JNIUtilities.h"
  27 #import <JavaRuntimeSupport/JavaRuntimeSupport.h>
  28 
  29 #import "apple_laf_JRSUIConstants.h"
  30 #import "apple_laf_JRSUIConstants_Key.h"
  31 #import "apple_laf_JRSUIConstants_AlignmentVertical.h"
  32 #import "apple_laf_JRSUIConstants_AlignmentHorizontal.h"
  33 #import "apple_laf_JRSUIConstants_Animating.h"
  34 #import "apple_laf_JRSUIConstants_ArrowsOnly.h"
  35 #import "apple_laf_JRSUIConstants_BooleanValue.h"
  36 #import "apple_laf_JRSUIConstants_Direction.h"
  37 #import "apple_laf_JRSUIConstants_Focused.h"
  38 #import "apple_laf_JRSUIConstants_FrameOnly.h"
  39 #import "apple_laf_JRSUIConstants_IndicatorOnly.h"
  40 #import "apple_laf_JRSUIConstants_NoIndicator.h"
  41 #import "apple_laf_JRSUIConstants_NothingToScroll.h"
  42 #import "apple_laf_JRSUIConstants_Orientation.h"
  43 #import "apple_laf_JRSUIConstants_ScrollBarPart.h"
  44 #import "apple_laf_JRSUIConstants_SegmentPosition.h"
  45 #import "apple_laf_JRSUIConstants_SegmentTrailingSeparator.h"
  46 #import "apple_laf_JRSUIConstants_SegmentLeadingSeparator.h"


< prev index next >