Changeset 18545


Ignore:
Timestamp:
2009-02-19T15:55:19+13:00 (15 years ago)
Author:
cc108
Message:

make some classes be abstract

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/src/java/org/greenstone/admin/gui/adminUI_Pane.java

    r18158 r18545  
    6868    }
    6969   
    70     public JPanel getControlPane(){
    71     return control_pane;
    72     }
     70    abstract JPanel getControlPane();
    7371   
     72    abstract JPanel getDescriptionPane();   
    7473   
     74    abstract boolean getCommandStatus(String Command);
     75
    7576    public String get_GSDL3HOME(){
    7677       
     
    131132    protected abstract Object[][] getConfigureContent();
    132133   
    133     protected abstract Boolean isConfigurable();
     134    //protected abstract Boolean isConfigurable();
    134135   
    135     public JPanel getButtonPane(){
    136         return button_pane;
    137     }
     136    abstract JPanel getButtonPane();
    138137}
Note: See TracChangeset for help on using the changeset viewer.