net.sourceforge.fixagora.excel.client.view.editor
Class ExcelUploadDockable

java.lang.Object
  extended by bibliothek.gui.dock.dockable.AbstractDockable
      extended by bibliothek.gui.dock.DefaultDockable
          extended by net.sourceforge.fixagora.excel.client.view.editor.ExcelUploadDockable
All Implemented Interfaces:
bibliothek.gui.dock.DockElement, bibliothek.gui.dock.DockElementRepresentative, bibliothek.gui.dock.station.support.PlaceholderListItem<bibliothek.gui.Dockable>, bibliothek.gui.Dockable

public class ExcelUploadDockable
extends bibliothek.gui.dock.DefaultDockable

The Class ExcelUploadDockable.


Constructor Summary
ExcelUploadDockable(MainPanel mainPanel, BasisClientConnector basisClientConnector, SecurityListResponse securityListResponse)
          Instantiates a new excel upload dockable.
 
Method Summary
 MainPanel getMainPanel()
          Gets the main panel.
 void handleFocus()
          Handle focus.
 
Methods inherited from class bibliothek.gui.dock.DefaultDockable
add, add, asDockStation, getComponent, getContentPane, getFactoryID, remove, setController, setFactoryID, setLayout
 
Methods inherited from class bibliothek.gui.dock.dockable.AbstractDockable
accept, accept, addDockableListener, addDockableStateListener, addDockHierarchyListener, addKeyListener, addMouseInputListener, asDockable, bind, configureDisplayerHints, getController, getDockParent, getElement, getGlobalActionOffers, getLocalActionOffers, getPopupLocation, getTitleIcon, getTitleText, getTitleToolTip, isDockableVisible, isUsedAsTitle, listBoundTitles, removeDockableListener, removeDockableStateListener, removeDockHierarchyListener, removeKeyListener, removeMouseInputListener, requestDockTitle, resetTitleIcon, setActionOffers, setDockParent, setTitleIcon, setTitleText, setTitleToolTip, shouldFocus, shouldTransfersFocus, unbind
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelUploadDockable

public ExcelUploadDockable(MainPanel mainPanel,
                           BasisClientConnector basisClientConnector,
                           SecurityListResponse securityListResponse)
Instantiates a new excel upload dockable.

Parameters:
mainPanel - the main panel
basisClientConnector - the basis client connector
securityListResponse - the security list response
Method Detail

handleFocus

public void handleFocus()
Handle focus.


getMainPanel

public MainPanel getMainPanel()
Gets the main panel.

Returns:
the main panel