home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / awt / Panel$AccessibleAWTPanel.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  602 b   |  18 lines

  1. package java.awt;
  2.  
  3. import javax.accessibility.AccessibleRole;
  4.  
  5. public class Panel$AccessibleAWTPanel extends Container.AccessibleAWTContainer {
  6.    // $FF: synthetic field
  7.    private final Panel this$0;
  8.  
  9.    protected Panel$AccessibleAWTPanel(Panel var1) {
  10.       super(var1);
  11.       this.this$0 = var1;
  12.    }
  13.  
  14.    public AccessibleRole getAccessibleRole() {
  15.       return AccessibleRole.PANEL;
  16.    }
  17. }
  18.