public class IScreenTogglePanel extends IPanel
IPanel.AIScaleDialog, IPanel.FileAndFilterIndex
Modifier and Type | Field and Description |
---|---|
int |
fullPaneOrigHeight |
int |
fullPaneOrigWidth |
int |
fullPaneOrigX |
int |
fullPaneOrigY |
IPane |
fullScreenPane |
bounds, currentMousePane, firstDraw, ig, panes, parentContainer, serverStateCount, sizeChanged, skipAutoFocus, startDynamicServer
Constructor and Description |
---|
IScreenTogglePanel(int x,
int y,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
void |
disableFullScreen() |
void |
draw(IGraphics g) |
void |
enableFullScreen(int paneIdx) |
void |
enableFullScreen(IPane p) |
boolean |
isFull() |
void |
keyPressed(IKeyEvent e) |
void |
mouseClicked(IMouseEvent me) |
void |
mouseClicked(java.awt.event.MouseEvent e) |
void |
setSize(int w,
int h) |
void |
setVisible(boolean v) |
addPane, chooseFile, chooseFile, chooseFile, clearPane, componentHidden, componentMoved, componentResized, componentShown, currentPane, focus, focusGained, focusLost, getBounds, getIG, getPaneAt, getPaneAt, keyPressed, keyReleased, keyReleased, keyTyped, keyTyped, mouseDragged, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseMoved, mousePressed, mousePressed, mouseReleased, mouseReleased, mouseWheelMoved, mouseWheelMoved, pane, paneNum, postdraw, predraw, removePane, saveDialog, server, setBounds, setIG, setParent, skipAutoFocus, startDynamicServer, stopDynamicServer, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
contains, getHeight, getWidth, getX, getY, isVisible, setBounds, setBounds, setLocation
public IPane fullScreenPane
public int fullPaneOrigX
public int fullPaneOrigY
public int fullPaneOrigWidth
public int fullPaneOrigHeight
public IScreenTogglePanel(int x, int y, int width, int height)
public void enableFullScreen(int paneIdx)
public void enableFullScreen(IPane p)
public void disableFullScreen()
public boolean isFull()
public void setVisible(boolean v)
setVisible
in interface IPanelI
setVisible
in class IPanel
public void setSize(int w, int h)
public void draw(IGraphics g)
public void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked
in interface java.awt.event.MouseListener
mouseClicked
in class IPanel
public void mouseClicked(IMouseEvent me)
mouseClicked
in interface IPanelI
mouseClicked
in class IPanel
public void keyPressed(IKeyEvent e)
keyPressed
in interface IPanelI
keyPressed
in class IPanel