public class ExpandableSplitPanel extends javax.swing.JSplitPane implements JInspectorPanel, java.beans.PropertyChangeListener
Allows to place up to 2 components into expandable panels below main content. First inspector will be placed as a top component. Second inspector will be placed as a bottom component.
Able to split components vertically.
Modifiers | Name | Description |
---|---|---|
static javax.swing.border.Border |
EMPTY_BORDER |
Fields inherited from class | Fields |
---|---|
class javax.swing.JSplitPane |
VERTICAL_SPLIT, HORIZONTAL_SPLIT, LEFT, RIGHT, TOP, BOTTOM, DIVIDER, ORIENTATION_PROPERTY, CONTINUOUS_LAYOUT_PROPERTY, DIVIDER_SIZE_PROPERTY, ONE_TOUCH_EXPANDABLE_PROPERTY, LAST_DIVIDER_LOCATION_PROPERTY, DIVIDER_LOCATION_PROPERTY, RESIZE_WEIGHT_PROPERTY, WHEN_FOCUSED, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_IN_FOCUSED_WINDOW, UNDEFINED_CONDITION, TOOL_TIP_TEXT_KEY, TOP_ALIGNMENT, CENTER_ALIGNMENT, BOTTOM_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, WIDTH, HEIGHT, PROPERTIES, SOMEBITS, FRAMEBITS, ALLBITS, ERROR, ABORT |
Constructor and description |
---|
ExpandableSplitPanel
(javax.swing.JComponent mainComponent) Creates an instance of the split panel with inspectors |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
activate() |
|
public void |
activate(Inspector inspector) |
<T extends Inspector> |
public T |
addInspector(T inspector) |
<T extends Inspector> |
public T |
addLazyInspector(T inspector) |
|
public void |
clearInspectors() |
|
public void |
deactivate() |
|
public void |
deactivate() |
|
public javax.swing.JComponent |
getComponent() |
|
public java.awt.Component |
getContentComponent() |
|
public Inspector |
getCurrentInspector() |
|
public Inspector |
getInspector(java.lang.String inspectorId) |
|
public Inspector |
getInspectorByTitle(java.lang.String title) |
|
public java.util.List<Inspector> |
getInspectors() |
|
public boolean |
hasInspectors() |
|
public boolean |
isInspectorsVisible() |
|
public void |
loadState(Settings settings, java.lang.String componentId) Loads component parts state from settings |
|
public void |
propertyChange(java.beans.PropertyChangeEvent evt) |
|
public void |
release() |
|
public void |
removeInspector(Inspector inspector) |
|
public void |
saveState(Settings settings, java.lang.String componentId) Stores component parts state to settings |
|
public void |
setContentComponent(javax.swing.JComponent component) |
|
public void |
setCurrentInspector(java.lang.String s) |
|
public void |
setDefaultDividerLocation(float v) |
|
public void |
setInspectorVisible(Inspector inspector, boolean visible) |
|
public void |
setInspectorsVisible(boolean isInspectorsVisible) |
|
public void |
setResetDividerLocation() |
Methods inherited from class | Name |
---|---|
class javax.swing.JSplitPane |
javax.swing.JSplitPane#setLeftComponent(java.awt.Component), javax.swing.JSplitPane#setRightComponent(java.awt.Component), javax.swing.JSplitPane#resetToPreferredSizes(), javax.swing.JSplitPane#getOrientation(), javax.swing.JSplitPane#getDividerSize(), javax.swing.JSplitPane#setDividerLocation(double), javax.swing.JSplitPane#setDividerLocation(int), javax.swing.JSplitPane#setLastDividerLocation(int), javax.swing.JSplitPane#getMinimumDividerLocation(), javax.swing.JSplitPane#getMaximumDividerLocation(), javax.swing.JSplitPane#getLeftComponent(), javax.swing.JSplitPane#getRightComponent(), javax.swing.JSplitPane#setDividerSize(int), javax.swing.JSplitPane#setOneTouchExpandable(boolean), javax.swing.JSplitPane#setTopComponent(java.awt.Component), javax.swing.JSplitPane#getTopComponent(), javax.swing.JSplitPane#setBottomComponent(java.awt.Component), javax.swing.JSplitPane#getBottomComponent(), javax.swing.JSplitPane#isOneTouchExpandable(), javax.swing.JSplitPane#getLastDividerLocation(), javax.swing.JSplitPane#setOrientation(int), javax.swing.JSplitPane#setContinuousLayout(boolean), javax.swing.JSplitPane#isContinuousLayout(), javax.swing.JSplitPane#setResizeWeight(double), javax.swing.JSplitPane#getResizeWeight(), javax.swing.JSplitPane#getDividerLocation(), javax.swing.JSplitPane#isValidateRoot(), javax.swing.JSplitPane#getAccessibleContext(), javax.swing.JSplitPane#updateUI(), javax.swing.JSplitPane#setUI(javax.swing.plaf.SplitPaneUI), javax.swing.JSplitPane#getUI(), javax.swing.JSplitPane#getUI(), javax.swing.JSplitPane#getUIClassID(), javax.swing.JSplitPane#remove(int), javax.swing.JSplitPane#remove(java.awt.Component), javax.swing.JSplitPane#removeAll(), javax.swing.JSplitPane#getRootPane(), javax.swing.JSplitPane#getInheritsPopupMenu(), javax.swing.JSplitPane#getComponentPopupMenu(), javax.swing.JSplitPane#isManagingFocus(), javax.swing.JSplitPane#getDefaultLocale(), javax.swing.JSplitPane#putClientProperty(java.lang.Object, java.lang.Object), javax.swing.JSplitPane#isOptimizedDrawingEnabled(), javax.swing.JSplitPane#isLightweightComponent(java.awt.Component), javax.swing.JSplitPane#getInputMap(int), javax.swing.JSplitPane#getInputMap(), javax.swing.JSplitPane#getActionMap(), javax.swing.JSplitPane#registerKeyboardAction(java.awt.event.ActionListener, javax.swing.KeyStroke, int), javax.swing.JSplitPane#registerKeyboardAction(java.awt.event.ActionListener, java.lang.String, javax.swing.KeyStroke, int), javax.swing.JSplitPane#setInputMap(int, javax.swing.InputMap), javax.swing.JSplitPane#setActionMap(javax.swing.ActionMap), javax.swing.JSplitPane#setDefaultLocale(java.util.Locale), javax.swing.JSplitPane#computeVisibleRect(java.awt.Rectangle), javax.swing.JSplitPane#addVetoableChangeListener(java.beans.VetoableChangeListener), javax.swing.JSplitPane#removeVetoableChangeListener(java.beans.VetoableChangeListener), javax.swing.JSplitPane#getVetoableChangeListeners(), javax.swing.JSplitPane#addAncestorListener(javax.swing.event.AncestorListener), javax.swing.JSplitPane#removeAncestorListener(javax.swing.event.AncestorListener), javax.swing.JSplitPane#getAncestorListeners(), javax.swing.JSplitPane#paintImmediately(int, int, int, int), javax.swing.JSplitPane#paintImmediately(java.awt.Rectangle), javax.swing.JSplitPane#setInheritsPopupMenu(boolean), javax.swing.JSplitPane#setComponentPopupMenu(javax.swing.JPopupMenu), javax.swing.JSplitPane#isPaintingTile(), javax.swing.JSplitPane#setRequestFocusEnabled(boolean), javax.swing.JSplitPane#isRequestFocusEnabled(), javax.swing.JSplitPane#grabFocus(), javax.swing.JSplitPane#setVerifyInputWhenFocusTarget(boolean), javax.swing.JSplitPane#getVerifyInputWhenFocusTarget(), javax.swing.JSplitPane#setAlignmentY(float), javax.swing.JSplitPane#setAlignmentX(float), javax.swing.JSplitPane#setInputVerifier(javax.swing.InputVerifier), javax.swing.JSplitPane#getInputVerifier(), javax.swing.JSplitPane#setDebugGraphicsOptions(int), javax.swing.JSplitPane#getDebugGraphicsOptions(), javax.swing.JSplitPane#unregisterKeyboardAction(javax.swing.KeyStroke), javax.swing.JSplitPane#getRegisteredKeyStrokes(), javax.swing.JSplitPane#getConditionForKeyStroke(javax.swing.KeyStroke), javax.swing.JSplitPane#getActionForKeyStroke(javax.swing.KeyStroke), javax.swing.JSplitPane#resetKeyboardActions(), javax.swing.JSplitPane#requestDefaultFocus(), javax.swing.JSplitPane#setToolTipText(java.lang.String), javax.swing.JSplitPane#getToolTipLocation(java.awt.event.MouseEvent), javax.swing.JSplitPane#getPopupLocation(java.awt.event.MouseEvent), javax.swing.JSplitPane#createToolTip(), javax.swing.JSplitPane#setTransferHandler(javax.swing.TransferHandler), javax.swing.JSplitPane#getTransferHandler(), javax.swing.JSplitPane#getVisibleRect(), javax.swing.JSplitPane#getTopLevelAncestor(), javax.swing.JSplitPane#setDoubleBuffered(boolean), javax.swing.JSplitPane#getFontMetrics(java.awt.Font), javax.swing.JSplitPane#firePropertyChange(java.lang.String, char, char), javax.swing.JSplitPane#firePropertyChange(java.lang.String, int, int), javax.swing.JSplitPane#firePropertyChange(java.lang.String, boolean, boolean), javax.swing.JSplitPane#removeNotify(), javax.swing.JSplitPane#addNotify(), javax.swing.JSplitPane#setVisible(boolean), javax.swing.JSplitPane#repaint(java.awt.Rectangle), javax.swing.JSplitPane#repaint(long, int, int, int, int), javax.swing.JSplitPane#setForeground(java.awt.Color), javax.swing.JSplitPane#setBackground(java.awt.Color), javax.swing.JSplitPane#setFont(java.awt.Font), javax.swing.JSplitPane#reshape(int, int, int, int), javax.swing.JSplitPane#getHeight(), javax.swing.JSplitPane#getPreferredSize(), javax.swing.JSplitPane#getMinimumSize(), javax.swing.JSplitPane#getGraphics(), javax.swing.JSplitPane#paint(java.awt.Graphics), javax.swing.JSplitPane#getInsets(java.awt.Insets), javax.swing.JSplitPane#getInsets(), javax.swing.JSplitPane#requestFocus(), javax.swing.JSplitPane#requestFocus(boolean), javax.swing.JSplitPane#requestFocusInWindow(), javax.swing.JSplitPane#isDoubleBuffered(), javax.swing.JSplitPane#setPreferredSize(java.awt.Dimension), javax.swing.JSplitPane#setMinimumSize(java.awt.Dimension), javax.swing.JSplitPane#setMaximumSize(java.awt.Dimension), javax.swing.JSplitPane#getMaximumSize(), javax.swing.JSplitPane#getAlignmentX(), javax.swing.JSplitPane#getAlignmentY(), javax.swing.JSplitPane#getBaseline(int, int), javax.swing.JSplitPane#getBaselineResizeBehavior(), javax.swing.JSplitPane#revalidate(), javax.swing.JSplitPane#printAll(java.awt.Graphics), javax.swing.JSplitPane#setFocusTraversalKeys(int, java.util.Set), javax.swing.JSplitPane#getBorder(), javax.swing.JSplitPane#setBorder(javax.swing.border.Border), javax.swing.JSplitPane#getClientProperty(java.lang.Object), javax.swing.JSplitPane#getAutoscrolls(), javax.swing.JSplitPane#scrollRectToVisible(java.awt.Rectangle), javax.swing.JSplitPane#getToolTipText(), javax.swing.JSplitPane#getToolTipText(java.awt.event.MouseEvent), javax.swing.JSplitPane#setAutoscrolls(boolean), javax.swing.JSplitPane#isPaintingForPrint(), javax.swing.JSplitPane#getNextFocusableComponent(), javax.swing.JSplitPane#setNextFocusableComponent(java.awt.Component), javax.swing.JSplitPane#update(java.awt.Graphics), javax.swing.JSplitPane#contains(int, int), javax.swing.JSplitPane#getBounds(java.awt.Rectangle), javax.swing.JSplitPane#getLocation(java.awt.Point), javax.swing.JSplitPane#print(java.awt.Graphics), javax.swing.JSplitPane#getSize(java.awt.Dimension), javax.swing.JSplitPane#setOpaque(boolean), javax.swing.JSplitPane#isOpaque(), javax.swing.JSplitPane#enable(), javax.swing.JSplitPane#setEnabled(boolean), javax.swing.JSplitPane#hide(), javax.swing.JSplitPane#getListeners(java.lang.Class), javax.swing.JSplitPane#disable(), javax.swing.JSplitPane#getWidth(), javax.swing.JSplitPane#getX(), javax.swing.JSplitPane#getY(), javax.swing.JSplitPane#isFocusTraversalPolicySet(), javax.swing.JSplitPane#setFocusCycleRoot(boolean), javax.swing.JSplitPane#setFocusTraversalPolicyProvider(boolean), javax.swing.JSplitPane#transferFocusDownCycle(), javax.swing.JSplitPane#setFocusTraversalPolicy(java.awt.FocusTraversalPolicy), javax.swing.JSplitPane#insets(), javax.swing.JSplitPane#isFocusTraversalPolicyProvider(), javax.swing.JSplitPane#addContainerListener(java.awt.event.ContainerListener), javax.swing.JSplitPane#setComponentZOrder(java.awt.Component, int), javax.swing.JSplitPane#paintComponents(java.awt.Graphics), javax.swing.JSplitPane#printComponents(java.awt.Graphics), javax.swing.JSplitPane#removeContainerListener(java.awt.event.ContainerListener), javax.swing.JSplitPane#getContainerListeners(), javax.swing.JSplitPane#findComponentAt(java.awt.Point), javax.swing.JSplitPane#findComponentAt(int, int), javax.swing.JSplitPane#countComponents(), javax.swing.JSplitPane#preferredSize(), javax.swing.JSplitPane#minimumSize(), javax.swing.JSplitPane#getComponentAt(int, int), javax.swing.JSplitPane#getComponentAt(java.awt.Point), javax.swing.JSplitPane#getFocusTraversalKeys(int), javax.swing.JSplitPane#isFocusCycleRoot(java.awt.Container), javax.swing.JSplitPane#isFocusCycleRoot(), javax.swing.JSplitPane#getFocusTraversalPolicy(), javax.swing.JSplitPane#getComponentZOrder(java.awt.Component), javax.swing.JSplitPane#getComponentCount(), javax.swing.JSplitPane#getMousePosition(boolean), javax.swing.JSplitPane#doLayout(), javax.swing.JSplitPane#deliverEvent(java.awt.Event), javax.swing.JSplitPane#areFocusTraversalKeysSet(int), javax.swing.JSplitPane#applyComponentOrientation(java.awt.ComponentOrientation), javax.swing.JSplitPane#add(java.lang.String, java.awt.Component), javax.swing.JSplitPane#add(java.awt.Component, java.lang.Object, int), javax.swing.JSplitPane#add(java.awt.Component, int), javax.swing.JSplitPane#add(java.awt.Component, java.lang.Object), javax.swing.JSplitPane#add(java.awt.Component), javax.swing.JSplitPane#list(java.io.PrintStream, int), javax.swing.JSplitPane#list(java.io.PrintWriter, int), javax.swing.JSplitPane#validate(), javax.swing.JSplitPane#locate(int, int), javax.swing.JSplitPane#invalidate(), javax.swing.JSplitPane#getComponents(), javax.swing.JSplitPane#getLayout(), javax.swing.JSplitPane#layout(), javax.swing.JSplitPane#setLayout(java.awt.LayoutManager), javax.swing.JSplitPane#getComponent(int), javax.swing.JSplitPane#isAncestorOf(java.awt.Component), javax.swing.JSplitPane#addPropertyChangeListener(java.beans.PropertyChangeListener), javax.swing.JSplitPane#addPropertyChangeListener(java.lang.String, java.beans.PropertyChangeListener), javax.swing.JSplitPane#getFont(), javax.swing.JSplitPane#handleEvent(java.awt.Event), javax.swing.JSplitPane#dispatchEvent(java.awt.AWTEvent), javax.swing.JSplitPane#getTreeLock(), javax.swing.JSplitPane#firePropertyChange(java.lang.String, byte, byte), javax.swing.JSplitPane#firePropertyChange(java.lang.String, double, double), javax.swing.JSplitPane#firePropertyChange(java.lang.String, float, float), javax.swing.JSplitPane#firePropertyChange(java.lang.String, long, long), javax.swing.JSplitPane#firePropertyChange(java.lang.String, short, short), javax.swing.JSplitPane#getToolkit(), javax.swing.JSplitPane#getLocationOnScreen(), javax.swing.JSplitPane#isShowing(), javax.swing.JSplitPane#isFocusOwner(), javax.swing.JSplitPane#isLightweight(), javax.swing.JSplitPane#transferFocus(), javax.swing.JSplitPane#getInputContext(), javax.swing.JSplitPane#repaint(), javax.swing.JSplitPane#repaint(int, int, int, int), javax.swing.JSplitPane#repaint(long), javax.swing.JSplitPane#postEvent(java.awt.Event), javax.swing.JSplitPane#getForeground(), javax.swing.JSplitPane#getBackground(), javax.swing.JSplitPane#getColorModel(), javax.swing.JSplitPane#setBounds(java.awt.Rectangle), javax.swing.JSplitPane#setBounds(int, int, int, int), javax.swing.JSplitPane#isPreferredSizeSet(), javax.swing.JSplitPane#isMinimumSizeSet(), javax.swing.JSplitPane#isMaximumSizeSet(), javax.swing.JSplitPane#isVisible(), javax.swing.JSplitPane#createVolatileImage(int, int, java.awt.ImageCapabilities), javax.swing.JSplitPane#createVolatileImage(int, int), javax.swing.JSplitPane#prepareImage(java.awt.Image, int, int, java.awt.image.ImageObserver), javax.swing.JSplitPane#prepareImage(java.awt.Image, java.awt.image.ImageObserver), javax.swing.JSplitPane#checkImage(java.awt.Image, java.awt.image.ImageObserver), javax.swing.JSplitPane#checkImage(java.awt.Image, int, int, java.awt.image.ImageObserver), javax.swing.JSplitPane#inside(int, int), javax.swing.JSplitPane#getPropertyChangeListeners(java.lang.String), javax.swing.JSplitPane#getPropertyChangeListeners(), javax.swing.JSplitPane#mouseEnter(java.awt.Event, int, int), javax.swing.JSplitPane#mouseExit(java.awt.Event, int, int), javax.swing.JSplitPane#mouseMove(java.awt.Event, int, int), javax.swing.JSplitPane#mouseDown(java.awt.Event, int, int), javax.swing.JSplitPane#mouseDrag(java.awt.Event, int, int), javax.swing.JSplitPane#mouseUp(java.awt.Event, int, int), javax.swing.JSplitPane#keyDown(java.awt.Event, int), javax.swing.JSplitPane#keyUp(java.awt.Event, int), javax.swing.JSplitPane#gotFocus(java.awt.Event, java.lang.Object), javax.swing.JSplitPane#lostFocus(java.awt.Event, java.lang.Object), javax.swing.JSplitPane#isFocusTraversable(), javax.swing.JSplitPane#requestFocus(java.awt.event.FocusEvent$Cause), javax.swing.JSplitPane#isFocusable(), javax.swing.JSplitPane#getFocusCycleRootAncestor(), javax.swing.JSplitPane#nextFocus(), javax.swing.JSplitPane#requestFocusInWindow(java.awt.event.FocusEvent$Cause), javax.swing.JSplitPane#transferFocusBackward(), javax.swing.JSplitPane#hasFocus(), javax.swing.JSplitPane#removePropertyChangeListener(java.lang.String, java.beans.PropertyChangeListener), javax.swing.JSplitPane#removePropertyChangeListener(java.beans.PropertyChangeListener), javax.swing.JSplitPane#addComponentListener(java.awt.event.ComponentListener), javax.swing.JSplitPane#addFocusListener(java.awt.event.FocusListener), javax.swing.JSplitPane#addKeyListener(java.awt.event.KeyListener), javax.swing.JSplitPane#addMouseListener(java.awt.event.MouseListener), javax.swing.JSplitPane#addMouseMotionListener(java.awt.event.MouseMotionListener), javax.swing.JSplitPane#addInputMethodListener(java.awt.event.InputMethodListener), javax.swing.JSplitPane#addHierarchyListener(java.awt.event.HierarchyListener), javax.swing.JSplitPane#addHierarchyBoundsListener(java.awt.event.HierarchyBoundsListener), javax.swing.JSplitPane#addMouseWheelListener(java.awt.event.MouseWheelListener), javax.swing.JSplitPane#setComponentOrientation(java.awt.ComponentOrientation), javax.swing.JSplitPane#isDisplayable(), javax.swing.JSplitPane#setDropTarget(java.awt.dnd.DropTarget), javax.swing.JSplitPane#getDropTarget(), javax.swing.JSplitPane#getGraphicsConfiguration(), javax.swing.JSplitPane#getMousePosition(), javax.swing.JSplitPane#enableInputMethods(boolean), javax.swing.JSplitPane#isForegroundSet(), javax.swing.JSplitPane#isBackgroundSet(), javax.swing.JSplitPane#isFontSet(), javax.swing.JSplitPane#setCursor(java.awt.Cursor), javax.swing.JSplitPane#isCursorSet(), javax.swing.JSplitPane#paintAll(java.awt.Graphics), javax.swing.JSplitPane#imageUpdate(java.awt.Image, int, int, int, int, int), javax.swing.JSplitPane#setIgnoreRepaint(boolean), javax.swing.JSplitPane#getIgnoreRepaint(), javax.swing.JSplitPane#removeComponentListener(java.awt.event.ComponentListener), javax.swing.JSplitPane#getComponentListeners(), javax.swing.JSplitPane#removeFocusListener(java.awt.event.FocusListener), javax.swing.JSplitPane#getFocusListeners(), javax.swing.JSplitPane#removeHierarchyListener(java.awt.event.HierarchyListener), javax.swing.JSplitPane#getHierarchyListeners(), javax.swing.JSplitPane#removeHierarchyBoundsListener(java.awt.event.HierarchyBoundsListener), javax.swing.JSplitPane#getHierarchyBoundsListeners(), javax.swing.JSplitPane#removeKeyListener(java.awt.event.KeyListener), javax.swing.JSplitPane#getKeyListeners(), javax.swing.JSplitPane#removeMouseListener(java.awt.event.MouseListener), javax.swing.JSplitPane#getMouseListeners(), javax.swing.JSplitPane#removeMouseMotionListener(java.awt.event.MouseMotionListener), javax.swing.JSplitPane#getMouseMotionListeners(), javax.swing.JSplitPane#removeMouseWheelListener(java.awt.event.MouseWheelListener), javax.swing.JSplitPane#getMouseWheelListeners(), javax.swing.JSplitPane#removeInputMethodListener(java.awt.event.InputMethodListener), javax.swing.JSplitPane#getInputMethodListeners(), javax.swing.JSplitPane#getInputMethodRequests(), javax.swing.JSplitPane#setFocusable(boolean), javax.swing.JSplitPane#setFocusTraversalKeysEnabled(boolean), javax.swing.JSplitPane#getFocusTraversalKeysEnabled(), javax.swing.JSplitPane#transferFocusUpCycle(), javax.swing.JSplitPane#getComponentOrientation(), javax.swing.JSplitPane#setMixingCutoutShape(java.awt.Shape), javax.swing.JSplitPane#getName(), javax.swing.JSplitPane#add(java.awt.PopupMenu), javax.swing.JSplitPane#remove(java.awt.MenuComponent), javax.swing.JSplitPane#toString(), javax.swing.JSplitPane#size(), javax.swing.JSplitPane#contains(java.awt.Point), javax.swing.JSplitPane#list(), javax.swing.JSplitPane#list(java.io.PrintStream), javax.swing.JSplitPane#list(java.io.PrintWriter), javax.swing.JSplitPane#getBounds(), javax.swing.JSplitPane#bounds(), javax.swing.JSplitPane#getLocation(), javax.swing.JSplitPane#getParent(), javax.swing.JSplitPane#action(java.awt.Event, java.lang.Object), javax.swing.JSplitPane#setName(java.lang.String), javax.swing.JSplitPane#location(), javax.swing.JSplitPane#getSize(), javax.swing.JSplitPane#resize(int, int), javax.swing.JSplitPane#resize(java.awt.Dimension), javax.swing.JSplitPane#move(int, int), javax.swing.JSplitPane#setSize(int, int), javax.swing.JSplitPane#setSize(java.awt.Dimension), javax.swing.JSplitPane#getLocale(), javax.swing.JSplitPane#isEnabled(), javax.swing.JSplitPane#enable(boolean), javax.swing.JSplitPane#setLocale(java.util.Locale), javax.swing.JSplitPane#isValid(), javax.swing.JSplitPane#setLocation(int, int), javax.swing.JSplitPane#setLocation(java.awt.Point), javax.swing.JSplitPane#show(), javax.swing.JSplitPane#show(boolean), javax.swing.JSplitPane#getCursor(), javax.swing.JSplitPane#createImage(int, int), javax.swing.JSplitPane#createImage(java.awt.image.ImageProducer), javax.swing.JSplitPane#wait(long, int), javax.swing.JSplitPane#wait(), javax.swing.JSplitPane#wait(long), javax.swing.JSplitPane#equals(java.lang.Object), javax.swing.JSplitPane#hashCode(), javax.swing.JSplitPane#getClass(), javax.swing.JSplitPane#notify(), javax.swing.JSplitPane#notifyAll() |
Creates an instance of the split panel with inspectors
mainComponent
- Main component at the top of the panelLoads component parts state from settings
settings
- Settings object used to store panel state - splitter position, inspector expand state.componentId
- Some unique Id to use as a part of persistent params name.Stores component parts state to settings
settings
- Settings object used to store panel state - splitter position, inspector expand state.componentId
- Some unique Id to use as a part of persistent params name.ReadyAPI functional (soapui-pro) SDK 3.56.0