![]() |
|
|||||||
| Registrieren | Benutzerliste | Interessengemeinschaften | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren | ||
| Java Link Base | Wiki | NoPaste | Chat | Boardregeln | F.A.Q. |
| DockingFrames DockingFrames An extension of Swing, used to flexibly arrange windows. - Ist eine Erweiterung von Swing, mit der flexibel Panels angeordnet werden können. |
![]() |
|
|
Themen-Optionen | Thema durchsuchen |
|
|
#1 |
|
Gast
Beiträge: n/a
|
I used DefaultMultipleCDockable as "opened" editor.
When I restart my app, I would like CControl to restore every other dockable ( simpleCDockable in fact), but not the MultipleCDockable ones. I use the CControl.read() method, which works fine, but I can't prevent it from restoring the MultipleCDockable too. Is there a simple way to do that ? Thanks. here is my code btw, if it helps Java Code:
|
|
|
|
#2 |
|
Moderator
|
Let your MultipleCDockableFactory(s) return "null" when its "read"-method is called. If the factory does not create Dockables, no Dockables can be shown. (The framework should handle the "null" and not throw any kind of exception).
__________________
|
|
|
|
|
|
#3 |
|
Gast
Beiträge: n/a
|
Hi Beni,
Thanks for the tip. As far as I have tested it works just as expected. |
|
![]() |
| Lesezeichen |
| Stichworte |
| - |
| Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1) | |
| Themen-Optionen | Thema durchsuchen |
|
|
Ähnliche Themen
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Support for CControl without JFrame | shlomy | DockingFrames | 25 | 17.06.2009 17:30 |
| [Erledigt] Prevent drag a child station into a parent station | Unregistered | DockingFrames | 2 | 06.06.2009 15:16 |
| [Erledigt] Partly lock docking - prevent merging of dockables | Unregistered | DockingFrames | 2 | 05.05.2009 12:29 |
| Cannot file a bug at javaforge | lubosp | DockingFrames | 2 | 08.02.2009 18:56 |
| Ladebalken für ImageIO.read() | Innocentus | Java Standard Edition (J2SE) | 9 | 30.03.2007 09:57 |