com.u2d.view
Interface EView

All Superinterfaces:
javax.swing.event.ChangeListener, java.util.EventListener
All Known Subinterfaces:
AtomicEView, ComplexEView, ListEView
All Known Implementing Classes:
AbstractView, AlternateListView, AlternateView, AssociationEO, AssociationView, AssociationView2, AtomicView, CalendarFrame, CalendarView, CalEventView, CheckboxListBuilder, ChoiceView, CommandsButtonView, CommandsContextMenuView, CommandsMenuView, ComplexPickView, CompositeTableView, DateView2, EditableListView, EOFrame, ExpandableView, ExpandableView, ExplicitAssociationView, FolderView, FormView, IconListView, IconView, IconViewAdapter, JListView, JTreeView, ListEOFrame, ListItemView, ListItemView, ListItemViewAdapter, ListItemViewAdapter, ListTitleView, ListView, MultiChoiceView, MyListTreeView, NullView, OmniListView, OmniView, OutlookFolderView, OutlookFolderView, PaginableView, PickView, QueryView, RelationalListView, ScheduleView, StatusView, TabBodyView, TableView, TitleBarView, TitleView, ToolbarView, TopLevelFormView, TypePicker

public interface EView
extends javax.swing.event.ChangeListener

Author:
Eitan Suez

Field Summary
static int MAXHEIGHT
           
static int MAXWIDTH
           
static int MINHEIGHT
           
 
Method Summary
 void detach()
           
 EObject getEObject()
           
 
Methods inherited from interface javax.swing.event.ChangeListener
stateChanged
 

Field Detail

MAXHEIGHT

static final int MAXHEIGHT
See Also:
Constant Field Values

MINHEIGHT

static final int MINHEIGHT
See Also:
Constant Field Values

MAXWIDTH

static final int MAXWIDTH
See Also:
Constant Field Values
Method Detail

getEObject

EObject getEObject()

detach

void detach()