|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.drools.guvnor.client.explorer.ExplorerViewCenterPanel
public class ExplorerViewCenterPanel
This is the tab panel manager.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Field Summary |
---|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
ExplorerViewCenterPanel(ClientFactory clientFactory,
com.google.gwt.event.shared.EventBus eventBus)
|
Method Summary | |
---|---|
void |
addTab(String tabname,
com.google.gwt.user.client.ui.IsWidget widget,
com.google.gwt.place.shared.Place place)
Add a new tab. |
void |
close(com.google.gwt.place.shared.Place key)
|
boolean |
contains(com.google.gwt.place.shared.Place key)
|
Map<String,ModuleEditorWrapper> |
getOpenedModuleEditors()
|
void |
show(com.google.gwt.place.shared.Place key)
|
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExplorerViewCenterPanel(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
Method Detail |
---|
public boolean contains(com.google.gwt.place.shared.Place key)
public void show(com.google.gwt.place.shared.Place key)
show
in interface TabbedPanel
public void addTab(String tabname, com.google.gwt.user.client.ui.IsWidget widget, com.google.gwt.place.shared.Place place)
addTab
in interface TabbedPanel
tabname
- The displayed tab name.widget
- The contents.place
- A place which is unique.public void close(com.google.gwt.place.shared.Place key)
close
in interface TabbedPanel
public Map<String,ModuleEditorWrapper> getOpenedModuleEditors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |