Manages the shells buffers.
| Constructor and description | 
|---|
                                BufferManager
                                () | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            void | 
                            clearSelected() | 
                        
 | 
                            int | 
                            create(boolean select) | 
                        
 | 
                            List<String> | 
                            current() | 
                        
 | 
                            void | 
                            delete(int index) | 
                        
 | 
                            void | 
                            deleteSelected() | 
                        
 | 
                            void | 
                            reset() | 
                        
 | 
                            void | 
                            select(int index) | 
                        
 | 
                            int | 
                            size() | 
                        
 | 
                            void | 
                            updateSelected(List buffer) | 
                        
Copyright © 2003-2019 The Apache Software Foundation. All rights reserved.