Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.yaftp.ftp.gui
Class FtpSwingCustomizer._WINDOW_RESIZER_  view FtpSwingCustomizer._WINDOW_RESIZER_ download FtpSwingCustomizer._WINDOW_RESIZER_.java

java.lang.Object
  extended bycom.yaftp.ftp.gui.FtpSwingCustomizer._WINDOW_RESIZER_
All Implemented Interfaces:
javax.swing.event.ChangeListener, java.util.EventListener
Enclosing class:
FtpSwingCustomizer

class FtpSwingCustomizer._WINDOW_RESIZER_
extends java.lang.Object
implements javax.swing.event.ChangeListener


Field Summary
private  java.awt.Window _parent
           
 
Constructor Summary
FtpSwingCustomizer._WINDOW_RESIZER_(java.awt.Window parent)
           
 
Method Summary
 void extendParentWidth(int width)
           
 void resizeIt()
           
 void stateChanged(javax.swing.event.ChangeEvent e)
          Called by an object to notify the listener that the object's state has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_parent

private java.awt.Window _parent
Constructor Detail

FtpSwingCustomizer._WINDOW_RESIZER_

public FtpSwingCustomizer._WINDOW_RESIZER_(java.awt.Window parent)
Method Detail

extendParentWidth

public void extendParentWidth(int width)

resizeIt

public void resizeIt()

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Description copied from interface: javax.swing.event.ChangeListener
Called by an object to notify the listener that the object's state has changed. The incoming event identifies the source of the event, allowing the listener to differentiate when it is listening for changes in multiple sources.

Specified by:
stateChanged in interface javax.swing.event.ChangeListener