phenote.gui.field
Class PostCompGui

java.lang.Object
  extended by phenote.gui.field.PostCompGui

 class PostCompGui
extends java.lang.Object

A window for post composition and other wacky stuff that goes beyond the basic stuff in field (eg relational quality?) may want to be able to give up frame to put inline as well as window? as window may be configurable or scrapped


Constructor Summary
PostCompGui(CharField charField, EditManager eManager, SelectionManager selManager, ca.odell.glazedlists.swing.EventSelectionModel<CharacterI> selModel, java.awt.Frame ownerFrame, int minCompChars)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostCompGui

PostCompGui(CharField charField,
            EditManager eManager,
            SelectionManager selManager,
            ca.odell.glazedlists.swing.EventSelectionModel<CharacterI> selModel,
            java.awt.Frame ownerFrame,
            int minCompChars)