|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Editor | |
---|---|
com.jgoodies.skeleton.view.editor | Contains types that describe and implement the editors used in Skeleton (Pro) |
Uses of Editor in com.jgoodies.skeleton.view.editor |
---|
Classes in com.jgoodies.skeleton.view.editor that implement Editor | |
---|---|
class |
AbstractEditor
The abstract superclass of all Editor implementations. |
class |
DescriptionEditor
An implementation of the Editor interface that presents the general
project data, i.e. instances of Description . |
class |
FlangeEditor
An implementation of Editor that displays instances of
class Flange . |
class |
SegmentEditor
An implementation of Editor that displays instances of
Segment . |
class |
ShaftEditor
An implementation of Editor that displays a Shaft . |
class |
WelcomeView
This panel is displayed after a successful application startup to welcome the user. |
Methods in com.jgoodies.skeleton.view.editor with parameters of type Editor | |
---|---|
void |
EditorView.addEditor(Class domainType,
Editor editor)
Adds an Editor to this EditorView . |
void |
EditorView.setActiveEditor(Editor newEditor)
Shows the specified Editor : sets the icon,
title, tool bar, and finally switches the viewport's view. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |