ARoad0.Gui1
Class InternalFrameTiler

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by ARoad0.Gui1.InternalFrameTiler
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class InternalFrameTiler
extends javax.swing.AbstractAction

An action that tiles all internal frames when requested. The previous name of this class is ActionTile.

Since:
0.4.0
See Also:
Serialized Form

Field Summary
private static int beamerHeight
           
private static int beamerWidth
           
private static int iconsHeight
           
protected static InternalFrameTiler instance_
           
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
private InternalFrameTiler()
          Single constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ev)
           
static InternalFrameTiler getInstance()
          Only mean to get an instance.
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance_

protected static InternalFrameTiler instance_

beamerWidth

private static int beamerWidth

beamerHeight

private static int beamerHeight

iconsHeight

private static int iconsHeight
Constructor Detail

InternalFrameTiler

private InternalFrameTiler()
Single constructor.

Method Detail

getInstance

public static InternalFrameTiler getInstance()
Only mean to get an instance.

Returns:
instance

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ev)
Parameters:
ev - ActionEvent