public static class SwingSession.JSplitPaneState extends Object implements SwingSession.State
Modifier and Type | Field and Description |
---|---|
protected int |
dividerLocation |
protected int |
orientation |
Constructor and Description |
---|
JSplitPaneState() |
Modifier and Type | Method and Description |
---|---|
protected JSplitPane |
checkComponent(Object o) |
int |
getDividerLocation() |
int |
getOrientation() |
SwingSession.State |
getState(Object o) |
void |
setDividerLocation(int dividerLocation) |
void |
setOrientation(int orientation) |
void |
setState(Object o,
SwingSession.State state) |
public int getDividerLocation()
public void setDividerLocation(int dividerLocation)
public int getOrientation()
public void setOrientation(int orientation)
protected JSplitPane checkComponent(Object o)
public SwingSession.State getState(Object o)
getState
in interface SwingSession.State
public void setState(Object o, SwingSession.State state)
setState
in interface SwingSession.State
Copyright © 1999–2020 CodeLutin. All rights reserved.