|
|||||||||||
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.JPanel
wt.clients.widgets.BaseEditorPanel
wt.clients.csm.classification.ClassificationNodeEditorPanel
Classification Node Editor Panel This contains a tabbed pane consisting of General, Template & constraints tab
Nested Class Summary |
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
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 | |
private ClassificationNodeConstraintPanel |
constraintPanel
|
private Object |
currentNode
|
private static boolean |
debug
|
private boolean |
editable
|
private ClassificationNodeGeneralPanel |
generalPanel
|
private String |
measurementSystem
|
(package private) JTabbedPane |
pane
|
(package private) static int |
selectedIndex
|
private ClassificationNodeTemplatePanel |
templatePanel
|
Fields inherited from class wt.clients.widgets.BaseEditorPanel |
resource |
Fields inherited from class javax.swing.JPanel |
|
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.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
(package private) |
ClassificationNodeEditorPanel(ResourceBundle resource)
Construct an empty panel |
Method Summary | |
boolean |
applyConstraintToChildren()
|
boolean |
deleteConstraintDialog()
|
Object |
getItem()
|
boolean |
isDirty()
|
boolean |
isEditable()
|
protected boolean |
needsScrollPane()
|
private void |
setComponents()
Creates the editorPanel |
void |
setDirty(boolean dirty)
|
void |
setEditable(boolean editable)
|
void |
setItem(Object item)
|
void |
setMeasurementSystem(String measurementSystem)
|
boolean |
shouldApplyToChildren()
|
Methods inherited from class wt.clients.widgets.BaseEditorPanel |
getContext, setBusy |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private boolean editable
private static final boolean debug
private ClassificationNodeGeneralPanel generalPanel
private ClassificationNodeTemplatePanel templatePanel
private ClassificationNodeConstraintPanel constraintPanel
private String measurementSystem
private Object currentNode
JTabbedPane pane
static int selectedIndex
Constructor Detail |
ClassificationNodeEditorPanel(ResourceBundle resource)
Method Detail |
private void setComponents()
public void setEditable(boolean editable)
setEditable
in class BaseEditorPanel
protected boolean needsScrollPane()
needsScrollPane
in class BaseEditorPanel
public boolean isEditable()
isEditable
in class BaseEditorPanel
public void setItem(Object item)
setItem
in class BaseEditorPanel
public Object getItem()
getItem
in class BaseEditorPanel
public boolean isDirty()
isDirty
in class BaseEditorPanel
public boolean shouldApplyToChildren()
public boolean applyConstraintToChildren()
public boolean deleteConstraintDialog()
public void setDirty(boolean dirty)
setDirty
in class BaseEditorPanel
public void setMeasurementSystem(String measurementSystem)
setMeasurementSystem
in interface MeasurementSystemChangeListener
measurementSystem
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |