// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __javax_swing_plaf_metal_MetalFileChooserUI$FilterComboBoxModel__ #define __javax_swing_plaf_metal_MetalFileChooserUI$FilterComboBoxModel__ #pragma interface #include #include extern "Java" { namespace java { namespace beans { class PropertyChangeEvent; } } namespace javax { namespace swing { namespace filechooser { class FileFilter; } namespace plaf { namespace metal { class MetalFileChooserUI; class MetalFileChooserUI$FilterComboBoxModel; } } } } } class javax::swing::plaf::metal::MetalFileChooserUI$FilterComboBoxModel : public ::javax::swing::AbstractListModel { public: // actually protected MetalFileChooserUI$FilterComboBoxModel(::javax::swing::plaf::metal::MetalFileChooserUI *); public: virtual void propertyChange(::java::beans::PropertyChangeEvent *); virtual void setSelectedItem(::java::lang::Object *); virtual ::java::lang::Object * getSelectedItem(); virtual jint getSize(); virtual ::java::lang::Object * getElementAt(jint); public: // actually protected JArray< ::javax::swing::filechooser::FileFilter * > * __attribute__((aligned(__alignof__( ::javax::swing::AbstractListModel)))) filters; private: ::java::lang::Object * selected; public: // actually package-private ::javax::swing::plaf::metal::MetalFileChooserUI * this$0; public: static ::java::lang::Class class$; }; #endif // __javax_swing_plaf_metal_MetalFileChooserUI$FilterComboBoxModel__