|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Viewer.CloseFramePolicy | |
---|---|
org.graphstream.ui.swingViewer |
Uses of Viewer.CloseFramePolicy in org.graphstream.ui.swingViewer |
---|
Methods in org.graphstream.ui.swingViewer that return Viewer.CloseFramePolicy | |
---|---|
Viewer.CloseFramePolicy |
Viewer.getCloseFramePolicy()
What to do when a frame is closed. |
static Viewer.CloseFramePolicy |
Viewer.CloseFramePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Viewer.CloseFramePolicy[] |
Viewer.CloseFramePolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.graphstream.ui.swingViewer with parameters of type Viewer.CloseFramePolicy | |
---|---|
void |
Viewer.setCloseFramePolicy(Viewer.CloseFramePolicy policy)
What to do when the frame containing one or more views is closed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |