summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/text/html/SelectComboBoxModel.h
blob: e9ae5c6fe0f8c0651820a4f9343e39fbad20111e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_swing_text_html_SelectComboBoxModel__
#define __javax_swing_text_html_SelectComboBoxModel__

#pragma interface

#include <javax/swing/DefaultComboBoxModel.h>
extern "Java"
{
  namespace javax
  {
    namespace swing
    {
      namespace text
      {
        namespace html
        {
            class Option;
            class SelectComboBoxModel;
        }
      }
    }
  }
}

class javax::swing::text::html::SelectComboBoxModel : public ::javax::swing::DefaultComboBoxModel
{

public: // actually package-private
  SelectComboBoxModel();
  virtual void setInitialSelection(::javax::swing::text::html::Option *);
  virtual ::javax::swing::text::html::Option * getInitialSelection();
public:
  virtual void reset();
private:
  ::javax::swing::text::html::Option * __attribute__((aligned(__alignof__( ::javax::swing::DefaultComboBoxModel)))) initial;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_swing_text_html_SelectComboBoxModel__