com.aptana.ide.core.io
Class PasswordEvent

java.lang.Object
  extended by com.aptana.ide.core.io.PasswordEvent

public class PasswordEvent
extends java.lang.Object

Author:
Kevin Lindsey

Field Summary
 java.lang.String password
          The password text
 boolean remember
          A flag indicating if this value should be saved for this session
 java.lang.String title
          The name of this connection
 
Constructor Summary
PasswordEvent(java.lang.String title)
          PasswordEvent
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public java.lang.String title
The name of this connection


password

public java.lang.String password
The password text


remember

public boolean remember
A flag indicating if this value should be saved for this session

Constructor Detail

PasswordEvent

public PasswordEvent(java.lang.String title)
PasswordEvent

Parameters:
title -