|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmesquite.lib.MesquiteWindow
mesquite.lib.table.TableWindow
mesquite.categ.lib.CategTModelEditWindow
public class CategTModelEditWindow
A window that contains a table in which to edit a CategTModel. Used for Stepmatrix editing, but could also be used for other similar models
| Field Summary |
|---|
| Fields inherited from class mesquite.lib.table.TableWindow |
|---|
findString |
| Fields inherited from interface mesquite.lib.MesquiteListener |
|---|
ANNOTATION_ADDED, ANNOTATION_CHANGED, ANNOTATION_DELETED, ASSOCIATED_CHANGED, BRANCHES_REARRANGED, BRANCHLENGTHS_CHANGED, COMMAND_CANCELLED, DATA_CHANGED, ELEMENT_CHANGED, ITEMS_ADDED, NAMES_CHANGED, OBJECT_DESTROYED, PARTS_ADDED, PARTS_CHANGED, PARTS_DELETED, PARTS_MOVED, SELECTION_CHANGED, TAXA_SUBSTITUTED, TEXTFIELD_EDITED, UNKNOWN, VALUE_CHANGED |
| Constructor Summary | |
|---|---|
CategTModelEditWindow(CharModelCurator curatorModule,
MesquiteModule ownerModule)
|
|
| Method Summary | |
|---|---|
void |
changed(java.lang.Object caller,
java.lang.Object obj,
Notification notification)
passes which object changed, along with optional Notification object with details (e.g., code number (type of change) and integers (e.g. |
void |
dispose()
|
void |
disposing(java.lang.Object obj)
passes which object was disposed |
java.lang.Object |
doCommand(java.lang.String commandName,
java.lang.String arguments,
CommandChecker checker)
A request for the MesquiteModule to perform a command. |
boolean |
getDiagnonalEditable()
|
MesquiteTable |
getTable()
|
boolean |
okToDispose(java.lang.Object obj,
int queryUser)
Asks whether it's ok to delete the object as far as the listener is concerned (e.g., is it in use?) |
void |
resetTitle()
When called the window will determine its own title. |
void |
setDiagnonalEditable(boolean editable)
|
void |
setMaxState(int maxState)
|
void |
setModel(CategTModel model)
|
void |
windowResized()
windows with manually resized components (i.e. |
| Methods inherited from class mesquite.lib.table.TableWindow |
|---|
addControlButton, copyGraphicsPanel, getClearCommand, getCopySpecialCommand, getCopySpecialName, getCutCommand, getFindLabel, getFindMessageName, getPasteCommand, getPrintToPDFMenuItemName, getSnapshot, getTextContents, paintContents, pleaseUpdate, printWindow, removeControlButton, repaintAll, resetCursor, selectAllGraphicsPanel, selectAndFocus, setCurrentTool, showFindMenuItems, windowToPDF |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CategTModelEditWindow(CharModelCurator curatorModule,
MesquiteModule ownerModule)
| Method Detail |
|---|
public void resetTitle()
resetTitle in class MesquiteWindow
public java.lang.Object doCommand(java.lang.String commandName,
java.lang.String arguments,
CommandChecker checker)
TableWindow
doCommand in interface CommandabledoCommand in class TableWindowpublic void dispose()
dispose in class MesquiteWindowpublic void setModel(CategTModel model)
public void changed(java.lang.Object caller,
java.lang.Object obj,
Notification notification)
changed in interface MesquiteListenerchanged in class MesquiteWindowpublic void disposing(java.lang.Object obj)
disposing in interface MesquiteListenerdisposing in class MesquiteWindow
public boolean okToDispose(java.lang.Object obj,
int queryUser)
okToDispose in interface MesquiteListenerokToDispose in class MesquiteWindowpublic void setMaxState(int maxState)
public void setDiagnonalEditable(boolean editable)
public boolean getDiagnonalEditable()
public void windowResized()
MesquiteWindow
windowResized in class MesquiteWindowpublic MesquiteTable getTable()
getTable in class TableWindow
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||