public class FullScreenSupport
extends java.lang.Object
Constructor and Description |
---|
FullScreenSupport(java.awt.Component fullScreenComponent,
java.lang.Object layoutConstraints) |
FullScreenSupport(java.awt.Component fullScreenComponent,
java.lang.Object layoutConstraints,
javax.swing.KeyStroke keyStroke) |
Modifier and Type | Method and Description |
---|---|
protected javax.swing.JPanel |
createExpandPane() |
void |
exitFullScreen() |
TExpandPane |
getExpandPane() |
javax.swing.JButton |
getRestoreButton() |
boolean |
isExpand() |
boolean |
isFullScreen() |
boolean |
isInductive() |
boolean |
isWithExpandPane() |
void |
setExpand(boolean expand) |
void |
setInductive(boolean inductive) |
void |
setWithExpandPane(boolean withExpandPane) |
void |
showFullScreen() |
void |
toggleFullScreen() |
public FullScreenSupport(java.awt.Component fullScreenComponent, java.lang.Object layoutConstraints)
public FullScreenSupport(java.awt.Component fullScreenComponent, java.lang.Object layoutConstraints, javax.swing.KeyStroke keyStroke)
public boolean isWithExpandPane()
public void setWithExpandPane(boolean withExpandPane)
public boolean isFullScreen()
public void toggleFullScreen()
public void showFullScreen()
protected javax.swing.JPanel createExpandPane()
public void exitFullScreen()
public boolean isInductive()
public void setInductive(boolean inductive)
public boolean isExpand()
public void setExpand(boolean expand)
public javax.swing.JButton getRestoreButton()
public TExpandPane getExpandPane()
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.