|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JInternalFrame
se.kmr.scam.editor.gui.DesktopFrame
Description:
Nested Class Summary |
Nested classes inherited from class javax.swing.JInternalFrame |
JInternalFrame.AccessibleJInternalFrame, JInternalFrame.JDesktopIcon |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
protected TitledBorder |
bpTitledBorder
|
protected static String |
BUTTON_CANCEL_TEXT
|
protected static String |
BUTTON_SAVE_TEXT
|
protected JPanel |
buttonPane
|
protected JButton |
cancelButton
|
protected FormComponent |
cc
|
protected JPanel |
contentPane
|
protected BorderLayout |
cpBorderLayout
|
protected Document |
document
|
protected TitledBorder |
dpTitledBorder
|
protected JPanel |
dynPane
|
protected JButton |
saveButton
|
protected JScrollPane |
scrollPane
|
protected String |
TITLEBORDER_TITLE
|
protected Point |
vertScrollVal
|
Fields inherited from class javax.swing.JInternalFrame |
closable, CONTENT_PANE_PROPERTY, desktopIcon, FRAME_ICON_PROPERTY, frameIcon, GLASS_PANE_PROPERTY, iconable, IS_CLOSED_PROPERTY, IS_ICON_PROPERTY, IS_MAXIMUM_PROPERTY, IS_SELECTED_PROPERTY, isClosed, isIcon, isMaximum, isSelected, LAYERED_PANE_PROPERTY, maximizable, MENU_BAR_PROPERTY, resizable, ROOT_PANE_PROPERTY, rootPane, rootPaneCheckingEnabled, title, TITLE_PROPERTY |
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
DesktopFrame()
|
|
DesktopFrame(Document doc)
Default constructor |
Method Summary | |
void |
checkSave()
|
protected void |
createScrollPane()
Create the the main scrollpanel |
void |
forceSaveValidation(Container con)
|
Document |
getDocument()
|
protected void |
init()
Component initialization |
void |
reconstruct()
|
protected void |
save()
|
protected void |
setFrameTitle()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static final String BUTTON_SAVE_TEXT
protected static final String BUTTON_CANCEL_TEXT
protected final String TITLEBORDER_TITLE
protected FormComponent cc
protected JButton saveButton
protected JButton cancelButton
protected BorderLayout cpBorderLayout
protected TitledBorder dpTitledBorder
protected TitledBorder bpTitledBorder
protected JPanel dynPane
protected JPanel buttonPane
protected JPanel contentPane
protected JScrollPane scrollPane
protected Document document
protected Point vertScrollVal
Constructor Detail |
public DesktopFrame(Document doc)
public DesktopFrame()
Method Detail |
public void checkSave()
public Document getDocument()
public void forceSaveValidation(Container con)
public void reconstruct()
protected void init() throws Exception
Exception
protected void createScrollPane()
protected void save()
protected void setFrameTitle()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |