|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.arraybuilder.ArrayBlockFrame
public final class ArrayBlockFrame
The gui that holds an ArrayBlock in the ArrayBuilder application. There may be multiple ArrayBlocks opened at once in the ArrayBuilder application.
Method Summary | |
---|---|
void |
display()
|
void |
dispose()
|
ArrayBlockBean |
getArrayBlockBean()
|
ArrayBuilderTable |
getArrayBuilderTable()
|
javax.swing.JFrame |
getFrame()
|
static ArrayBlockFrame |
getInstance(ArrayBlockBean arrayBlockBean,
ArrayCoreReferenceBean arrayCoreReferenceBean,
CellLinesReferenceBean cellLinesReferenceBean)
|
boolean |
isWritable()
Returns true if the user is allowed to make changes to the current ArrayBlock |
void |
saveToDatabaseMenuItemClicked()
Saves the ArrayBlock to the database |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static ArrayBlockFrame getInstance(ArrayBlockBean arrayBlockBean, ArrayCoreReferenceBean arrayCoreReferenceBean, CellLinesReferenceBean cellLinesReferenceBean)
public void display()
public void dispose()
public ArrayBuilderTable getArrayBuilderTable()
public ArrayBlockBean getArrayBlockBean()
public javax.swing.JFrame getFrame()
public boolean isWritable()
public void saveToDatabaseMenuItemClicked()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |