StyledEditorKit$ForegroundAction.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_text_StyledEditorKit$ForegroundAction__
  3. #define __javax_swing_text_StyledEditorKit$ForegroundAction__
  4. #pragma interface
  5. #include <javax/swing/text/StyledEditorKit$StyledTextAction.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace awt
  11. {
  12. class Color;
  13. namespace event
  14. {
  15. class ActionEvent;
  16. }
  17. }
  18. }
  19. namespace javax
  20. {
  21. namespace swing
  22. {
  23. namespace text
  24. {
  25. class StyledEditorKit$ForegroundAction;
  26. }
  27. }
  28. }
  29. }
  30. class javax::swing::text::StyledEditorKit$ForegroundAction : public ::javax::swing::text::StyledEditorKit$StyledTextAction
  31. {
  32. public:
  33. StyledEditorKit$ForegroundAction(::java::lang::String *, ::java::awt::Color *);
  34. virtual void actionPerformed(::java::awt::event::ActionEvent *);
  35. private:
  36. ::java::awt::Color * __attribute__((aligned(__alignof__( ::javax::swing::text::StyledEditorKit$StyledTextAction)))) fg;
  37. public:
  38. static ::java::lang::Class class$;
  39. };
  40. #endif // __javax_swing_text_StyledEditorKit$ForegroundAction__